From fbad651ebd31d09406ef141e61ea396ad1eda710 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 15:14:19 +0200 Subject: Make config.ini editable in the admin interface --- templates/admin.php | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 templates/admin.php (limited to 'templates') diff --git a/templates/admin.php b/templates/admin.php new file mode 100644 index 000000000..eb5960149 --- /dev/null +++ b/templates/admin.php @@ -0,0 +1,76 @@ + + +
+

News

+
+ > + +

+ t( + 'Disable this if you run a custom updater such as the Python' . + 'updater included in the app.' + )); ?> +

+
+
+ + +

+ + t( + 'Minimum amount of seconds after deleted feeds and folders are ' . + 'removed from the database. Values below 60 seconds are ignored' + )); ?> +

+
+
+ + +

+ + t( + 'Defines the minimum amount of articles that can be unread per ' . + 'feed before they get deleted.' + )); ?> +

+
+
+ + +

+ t('Amount of seconds to cache feeds')); ?> +

+
+
+ + +

+ + t( + 'Maximum number of seconds to wait for an RSS or Atom feed to ' . + 'load. If a feed takes longer than that number of seconds to ' . + 'update, the update will be aborted.' + )); ?> +

+
+
+ t('Saved')); ?> +
+
\ No newline at end of file -- cgit v1.2.3