summaryrefslogtreecommitdiffstats
path: root/wiki/editing.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-14 22:52:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-14 22:52:37 (EDT)
commitdb5cc66b6ec59ff5cb34554f2dd4addc3a9cb417 (patch)
treeba840b0301af3d4933821c371b4995999e892c1f /wiki/editing.mdwn
parentee5792cd25d9c47b37167bac73764a2b0202641b (diff)
wiki/editing: Update.
Diffstat (limited to 'wiki/editing.mdwn')
-rw-r--r--wiki/editing.mdwn11
1 files changed, 5 insertions, 6 deletions
diff --git a/wiki/editing.mdwn b/wiki/editing.mdwn
index a532380..5e3bc29 100644
--- a/wiki/editing.mdwn
+++ b/wiki/editing.mdwn
@@ -4,7 +4,7 @@ This wiki is managed using [ikiwiki][ikiwiki]. Pages are formatted in
[Markdown][mdwn] and stored in [a Git repository][wiki-git].
This page offers instructions to help new editors work with this wiki.
-Additonal assistance may be requested on the IRC channel.
+Additonal assistance may be requested on [the IRC channel][irc].
Repository Editing
@@ -76,9 +76,8 @@ Web Editing
This wiki also supports editing by authenticated users through an interactive
Web interface.
-However, the Web authentication and editing interface for this wiki is not yet
-well-tested. Committing to the repository is currently the recommended method
-to edit this wiki.
+On most pages, you can click the "Edit" link in the sidebar to log in and begin
+editing.
Formatting Syntax
@@ -106,7 +105,7 @@ begins with the following directive:
Wiki Links
----------
-Ikiwiki has [its own syntax][ikiwiki-wikilink] for links to other pages within
+Ikiwiki has [[its_own_syntax|ikiwiki/wikilink]] for links to other pages within
the wiki. For example, `\[[editing_this_wiki|wiki/editing]]` results in a link
like this: [[editing_this_wiki|wiki/editing]].
@@ -122,7 +121,7 @@ of ikiwiki's "img" plugin.
[ikiwiki]: http://ikiwiki.info/
[mdwn]: http://daringfireball.net/projects/markdown/
[wiki-git]: http://git.os.libiquity.com/www/wiki.git/
+[irc]: irc://chat.freenode.net/#poteanos-dev
[mdwn-syn]: http://daringfireball.net/projects/markdown/syntax
[ikiwiki-meta]: http://ikiwiki.info/ikiwiki/directive/meta/
-[ikiwiki-wikilink]: http://ikiwiki.info/ikiwiki/wikilink/
[ikiwiki-img]: http://ikiwiki.info/ikiwiki/directive/img/