1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

implementing carrot into wallabag

This commit is contained in:
Thomas Citharel 2014-11-19 16:27:56 +01:00
parent b0f9f5ac21
commit c8b4ef7fed
10 changed files with 15 additions and 6 deletions

View file

@ -812,4 +812,4 @@ class Poche
}
}
}

View file

@ -49,6 +49,7 @@
@define ('NOT_FLATTRABLE', '0');
@define ('FLATTRABLE', '1');
@define ('FLATTRED', '2');
@define ('CARROT', TRUE);
// display or not print link in article view
@define ('SHOW_PRINTLINK', '1');
// display or not percent of read in article view. Affects only default theme.
@ -67,4 +68,3 @@
@define ('IMPORT_LIMIT', 5);
//delay between downloads (in sec)
@define ('IMPORT_DELAY', 5);