]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
modification des urls
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sat, 13 Apr 2013 09:08:31 +0000 (11:08 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sat, 13 Apr 2013 09:08:31 +0000 (11:08 +0200)
README.md
index.php
tpl/footer.html

index a03db980261e48e82c1c689145b7cbf3b406be56..d1e1f0ff4ba14256faf14c0bde11b4c02a4068b7 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # poche
 Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source.
 
-![poche](http://cdetc.fr/poche/img/logo.png)
+![poche](http://inthepoche.com/img/logo.png)
 
 The website of poche is [inthepoche.com](http://inthepoche.com).
 
index 19594c65bc22570ff594d5270425b0d3ad0d139c..d40a6c951b11cc038ee0d715beae3ab6c3d3c8c0 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * poche, a read it later open source system
  *
  * @category   poche
- * @author     Nicolas Lœuillet <nicolas@loeuillet.org>
+ * @author     Nicolas Lœuillet <support@inthepoche.com>
  * @copyright  2013
  * @license    http://www.wtfpl.net/ see COPYING file
  */
@@ -160,7 +160,7 @@ catch (Exception $e)
             </div>
         </div>
         <footer class="mr2 mt3 smaller">
-            <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>
+            <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>
         </footer>
         <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
         <script type="text/javascript" src="js/jquery.masonry.min.js"></script>
index 056c4e6eab131e6d2dc6ac38830d95f0726ca9d1..3328a8a4e6f4c8c97e129b17d463dcdecbf9a9fc 100755 (executable)
@@ -1,5 +1,5 @@
         <footer class="mr2 mt3 smaller">
-            <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>
+            <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>
         </footer>
         <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
         <script type="text/javascript" src="js/poche.js"></script>
\ No newline at end of file