×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    Revision as of 16:45, 29 November 2005 by imported>MattisManzel

    rss-feed-filtering

    Mediawiki boost out the full version history as a feed. It is essential for making useful and readable recent near changes to be able to filter the feed.

    what works is

    &limit=n - limit the number of last changes

    ?days=n - limit the number of days

    We need to cut out the history.

    on http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/includes/SpecialRecentchanges.php?view=markup

    there is a secction

    $defaults = array(
    /* int  */ 'days' => $wgUser->getDefaultOption('rcdays'),
    /* int  */ 'limit' => $wgUser->getDefaultOption('rclimit'),
    /* bool */ 'hideminor' => false,
    /* bool */ 'hidebots' => true,
    /* bool */ 'hideliu' => false,
    /* bool */ 'hidepatrolled' => false,
    /* text */ 'from' => ,
    /* text */ 'namespace' => null,
    /* bool */ 'invert' => false,
    );
    

    somewhere there maybe, dunno.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.