mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Merge pull request #374 from jburns131/feat/doxygen
Started working on doxygen markup
This commit is contained in:
commit
1950c4a1a9
31
index.php
31
index.php
@ -12,6 +12,37 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*! \mainpage e107 Content Management System (CMS) - v2
|
||||
*
|
||||
* \section intro_sec What is e107?
|
||||
*
|
||||
* e107 is a free (open-source) content management system which allows you to easily manage and publish your content online. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, Websites, Intranets - e107 does it all.
|
||||
*
|
||||
* \section requirements_sec Requirements
|
||||
*
|
||||
* - PHP v5.3 or higher
|
||||
* - MySQL 4.x or higher
|
||||
*
|
||||
* \section install_sec Installation
|
||||
*
|
||||
* - Point your browser to the http://localhost/YOUR FOLDER/install.php (depending on your webserver setup)
|
||||
* - Follow the installation wizard
|
||||
*
|
||||
* \section reporting_bugs_sec Reporting Bugs
|
||||
*
|
||||
* Be sure you are using the most recent version prior to reporting an issue. You may report any bugs or feature requests on GitHub (https://github.com/e107inc/e107/issues)
|
||||
*
|
||||
* \section pull_requests_sec Pull-Requests
|
||||
*
|
||||
* - Please submit 1 pull-request for each Github #issue you may work on.
|
||||
* - Make sure that only the lines you have changed actually show up in a file-comparison (diff) ie. some text-editors alter every line so this should be avoided.
|
||||
*
|
||||
* \section license_sec License
|
||||
*
|
||||
* e107 is released under the terms and conditions of the GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*/
|
||||
|
||||
// BOOTSTRAP START
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user