]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by JoshTriplett: Add another shortcut which will require this feature...
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 10 Feb 2007 20:43:50 +0000 (20:43 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 10 Feb 2007 20:43:50 +0000 (20:43 +0000)
doc/todo/simple_text_parsing_or_regex_in_template_or_shortcut.mdwn

index a8702b3753b58f281093713728c8745e7fd199a9..0028784ee8f98936b9cbc4f96c4f8a0543285ac7 100644 (file)
@@ -1 +1,6 @@
-Either [[plugins/template]] or [[plugins/shortcut]] should support some form of very simple text parsing or regex application, to make it possible to write something like `\[[mmlist listname@lists.example.org]]` and have this become <listname@lists.example.org> ([mailman page](http://lists.example.org/mailman/listinfo/listname)).
\ No newline at end of file
+Either [[plugins/template]] or [[plugins/shortcut]] should support some form
+of very simple text parsing or regex application, to make it possible to write
+shortcuts like these:
+
+    [[mmlist listname@lists.example.org]] -> <listname@example.org> ([mailman page] (http://lists.example.org/mailman/listinfo/listname)
+    [[debchangelog packagename]] -> [packagename changelog](http://packages.debian.org/changelogs/pool/main/p/packagename/current/changelog)