master
joey 2006-08-10 04:13:59 +00:00
parent cade16fbb6
commit 627c20808a
2 changed files with 6 additions and 3 deletions

2
debian/changelog vendored
View File

@ -9,7 +9,7 @@ ikiwiki (1.17) UNRELEASED; urgency=low
* Remove <br> from end of aggregate preprocessor directive output.
* Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
case-sensative filesystems like OSX.
* Improve markdown loading. First, try to load it as a properl perl module,
* Improve markdown loading. First, try to load it as a proper perl module,
in case it was installed as one. Then fall back to trying
/usr/bin/markdown.
* Document in install page how to install markdown, since it has no

View File

@ -1,7 +1,10 @@
This is a whole lot better than nothing, but it's a shame it forks python
every page. Anyone want to get [this](http://search.cpan.org/~nodine/Text-Restructured-0.003016/) into Debian and use it instead?
-- [[Joey]]
--[[Joey]]
Actually, if someone adds support for it to ikiwiki, I would be glad to get
the package into Debian myself --[[Joey]]
#!/usr/bin/perl
# Very simple reStructuredText processor.
#