ORIENT/README.md

51 lines
2.5 KiB
Markdown
Raw Normal View History

2015-03-04 07:18:48 +00:00
<p align="center">
2015-07-25 03:25:48 +00:00
<img src="https://github.com/octobercms/october/blob/master/themes/demo/assets/images/october.png?raw=true" alt="October" width="25%" height="25%" />
2015-03-04 07:18:48 +00:00
</p>
2015-02-20 07:16:38 +00:00
2015-10-25 16:51:28 +00:00
[October](http://octobercms.com) 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.
2013-11-26 23:30:43 +00:00
2013-11-27 01:21:42 +00:00
October's mission is to show the world that web development is not rocket science.
2015-07-25 03:25:48 +00:00
[![Build Status](https://travis-ci.org/octobercms/october.svg?branch=develop)](https://travis-ci.org/octobercms/october)
[![License](https://poser.pugx.org/october/october/license.svg)](https://packagist.org/packages/october/october)
2013-11-27 01:21:42 +00:00
### Learning October
2015-03-29 00:00:35 +00:00
The best place to learn October is by [reading the documentation](http://octobercms.com/docs) or [the resources page](http://octobercms.com/resources).
2013-11-27 01:21:42 +00:00
2014-05-17 04:40:24 +00:00
### Installing October
Instructions on how to install October can be found at the [installation guide](http://octobercms.com/docs/setup/installation).
2014-05-17 04:40:24 +00:00
2013-11-27 01:21:42 +00:00
### Development Team
2013-12-03 03:48:42 +00:00
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.
2013-11-27 01:23:11 +00:00
2014-05-15 01:05:49 +00:00
### Foundation library
The CMS uses [Laravel](http://laravel.com) as a foundation PHP framework.
2014-05-15 01:05:49 +00:00
### Contact
2013-11-27 01:23:11 +00:00
You can communicate with us using the following mediums:
2013-11-27 05:49:54 +00:00
* [Follow us on Twitter](http://twitter.com/octobercms) for announcements and updates.
2014-05-15 01:05:49 +00:00
* [Follow us on Facebook](http://facebook.com/octobercms) for announcements and updates.
2015-08-26 10:21:58 +00:00
* [Join us on IRC](http://octobercms.com/chat) to chat with us.
2014-05-15 23:07:27 +00:00
### License
2014-05-15 23:07:27 +00:00
The OctoberCMS platform is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
2014-06-20 10:17:36 +00:00
### Contributing
2015-03-28 23:59:22 +00:00
Before sending a Pull Request, be sure to review the [Contributing Guidelines](CONTRIBUTING.md) first.
### 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)