Attachment 'irss-moin-1.5.8.patch'
Download 1 108c108
2 < if logo: logo = request.getQualifiedURL(logo.group(1))
3 ---
4 > if logo: logo = request.getBaseURL()+logo.group(1)
5 230a231,237
6 >
7 > handler.startNode('items')
8 > handler.startNode(('rdf', 'Seq'))
9 > for item in rssdata:
10 > handler.simpleNode(('rdf', 'li'), None, {(handler.xmlns['rdf'], 'resource'): item.link})
11 > handler.endNode(('rdf', 'Seq'))
12 > handler.endNode('items')
13 247c254,255
14 < handler.startNode('item')
15 ---
16 > handler.startNode('item', attr={
17 > (handler.xmlns['rdf'], 'about'):item.link})
18 267,268c275,276
19 < request.http_headers(["Content-Type: text/xml; charset=%s"
20 < % config.charset] + request.nocache)
21 ---
22 > request.http_headers(["Content-Type: text/xml;charset=%s"
23 > % config.charset, "Pragma: no-cache"])
24 271c279
25 < request.no_closing_html_code = 1
26 ---
27 > raise util.MoinMoinNoFooter
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.