aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-11 08:35:07 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-11 08:35:07 +0200
commit195db52a604668eb8452ad00989f5c0ef15742e9 (patch)
tree56894c0eabeece2f3a048712d8f3f5dd6e569ae7
parentc587d27c6d5c1e60406c76fb207ec0cb8f362298 (diff)
downloadwallabag-195db52a604668eb8452ad00989f5c0ef15742e9.tar.gz
wallabag-195db52a604668eb8452ad00989f5c0ef15742e9.tar.zst
wallabag-195db52a604668eb8452ad00989f5c0ef15742e9.zip
déplacement des crédits dans le fichier CREDITS pour diminuer le footer
-rw-r--r--CREDITS9
-rwxr-xr-xindex.php5
-rwxr-xr-xtpl/footer.html4
3 files changed, 12 insertions, 6 deletions
diff --git a/CREDITS b/CREDITS
new file mode 100644
index 00000000..96387a33
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,9 @@
1poche is based on ReadItYourself http://www.memiks.fr/readityourself/
2
3The logo is made by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
4
5poche is developed by Nicolas Lœuillet under the Do What the Fuck You Want to Public License
6
7Contributors :
8Nicolas Lœuillet aka nico_somb
9Tom.C. aka tmos \ No newline at end of file
diff --git a/index.php b/index.php
index f46ddf10..6a1652e1 100755
--- a/index.php
+++ b/index.php
@@ -155,10 +155,7 @@ catch (Exception $e)
155 </div> 155 </div>
156 </div> 156 </div>
157 <footer class="mr2 mt3 smaller"> 157 <footer class="mr2 mt3 smaller">
158 <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 /> 158 <p><a href="https://twitter.com/getpoche" title="follow us on twitter">Follow @getpoche on twitter</a></p>
159 Follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">@getpoche</a>.</<br />
160 Logo by <a href="http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon">Brightmix</a>.<br />
161 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>
162 </footer> 159 </footer>
163 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> 160 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
164 <script type="text/javascript" src="js/poche.js"></script> 161 <script type="text/javascript" src="js/poche.js"></script>
diff --git a/tpl/footer.html b/tpl/footer.html
index 51b38b97..43af7d71 100755
--- a/tpl/footer.html
+++ b/tpl/footer.html
@@ -1,3 +1,3 @@
1 <footer class="mr2 mt3"> 1 <footer class="mr2 mt3 smaller">
2 <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> 2 <p><a href="https://twitter.com/getpoche" title="follow us on twitter">Follow @getpoche on twitter</a></p>
3 </footer> 3 </footer>