]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
déplacement des crédits dans le fichier CREDITS pour diminuer le footer
authornicosomb <nicolas@loeuillet.org>
Thu, 11 Apr 2013 06:35:07 +0000 (08:35 +0200)
committernicosomb <nicolas@loeuillet.org>
Thu, 11 Apr 2013 06:35:07 +0000 (08:35 +0200)
CREDITS [new file with mode: 0644]
index.php
tpl/footer.html

diff --git a/CREDITS b/CREDITS
new file mode 100644 (file)
index 0000000..96387a3
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,9 @@
+poche is based on ReadItYourself http://www.memiks.fr/readityourself/
+
+The logo is made by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
+
+poche is developed by Nicolas Lœuillet under the Do What the Fuck You Want to Public License
+
+Contributors :
+Nicolas Lœuillet aka nico_somb
+Tom.C. aka tmos
\ No newline at end of file
index f46ddf10e237f0f01554fb92782428ac11c4b0d1..6a1652e14a65ba87cc61df6e8a4edd7e4f5918ba 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -155,10 +155,7 @@ catch (Exception $e)
             </div>
         </div>
         <footer class="mr2 mt3 smaller">
-            <p><a href="http://github.com/nicosomb/poche">poche</a> is a read it later open source system, based on <a href="http://www.memiks.fr/readityourself/">ReadItYourself</a>.<br />
-            Follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">@getpoche</a>.</<br />
-            Logo by <a href="http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon">Brightmix</a>.<br />
-            poche is developed by <a href="http://nicolas.loeuillet.org">Nicolas Lœuillet</a> under the <a href="http://www.wtfpl.net/">WTFPL</a>.</p>
+            <p><a href="https://twitter.com/getpoche" title="follow us on twitter">Follow @getpoche on twitter</a></p>
         </footer>
         <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
         <script type="text/javascript" src="js/poche.js"></script>
index 51b38b976d912c80b949748455225f4e1bfd2f78..43af7d717d0805c42c77bad46915beb2065afd51 100755 (executable)
@@ -1,3 +1,3 @@
-        <footer class="mr2 mt3">
-            <p class="smaller"><a href="http://github.com/nicosomb/poche">poche</a> is a read it later open source system, based on <a href="http://www.memiks.fr/readityourself/">ReadItYourself</a>. <a href="https://twitter.com/getpoche" title="follow us on twitter">@getpoche</a>. Logo by <a href="http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon">Brightmix</a>. poche is developed by <a href="http://nicolas.loeuillet.org">Nicolas Lœuillet</a> under the <a href="http://www.wtfpl.net/">WTFPL</a>.</p>
+        <footer class="mr2 mt3 smaller">
+            <p><a href="https://twitter.com/getpoche" title="follow us on twitter">Follow @getpoche on twitter</a></p>
         </footer>