Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
= InterMapTxt = # InterMapTxt
== This is the place for defining InterWiki prefixes == ## This is the place for defining InterWiki prefixes
This page was modelled after the MeatBall:InterMapTxt page. This page was modelled after the MeatBall:InterMapTxt page.
In addition, an optional comment is allowed after the mapping. In addition, an optional comment is allowed after the mapping.
This page is interpreted in a special way by Trac, in order to support This page is interpreted in a special way by Trac, in order to support
!InterWiki links in a flexible and dynamic way. InterWiki links in a flexible and dynamic way.
The code block after the first line separator in this page The code block after the first line separator in this page
will be interpreted as a list of !InterWiki specifications: will be interpreted as a list of InterWiki specifications:
{{{ ```
prefix <space> URL [<space> # comment] prefix <space> URL [<space> # comment]
}}} ```
By using `$1`, `$2`, etc. within the URL, it is possible to create By using `$1`, `$2`, etc. within the URL, it is possible to create
InterWiki links which support multiple arguments, e.g. Trac:ticket:40. InterWiki links which support multiple arguments, e.g. Trac:ticket:40.
...@@ -21,23 +21,23 @@ The URL itself can be optionally followed by a comment, ...@@ -21,23 +21,23 @@ The URL itself can be optionally followed by a comment,
which will subsequently be used for decorating the links which will subsequently be used for decorating the links
using that prefix. using that prefix.
New !InterWiki links can be created by adding to that list, in real time. New InterWiki links can be created by adding to that list, in real time.
Note however that ''deletions'' are also taken into account immediately, Note however that _deletions_ are also taken into account immediately,
so it may be better to use comments for disabling prefixes. so it may be better to use comments for disabling prefixes.
Also note that !InterWiki prefixes are case insensitive. Also note that InterWiki prefixes are case insensitive.
== List of Active Prefixes == ## List of Active Prefixes
[[InterWiki]] [[InterWiki]]
---- ----
== Prefix Definitions == ## Prefix Definitions
{{{ ```
PEP https://www.python.org/peps/pep-$1.html # Python Enhancement Proposal PEP https://www.python.org/peps/pep-$1.html # Python Enhancement Proposal
PythonBug https://bugs.python.org/issue$1 # Python Issue #$1 PythonBug https://bugs.python.org/issue$1 # Python Issue #$1
Python-issue https://bugs.python.org/issue$1 # Python Issue #$1 Python-issue https://bugs.python.org/issue$1 # Python Issue #$1
...@@ -105,7 +105,7 @@ c2Wiki http://c2.com/cgi/wiki? ...@@ -105,7 +105,7 @@ c2Wiki http://c2.com/cgi/wiki?
WikiPedia https://en.wikipedia.org/wiki/ WikiPedia https://en.wikipedia.org/wiki/
TPO https://www.torproject.org/ TPO https://www.torproject.org/
SF https://sourceforge.net/projects/ SF https://sourceforge.net/projects/
}}} ```
---- ----
... ...
......