mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
change static files
This commit is contained in:
parent
68268c0199
commit
26170f4613
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# How contributing
|
# How contributing
|
||||||
|
|
||||||
## You found a bug
|
## You found a bug
|
||||||
Please [open a new issue](https://github.com/wallabag/demo.wallabag.org/issues/new).
|
Please [open a new issue](https://github.com/wallabag/wallabag/issues/new).
|
||||||
|
|
||||||
To fix the bug quickly, we need some infos:
|
To fix the bug quickly, we need some infos:
|
||||||
* your demo.wallabag.org version (in ./index.php)
|
* your wallabag version (in ./index.php)
|
||||||
* the link you want to save and which causes problem
|
* the link you want to save and which causes problem
|
||||||
|
|
||||||
## You want to fix a bug or to add a feature
|
## You want to fix a bug or to add a feature
|
||||||
|
|
|
@ -2,7 +2,7 @@ wallabag is based on :
|
||||||
* PHP Readability https://bitbucket.org/fivefilters/php-readability
|
* PHP Readability https://bitbucket.org/fivefilters/php-readability
|
||||||
* Full Text RSS http://code.fivefilters.org/full-text-rss/src
|
* Full Text RSS http://code.fivefilters.org/full-text-rss/src
|
||||||
* Encoding https://github.com/neitanod/forceutf8
|
* Encoding https://github.com/neitanod/forceutf8
|
||||||
* logo by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon
|
* logo by Maylis Agniel https://github.com/wallabag/logo
|
||||||
* icons http://icomoon.io
|
* icons http://icomoon.io
|
||||||
* PHP Simple HTML DOM Parser (for Pocket import) http://simplehtmldom.sourceforge.net/
|
* PHP Simple HTML DOM Parser (for Pocket import) http://simplehtmldom.sourceforge.net/
|
||||||
* Session https://github.com/tontof/kriss_feed/blob/master/src/class/Session.php
|
* Session https://github.com/tontof/kriss_feed/blob/master/src/class/Session.php
|
||||||
|
|
Loading…
Reference in a new issue