Go to file
Samuel Georges d8bd36e2f5 Merge pull request #624 from Flynsarmy/balloonOptions
Add dynamic option support to balloon-selector fields
2014-09-13 21:44:54 +10:00
app Fixes unit tests 2014-07-29 13:14:54 +10:00
bootstrap Fixes #347, Fixes #401 - Allow user routes to be registered before the CMS 2014-07-12 13:16:16 +10:00
modules Merge pull request #624 from Flynsarmy/balloonOptions 2014-09-13 21:44:54 +10:00
plugins/october/demo Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
tests Fixes unit tests 2014-07-29 13:14:54 +10:00
themes/demo YAML fields should be camel for PHP friendliness 2014-07-19 16:19:07 +10:00
uploads Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
.gitattributes Base files 2014-05-14 23:21:55 +10:00
.gitignore Create functional tests 2014-06-17 18:54:31 +10:00
.htaccess Add PDF file extension 2014-06-11 07:31:11 +10:00
CHANGELOG.md Added new `hint` form field type (see Backend > Forms docs). 2014-09-13 15:14:03 +10:00
CONTRIBUTING.md Add contributions made by #336 2014-06-20 20:17:36 +10:00
README.md Minor 2014-08-09 13:04:16 +10:00
artisan Base files 2014-05-14 23:21:55 +10:00
composer.json Composer fixes 2014-07-28 23:55:46 +01:00
index.php Base files 2014-05-14 23:21:55 +10:00
phpdoc.dist.xml Add phpdoc.dist.xml 2014-05-14 23:28:56 +10:00
phpunit.xml Base files 2014-05-14 23:21:55 +10:00
server.php Remove adaption on server.php, original Laravel copy works fine 2014-05-17 13:04:59 +10:00

README.md

October 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.

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 applications are recommended:

Contact

You can communicate with us using the following mediums:

Licence

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.