From df20a91bc9efe48cb96ecb7efd39643a816dd489 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jun 2009 16:24:46 -0400 Subject: move anchor page out of ikiwiki subdir Since this page is not in the basewiki, it is confusing to put it in the ikiwiki subdir, which is intended for basewiki and other underlay pages that are used to document ikiwiki on other wikis. --- doc/anchor.mdwn | 3 +++ doc/ikiwiki/anchor.mdwn | 3 --- doc/ikiwiki/wikilink/discussion.mdwn | 4 ++-- doc/plugins/contrib/headinganchors.mdwn | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 doc/anchor.mdwn delete mode 100644 doc/ikiwiki/anchor.mdwn (limited to 'doc') diff --git a/doc/anchor.mdwn b/doc/anchor.mdwn new file mode 100644 index 000000000..012e52fa0 --- /dev/null +++ b/doc/anchor.mdwn @@ -0,0 +1,3 @@ +ikiwiki works with anchors in various situations. + +This page accumulates links to the concept of anchors. diff --git a/doc/ikiwiki/anchor.mdwn b/doc/ikiwiki/anchor.mdwn deleted file mode 100644 index 012e52fa0..000000000 --- a/doc/ikiwiki/anchor.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -ikiwiki works with anchors in various situations. - -This page accumulates links to the concept of anchors. diff --git a/doc/ikiwiki/wikilink/discussion.mdwn b/doc/ikiwiki/wikilink/discussion.mdwn index ac32834b2..b146c9447 100644 --- a/doc/ikiwiki/wikilink/discussion.mdwn +++ b/doc/ikiwiki/wikilink/discussion.mdwn @@ -1,6 +1,6 @@ -# Creating an [[ikiwiki/anchor]] in Markdown +# Creating an [[anchor]] in Markdown -Is it a native Markdown "tag" for creating an [[ikiwiki/anchor]]? Unfortunately, +Is it a native Markdown "tag" for creating an [[anchor]]? Unfortunately, I haven't any information about it at [Markdown syntax](http://daringfireball.net/projects/markdown/syntax) page. diff --git a/doc/plugins/contrib/headinganchors.mdwn b/doc/plugins/contrib/headinganchors.mdwn index 0b007f00e..becbf89a5 100644 --- a/doc/plugins/contrib/headinganchors.mdwn +++ b/doc/plugins/contrib/headinganchors.mdwn @@ -1,6 +1,6 @@ [[!template id=plugin name=headinganchors author="[[PaulWise]]"]] -This is a simple plugin to add ids (which will server as [[ikiwiki/anchor]]s) to all headings, based on their text. It +This is a simple plugin to add ids (which will serve as [[anchor]]s) to all headings, based on their text. 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: -- cgit v1.2.3