mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
62 lines
3.1 KiB
Markdown
62 lines
3.1 KiB
Markdown
.====================================================================.
|
|
|
|
.d8888b. .o8888b. db .d8888b. d8888b. d88888b d8888b. .d888b.
|
|
.8P Y8. d8P Y8 88 .8P Y8. 88 `8D 88' 88 `8D .8P , Y8.
|
|
88 88 8P oooo88 88 88 88oooY' 88oooo 88oobY' 88 | 88
|
|
88 88 8b ~~~~88 88 88 88~~~b. 88~~~~ 88`8b 88 |/ 88
|
|
`8b d8' Y8b d8 88 `8b d8' 88 8D 88. 88 `88. `8b | d8'
|
|
`Y8888P' `Y8888P' YP `Y8888P' Y8888P' Y88888P 88 YD `Y888P'
|
|
|
|
`========================= GET BACK TO BASICS ======================='
|
|
|
|
[October](http://octobercms.com) is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. We feel building websites has become a convoluted and confusing process that leaves developers unsatisfied, we want to turn you around to the simpler side and get back to basics.
|
|
|
|
October's mission is to show the world that web development is not rocket science.
|
|
|
|
### Learning October
|
|
|
|
The best place to learn October is by [reading the documentation](http://octobercms.com/docs).
|
|
|
|
### Installing October
|
|
|
|
Instructions on how to install October can be found at the [installation guide](http://octobercms.com/docs/help/install).
|
|
|
|
### Development Team
|
|
|
|
October was created by [Alexey Bobkov](http://ca.linkedin.com/pub/aleksey-bobkov/2b/ba0/232) and [Samuel Georges](http://au.linkedin.com/pub/sam-georges/31/641/a9), who both continue to develop the platform.
|
|
|
|
### Coding standards
|
|
|
|
Please follow the following guides and code standards:
|
|
|
|
* [PSR 4 Coding Standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)
|
|
* [PSR 2 Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
|
|
* [PSR 1 Coding Standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md)
|
|
|
|
### Foundation library
|
|
|
|
The CMS uses [Laravel](http://laravel.com) as a foundation PHP framework.
|
|
|
|
### Using LESS
|
|
|
|
The theme is based on the Twitter Bootstrap framework and uses LESS language for generating the CSS. Please use a suitable LESS application for compiling the **assets/less/*.less** file to **assets/css/*.css**. The following applications are recommended:
|
|
|
|
* [LESS.app](http://incident57.com/less/) for Mac
|
|
* [WinLess](http://winless.org/) for Windows
|
|
* [Koala](http://koala-app.com/) for Linux
|
|
|
|
### Contact
|
|
|
|
You can communicate with us using the following mediums:
|
|
|
|
* [Follow us on Twitter](http://twitter.com/octobercms) for announcements and updates.
|
|
* [Follow us on Facebook](http://facebook.com/octobercms) for announcements and updates.
|
|
* [Join us on IRC](https://kiwiirc.com/client/irc.freenode.net/?nick=Octonaut|?#october) to chat with us.
|
|
|
|
### License
|
|
|
|
The OctoberCMS platform is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
|
|
|
|
### Contributing
|
|
|
|
Before sending a Pull Request, be sure to review the [Contributing Guidelines](CONTRIBUTING.md) first. |