Danielku15 / hxWiki

haXe Wiki/Blog/Forum CMS, used by haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haXe Wiki CMS

The haXe Wiki CMS is used by haxe.org and provides the following features :

  • a wiki system with a clean extendable markup syntax
    • realtime javascript-based preview
  • each page can be translated while keeping the same navigation

    • (fallback on default english language when user-language specific version is not found)
  • user groups and rights management

    • (control who can create/edit/modify/etc. all or specific pages/paths of the wiki)
  • versioning of all pages changes

  • some parts of the wiki can be turned into a blog-style view

  • allow comments on pages/blogs - if activated

  • an embededded forum system

  • image and files uploads

  • customizable themes with css

  • a remoting api to perform automatic tasks

    • (such as synchronizing the API documentation)
  • entirely written in haXe !

SETUP

In order to setup the wiki :

  1. download the sources

  2. install haXe + Neko

    • requires haXe 2.09+
  3. compile by running haxe project.hxml

  4. either configure mod_neko for Apache or run the local neko server

    1. cd www
    2. nekotools server -rewrite
  5. copy config.tpl.xml as config.xml and configure the db field with your local mysql database server

  6. visit http://localhost:2000/

    • it should create the database, refresh to start using !

About

haXe Wiki/Blog/Forum CMS, used by haxe.org


Languages

Language:Haxe 100.0%