[[PageOutline]] = Welcome to Forge on Ada Project = == Starting Points == Repository location: svn://forge.ada-ru.org/forge/trunk/forge Before building this project (TODO: name it?), make sure you have installation of AWS and Matreshka. === AWS installation === One can fetch AWS from http://libre.adacore.com/ In case of using Debian (Ubuntu) make sure there is libc6-dev package installed {{{ # apt-get install libc6-dev }}} After unpacking AWS tarball execute {{{ $ make setup all install }}} === Matreshka installation === First of all, one need to check out latest version of it from subversion repository: {{{ $ svn co svn://forge.ada-ru.org/matreshka/trunk/matreshka }}} Then execute: {{{ $ make config $ ./configure --prefix=DESTINATION_PATH --without-amf $ make all install }}} MAKE SURE YOU USE RECENT ENOUGH FSF GNAT or GNAT GPL from http://libre.adacore.com/ ELSE MATRESHKA WOULDN'T BUILD OR/AND RUN!!! == Some interesting articles == Wiki parser architecture - http://greensopinion.blogspot.ru/2008/04/evolving-wiki-markup-parser.html - http://sheep.art.pl/Wiki%20Markup%20Parser%20in%20Python