AdminLTE/README.md

179 lines
5.9 KiB
Markdown
Raw Normal View History

2015-02-22 20:12:01 +01:00
Introduction
============
2014-10-31 02:31:01 +01:00
2014-02-01 17:15:26 +01:00
**AdminLTE** -- is a fully responsive admin template. Based on **Bootstrap 3** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself.
2015-03-23 03:27:58 +01:00
**Download & Preview on [Almsaeed Studio](https://almsaeedstudio.com)**
2015-02-22 20:12:01 +01:00
Looking for Premium Templates?
2015-02-23 01:59:19 +01:00
------------------------------
2015-03-23 02:38:10 +01:00
**Almsaeed studio just opened a new premium templates page. Hand picked to insure the best quality and the most affordable prices. Visit https://almsaeedstudio.com/premium for more information.**
2014-04-03 00:52:34 +02:00
2014-02-01 20:18:02 +01:00
2015-03-23 02:37:48 +01:00
!["AdminLTE Presentation"] (https://almsaeedstudio.com/AdminLTE2.png "AdminLTE Presentation")
2014-02-01 17:15:26 +01:00
**AdminLTE** has been carefully coded with clear comments in all of its JS, LESS and HTML files. LESS has been used to increase code customizability.
2015-02-22 20:12:01 +01:00
Installation
2015-02-23 01:59:19 +01:00
------------
2015-02-22 20:12:01 +01:00
There are multiple ways to install AdminLTE.
2015-02-23 01:59:19 +01:00
####Download:
2015-03-23 02:37:48 +01:00
Download from Github or [visit Almsaeed Studio](https://almsaeedstudio.com) and download the lateset release.
2015-02-22 20:12:01 +01:00
2015-02-23 01:59:19 +01:00
####Using The Command Line:
2015-02-22 20:12:01 +01:00
**Github**
- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
2015-02-22 20:15:19 +01:00
- Clone to your machine
```
2015-03-04 17:12:30 +01:00
git clone https://github.com/YOUR_USERNAME/AdminLTE.git
2015-02-22 20:15:19 +01:00
```
2015-02-22 20:12:01 +01:00
**Bower**
2015-02-22 20:15:19 +01:00
```
2015-03-02 01:19:53 +01:00
bower install admin-lte
2015-02-22 20:15:19 +01:00
```
2015-02-22 20:12:01 +01:00
**Composer**
2015-02-22 20:15:19 +01:00
```
composer require "almasaeed2010/adminlte=~2.0"
```
2015-02-22 20:12:01 +01:00
Documentation
2015-02-23 01:59:19 +01:00
-------------
2015-03-23 02:37:48 +01:00
Visit the [online documentation](https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html) for the most
2015-02-22 20:12:01 +01:00
updated guide. Information will be added on a weekly basis.
Browser Support
2015-02-23 01:59:19 +01:00
---------------
2014-02-02 18:58:21 +01:00
- IE 9+
2015-02-22 20:12:01 +01:00
- Firefox (latest)
- Chrome (latest)
- Safari (latest)
- Opera (latest)
Contribution
2015-02-23 01:59:19 +01:00
------------
2015-02-22 20:12:01 +01:00
Contribution are always **welcome and recommended**! Here is how:
- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
2015-03-04 17:12:30 +01:00
- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/AdminLTE.git```
2015-02-22 20:12:01 +01:00
- Make your changes
- Create a pull request
2015-02-23 01:59:19 +01:00
#### Contribution Requirements:
2015-02-22 20:12:01 +01:00
- When you contribute, you agree to give a non-exclusive license to Almsaeed Studio to use that contribution in any context as we (Almsaeed Studio) see appropriate.
- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license.
- Contributions are only accepted through Github pull requests.
- Finally, contributed code must work in all supported browsers (see above for browser support).
License
2015-02-23 01:59:19 +01:00
-------
2015-03-23 02:37:48 +01:00
AdminLTE is an open source project by [Almsaeed Studio](https://almsaeedstudio.com) that is licensed under [MIT](http://opensource.org/licenses/MIT). Almsaeed Studio
2015-02-22 20:12:01 +01:00
reserves the right to change the license of future releases.
2015-03-02 01:19:53 +01:00
Todo List
---------
- Light sidebar colors
- Right sidebar
- Minified main-sidebar
- Right to left support
- Custom pace style
2015-02-23 01:55:00 +01:00
Legacy Realeases
2015-02-23 01:59:19 +01:00
----------------
2015-03-23 02:37:48 +01:00
AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#browsers), but if you intend to keep using AdminLTE 1.x, you can download the latest release from the [releases](https://github.com/almasaeed2010/AdminLTE/releases) section above.
2015-02-23 01:55:00 +01:00
2015-02-22 20:12:01 +01:00
Change log
2015-02-23 01:59:19 +01:00
----------
2015-03-17 16:34:36 +01:00
**v2.0.5:**
- Fixed issue #288
2015-03-09 15:23:06 +01:00
**v2.0.4:**
- Fixed bower.json to pick up newest release.
2015-03-20 16:32:59 +01:00
2015-03-04 02:03:17 +01:00
**v2.0.3**
- Bug fixes
- Fixed extra page when printing issue #264
- Updated documentation and fixed links scrolling issue
- Created print.less file (this makes it easier if you want to create a seperate CSS file for printing)
- Fixed sidebar stretching issue #275
2015-03-04 06:01:02 +01:00
- Fixed checkbox out of bounds issue in WYSIHTML5 editor.
2015-03-04 02:03:17 +01:00
2015-02-27 02:27:46 +01:00
**v2.0.2:**
- Solved issue with hidden arrow in select inputs.
**v2.0.1:**
- Updated README.md
- Fixed versioning issue in CSS, LESS, and JS
- Updated box-shadow for boxes
- Updated docs
2015-03-04 02:40:19 +01:00
**v2.0.0:**
2015-02-22 20:12:01 +01:00
- Major layout bug fixes
- Change in layout mark up
- Added transitions to the sidebar
- New skins and modified previous skins
- Change in color scheme to a more complementing scheme
- Added footer support
- Removed pace.js from the main app.js
- Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag)
- Added boxed layout (.layout-boxed)
- Enhanced consistency in padding and margining
- Updated Bootstrap to 3.3.2
- Fixed navbar dropdown menu on small screens positioning issues.
- Updated Ion Icons to 2.0.0
- Updated FontAwesome to 4.3.0
- Added ChartJS 1.0.1
- Removed iCheck dependency
- Created Dashboard 2.0
- Created new Chat widget (DirectChat)
- Added transitions to DirectChat
- Added contacts pane to DirectChat
- Changed .right-side to .content-wrapper
- Changed .navbar-right to .navbar-custom-menu
- Removed unused files
- Updated lockscreen style (HTML markup changed!)
- Updated Login & Registration pages (HTML markup changed!)
- Updated buttons style.
- Enhanced border-radius consistency
- Added mailbox: inbox, read, and compose pages
- Bootstrap & jQuery are now hosted locally
- Created documentation.
2015-03-04 02:40:19 +01:00
**ver 1.2.0:**
2015-02-22 20:12:01 +01:00
2014-04-06 02:12:30 +02:00
- Fixed the sidebar scroll issue when using the fixed layout.
- Added [Bootstrap Social Buttons](http://lipis.github.io/bootstrap-social/ "Bootstrap Social") plugin.
- Fixed RequireJS bug. Thanks to [StaticSphere](https://github.com/StaticSphere "github user").
2015-03-04 02:40:19 +01:00
**ver 1.1.0:**
2015-02-22 20:12:01 +01:00
2014-04-06 02:12:30 +02:00
- Added new skin. class: .skin-black
- Added [pace](http://github.hubspot.com/pace/docs/welcome/ "pace") plugin.
2015-02-22 20:12:01 +01:00
Image Credits
2015-02-23 01:59:19 +01:00
-------------
2015-02-22 20:12:01 +01:00
[Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
[Graphicsfuel](http://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
2014-02-01 17:15:26 +01:00
2015-02-22 20:12:01 +01:00
[Pickaface](http://pickaface.net/)
2014-02-01 17:15:26 +01:00
2015-02-22 20:12:01 +01:00
[Unsplash](https://unsplash.com/)
2014-02-01 17:15:26 +01:00
2015-02-28 03:20:59 +01:00
[Uifaces](http://uifaces.com/)
2015-02-22 20:12:01 +01:00
Donations
2015-02-23 01:59:19 +01:00
---------
2015-02-22 20:12:01 +01:00
Donations are **greatly appreciated!**
2014-02-01 17:15:26 +01:00
2015-02-23 01:55:00 +01:00
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif "AdminLTE Presentation")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=629XCUSXBHCBC "Donate")