www-data
ef4cf79498
web commit by joey
2006-03-24 04:24:50 +00:00
www-data
378ae29f17
web commit by joey
2006-03-24 04:17:57 +00:00
www-data
2e5073a1ea
web commit by joey
2006-03-24 04:17:40 +00:00
www-data
0e5c0c4660
web commit by joey
2006-03-24 04:17:21 +00:00
www-data
3018aa42cc
web commit by joey
2006-03-24 04:16:28 +00:00
joey
e35cefac5d
default rss on
2006-03-24 04:09:56 +00:00
www-data
5e85f9b57d
web commit by joey
2006-03-24 04:09:20 +00:00
joey
34497b82f6
up
2006-03-24 04:07:28 +00:00
joey
48f63526a2
add
2006-03-24 04:04:37 +00:00
joey
59a692b7e0
switch to h1 for page titles since pages tend to have h2's inside them
2006-03-24 03:56:32 +00:00
joey
693a7a6902
big speedup
2006-03-24 03:21:46 +00:00
www-data
a01d37e353
web commit by joey
2006-03-24 03:00:04 +00:00
www-data
af77087dc9
web commit by joey
2006-03-24 02:56:55 +00:00
www-data
e111d632c2
web commit by joey
2006-03-24 02:56:37 +00:00
joey
4dbd99d99b
add
2006-03-24 02:46:57 +00:00
joey
4d0921c7b7
add
2006-03-24 02:44:15 +00:00
joey
e910e67424
fixes
2006-03-24 02:42:19 +00:00
www-data
e1823922e6
web commit by joey
2006-03-24 02:40:58 +00:00
www-data
76e5fd7bbf
web commit by joey
2006-03-24 02:40:42 +00:00
www-data
184f66d708
web commit by joey
2006-03-24 02:38:24 +00:00
joey
cd152fa990
add a blog for done items too
2006-03-24 02:35:22 +00:00
joey
5c8351541d
awesome new blog-based todo page
2006-03-24 02:28:53 +00:00
joey
b056a106b8
load index before refresh
2006-03-24 02:11:10 +00:00
joey
8926a3bfbe
Removed the rss feeds for every page, which wasn't really entirely useful.
...
Let's only do them for blog pages.
2006-03-24 02:00:40 +00:00
joey
5951c1dc82
add archive pages and fix some bugs
2006-03-24 01:49:42 +00:00
joey
7b4600df3f
hold onto your hats, full-fledged blogging has arrived in ikiwiki!
2006-03-24 01:16:32 +00:00
joey
ad4760ad78
load index for all cgi scripts, fixes links on RecentChanges
2006-03-23 22:11:05 +00:00
joey
4a4c8680b1
skip old format index file lines for now
2006-03-23 21:55:36 +00:00
joey
4f93b8e2b4
preserve ctimes across rebuilds
2006-03-23 21:54:30 +00:00
joey
72e8ace28d
Add file cretion times to the index file.
...
(Note that it's not really the file creation time, just the first time
ikiwiki saw it.)
2006-03-23 21:52:12 +00:00
joey
ca0be85c59
new index file format
...
*warning* on upgrade to this version of ikiwiki, be sure to run --rebuild
to regenerate the index
2006-03-23 21:39:38 +00:00
joey
4155fd3c96
fix for already relative urls
2006-03-23 21:21:31 +00:00
joey
801a6d61b9
improve description field for rss
2006-03-23 21:17:57 +00:00
joey
ca366fc902
add support for generating per-page rss feeds
2006-03-23 21:00:51 +00:00
joey
07e68136bb
ugh
2006-03-23 19:29:18 +00:00
joey
f178b62b68
who said markdown made it easier to read? :-P
2006-03-23 19:28:12 +00:00
joey
a223f4540f
support arbitrary characters in page titles, via some ugly use of unicode
...
character numbers
2006-03-23 19:25:08 +00:00
joey
f5a5df14b7
stupid MakeMaker..
2006-03-23 19:23:48 +00:00
joey
86540c654f
design for rss feeds and blogging
2006-03-23 10:29:28 +00:00
joey
d6a4e17e16
oops
2006-03-23 10:27:47 +00:00
joey
800dfe6612
foo
2006-03-23 08:13:39 +00:00
joey
d59734caf6
move config setting into getopts
2006-03-23 08:11:53 +00:00
joey
28055bbcc5
prototyping improvements
2006-03-23 08:10:09 +00:00
joey
0943c375d4
another sub, wow
2006-03-23 08:04:34 +00:00
joey
5513fb4654
lock wiki here too
2006-03-23 07:58:43 +00:00
joey
5230f4e50b
slightly better latout
2006-03-23 07:55:36 +00:00
joey
e3b9e716d0
missing include
2006-03-23 07:55:25 +00:00
joey
384327bfd0
proper main sub and loadindex optimisation for cgis
2006-03-23 07:51:52 +00:00
joey
bb0193aff3
benchmarking suggests that meoization doesn't help even when doing a
...
--rebuild, so remove it
2006-03-23 07:42:24 +00:00
joey
b645dc5a41
Getopt::Long is a huge, heavy perl module. So why use it?
...
This {gross,amazing} hack makes all wrapped uses of ikiwiki forgo any
option parsing at all. Options come in preparses via an env var from the
wrapper. As a bonus, Wrapper.pm no longer needs to be updated when command
line options are added to the program. Load time is sped up by around 10%.
ikiwikiwrap --params is no longer supported by this change. You will need
to rebuild your wrappers to take advantage of it.
2006-03-23 07:37:16 +00:00