From 2565efd18ce95275c2eb1027d34df45054f70b56 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 5 Aug 2008 12:03:00 +0000 Subject: Update: Created Subscription Files Currently, a seperate php file generates the subscription files. This is a bad scheme as it requires the subscription URL (as in, the URL you use to subscribe, the URL to the Subscription File) is long and winds down the Wordpress plugin directory. Hopefully, an alternate to this method will be found. Refs #6. --- update/plugin/wordpress/trunk/instadisc/instadisc.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index a5fe06a..c5eae1f 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php @@ -50,6 +50,13 @@ function id_settings_page()

Blog Posts Subscription

+ + +
+ + +
This is the URL that you advertise, the URL people use to subscribe to your subscription. +
@@ -67,6 +74,13 @@ function id_settings_page()

Comments Subscription

+ + +
+ + +
This is the URL that you advertise, the URL people use to subscribe to your subscription. +
-- cgit 1.4.1