]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/siterel2pagerel.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / contrib / siterel2pagerel.mdwn
index 50d901417fb100d34c035fd137b22c47cc30b21c..956b6728f4b7b6bbd94d9bbc9da93c2e3fefd5e6 100644 (file)
@@ -1,7 +1,12 @@
-This is a simple plugin to convert all site-relative links to page-relative links (converts /foo into ../../../foo or similar). It works as a postprocessing filter, allowing it to work on mdwn, wiki, html, rst and any other format that produces html. The code is available here:
+[[!template id=plugin name=siterel2pagerel author="[[PaulWise]]"]]
+
+This is a simple plugin to convert all site-relative links to page-relative
+links (converts /foo into ../../../foo or similar). It works as a
+postprocessing filter, allowing it to work on mdwn, wiki, html, rst and any
+other format that produces html. The code is available here:
 
        #!/usr/bin/perl
-       # quick HTML abs2rel link hack by Paul Wise
+       # quick HTML siterel2pagerel link hack by Paul Wise
        package IkiWiki::Plugin::siterel2pagerel;
 
        use warnings;