blob: 43dffa13a3700a126cab7a057cd9998c25e1ddf5 (
plain)
- Ikiwiki w/ translations
- =======================
- Ikiwiki[1] is a perl-based wiki compiler.
- This is routines to manage translatable parts of Ikiwiki and translations into
- the following locales:
- * danish (da) by Jonas Smedegaard <dr@jones.dk>
- Getting the source
- ------------------
- This README file and related scripts are available at http://source.jones.dk/
- as a GIT repository. Pull it like this:
- git clone http://source.jones.dk/ikiwiki.git
- Installation
- ------------
- To pull in all translatable and translated parts, do this:
- make
- To pull in all parts with write access to the repository, do this:
- make origin_ikiwiki='login@example.com:path/to/repositories/ikiwiki_$(underlay).git'
- To remove all translatable and translated parts, and anything else below those
- directories without warning, do this:
- make ultraclean
- Customizing
- -----------
- To publish your own forked repository through web, you first need to create a
- special public repository that you "push" your changes into from your private
- working repository - like this:
- GIT_DIR=public_dir/repository_name.git git --bare init --shared
|