Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (19 loc) · 1.11 KB

readme.md

File metadata and controls

35 lines (19 loc) · 1.11 KB

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.