From 10c5820d088d1b59131e622730a72e9a6974e349 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Sep 2005 05:41:30 +0100 Subject: start work on OPML i/e --- backend.php | 9 +++++++-- prefs.js | 11 +++++++++++ prefs.php | 2 -- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/backend.php b/backend.php index bf93aa142..5b996316a 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 b468a362a..075d85a0b 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 707d82911..e0494c224 100644 --- a/prefs.php +++ b/prefs.php @@ -40,8 +40,6 @@
 
-
- -- cgit v1.2.3