doc/book/_maybe_to_integrate/rss-xml.rst
changeset 12792 e2cdb1be6bd9
parent 1714 a721966779be
equal deleted inserted replaced
12791:4564ecfc0134 12792:e2cdb1be6bd9
    14 then "boxes", then "possible views box" and check "visible = yes"
    14 then "boxes", then "possible views box" and check "visible = yes"
    15 before validating your changes.
    15 before validating your changes.
    16 
    16 
    17 Enter the same query in the search box and you will see the same list,
    17 Enter the same query in the search box and you will see the same list,
    18 plus a box titled "possible views" in the left column. Click on
    18 plus a box titled "possible views" in the left column. Click on
    19 "entityview", then "RSS". 
    19 "entityview", then "RSS".
    20 
    20 
    21 You just applied the "RSS" view to the RQL selection you requested.
    21 You just applied the "RSS" view to the RQL selection you requested.
    22 
    22 
    23 That's it, you have a RSS channel for your blog.
    23 That's it, you have a RSS channel for your blog.
    24 
    24 
    25 Try again with::
    25 Try again with::
    26 
    26 
    27     Any X ORDERBY D WHERE X is BlogEntry, X creation_date D, 
    27     Any X ORDERBY D WHERE X is BlogEntry, X creation_date D,
    28     X entry_of B, B title "MyLife"
    28     X entry_of B, B title "MyLife"
    29 
    29 
    30 Another RSS channel, but a bit more focused.
    30 Another RSS channel, but a bit more focused.
    31 
    31 
    32 A last one for the road::
    32 A last one for the road::
    33 
    33 
    34     Any C ORDERBY D WHERE C is Comment, C creation_date D LIMIT 15
    34     Any C ORDERBY D WHERE C is Comment, C creation_date D LIMIT 15
    35     
    35 
    36 displayed with the RSS view, that's a channel for the last fifteen
    36 displayed with the RSS view, that's a channel for the last fifteen
    37 comments posted.
    37 comments posted.
    38 
    38 
    39 [WRITE ME]
    39 [WRITE ME]
    40 
    40