From: Andrew Dolgov Date: Fri, 2 Sep 2005 04:41:30 +0000 (+0100) Subject: start work on OPML i/e X-Git-Tag: 1.0.3~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=10c5820d088d1b59131e622730a72e9a6974e349;p=tt-rss.git start work on OPML i/e --- diff --git a/backend.php b/backend.php index bf93aa14..5b996316 100644 --- a/backend.php +++ b/backend.php @@ -569,8 +569,13 @@ href=\"javascript:unreadSelectedFeeds()\">Mark as unread  Page: Refresh"; - + href=\"javascript:updateFeedList()\">Refresh  + OPML: + Import  + Export"; + } diff --git a/prefs.js b/prefs.js index b468a362..075d85a0 100644 --- a/prefs.js +++ b/prefs.js @@ -297,6 +297,17 @@ function localPiggieFunction(enable) { } } +function exportOPML() { + + +} + +function importOPML() { + + +} + + function init() { // IE kludge diff --git a/prefs.php b/prefs.php index 707d8291..e0494c22 100644 --- a/prefs.php +++ b/prefs.php @@ -40,8 +40,6 @@
 
-
-