Commit Graph

8271 Commits (75603b4082f43f87802eab8c3739eff92a634453)

Author SHA1 Message Date
intrigeri 75603b4082 response
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-03 01:42:44 +01:00
intrigeri 1a4c6b5fcf notes and wiki-gardening about pagetitle vs. meta title
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-03 01:35:36 +01:00
Jason Blevins d93b509eee Note about prefix_directives 2008-11-02 18:56:12 -05:00
intrigeri 8e451ecda4 po: now uses inject 2008-11-02 20:19:51 +01:00
Joey Hess d71caffb7b preprocess text before htmlizing it 2008-11-02 12:21:15 -05:00
http://www.cse.unsw.edu.au/~willu/ 98a5bd23d3 Add patch 2008-11-02 05:47:19 -05:00
http://www.cse.unsw.edu.au/~willu/ 8a901ad49c Thoughts 2008-11-02 05:23:25 -05:00
http://thewordnerd.info/ c2684b94b2 2008-10-31 19:34:49 -04:00
http://thewordnerd.info/ 230dcd5ac1 2008-10-31 19:06:26 -04:00
Joey Hess 8f7e6e76ac rename 2008-10-31 18:02:03 -04:00
Joey Hess ac750fcd12 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-31 18:00:58 -04:00
alexander fd9192006b 2008-10-31 17:53:57 -04:00
alexander efc1e4a369 2008-10-31 17:52:42 -04:00
Joey Hess 936e016de9 reorg 2008-10-31 17:22:55 -04:00
Joey Hess 163790a3f9 typo 2008-10-31 17:21:22 -04:00
Joey Hess bb841f94f4 format: New plugin, allows embedding differntly formatted text inside a page (ie, otl inside a mdwn page, or syntax highlighted code inside a page). 2008-10-31 16:42:20 -04:00
Joey Hess 6ad8b8f760 require srcdir and destdir params when --render used w/o --setup
The srcdir is needed by --render, so if --setup is not specified, read it
at the command line.
2008-10-30 15:05:58 -04:00
Joey Hess 6d445cdaca fix --setup --render
In this mode, rebuild mode should not be on
2008-10-30 14:59:37 -04:00
Joey Hess ae0a9d50be set ctime in --render mode if not known
Avoids some uninitialised value warnings.
2008-10-30 14:50:33 -04:00
Joey Hess 7ea0f92aad response 2008-10-30 14:14:57 -04:00
Joey Hess 9fee3e4e84 response 2008-10-30 13:46:49 -04:00
Joey Hess 354d22e27b don't rely on plugin load order when determining generated directives
Instead, shortcuts will explicitly be marked as such when registered, and
listdirectives can filter them out.
2008-10-30 13:41:19 -04:00
jwalzer 8f5723e1d5 start discussion of the plugin 2008-10-30 12:27:09 -04:00
jwalzer 547d296924 opml-Plugin - Stub-Page 2008-10-30 12:22:51 -04:00
http://lollipopman.myopenid.com/ 40b6033917 2008-10-30 08:28:28 -04:00
jwalzer bb8eef588b question about relative links? 2008-10-30 05:51:01 -04:00
jwalzer 4100eeb3dd Userpage setup 2008-10-30 05:37:51 -04:00
jwalzer 3db818ca8e 2008-10-30 05:34:13 -04:00
jwalzer 8f699676c7 2008-10-30 05:31:49 -04:00
jwalzer 2ac94ecdc4 2008-10-30 05:30:35 -04:00
Jason Blevins 100c68003b Forum question 2008-10-29 23:25:34 -04:00
Jason Blevins 621c3209b0 Suggest user stylesheets 2008-10-29 23:23:00 -04:00
http://www.cse.unsw.edu.au/~willu/ 1be6b0a627 Note on fix 2008-10-29 20:02:02 -04:00
Joey Hess cb8fb03fc4 oops 2008-10-29 18:06:35 -04:00
Joey Hess 3b8740ebee response 2008-10-29 18:06:00 -04:00
Joey Hess 3d72fd8f26 wording 2008-10-29 18:05:56 -04:00
https://yag.myopenid.com// 2e421c7610 Just remembered that '#' already has a meaning in WikiLinks. 2008-10-29 15:39:26 -04:00
https://yag.myopenid.com// 95a1d0f436 Clarified my question about selectively disabling backlinks. 2008-10-29 15:30:53 -04:00
https://yag.myopenid.com// a9934caa26 Added syntax suggestions for accessing meta information in Ikiwiki links. 2008-10-29 15:24:59 -04:00
https://yag.myopenid.com// 06e57cd569 I'm not sure whether I understand this "raw_enabled" setting in the context of rst. 2008-10-29 15:18:19 -04:00
https://yag.myopenid.com// 3c48758576 Fixed broken link. 2008-10-29 15:09:56 -04:00
Joey Hess 26e1fe2021 Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar`
The syslog value from the setup file is purposfully ignored when doing
ikiwiki -setup, so that it will output to stdout (while generating wrappers
that do use the syslog). But that caused -dumpsetup to not preserve
the syslog value from the setup file.
2008-10-29 14:28:55 -04:00
Joey Hess 33a0e84ddb fix preview of shortcuts
Move shortcut processing back to checkconfig, and avoid it failing if the
srcdir is not defined.
2008-10-29 14:20:31 -04:00
Joey Hess 7237fc7f2e allow_symlinks_before_srcdir is a boolean 2008-10-29 14:11:09 -04:00
Joey Hess 5b7677faba fix display of error msg 2008-10-29 13:38:26 -04:00
Joey Hess 3182cc6710 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-29 13:37:45 -04:00
Jason Blevins f4f099e88e Bug report re shortcuts during preview 2008-10-28 21:43:44 -04:00
neale 41926f3d99 better entry points 2008-10-28 18:13:13 -04:00
neale 900d1c5600 2008-10-28 18:11:37 -04:00
neale 1e9f4532a3 oops, attribution 2008-10-28 18:07:48 -04:00