summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-10po: Allow enabling via web setup.Joey Hess
The only unsafe thing should be that enabling it with some languages will generate po files.
2010-09-09responseJoey Hess
2010-09-09Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-09-09changelogJoey Hess
2010-09-09teximg: Use Unicode UTF-8 encoding by default.Paul Menzel
If I am not mistaking all source files in ikiwiki are encoded in Unicode UTF-8. Adding `\usepackage[utf8]{inputenc}` enables LaTeX to deal with the encoding. As a consequence some special characters like umlauts can be used in the source code which is useful for foreign languages. [[!teximg code="a = b \text{ für alle } b \neq 2"]] But for example »≠« cannot be used in LaTeX right now. One has to use other TeX systems like XeTeX or LuaTeX featuring native UTF-8 support or use additional nonstandard packages like uniinput [1]. I used the package `inputenc` (`texdoc inputenc`) and not `inputenx` (`texdoc inputenx`), because I have not used `inputenx` that much and using the option `math` is not supported in Debian (and I guess other distributions too) since `inpmath` is not included in CTAN. [1] http://wiki.neo-layout.org/browser/latex/Standard-LaTeX Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2010-09-09Added a commenthttp://jmtd.livejournal.com/
2010-09-09Tags now work as I'd expect them to.tschwinge
2010-09-08(no commit message)https://www.google.com/accounts/o8/id?id=AItOawngqGADV9fidHK5qabIzKN0bx1ZIfvaTqs
2010-09-07Issue resolved. Thanks Joey!Svend Sorensen
2010-09-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-09-07web server is forcing a redirectJoey Hess
2010-09-07Remove PATH overriding code in ikiwiki script that was present to make perl ↵Joey Hess
taint checking happy, but taint checking is disabled.
2010-09-07Removing tag done as it seems to need some more care.intrigeri
2010-09-07responseJoey Hess
2010-09-07Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified ↵Joey Hess
array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
2010-09-07add todo item about hooks not called during untrusted git pushJoey Hess
2010-09-06(no commit message)https://www.google.com/accounts/o8/id?id=AItOawkIl2-FajX9MSbbfcPYvzbmbsemGJJfXds
2010-09-05(no commit message)https://www.google.com/accounts/o8/id?id=AItOawllEHb4oGNaUrl7vyziQGrxAlQFri_BfaE
2010-09-05.darcshttp://marcotmarcot.wordpress.com/
2010-09-04added a patch to make it more like MediaWikiChangaco
2010-09-04(no commit message)philippe
2010-09-03Add forum post regarding "bad page name" errorSvend Sorensen
2010-09-03update issue needing /etc as plain userhttp://poisonbit.wordpress.com/
2010-09-03Workaround for /etc fileshttp://poisonbit.wordpress.com/
2010-09-03problem with /etc fileshttp://poisonbit.wordpress.com/
2010-09-03checking again instructions, HTML::Scrubber does not fail in tests with a ↵http://poisonbit.wordpress.com/
clean install.
2010-09-03minor, delete a repited . ~/.bashrchttp://poisonbit.wordpress.com/
2010-09-03Minor fixes/cleanups on my additionhttp://poisonbit.wordpress.com/
2010-09-03Modified, retested all with a clean user (last edition was from a bash_history)http://poisonbit.wordpress.com/
2010-09-03deleting libexpat1-dev, only needed for perlbrew, not for local:libhttp://poisonbit.wordpress.com/
2010-09-03Manual install as plain user (only curl and build-essential required) on stablehttp://poisonbit.wordpress.com/
2010-09-02spellinghttp://jmtd.livejournal.com/
2010-09-02discussing Paul's HTTPS edithttp://jmtd.livejournal.com/
2010-09-02shortcuts: Suggestions for multi-language linksPaulePanter
2010-09-02Use HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google ↵PaulePanter
(noted by using DuckDuckGo.com which is directing there)
2010-09-01YAML is YAMLhttp://kerravonsen.dreamwidth.org/
2010-09-01(no commit message)https://www.google.com/accounts/o8/id?id=AItOawmAN5tpw40_t2tPFDLkP35Fc4zIskJDEtQ
2010-08-31wishlist item: alias directivechrysn
2010-08-31add news item for ikiwiki 3.20100831Joey Hess
2010-08-31releasing version 3.20100831Joey Hess
2010-08-31Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-08-31more on ymlfront vs MMDGiuseppe Bilotta
2010-08-31keeping triple-dash as default, but making it configurablehttp://kerravonsen.dreamwidth.org/
2010-08-30saner return codes for check_can{remove,rename}Joey Hess
These return codes are not currently used, but might be later.
2010-08-30remove sandbox/meJoey Hess
(used to test anon git push again)
2010-08-30formattingJoey Hess
(used to test anon git push again)
2010-08-30httpauth: Avoid redirecting the user to the cgiauthurl if they already have ↵Joey Hess
a login session.
2010-08-30revert check_canedit nosubs thingJoey Hess
Abstraction violation. I now think the problem should be treated as a bug in httpauth.
2010-08-30correct logic on error fallthroughJoey Hess