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 Getting the source ------------------ This README file is available at http://source.jones.dk/ together with a GIT repository with source of the translation routines. Pull it like this: git clone git://source.jones.dk/ikiwiki Installation ------------ To pull in all translatable and translated parts, do this: make 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 chmod +x public_dir/repository_name.git/hooks/post-update To actually use your newly created public repository created above, you need to populate it with your current working repository (the --all option is only this once, not on subsequent pushes) - like this: git config remote.origin.url git-reference-to-public-repository git push --all To instead populate your newly created public repository with a multi-branched local repository, first make a complete clone with all branches setup locally, and push it all - like this for repository with master and master-da branches: git clone git-reference-to-old-public-repository some-temp-dir cd some-temp-dir git checkout -b master-da origin/master-da git config remote.origin.url git-reference-to-public-repository git push --all To resyncronize an older fork of the repository with newer upstream changes, do like this (skip first command on subsequent updates): git remote add ikiwiki git://source.jones.dk/ikiwiki git pull ikiwiki master Translation ----------- Some modules (markdown files - template files are not yet supported by po4a) is translatable through the gettext system using PO files. To update PO templates for all modules marked as supporting gettext, do this: make pot To update PO files for all supported locales of all supported modules, do this: make po To update all gettext-supported modules based on newer PO files, do this: make translations To initialize new locales, do like this (all on one line): make po po-init-modules="module1 module2" po-init-locales="da sv no" If you want to initialize based on an existing locale rather than the master, add the origin locale to the above make command similar to this: make po [...] po-init-fromlocale=de To add new modules and locales as gettext supported, add them to *_POMODULES and *_POLOCALES. Keep them alse in *_MODULES and *_LOCALES to support pulling final translations without recreating from PO files. Please beware that the automated po4a process is not perfected yet, so check the result before use. ---- References: [1] http://ikiwiki.info/ ='0' selected='selected'>includemode:
Diffstat (limited to 'tags/f9/b2')
-rw-r--r--tags/f9/b2/1255594758.3914.6.camel@craig-ubuntu/debian0
-rw-r--r--tags/f9/b2/20120924230016.GA3210@elie.Belkin/attachment0
-rw-r--r--tags/f9/b2/20120924230016.GA3210@elie.Belkin/debian0
-rw-r--r--tags/f9/b2/20140926111954.GA21275@fishbowl.rw.madduck.net/debconf0
-rw-r--r--tags/f9/b2/20140926111954.GA21275@fishbowl.rw.madduck.net/debian0
-rw-r--r--tags/f9/b2/20140926111954.GA21275@fishbowl.rw.madduck.net/signed0
-rw-r--r--tags/f9/b2/20140926111954.GA21275@fishbowl.rw.madduck.net/unread0
-rw-r--r--tags/f9/b2/20180411180241.3A60C844B@lxp5.free-owl.de/sys0
-rw-r--r--tags/f9/b2/20180411180241.3A60C844B@lxp5.free-owl.de/unread0
-rw-r--r--tags/f9/b2/20190112200001.AB2D61CD46C@lxp5.free-owl.de/sys0
-rw-r--r--tags/f9/b2/20190112200001.AB2D61CD46C@lxp5.free-owl.de/unread0
-rw-r--r--tags/f9/b2/20190518002157.31664-9-ijackson@chiark.greenend.org.uk/unread0
-rw-r--r--tags/f9/b2/20210203060439.B894040E@xayide.jones.dk/jones0
-rw-r--r--tags/f9/b2/20210203060439.B894040E@xayide.jones.dk/sys0
-rw-r--r--tags/f9/b2/20210203060439.B894040E@xayide.jones.dk/unread0
-rw-r--r--tags/f9/b2/378b2b050906291612mf243c93jd3f4e063b0c719fd@mail.gmail.com/sugar0
-rw-r--r--tags/f9/b2/378b2b050906291612mf243c93jd3f4e063b0c719fd@mail.gmail.com/unread0
-rw-r--r--tags/f9/b2/4906E57B.7050801@borneuni.dk/inbox0
-rw-r--r--tags/f9/b2/4906E57B.7050801@borneuni.dk/old0
-rw-r--r--tags/f9/b2/4C499FD7.9080207@gmx.com/debian0
-rw-r--r--tags/f9/b2/4C499FD7.9080207@gmx.com/replied0
-rw-r--r--tags/f9/b2/E1ku5mv-00039b-W3@fasolo.debian.org/debian0
-rw-r--r--tags/f9/b2/E1ku5mv-00039b-W3@fasolo.debian.org/inbox0
-rw-r--r--tags/f9/b2/E1ku5mv-00039b-W3@fasolo.debian.org/killed0
-rw-r--r--tags/f9/b2/E1ku5mv-00039b-W3@fasolo.debian.org/unread0
-rw-r--r--tags/f9/b2/Pine.LNX.4.53.0302281639010.27630@auryn.jones.dk/sent0
-rw-r--r--tags/f9/b2/Pine.OSF.3.96.990603114930.29806X-100000@av-ops.pa.dec.com/inbox0
-rw-r--r--tags/f9/b2/Pine.OSF.3.96.990603114930.29806X-100000@av-ops.pa.dec.com/old0
-rw-r--r--tags/f9/b2/Pine.OSF.3.96.990603114930.29806X-100000@av-ops.pa.dec.com/replied0
-rw-r--r--tags/f9/b2/alpine.LRH.2.00.1806171500280.31986@adore.lightlink.com/unread0
30 files changed, 0 insertions, 0 deletions