Go to file
Samuel Georges 20958a1810 Merge pull request #1139 from justin-lau/fix-grid-scrolling
Fixed grid widget breaking backend menu scrolling.
2015-05-16 10:02:43 +10:00
bootstrap Fix to satisfy Laravel 5.0.16 2015-05-08 15:42:46 +10:00
config Change default path 2015-03-14 15:12:43 +11:00
modules Merge pull request #1139 from justin-lau/fix-grid-scrolling 2015-05-16 10:02:43 +10:00
plugins/october/demo Implemented server-side drop-down event, updated documentation. 2014-12-10 19:49:50 -08:00
storage Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
tests CmsCompoundObject::hasComponent() now resolves registered codes for comparison 2015-03-07 20:28:17 +11:00
themes/demo General tidy up 2015-04-06 22:33:38 +10:00
.editorconfig Add editorconfig 2014-10-24 13:04:32 -04:00
.gitattributes Base files 2014-05-14 23:21:55 +10:00
.gitignore Updates on Brand Settings 2015-03-11 20:30:41 +01:00
.htaccess Clean up htaccess 2015-04-25 11:22:34 +10:00
CHANGELOG.md Component variables set with `$this->page` no longer leech in to other component partials. 2015-05-16 09:29:27 +10:00
CONTRIBUTING.md Add note about other plugins 2014-11-01 15:57:06 +11:00
README.md Update README.md 2015-03-29 11:00:35 +11:00
artisan Remove patch code 2015-02-07 14:12:20 +11:00
composer.json Fixes functional tests so they pass, add details about selenium set up 2015-03-02 17:18:53 +11:00
index.php Migrate bootstrap process 2015-02-04 19:31:41 +11:00
phpunit.xml Add env vars to phpunit 2015-02-20 22:12:11 +11:00
server.php Server for L5 2015-02-26 00:34:37 +04:00

README.md

October

October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems, 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 or the resources page.

Installing October

Instructions on how to install October can be found at the installation guide.

Development Team

October was created by Alexey Bobkov and Samuel Georges, who both continue to develop the platform.

Coding standards

Please follow the following guides and code standards:

Foundation library

The CMS uses Laravel 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 application is recommended:

Contact

You can communicate with us using the following mediums:

License

The OctoberCMS platform is open-sourced software licensed under the MIT license.

Contributing

Before sending a Pull Request, be sure to review the Contributing Guidelines first.