Go to file
Samuel Georges c9a9c6ea16 List columns now support specifying a default option used when the value would otherwise be null. 2015-06-27 10:39:07 +10:00
bootstrap Show a nicer error when vendor folder is missing 2015-05-28 00:17:53 +10:00
config Update Chinese (China) language - Fixes #1237 without 10 commits 2015-06-27 09:46:05 +10:00
modules List columns now support specifying a default option used when the value would otherwise be null. 2015-06-27 10:39:07 +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 Minor 2015-05-30 12:46:59 +10:00
.htaccess Add extra file types - Refs #1209 2015-06-20 10:28:16 +10:00
CHANGELOG.md List columns now support specifying a default option used when the value would otherwise be null. 2015-06-27 10:39:07 +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.