Changes between Version 9 and Version 10 of RssEmbedMacro


Ignore:
Timestamp:
Nov 10, 2015, 8:24:31 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RssEmbedMacro

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Embed RSS feed into wiki page =
    32
    4 == Description ==
     3= Embed RSS feed into wiki page
    54
    6 Macro to embed a RSS feed into a wiki page. All HTML is stripped out.
     5== Description
    76
    8 Useful for embedding the output or a ticket query from other Trac instances into a wiki page.
     7This is a macro to embed a RSS feed into a wiki page. All HTML is stripped out.
     8
     9This is useful for embedding the output or a ticket query from other Trac instances into a wiki page.
    910
    1011A parameter controls the display of a preview of the first 512 characters of each item. See the examples below.
     
    1213Parameters is the standard param=value. See below for a list of accepted parameters.
    1314
    14 
    15 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1616
    1717Existing bugs and feature requests for RssEmbedMacro are
     
    1919
    2020If you have any issues, create a
    21 [http://trac-hacks.org/newticket?component=RssEmbedMacro&owner=smithsos new ticket].
     21[/newticket?component=RssEmbedMacro new ticket].
    2222
    23 == Download ==
     23[[TicketQuery(component=RssEmbedMacro&group=type,format=progress)]]
    2424
    25 Download the zipped source from [download:rssembedmacro here].
     25== Download
     26
     27Download the zipped source from [export:rssembedmacro here].
     28
     29== Source
     30
     31You can check out RssEmbedMacro from [/svn/rssembedmacro here] using Subversion, or [source:rssembedmacro browse the source] with Trac.
     32
     33== Installation
    2634
    2735Make sure you install feedparser, or this macro won't work.
    2836
    29 == Source ==
     37== Example
    3038
    31 You can check out RssEmbedMacro from [http://trac-hacks.org/svn/rssembedmacro here] using Subversion, or [source:rssembedmacro browse the source] with Trac.
     39Embeding the RSS feed from local ticket query:
    3240
    33 == Example ==
     41{{{[[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority)]]}}}
    3442
    35 ''Embeding the RSS feed from local ticket query''
     43Adding the options parameter to display the first 512 characters of each item:
    3644
    37 ![[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority)]]
     45{{{[[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority,details=true)]]}}}
    3846
    39 ''Adding the options parameter to display the first 512 characters of each item.''
     47Adding a proxy server:
    4048
    41 ![[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority,details=true)]]
     49{{{[[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority,details=true,proxy=http://trac-hacks.org:3128)]]}}}
    4250
    43 ''Adding a proxy server''
    44 
    45 ![[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority,details=true,proxy=http://trac-hacks.org:3128)]]
    46 
    47 == Screenshots ==
     51== Screenshots
    4852
    4953[[Image(rssEmbedDetail.png)]]
     
    5155[[Image(rssEmbedNoDetail.png)]]
    5256
    53 == Recent Changes ==
     57== Recent Changes
    5458
    5559[[ChangeLog(rssembedmacro, 3)]]
    5660
    57 == Author/Contributors ==
     61== Author/Contributors
    5862
    5963'''Author:''' [wiki:smithsos] [[BR]]
    60 '''Maintainer:''' [wiki:smithsos] [[BR]]
     64'''Maintainer:''' [[Maintainer]] [[BR]]
    6165'''Contributors:'''