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 Additionally, the configuration has been simplified to not mention non-Git VCS systems, and deprecated placeholder files has been removed from basewiki. 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/ ct name='dt' onchange='this.form.submit();'>
Diffstat (limited to 'tags/54/34')
-rw-r--r--tags/54/34/1251948126.4994.13.camel@hitman/sugar0
-rw-r--r--tags/54/34/1251948126.4994.13.camel@hitman/unread0
-rw-r--r--tags/54/34/1335380128-13595-1-git-send-email-manuq@laptop.org/sugar0
-rw-r--r--tags/54/34/1335380128-13595-1-git-send-email-manuq@laptop.org/unread0
-rw-r--r--tags/54/34/200410191845.00551.gaute@verdsveven.com/skolelinux0
-rw-r--r--tags/54/34/20070528091739.GA3226@wavehammer.waldi.eu.org/debian0
-rw-r--r--tags/54/34/20070528091739.GA3226@wavehammer.waldi.eu.org/inbox0
-rw-r--r--tags/54/34/20070528091739.GA3226@wavehammer.waldi.eu.org/old0
-rw-r--r--tags/54/34/20110201142243.GL15327@ltw.loris.tv/debian0
-rw-r--r--tags/54/34/20111226192512.GA29846@bongo.bofh.it/debian0
-rw-r--r--tags/54/34/20111226192512.GA29846@bongo.bofh.it/signed0
-rw-r--r--tags/54/34/20161226033651.2BCFC3002F3@coreander.jones.dk/sys0
-rw-r--r--tags/54/34/20161226033651.2BCFC3002F3@coreander.jones.dk/unread0
-rw-r--r--tags/54/34/20170325120548.00FAB1C1E7@jawa.homebase.dk/hb0
-rw-r--r--tags/54/34/20170325120548.00FAB1C1E7@jawa.homebase.dk/sys0
-rw-r--r--tags/54/34/20170325120548.00FAB1C1E7@jawa.homebase.dk/unread0
-rw-r--r--tags/54/34/20171013080003.E0E548FB@xayide.jones.dk/jones0
-rw-r--r--tags/54/34/20171013080003.E0E548FB@xayide.jones.dk/sys0
-rw-r--r--tags/54/34/20171013080003.E0E548FB@xayide.jones.dk/unread0
-rw-r--r--tags/54/34/20171114170345.EACD31C0D0@jawa.homebase.dk/hb0
-rw-r--r--tags/54/34/20171114170345.EACD31C0D0@jawa.homebase.dk/sys0
-rw-r--r--tags/54/34/20171114170345.EACD31C0D0@jawa.homebase.dk/unread0
-rw-r--r--tags/54/34/20180803060001.B4F5F1CD3EE@lxp5.free-owl.de/sys0
-rw-r--r--tags/54/34/20180803060001.B4F5F1CD3EE@lxp5.free-owl.de/unread0
-rw-r--r--tags/54/34/20190704040004.06C3D1DBB@xayide.jones.dk/jones0
-rw-r--r--tags/54/34/20190704040004.06C3D1DBB@xayide.jones.dk/sys0
-rw-r--r--tags/54/34/20190704040004.06C3D1DBB@xayide.jones.dk/unread0
-rw-r--r--tags/54/34/20191207130001.F40B71CDCE8@lxp5.free-owl.de/sys0
-rw-r--r--tags/54/34/20191207130001.F40B71CDCE8@lxp5.free-owl.de/unread0
-rw-r--r--tags/54/34/20201017092520.D9309289@jawa.homebase.dk/hb0
-rw-r--r--tags/54/34/20201017092520.D9309289@jawa.homebase.dk/sys0
-rw-r--r--tags/54/34/20201017092520.D9309289@jawa.homebase.dk/unread0
-rw-r--r--tags/54/34/383EF48B.ED7A038D@jones.dk/inbox0
-rw-r--r--tags/54/34/383EF48B.ED7A038D@jones.dk/old0
-rw-r--r--tags/54/34/4E941BA8.5090605@gmail.com/openmoko0
-rw-r--r--tags/54/34/50B3E426.6060404@free.fr/openmoko0
-rw-r--r--tags/54/34/50B3E426.6060404@free.fr/unread0
-rw-r--r--tags/54/34/87ekaljgab.fsf@thosu.err.no/inbox0
-rw-r--r--tags/54/34/87ekaljgab.fsf@thosu.err.no/old0
-rw-r--r--tags/54/34/b37df5740909041308q1b202127ge1da1d22f36b318d@mail.gmail.com/debian0
-rw-r--r--tags/54/34/bouncers.341742701@mailcampaigns.nl/inbox0
-rw-r--r--tags/54/34/bouncers.341742701@mailcampaigns.nl/old0
-rw-r--r--tags/54/34/lng2zU0IWzup2L9awq03yVSihobP2ioGQDkYRzVZJmixE1btv2rUBLpE9SyyWCiNr-RQds4vuvUmOedaqmJExPjq9-H-Dyvf2DHtXOu37Aw=@protonmail.com/freedom0
-rw-r--r--tags/54/34/lng2zU0IWzup2L9awq03yVSihobP2ioGQDkYRzVZJmixE1btv2rUBLpE9SyyWCiNr-RQds4vuvUmOedaqmJExPjq9-H-Dyvf2DHtXOu37Aw=@protonmail.com/unread0
44 files changed, 0 insertions, 0 deletions