Added Footnotes Plugin (contributed from Jens Felsner).

Updated plugins version numbers.
This commit is contained in:
Dario Solera 2010-02-02 11:48:54 +00:00
parent 0287216b0e
commit 6c3355b3fa
18 changed files with 166 additions and 16 deletions

View file

@ -49,7 +49,7 @@ namespace ScrewTurn.Wiki {
public static readonly string ProviderName = "Local Settings Provider";
private readonly ComponentInformation info =
new ComponentInformation(ProviderName, "ScrewTurn Software", Settings.WikiVersion, "http://www.screwturn.eu", null);
new ComponentInformation(ProviderName, "Threeplicate Srl", Settings.WikiVersion, "http://www.screwturn.eu", null);
private IHostV30 host;