summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-06Disable markdown tweaks by default in po4a perl module, and instead enable ↵Jonas Smedegaard
them explicitly in Makefile.
2007-11-06Use local Locale::Po4a::Text tweaked to not wrap paragraphs containing ↵Jonas Smedegaard
headlines, blockquotes, triple-quotes or html tags.
2007-11-06Tighten .PHONY and other dependencies in Makefile.Jonas Smedegaard
2007-11-06Rename ALL_L10NFILES -> LOCALE_L10NFILES and ALL_MASTERFILES -> ↵Jonas Smedegaard
MASTER_L10NFILES in Makefile.
2007-11-06Avoid chdir in shell code (strip leading path afterwards instead) when ↵Jonas Smedegaard
resolving *_L10NFILES in Makefile.
2007-11-06Fix overwriting origin file instead of creating a new one when init'ing ↵Jonas Smedegaard
translations in Makefile.
2007-11-06Fix translations target (fix dependency resolving on ALL_L10FILES and ↵Jonas Smedegaard
ALL_MASTEFILES) in Makefile.
2007-11-06Fix init'ing new locales from master if po-init-fromlocale is empty.Jonas Smedegaard
2007-11-06Update documentation: Adjust make command for overriding GIT source. Add ↵Jonas Smedegaard
section on translation.
2007-11-06Separate normal PO routines from initializing new locales in Makefile.Jonas Smedegaard
2007-11-06Fix resolving translations target in Makefile.Jonas Smedegaard
2007-11-06Fix fallback fail-and-hint install target in Makefile, and move it up below ↵Jonas Smedegaard
all target.
2007-11-06Fix Makefile install target; change it to an eval'ed template. Slightly ↵Jonas Smedegaard
improve hints in Makefile. Add some targets to .PHONY.
2007-11-06Define ikiwiki config files in variable at top of Makefile.Jonas Smedegaard
2007-11-05Major Makefile rewrite to use eval functions.Jonas Smedegaard
2007-11-05Rename *_UNDERLAYS -> *_MODULES in Makefile.Jonas Smedegaard
2007-11-05Fix renaming dummies -> dummy_UNDERLAYS.Jonas Smedegaard
2007-11-05Rename variables to prepare for using eval function in Makefile.Jonas Smedegaard
2007-11-05Add make rule to generate l10n files. Tighten variables (rename underlay to ↵Jonas Smedegaard
masterdir when used not as token but as dir).
2007-11-04Add make rule to generate po files.Jonas Smedegaard
2007-11-04Remove debug cruft from Makefile.Jonas Smedegaard
2007-11-04Fix stripping templates from pot make targets.Jonas Smedegaard
2007-11-04Add make rule to generate pot files.Jonas Smedegaard
2007-11-04Add GIT hint for pushing, in case of write access to cloned repositories.Jonas Smedegaard
2007-11-03Add TODO about l10n directory structure problems with smiley plugin.Jonas Smedegaard
2007-11-02Add to README a separate section about installation, and rename the old as ↵Jonas Smedegaard
customization.
2007-11-02Add skeleton install target to Makefile.Jonas Smedegaard
2007-11-02Replace unneeded and problematic git rebase with git pull (now that I have ↵Jonas Smedegaard
figured out how to pull from third party).
2007-11-02Un-silence creating repository dir to hint which is being cloned/updated.Jonas Smedegaard
2007-11-02Extend Makefile to support updating repositories with subsequent bare make ↵Jonas Smedegaard
invocations.
2007-11-02Document overriding repository setting for write access.Jonas Smedegaard
2007-11-01Add support for dummy content repositories.Jonas Smedegaard
2007-10-28Forking development requires changing (not adding) the origin.Jonas Smedegaard
2007-10-23More details on creating public repository.Jonas Smedegaard
2007-10-23More documentation,Jonas Smedegaard
2007-10-23Add brief documentation.Jonas Smedegaard
2007-10-22Localize per soure (sources may contain different l10n).Jonas Smedegaard
2007-10-21Switch to 2-letter locale code.Jonas Smedegaard
2007-10-21Add makefile with rules to clone and wipe GIT repositories of upstream and ↵Jonas Smedegaard
localized underlays. Ignore GIT repositories.
2007-10-21Grab upstream pages from version 2.10.Jonas Smedegaard