aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawkpel1dFiZnk2mHw_dqLACXfvNG-CcPzPo <lukeleighton@web>2013-03-23 10:10:44 -0400
committeradmin <admin@branchable.com>2013-03-23 10:10:44 -0400
commit1f6b03ed27bd5c7b98d12d394e9053aa530796d2 (patch)
tree7cf0aea5d198ce486417fad312739aaeb5bb02a5
parent7a02e568a77de15b61376304362591a302bb2bd0 (diff)
downloadikiwiki-1f6b03ed27bd5c7b98d12d394e9053aa530796d2.tar
ikiwiki-1f6b03ed27bd5c7b98d12d394e9053aa530796d2.tar.gz
-rw-r--r--doc/ikiwiki/directive/tag/discussion.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/tag/discussion.mdwn b/doc/ikiwiki/directive/tag/discussion.mdwn
new file mode 100644
index 000000000..0317eb5b4
--- /dev/null
+++ b/doc/ikiwiki/directive/tag/discussion.mdwn
@@ -0,0 +1,9 @@
+# Tags in HTML pages
+
+http://rhombus-tech.net is an ikiwiki site where the hardware development is expanding: there are now four hardware projects each of which has its own news page. For convenience (putting in images for example), the pages have to use HTML not markdown or any other non-HTML format.
+
+However as there are quite a lot of them it would make sense to have an overview page saying "news reports", and that page to be auto-generated because every individual news page is tagged.
+
+... except the news pages are written in HTML, not any markup language into which a tag can be placed.
+
+question: what is the directive which allows an HTML page to have embedded within it a markup "tag"?