Create the canonical Limnoria doc.

ProgVal 2011-06-23 06:52:42 -07:00
parent bc51b9b0d0
commit 7bf51b151a

28
Canonical-limnoria-doc.md Normal file

@ -0,0 +1,28 @@
# Factoids
Limnoria has some kind of factoids, specifically designed for our channel (implemented in plugin LimnoriaChan).
There is two kind of factoids:
* %%name : This is a static factoid, that will answer with an URL.
* %%name#argument : This is a dynamic factoid, that will answer with an URL that depends on the argument.
Here is the list:
### Static factoids:
* `git`: link to the Limnoria Web repository
* `git-pl`: link to the ProgVal/Supybot-plugins Web repository
* `wiki`: link to this wiki
* `issues`: link to Limnoria issue tracker
* `issues-pl`: link to ProgVal/Supybot-plugins issue tracker
* `supybook`: link to the Supybook
### Dynamic factoids:
* `git#folder`: link to the `folder` in Limnoria repository
* `git-pl#folder`: link to the `folder` in ProgVal/Supybot-plugins repository
* `file#filename`: link to the `filename` in Limnoria repository
* `file-pl#filename`: link to the `filename` in ProgVal/Supybot-plugins repository
* `commit#hash`: link to the commit `hash` in Limnoria repository
* `commit-pl#hash`: link to the commit `hash` in ProgVal/Supybot-plugins repository
* `wiki#page`: link to the Limnoria wiki `page`
* `issue#id`: link to the issue `id` in Limnoria repository
* `issue-pl#id`: link to the issue `id` in ProgVal/Supybot-plugins repository