/orbiter

Orbiter is a sim­ple and extend­able PHP tool for pub­lish­ing beau­ti­ful web­sites out of simple text documents

Primary LanguagePHP

Orbiter is a sim­ple and extend­able PHP tool for pub­lish­ing beau­ti­ful web­sites out of text documents

Please visit the official project website — viaorbiter.com

Screenshot of a website create with Orbiter

Author

Created by Kaspars Dambis
konstruktors.com
@konstruktors

Installation

  1. Clone Orbiter to your server:

    git clone git://github.com/kasparsd/orbiter.git orbiter
    
  2. Copy config_sample.ini to config.ini:

    cp config_sample.ini config.ini
    

    and adjust the settings to fit your environment.

  3. Visit your site.

Orbiter Plugins

Orbiter has an extremely simple and flexible plugin infrastructure similar to WordPress. Even most of the core functionality, such as rendering HTML, RSS feed or XML sitemap are provided by plugins.

Visit the official Orbiter plugin repository on GitHub and feel free to add your plugin by making a pull request.