joey
a17d6ee669
add
2006-05-13 16:12:23 +00:00
joey
065f298986
update
2006-05-12 05:17:29 +00:00
joey
f0f3a430f3
* Add libc6-dev to dependencies, needed to build wrappers.
2006-05-08 23:00:42 +00:00
joey
b2bd444f31
* Allow discussion links on pages to be turned off with --no-discussion.
2006-05-05 18:20:52 +00:00
joey
6652de5e1a
* Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
...
and --disable-plugin htmlscrubber.
2006-05-05 05:41:11 +00:00
joey
f924740b93
add
2006-05-05 03:05:46 +00:00
www-data
2b51c7deab
web commit by joey
2006-05-04 15:13:51 +00:00
joey
ca2755b20c
remove test page; it was in TODO before removal
2006-05-04 15:02:51 +00:00
www-data
e2da5b4f6e
web commit by joey
2006-05-04 15:01:33 +00:00
www-data
2eb31dbba9
web commit by joey
2006-05-04 15:00:50 +00:00
joey
9fbbc89ad5
update
2006-05-04 14:50:53 +00:00
www-data
eb5fcadbff
web commit by ThomasSchwinge
2006-05-04 10:55:02 +00:00
www-data
2f373283e0
web commit by ThomasSchwinge
2006-05-04 10:48:19 +00:00
www-data
d80d029587
web commit by ThomasSchwinge
2006-05-04 10:45:21 +00:00
www-data
071fa74492
web commit by joey
2006-05-04 05:39:28 +00:00
www-data
dab9dd0f2d
web commit by joey
2006-05-04 05:04:59 +00:00
www-data
7505e53eef
web commit by joey
2006-05-04 04:36:43 +00:00
joey
be56970d05
* Added smiley plugin, nicely controlled and documented by the smileys page.
...
* Copied in some smileys from Moin Moin.
2006-05-04 04:29:37 +00:00
www-data
b3d24f6a63
web commit by joey
2006-05-04 02:29:28 +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
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
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
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
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
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
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
joey
d7aecf6ddc
implemented html sanitisation
2006-04-25 03:18:21 +00:00
www-data
779e167d0d
web commit by joey
2006-04-25 00:38:19 +00:00
joey
698aeb2016
update
2006-04-24 23:05:17 +00:00
joey
7a5ae22e5a
Convert postprocessordirectives into preprocessordirectives, so they are
...
expanded before markdown. Consequences:
- No need to worry about markdown messing with parameters of
preprocessordirectives. (If you had to escape stuff in one before, you'll
need to undo that escaping now.)
- No need for ugly </p> hacks before inlined subpages. Instead, subpages
are wrapped in a <div>, and this prevents markdown from touching them.
(This can also be used to add style to subpages.)
- rss generation is less of a hack.
2006-04-04 20:57:46 +00:00
joey
ca57400d53
markdown's overzelous _ and * expansion inside words can't really be fixed
...
outside of markdown
2006-04-04 19:59:00 +00:00
joey
f50bd57bce
proper binmode settings so that with -CSD, ikiwiki will support unicode
...
however, due to robustness, that's not enabled by default yet
2006-04-04 19:34:50 +00:00
www-data
13722d7b76
web commit by WillThompson: Safety of arbitrary regexen
2006-04-03 15:39:15 +00:00
www-data
9d86fb0b02
web commit by joey
2006-03-31 19:49:11 +00:00
www-data
7fb3d3df12
web commit by joey
2006-03-31 19:48:35 +00:00
www-data
cf48c10cc0
web commit by JeroenSchot
2006-03-30 22:19:06 +00:00
joey
22d501e5de
update
2006-03-30 18:36:07 +00:00
www-data
a5583ab1e9
web commit by JeroenSchot: moved to done.
2006-03-30 12:31:28 +00:00
www-data
c631877d90
web commit by JeroenSchot
2006-03-30 12:27:52 +00:00
joey
0d9539d577
added --hyperestraier switch, which turns on search support
...
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
2006-03-29 22:21:23 +00:00
www-data
a4eaf05620
web commit by JeroenSchot: idea about markdown enclosing.
2006-03-29 19:08:49 +00:00
www-data
212d7eb246
web commit by joey
2006-03-29 18:52:09 +00:00
joey
975ae0944c
Implemented --underlaydir, and moved files provided by underlay out of doc
...
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
2006-03-29 18:21:01 +00:00
joey
5591d621b9
css support
2006-03-29 07:24:03 +00:00
www-data
1b375d7818
web commit by joey
2006-03-29 03:32:57 +00:00
www-data
f55e219d4f
web commit by joey
2006-03-29 03:30:26 +00:00
www-data
0db7de08af
web commit by joey
2006-03-29 03:29:23 +00:00
joey
e41dd1e24e
html validation fixes:
...
- escape & in urls (also clean up cgi url generation)
- since markdown wraps inlined pages in <p></p>, close and re-open
the paragraph tags when generating the embedded html
- added XHTML 1.0 doctypes to templates
- fixed <hr /> and <br /> in templates
- add an alt attribute to inline images, based on the WikiLink to the
image. Allows things like [[my_image|img.png]] to customise alt text.
2006-03-29 03:18:21 +00:00
www-data
bfe959167a
web commit by joey
2006-03-29 02:34:04 +00:00
joey
d9f1b12149
support [[linktext|pagename]] links
2006-03-28 23:31:53 +00:00
www-data
9645f0ccbc
web commit by JeroenSchot: summarize current html problems.
2006-03-28 19:15:41 +00:00
www-data
90b2b991f7
web commit by joey
2006-03-26 05:35:19 +00:00
joey
9092356173
added --getctime
2006-03-26 02:30:44 +00:00
joey
0a4c1396de
add logo
2006-03-25 18:14:27 +00:00
joey
61c909e2f2
implemented upgradehooksh
2006-03-24 21:36:37 +00:00
www-data
0630d97438
web commit by joey
2006-03-24 20:53:54 +00:00
www-data
cf7ef6e686
web commit by joey
2006-03-24 07:24:23 +00:00
www-data
45dac61b1f
web commit by joey
2006-03-24 07:17:39 +00:00
www-data
e1765f446f
web commit by joey
2006-03-24 05:46:01 +00:00
www-data
387132923b
web commit by joey
2006-03-24 05:36:11 +00:00
joey
49524c429e
add blog post template
2006-03-24 05:03:16 +00:00
www-data
5e7a3e7428
web commit by joey
2006-03-24 04:29:14 +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
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