Go to file
raw99 7e0c66aa2b adding latvian language to english and russian list of languages 2015-05-24 00:06:19 +03:00
bootstrap Fix to satisfy Laravel 5.0.16 2015-05-08 15:42:46 +10:00
config Add internal redirects (cms.enableRedirects) 2015-05-16 12:19:11 +10:00
modules adding latvian language to english and russian list of languages 2015-05-24 00:06:19 +03: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 * Build 260 2015-05-16 14:48:50 +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 Added the Media tab, minor update in .htaccess to allow temporary public directory to be accessible; implemented the basic UI components and navigation; implemented grid, list and tiles view modes; implemented drag-select interface; implemented Media Library cache refreshing; implemented thumbnail generating for local and remote media files; fixed memory leak in third-party Flot Resize library; minor update in the AJAX framework - AJAX request cancelling is not considered as an error anymore; added back-end UI components for creating panels. 2015-03-15 12:52:03 -07: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.