summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/patchqueue/rst.mdwn7
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index c83c8bce0..59bed84b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/patchqueue/rst.mdwn b/doc/patchqueue/rst.mdwn
index 1534cd9e5..c2790990e 100644
--- a/doc/patchqueue/rst.mdwn
+++ b/doc/patchqueue/rst.mdwn
@@ -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.
#