diff options
author | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2013-04-13 11:08:31 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2013-04-13 11:08:31 +0200 |
commit | 421b65ebaf928f1a75a2b3b3602b88fc0e094e8b (patch) | |
tree | 584c548f2ea20f8673b776b0629887a8252f3c1d | |
parent | a32eae8a521c28297ca4422f73d8da686c4ebe28 (diff) | |
download | wallabag-421b65ebaf928f1a75a2b3b3602b88fc0e094e8b.tar.gz wallabag-421b65ebaf928f1a75a2b3b3602b88fc0e094e8b.tar.zst wallabag-421b65ebaf928f1a75a2b3b3602b88fc0e094e8b.zip |
modification des urls
-rwxr-xr-x | README.md | 2 | ||||
-rwxr-xr-x | index.php | 4 | ||||
-rwxr-xr-x | tpl/footer.html | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ | |||
1 | # poche | 1 | # poche |
2 | Abandon Pocket, Instapaper and other Readability service : adopt poche. It is the same, but it is open source. | 2 | Abandon 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 | ||
6 | The website of poche is [inthepoche.com](http://inthepoche.com). | 6 | The website of poche is [inthepoche.com](http://inthepoche.com). |
7 | 7 | ||
@@ -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 |