aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* check for 'require' instead of 'use'Joey Hess2010-03-21
|
* reset setuptype to standard after an automator setup file is loadedJoey Hess2010-03-21
| | | | so a standard file is generated (by default)
* new tipJoey Hess2010-03-19
|
* fix newlines in commented defaultsJoey Hess2010-03-19
|
* load YAML on demandJoey Hess2010-03-19
| | | | so as not to break test suite if YAML is not avilable
* shorten setuptypeJoey Hess2010-03-19
|
* Add support for setup files written in YAML.Joey Hess2010-03-19
| | | | Not the default. (Yet?)
* parameterized indentJoey Hess2010-03-19
|
* improve commentsJoey Hess2010-03-19
|
* move generic comment into IkiWiki::SetupJoey Hess2010-03-19
|
* factored out generic commented line dumpingJoey Hess2010-03-19
|
* whitespaceJoey Hess2010-03-19
|
* allow multiple setup file types, and support safe parsingJoey Hess2010-03-19
| | | | | | | | | 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.
* fix apparently confusing wordingJoey Hess2010-03-19
|
* Revert "corrected the update-the-laptop-from-the-server section"Joey Hess2010-03-19
| | | | | | | | 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.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-03-19
|\
| * (no commit message)kierun2010-03-19
| |
| * (no commit message)p4f2010-03-19
| |
| * comment about commentshttp://kerravonsen.dreamwidth.org/2010-03-19
| |
| * (no commit message)p4f2010-03-19
| |
| * (no commit message)p4f2010-03-19
| |
| * (no commit message)haho2010-03-18
| |
| * (no commit message)haho2010-03-18
| |
| * corrected the update-the-laptop-from-the-server sectionhttp://kerravonsen.dreamwidth.org/2010-03-18
| |
* | audited use POSIXJoey Hess2010-03-19
|/ | | | | | 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.)
* Allow wrappers to be built using tcc.Joey Hess2010-03-18
|
* C warning cleanupJoey Hess2010-03-18
|
* updateJoey Hess2010-03-18
|
* commentJon Dowland2010-03-18
|
* commentJon Dowland2010-03-18
|
* (no commit message)p4f2010-03-18
|
* (no commit message)p4f2010-03-18
|
* distro confusionnil2010-03-18
|
* (no commit message)nil2010-03-18
|
* add Makefile to exclude exampleJoey Hess2010-03-17
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-03-17
|\
| * (no commit message)kierun2010-03-17
| |
| * link to highlighthttp://smcv.pseudorandom.co.uk/2010-03-17
| |
* | set exclude example to match *.private and improve its descriptionJoey Hess2010-03-17
|/
* Removed popmoy2010-03-16
|
* No more Discussion Pages of Discussion Pages of...tschwinge2010-03-15
|
* updateJoey Hess2010-03-14
|
* updateJoey Hess2010-03-14
|
* updateJoey Hess2010-03-14
|
* updateJoey Hess2010-03-14
|
* slight optimisation to file_prunedJoey Hess2010-03-14
| | | | Precompile the regexp, rather than rebuilding on every call.
* updateJoey Hess2010-03-14
|
* note that the patch on this page is complely broken, and allows any file ↵Joey Hess2010-03-14
| | | | | | starting with a dot to be included If you applied that patch to your site, you should remove it right away!
* Add a include setting, which can be used to make ikiwiki process wiki source ↵Joey Hess2010-03-14
| | | | files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.)
* fix missing close quote on all the Content-Transfer-Encoding in the German ↵Joey Hess2010-03-14
| | | | po files