Commit Graph

12484 Commits (8f8bda1ae55632de4221859abd082ffe61c4a07d)

Author SHA1 Message Date
Joey Hess dc128dd829 fix newlines in commented defaults 2010-03-19 17:54:58 -04:00
Joey Hess 3b08789e6f load YAML on demand
so as not to break test suite if YAML is not avilable
2010-03-19 16:09:07 -04:00
Joey Hess 07bb08d094 shorten setuptype 2010-03-19 15:55:10 -04:00
Joey Hess bba513a3e5 Add support for setup files written in YAML.
Not the default. (Yet?)
2010-03-19 15:52:53 -04:00
Joey Hess 19a794b482 parameterized indent 2010-03-19 15:44:28 -04:00
Joey Hess 10f8a2c858 improve comments 2010-03-19 15:36:33 -04:00
Joey Hess bbe1f2e493 move generic comment into IkiWiki::Setup 2010-03-19 15:35:21 -04:00
Joey Hess 522daa7ea8 factored out generic commented line dumping 2010-03-19 15:27:15 -04:00
Joey Hess 8a5084bc62 whitespace 2010-03-19 15:09:08 -04:00
Joey Hess b1dade8d96 allow multiple setup file types, and support safe parsing
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-19 14:52:17 -04:00
Joey Hess 6dc6fe2f9b fix apparently confusing wording 2010-03-19 13:45:43 -04:00
Joey Hess af83b4c5f5 Revert "corrected the update-the-laptop-from-the-server section"
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-19 13:40:02 -04:00
Joey Hess a2e387d64b Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-19 13:39:51 -04:00
Joey Hess cbf269eee2 audited use POSIX
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 13:12:28 -04:00
kierun 96a54b35fe 2010-03-19 15:45:26 +00:00
p4f eef4768d2d 2010-03-19 07:57:40 +00:00
http://kerravonsen.dreamwidth.org/ 2c310f8349 comment about comments 2010-03-19 01:09:44 +00:00
p4f f54b5f583d 2010-03-19 00:57:03 +00:00
p4f 4f4e09f925 2010-03-19 00:56:27 +00:00
haho fe86a91ffe 2010-03-18 23:43:04 +00:00
haho deb3cd8c49 2010-03-18 23:39:42 +00:00
http://kerravonsen.dreamwidth.org/ 9a6a285120 corrected the update-the-laptop-from-the-server section 2010-03-18 22:33:18 +00:00
Joey Hess dddd6aa990 Allow wrappers to be built using tcc. 2010-03-18 17:44:46 -04:00
Joey Hess b4ab74e722 C warning cleanup 2010-03-18 17:40:18 -04:00
Joey Hess fed7383903 update 2010-03-18 13:37:35 -04:00
Jon Dowland 760c315589 comment 2010-03-18 15:23:18 +00:00
Jon Dowland ea07442e7a comment 2010-03-18 15:21:38 +00:00
p4f a02a06cb9d 2010-03-18 12:05:33 +00:00
p4f 73c2551dd4 2010-03-18 12:03:34 +00:00
nil 7b7d1cfcb7 distro confusion 2010-03-18 07:56:15 +00:00
nil a78212be33 2010-03-18 07:21:09 +00:00
Joey Hess 60b71996da add Makefile to exclude example 2010-03-17 23:24:31 -04:00
Joey Hess 6cae23dbbe Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-17 23:22:26 -04:00
Joey Hess cbc5fcff61 set exclude example to match *.private and improve its description 2010-03-17 23:21:35 -04:00
kierun 4054f8d8ce 2010-03-17 09:14:46 +00:00
http://smcv.pseudorandom.co.uk/ 0f433ed01c link to highlight 2010-03-17 00:42:38 +00:00
moy c4e46dfeba Removed pop 2010-03-16 08:57:27 +00:00
tschwinge 4cff2b6233 No more Discussion Pages of Discussion Pages of... 2010-03-15 08:55:37 +00:00
Joey Hess aa36cd66ba update 2010-03-14 15:30:18 -04:00
Joey Hess d958e96b01 update 2010-03-14 15:28:50 -04:00
Joey Hess ceadd86293 update 2010-03-14 15:26:24 -04:00
Joey Hess 87a36bbb46 update 2010-03-14 15:22:45 -04:00
Joey Hess a5ded6437d slight optimisation to file_pruned
Precompile the regexp, rather than rebuilding on every call.
2010-03-14 15:21:42 -04:00
Joey Hess 223b8efab0 update 2010-03-14 15:12:59 -04:00
Joey Hess a5ee401044 note that the patch on this page is complely broken, and allows any file starting with a dot to be included
If you applied that patch to your site, you should remove it right away!
2010-03-14 15:08:41 -04:00
Joey Hess 823ec815d4 Add a include setting, which can be used to make ikiwiki process wiki source files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.) 2010-03-14 14:58:13 -04:00
Joey Hess a79c52337c fix missing close quote on all the Content-Transfer-Encoding in the German po files 2010-03-14 13:44:01 -04:00
Joey Hess c944bffe3d Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-14 13:16:12 -04:00
Joey Hess 30c30a0cdd Add complete German basewiki and directives translation done by Sebastian Kuhnert. 2010-03-14 13:15:55 -04:00
http://pmate.myopenid.com/ 7c5bfbe2b6 2010-03-14 12:19:34 +00:00