joey
b220a11008
stop abusing titlepage for internal encoding (esp since it doesn't work)
2006-07-30 06:55:33 +00:00
joey
b0885a7278
fix encoding of some stuff
2006-07-30 06:20:58 +00:00
joey
1d0f4b665c
fix
2006-07-30 06:15:04 +00:00
joey
dcaa4b013e
more robust and faster handling of feedurls
2006-07-30 06:14:44 +00:00
joey
8a5f9f6e00
security note
2006-07-30 06:08:56 +00:00
joey
b9693d13ef
robustness and etc
2006-07-30 05:44:17 +00:00
joey
c23e8009bf
deal with title-less feeds
2006-07-30 05:29:03 +00:00
joey
68d7fbfabd
md5 can't handle wide chars
2006-07-30 05:17:59 +00:00
joey
c5b02885e9
fixes, and make dir optional
2006-07-30 05:14:35 +00:00
joey
e49ff966a3
* ikiwiki can now download and aggregate feeds with its new aggregate
...
plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
2006-07-30 04:31:08 +00:00
joey
7bb447675f
forgot to add this
2006-07-30 01:38:50 +00:00
joey
ab75c0323b
* Add a run_hooks function for the common task of running all hooks of a
...
given type.
* Add a savestate hook.
* Don't put blog post forms on pages if there's no cgiurl set.
* Reformat front page.
2006-07-30 00:20:11 +00:00
www-data
584fe78075
web commit by joey: fix format
2006-07-29 22:35:03 +00:00
joey
cfda000465
add news item for ikiwiki 1.12
2006-07-29 22:32:19 +00:00
joey
becacc5566
updats
2006-07-29 22:25:40 +00:00
joey
65ab5b372e
add type pages
2006-07-29 22:17:07 +00:00
joey
7f1313c052
* Tag plugins according to type.
2006-07-29 22:15:45 +00:00
joey
11126bd74e
add fortune
2006-07-29 21:54:50 +00:00
joey
d9633de2ce
* fortune plugin (trivial)
2006-07-29 21:53:57 +00:00
joey
ee3e0e3c50
last minute fix from faidon
2006-07-29 21:40:59 +00:00
joey
8f2d8142e4
* Allow preprocessor directives to be expanded in inlined blog pages.
...
However, to avoid inlining loops etc, don't expand inline directives in
inlined pages.
2006-07-29 21:38:50 +00:00
joey
fe64ddb62e
right paper
2006-07-29 21:27:09 +00:00
joey
0549229bab
1.12 is not released yet
2006-07-29 21:12:08 +00:00
joey
6a9e16374f
* Locale patch from Faidon:
...
- Adds a locale setting to setup files.
- Proper local time, if the locale configuration option is used.
- Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
commiting (or even rcs_updating) on repositories with UTF-8 filenames was
impossible.
2006-07-29 21:04:31 +00:00
joey
48f9d39339
* htmltidy plugin from Faidon.
2006-07-29 20:50:20 +00:00
www-data
aa8bf534d9
web commit by FaidonLiambotis: Add HTML Tidy plugin to patchqueue
2006-07-29 20:39:34 +00:00
joey
5de2cff378
remove this, pagestats is too slow and it was mostly for testing
2006-07-29 20:38:46 +00:00
www-data
246fa318ac
web commit by FaidonLiambotis: Revise the locale patch
2006-07-29 20:32:36 +00:00
joey
782e4d48df
fix %links iteration
2006-07-29 20:30:39 +00:00
joey
299bb8bef3
more links
2006-07-29 20:14:07 +00:00
joey
498dba8b70
use htmllink
2006-07-29 20:07:48 +00:00
joey
35c90a5b58
"Viva l'Italia!"
...
* Polygen plugin from Enrico.
2006-07-29 20:01:29 +00:00
joey
3a2dfb94cb
* Build-depend on libtext-wikiformat-perl, so that the syntax check of
...
the wikiformat plugin works. Thanks, Emanuele Aina.
* Patch from Alessandro Dotti Contra to clean up backlinks and navbar
display, running them through pagetitle. This removes ugly underscores and
other gunk from the display, much nicer. You may want to rebuild your wiki
when upgrading to get the cleanup globally.
2006-07-29 19:16:55 +00:00
joey
13c466728c
mercuriual backend in progress
2006-07-29 18:05:50 +00:00
joey
7127b70063
add pagestats
2006-07-29 17:46:25 +00:00
joey
d76c73eb86
* New pagestats plugin from Enrico, which can generate a table counting
...
the backlinks for each page, or a del.icio.us style cloud.
2006-07-29 17:44:41 +00:00
joey
267f98e2e1
* Put categories in rss feeds for tagged items.
2006-07-29 07:25:17 +00:00
joey
a0653933d3
* Add exclude option in setup files, works same as --exclude.
2006-07-28 17:48:24 +00:00
joey
201e681d34
improve
2006-07-28 05:36:37 +00:00
joey
409e62021c
* Add getopt hook type, this allows plugins to add new command-line options.
...
* Add --tagbase option to tag plugin.
2006-07-28 05:26:49 +00:00
joey
51d20d72f6
small improvements
2006-07-28 04:43:45 +00:00
joey
437825b25a
another doubled escape removed
2006-07-28 01:02:37 +00:00
www-data
b5d6acae77
web commit by joey
2006-07-28 01:00:06 +00:00
joey
7fa2752493
add news item for ikiwiki 1.11
2006-07-28 00:52:43 +00:00
joey
a01ecafb65
releasing version 1.11
2006-07-28 00:52:21 +00:00
joey
6e90f18cb7
don't need double-escape on indented literal text as markdown doesn't mess
...
with it
2006-07-28 00:33:57 +00:00
www-data
e0c78351a8
web commit by joey
2006-07-28 00:30:05 +00:00
www-data
584c998753
web commit by joey
2006-07-28 00:29:42 +00:00
www-data
4c5611637e
web commit by joey
2006-07-28 00:28:27 +00:00
joey
2cb3bd781e
add news
2006-07-28 00:25:13 +00:00