/[refeed]/trunk/add.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/add.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 949 byte(s)
make working copy of trunk
1 dpavlin 2 <?php
2     // vim: ts=4 foldcolumn=4 foldmethod=marker
3     /**
4     * Adds feeds.
5     *
6     * This file is part of Reblog,
7     * a derivative work of Feed On Feeds.
8     *
9     * Distributed under the Gnu Public License.
10     *
11     * @package Refeed
12     * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13     * @author Michal Migurski <mike@stamen.com>
14     * @author Michael Frumin <mfrumin@eyebeam.org>
15     * @copyright ©2004 Michael Frumin, Michal Migurski
16     * @link http://reblog.org Reblog
17     * @link http://feedonfeeds.com Feed On Feeds
18     * @version $Revision: 1.15 $
19     *
20     * @uses RF_Input_Controller::RF_Input_Controller()
21     * @uses RF_Input_Controller::subscribeUserToFeedURL()
22     * @uses RF_Input_Controller::subscribeUserToFeedsFromOPML()
23     */
24    
25     require_once(dirname(__FILE__) . '/init.php');
26    
27     $client_controller = new RF_Client_Controller($GLOBALS['REBLOG_CONTROLLER'], $GLOBALS['REBLOG_VIEW']);
28     echo $client_controller->respond(REBLOG_RESPONSE_ADD_FEED);
29    
30     ?>

  ViewVC Help
Powered by ViewVC 1.1.26