diff options
-rw-r--r-- | CREDITS | 9 | ||||
-rwxr-xr-x | index.php | 5 | ||||
-rwxr-xr-x | tpl/footer.html | 4 |
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 @@ | |||
1 | poche is based on ReadItYourself http://www.memiks.fr/readityourself/ | ||
2 | |||
3 | The logo is made by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon | ||
4 | |||
5 | poche is developed by Nicolas Lœuillet under the Do What the Fuck You Want to Public License | ||
6 | |||
7 | Contributors : | ||
8 | Nicolas Lœuillet aka nico_somb | ||
9 | Tom.C. aka tmos \ No newline at end of file | ||
@@ -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> |