Partial fix of issue 55, addition of a simple Wiki.
Added a base wiki, it is now possible to create wiki pages and update them. Revisions are kept also not used/displayed at the moment.
This commit is contained in:
6
src/IDF/templates/idf/wiki/edit-info.html
Normal file
6
src/IDF/templates/idf/wiki/edit-info.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{assign $url = 'http://daringfireball.net/projects/markdown/syntax'}
|
||||
{blocktrans}
|
||||
<p><strong>Instructions:</strong></p>
|
||||
<p>The content of the page can use the <a href="{$url}">Markdown syntax</a>.</p>
|
||||
<p>Website addresses are automatically linked and you can link to another page in the documentation using double square brackets like that [[AnotherPage]].</p>
|
||||
{/blocktrans}
|
Reference in New Issue
Block a user