www-data
08eac4806c
web commit by joey
2006-05-03 22:42:36 +00:00
www-data
ea08b909d8
web commit by joey
2006-05-03 22:42:19 +00:00
www-data
bcc6cd8f73
web commit by joey
2006-05-03 22:41:42 +00:00
www-data
3a98572da8
web commit by joey
2006-05-03 22:41:20 +00:00
www-data
4c2f8d3353
web commit by joey
2006-05-03 22:40:22 +00:00
www-data
79be3eec61
web commit by joey
2006-05-03 22:38:53 +00:00
www-data
4ff8a41f07
web commit by joey
2006-05-03 21:59:00 +00:00
www-data
7762cd5711
web commit by joey
2006-05-03 21:58:17 +00:00
www-data
0aadc597d4
web commit by joey
2006-05-03 21:56:29 +00:00
www-data
d75fa41216
web commit by joey
2006-05-03 21:54:27 +00:00
www-data
ab071436fd
web commit by joey
2006-05-03 21:53:54 +00:00
www-data
57d12405ae
web commit by joey
2006-05-03 21:52:44 +00:00
www-data
e30f53cb9b
web commit by joey
2006-05-03 21:52:23 +00:00
joey
af9566ff1a
rather a lot of changes to make hyperestraier search be a plugin, allowing
...
for other types of search engine plugins if wanted, and also opening up a
lot of new possibilities for other kinds of plugins later
some notable changes along the way:
- lots of new hook types: cgi, render, delete
- wrapper files fixed to support config strings with newlines in them
- HEADERCONTENT in page template useful for plugins. Probably needs to be
expanded to more such for other places plugins might want to add content.
- remove unnecessary wrappers field from config info stored in wrappers
2006-05-03 21:50:39 +00:00
www-data
b0952742b2
web commit by joey
2006-05-03 21:04:17 +00:00
www-data
e64ef95dfc
web commit by joey
2006-05-03 21:03:35 +00:00
www-data
92ffe3446f
web commit by joey
2006-05-03 20:46:14 +00:00
www-data
5d887948f9
web commit by joey
2006-05-03 20:45:10 +00:00
www-data
3900abf314
web commit by joey
2006-05-03 20:43:55 +00:00
www-data
1478bab0cd
web commit by joey
2006-05-03 20:31:16 +00:00
www-data
82594b5f89
web commit by Bug
2006-05-03 20:12:29 +00:00
www-data
40d739caba
web commit by joey: change to plugin interface
2006-05-03 20:07:02 +00:00
joey
12422e9890
* Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
...
to pave the way for adding other RCS support. This also changes the
setup files, where before they had svn => 1 or svn => 0, now they have
rcs => "svn" or rcs => "".
* Add a debian/NEWS file with upgrade notes.
* Load whatever rcs module is specified, so new ones can be just dropped in
as plugins and work.
* Add some basic docs about writing RCS modules.
2006-05-02 18:44:39 +00:00
joey
47cec07e44
ah, the joys of test-based development..
...
think I have smart glob list matching working ok
2006-05-02 15:22:49 +00:00
joey
3b0fce93e4
* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
...
it, this will allow for adding a unit test suite.
2006-05-02 06:53:33 +00:00
www-data
3ea8c882f2
web commit by joey
2006-05-02 06:38:54 +00:00
www-data
93e77f43b3
web commit by joey
2006-05-02 06:38:33 +00:00
www-data
e47f29d37d
web commit by joey
2006-05-02 06:38:07 +00:00
www-data
82f19216a4
web commit by joey
2006-05-02 06:31:17 +00:00
www-data
ec5ddd9a4f
web commit by joey
2006-05-02 06:27:16 +00:00
www-data
bfead4a004
web commit by joey
2006-05-02 06:26:55 +00:00
www-data
a0d372751a
web commit by joey
2006-05-02 06:26:08 +00:00
www-data
63f2eddaa4
web commit by joey
2006-05-02 06:24:38 +00:00
www-data
4a71047839
web commit by joey
2006-05-02 06:22:00 +00:00
joey
99292550fd
* Add an orphans plugin for finding pages that nothing links to.
...
* Removed backlinks page, which it turns out nothing used.
2006-05-02 06:15:31 +00:00
www-data
49fc2283f7
web commit by DavidMorenoGarza: Adding myself as user
2006-05-02 03:59:02 +00:00
joey
ee8d0c0313
typo
2006-05-02 03:54:32 +00:00
www-data
95274e6bd6
web commit by joey
2006-05-02 03:15:16 +00:00
www-data
1533abb567
web commit by joey
2006-05-02 03:02:46 +00:00
www-data
f6d7d1ce76
web commit by joey
2006-05-02 03:02:18 +00:00
www-data
9f41cd21e5
web commit by joey
2006-05-02 02:59:44 +00:00
www-data
a7dd176e48
web commit by joey
2006-05-02 02:50:16 +00:00
joey
f8109304f3
foo
2006-05-02 02:49:30 +00:00
joey
4f1dc4b47c
fix name
2006-05-02 02:39:33 +00:00
joey
54d5308cd8
* Added plugin system, currently only supporting for PreProcessorDirectives.
...
* Added a pagecount plugin, enabled by default.
* Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
* Fixed/optimised backlinks code, to avoid rebuilding pages to update
backlinks when the backlinks hadn't really changed.
* Moved inline page support, rss generation etc into the inline plugin,
enabled by default.
* Added brokenlinks plugin, not enabled by default, but rather handy.
* Fix several broken links in the doc wiki.
2006-05-02 02:34:33 +00:00
joey
258af4c179
remove templates/ from filenames
2006-05-01 22:40:46 +00:00
joey
819a31ed24
* Rename inlinepage to depends, so that it can be used to refer to more
...
dependency relationships than just inlining. This will require a rebuild
on upgrade to this version.
* Move the rss link, put it in the blogpost form if there is one and at the
top if not. This is both nicer because easier to find, and it cleans up
the code which had used inlinepage as a flag for adding the link later.
* Allow the depends GlobList to be built up from multiple sources (such as
plugins) during a page render.
* Which means that more than one blog is now supported to appear on a
single page. (With some limitations.)
2006-05-01 22:27:37 +00:00
www-data
3de6aab0a4
web commit by joey
2006-05-01 21:26:43 +00:00
www-data
d29786a5fb
web commit by joey
2006-05-01 21:26:04 +00:00
www-data
6637d5bb25
web commit by joey
2006-05-01 21:21:02 +00:00
www-data
88415ffef9
web commit by joey
2006-05-01 21:18:58 +00:00
www-data
7a5c8c632b
web commit by joey
2006-05-01 21:14:30 +00:00
www-data
02430a23a6
web commit by joey
2006-05-01 21:12:06 +00:00
www-data
2bea9c696e
web commit by joey
2006-05-01 21:07:08 +00:00
www-data
7833fc9677
web commit by joey
2006-05-01 20:54:03 +00:00
www-data
81678dccf2
web commit by joey
2006-05-01 20:52:09 +00:00
www-data
d89d6c9b5b
web commit by joey
2006-05-01 20:51:48 +00:00
www-data
66efef353b
web commit by joey
2006-05-01 20:49:07 +00:00
www-data
0fa97c6232
web commit by joey
2006-05-01 20:47:41 +00:00
www-data
b86c3a105c
web commit by joey
2006-05-01 20:47:04 +00:00
www-data
2bd70be030
web commit by joey
2006-05-01 20:46:22 +00:00
www-data
2f00762920
web commit by joey
2006-05-01 20:36:10 +00:00
www-data
50686a73a2
web commit by joey
2006-04-29 19:19:51 +00:00
www-data
6855607565
web commit by joey
2006-04-29 19:11:01 +00:00
www-data
9b0dbd6ddb
web commit by joey
2006-04-29 19:10:08 +00:00
www-data
02c6cd1698
web commit by joey
2006-04-29 18:25:00 +00:00
www-data
3498540d75
web commit by joey
2006-04-29 18:20:35 +00:00
www-data
7cf1122c70
web commit by joey
2006-04-29 18:19:51 +00:00
www-data
6dd37879bb
web commit by joey
2006-04-29 18:18:59 +00:00
www-data
f5046a1434
web commit by joey
2006-04-29 18:16:58 +00:00
www-data
0a25fb7718
web commit by joey
2006-04-29 18:15:38 +00:00
www-data
0d82fddf5d
web commit by joey
2006-04-29 18:14:30 +00:00
www-data
860466f433
web commit by joey
2006-04-29 18:10:18 +00:00
joey
4ab068ce23
add news item for ikiwiki 1.0
2006-04-29 18:09:04 +00:00
www-data
a7008ee283
web commit by joey
2006-04-25 20:28:32 +00:00
joey
26b20b4cd6
add commit-internals
2006-04-25 20:27:10 +00:00
www-data
5ae9c4f5d5
web commit by joey
2006-04-25 20:24:04 +00:00
www-data
70df59f7f4
web commit by joey
2006-04-25 06:43:28 +00:00
www-data
9907281c56
web commit by joey
2006-04-25 06:42:49 +00:00
www-data
7889007fc1
web commit by joey
2006-04-25 06:42:23 +00:00
joey
0d517edd66
back to base
...
fix man page errors due to too long line
2006-04-25 06:40:11 +00:00
www-data
c3b5c06c96
web commit by joey
2006-04-25 06:37:37 +00:00
www-data
c7da3a1adc
web commit by joey
2006-04-25 06:37:22 +00:00
www-data
79839d01a7
web commit by joey
2006-04-25 06:36:39 +00:00
www-data
bff38724b4
web commit by joey
2006-04-25 06:36:13 +00:00
www-data
b00a8e9124
web commit by joey
2006-04-25 06:34:21 +00:00
www-data
bba3b23476
web commit by joey
2006-04-25 06:33:55 +00:00
www-data
9ee1564a20
web commit by joey
2006-04-25 06:33:25 +00:00
www-data
512610642a
web commit by joey
2006-04-25 06:26:54 +00:00
www-data
1e1564cc60
web commit by joey: no need to make finalise a plugin, we have templates now..
2006-04-25 06:26:32 +00:00
www-data
c7364c1dda
web commit by joey
2006-04-25 06:25:27 +00:00
www-data
67eca6e5a1
web commit by joey
2006-04-25 06:22:10 +00:00
www-data
16dd95ed14
web commit by joey
2006-04-25 06:19:12 +00:00
www-data
788eebfc18
web commit by joey
2006-04-25 06:04:54 +00:00
www-data
699024fa15
web commit by joey
2006-04-25 06:04:20 +00:00
joey
2c64a9f6f1
security update
2006-04-25 06:02:38 +00:00
www-data
2f241a35ce
web commit by joey
2006-04-25 03:36:25 +00:00
www-data
79e34c814b
web commit by joey
2006-04-25 03:35:17 +00:00
www-data
1a382e051f
web commit by joey
2006-04-25 03:33:26 +00:00
www-data
903db5e5d5
web commit by joey
2006-04-25 03:33:17 +00:00