diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-07 14:50:31 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-14 18:40:11 +0100 |
commit | 1acc87eeac036b3ccfad5553b9092899cf2ecaa0 (patch) | |
tree | 7d836f7d7a1fb498f04c96b81b81efd8da808002 /tpl | |
parent | 3ef1da28e8cc5afcfe58be067e7e60528ce72f1a (diff) | |
download | Shaarli-1acc87eeac036b3ccfad5553b9092899cf2ecaa0.tar.gz Shaarli-1acc87eeac036b3ccfad5553b9092899cf2ecaa0.tar.zst Shaarli-1acc87eeac036b3ccfad5553b9092899cf2ecaa0.zip |
Include documentation/wiki locally:
* sync current wiki (https://github.com/shaarli/Shaarli/wiki) to the doc/ directory
* fix missing logo in README
* add link to local documentation in the page footer
* add Makefile targets for doc generation by @virtualtam
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/page.footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html index 448e9f8e..b2a2fcbb 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <div id="footer"> | 1 | <div id="footer"> |
2 | <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community. | 2 | <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/index.html">Help/documentation</a> |
3 | </div> | 3 | </div> |
4 | {if="$newversion"} | 4 | {if="$newversion"} |
5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div> | 5 | <div id="newversion"><span id="version_id">●</span> Shaarli {$newversion|htmlspecialchars} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div> |