diff --git a/Canonical-limnoria-doc.md b/Canonical-limnoria-doc.md new file mode 100644 index 0000000..8c9df3b --- /dev/null +++ b/Canonical-limnoria-doc.md @@ -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 \ No newline at end of file