summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/siterel2pagerel.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-10 23:00:30 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-10 23:00:30 -0500
commit800a1b3271423053a427f2b25bebce65d155efe2 (patch)
tree1a49424bf9cf999e1f451daf6c3e6286fccab87d /doc/plugins/contrib/siterel2pagerel.mdwn
parentb29add934ba7a5f31e4d50821c7dbdd02d020455 (diff)
add templates
Diffstat (limited to 'doc/plugins/contrib/siterel2pagerel.mdwn')
-rw-r--r--doc/plugins/contrib/siterel2pagerel.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/plugins/contrib/siterel2pagerel.mdwn b/doc/plugins/contrib/siterel2pagerel.mdwn
index 7bdeea965..06c9bbc29 100644
--- a/doc/plugins/contrib/siterel2pagerel.mdwn
+++ b/doc/plugins/contrib/siterel2pagerel.mdwn
@@ -1,4 +1,9 @@
-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 siterel2pagerel link hack by Paul Wise