summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-25an updated branchSimon McVittie
2010-03-24what about a SortSpec rather than a sort-hook?http://kerravonsen.dreamwidth.org/
2010-03-24use `` to avoid markdown eating example pagespecshttp://smcv.pseudorandom.co.uk/
2010-03-24work around silly warningJoey Hess
2010-03-24fix unicode with YAML::SyckJoey Hess
Syck-- it doesn't use unicode by default?! Hello, 2010 calling..
2010-03-24use perl YAML for dumpingJoey Hess
Only it understands $YAML::UseHeader
2010-03-24fix back-compat with old Net::OpenIDJoey Hess
Debian stable's Net::OpenID does not support getting extension fields.
2010-03-24add newline to --set-yaml valueJoey Hess
YAML is picky about the data ending with a newline, and this makes it easier to accomplish that
2010-03-24fall back from YAML::Any to just YAMLJoey Hess
for portabilty to old YAML in Debian stable that lacks the former.
2010-03-24Add --set-yaml switch for setting more complex config file options.Joey Hess
2010-03-24add YAML suggestsJoey Hess
2010-03-24use YAML::Any to allow faster versions to be used if availableJoey Hess
2010-03-24thoughtshttp://smcv.pseudorandom.co.uk/
2010-03-24relationship with [[plugins/contrib/report]]http://smcv.pseudorandom.co.uk/
2010-03-24(no commit message)cian
2010-03-24note: old version untestedhttp://smcv.pseudorandom.co.uk/
2010-03-24link to an alternative approach that I decided againsthttp://smcv.pseudorandom.co.uk/
2010-03-24propsed branchhttp://smcv.pseudorandom.co.uk/
2010-03-24cross-referencehttp://smcv.pseudorandom.co.uk/
2010-03-22rename ↵http://jmtd.livejournal.com/
forum/Warnings:___39__utf8___34____92__xAB__34___does_not_map_to_Unicode_at___47__usr__47__share__47__perl5__47__IkiWiki.pm_line_774__44_____60____36__in__62___chunk_1.__39__.mdwn to forum/utf8_warnings_for___34____92__xAB__34__.mdwn
2010-03-22sadly we moved to using drupal for most of our sitehttp://jcftang.myopenid.com/
2010-03-21reset setuptype first, actuallyJoey Hess
so setup file can override default
2010-03-21check for 'require' instead of 'use'Joey Hess
2010-03-21reset setuptype to standard after an automator setup file is loadedJoey Hess
so a standard file is generated (by default)
2010-03-19new tipJoey Hess
2010-03-19fix newlines in commented defaultsJoey Hess
2010-03-19load YAML on demandJoey Hess
so as not to break test suite if YAML is not avilable
2010-03-19shorten setuptypeJoey Hess
2010-03-19Add support for setup files written in YAML.Joey Hess
Not the default. (Yet?)
2010-03-19parameterized indentJoey Hess
2010-03-19improve commentsJoey Hess
2010-03-19move generic comment into IkiWiki::SetupJoey Hess
2010-03-19factored out generic commented line dumpingJoey Hess
2010-03-19whitespaceJoey Hess
2010-03-19allow multiple setup file types, and support safe parsingJoey Hess
Finally removed the last hardcoding of IkiWiki::Setup::Standard. Take the first "IkiWiki::Setup::*" in the setup file to define the setuptype, and remember that type to use in dumping later. (But it can be overridden using --set, etc.) Also, support setup file types that are not evaled.
2010-03-19fix apparently confusing wordingJoey Hess
2010-03-19Revert "corrected the update-the-laptop-from-the-server section"Joey Hess
No, we don't normally push from servers to laptops. Because most laptops do not have publicly accessible IP addresses, for one thing. Also because there's really no reason to ssh to the server from your laptop in order to update the laptop when you can just pull.
2010-03-19Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-03-19audited use POSIXJoey Hess
The POSIX perl module exports a huge number of functions by default, so make sure all imports are qualified. (And remove one that was not necessary.)
2010-03-19(no commit message)kierun
2010-03-19(no commit message)p4f
2010-03-19comment about commentshttp://kerravonsen.dreamwidth.org/
2010-03-19(no commit message)p4f
2010-03-19(no commit message)p4f
2010-03-18(no commit message)haho
2010-03-18(no commit message)haho
2010-03-18corrected the update-the-laptop-from-the-server sectionhttp://kerravonsen.dreamwidth.org/
2010-03-18Allow wrappers to be built using tcc.Joey Hess
2010-03-18C warning cleanupJoey Hess
2010-03-18updateJoey Hess