aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md2
-rwxr-xr-xindex.php4
-rwxr-xr-xtpl/footer.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a03db980..d1e1f0ff 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
1# poche 1# poche
2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source. 2Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
3 3
4![poche](http://cdetc.fr/poche/img/logo.png) 4![poche](http://inthepoche.com/img/logo.png)
5 5
6The website of poche is [inthepoche.com](http://inthepoche.com). 6The website of poche is [inthepoche.com](http://inthepoche.com).
7 7
diff --git a/index.php b/index.php
index 19594c65..d40a6c95 100755
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
3 * poche, a read it later open source system 3 * poche, a read it later open source system
4 * 4 *
5 * @category poche 5 * @category poche
6 * @author Nicolas LÅ“uillet <nicolas@loeuillet.org> 6 * @author Nicolas LÅ“uillet <support@inthepoche.com>
7 * @copyright 2013 7 * @copyright 2013
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
@@ -160,7 +160,7 @@ catch (Exception $e)
160 </div> 160 </div>
161 </div> 161 </div>
162 <footer class="mr2 mt3 smaller"> 162 <footer class="mr2 mt3 smaller">
163 <p>download poche on <a href="http://github.com/nicosomb/poche">github</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> 163 <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
164 </footer> 164 </footer>
165 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> 165 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
166 <script type="text/javascript" src="js/jquery.masonry.min.js"></script> 166 <script type="text/javascript" src="js/jquery.masonry.min.js"></script>
diff --git a/tpl/footer.html b/tpl/footer.html
index 056c4e6e..3328a8a4 100755
--- a/tpl/footer.html
+++ b/tpl/footer.html
@@ -1,5 +1,5 @@
1 <footer class="mr2 mt3 smaller"> 1 <footer class="mr2 mt3 smaller">
2 <p>download poche on <a href="http://github.com/nicosomb/poche">github</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p> 2 <p>powered by <a href="http://inthepoche.com">poche</a><br />follow us on <a href="https://twitter.com/getpoche" title="follow us on twitter">twitter</a></p>
3 </footer> 3 </footer>
4 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> 4 <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
5 <script type="text/javascript" src="js/poche.js"></script> \ No newline at end of file 5 <script type="text/javascript" src="js/poche.js"></script> \ No newline at end of file