diff options
author | nodiscc <nodiscc@gmail.com> | 2014-12-17 07:47:43 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-02-14 13:48:39 +0100 |
commit | e6ea0f9653937bcac38b6ae5b834c93e1e0fafe4 (patch) | |
tree | 34c34eaa276dab7de3ff8294b7762bfa79838bfa /tpl | |
parent | aa69403cfff6734243f74a14251afd775bacc11a (diff) | |
download | Shaarli-e6ea0f9653937bcac38b6ae5b834c93e1e0fafe4.tar.gz Shaarli-e6ea0f9653937bcac38b6ae5b834c93e1e0fafe4.tar.zst Shaarli-e6ea0f9653937bcac38b6ae5b834c93e1e0fafe4.zip |
Update README and Shaarli's footer
* remove version number display from main page
* update project URL in footer, fixes https://github.com/shaarli/Shaarli/issues/89
* update copyright notice in the footer
* mention origins of the fork in README, fixes https://github.com/shaarli/Shaarli/issues/105
* update License section in the README
* remove screenshots as mediacru.sh is down
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/page.footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html index e55a3cb4..448e9f8e 100644 --- a/tpl/page.footer.html +++ b/tpl/page.footer.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <div id="footer"> | 1 | <div id="footer"> |
2 | <b><a href="http://sebsauvage.net/wiki/doku.php?id=php:shaarli">Shaarli {$version|htmlspecialchars}</a></b> - The personal, minimalist, super-fast, no-database delicious clone. By <a href="http://sebsauvage.net" target="_blank">sebsauvage.net</a>. Theme by <a href="http://blog.idleman.fr" target="_blank">idleman.fr</a>. | 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. |
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="http://sebsauvage.net/wiki/doku.php?id=php:shaarli#download">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> |
6 | {/if} | 6 | {/if} |
7 | {if="isLoggedIn()"} | 7 | {if="isLoggedIn()"} |
8 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> | 8 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> |