summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/using.xml
diff options
context:
space:
mode:
authormyk%mozilla.org <>2008-04-04 13:47:34 +0200
committermyk%mozilla.org <>2008-04-04 13:47:34 +0200
commit524123b68074f417dedde861ae8460d4ad87c79b (patch)
tree9b22e298923b30f19e652f125a9e7fe980cf06aa /docs/en/xml/using.xml
parent7c88dd42caae33a90c86a2716929466adb1b788d (diff)
downloadbugzilla-524123b68074f417dedde861ae8460d4ad87c79b.tar.gz
bugzilla-524123b68074f417dedde861ae8460d4ad87c79b.tar.xz
Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard. r=myk a=myk
Diffstat (limited to 'docs/en/xml/using.xml')
-rw-r--r--docs/en/xml/using.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml
index 43adc3bfc..de5d9d26d 100644
--- a/docs/en/xml/using.xml
+++ b/docs/en/xml/using.xml
@@ -461,7 +461,22 @@
get the buglist as comma-separated values, for import into e.g.
a spreadsheet.</member>
-
+
+ <member>
+ <emphasis>RSS</emphasis>
+
+ get the buglist as a RSS 1.0 feed. It is used by setting up your
+ buglist query and then copying this links url into your RSS reader. If
+ you are using firefox, you can also save the buglist as a live
+ bookmark. If you would like to limit the number of RSS items, add
+ a limit=n url parameter.</memeber>
+
+ <member>
+ <emphasis>iCalendar</emphasis>
+
+ Get the buglist as an iCalendar file. Each bug is represented as a
+ to-do item in the imported calendar.</member>
+
<member>
<emphasis>Change Columns:</emphasis>
@@ -494,6 +509,17 @@
</member>
</simplelist>
</para>
+
+ <para>
+ If you would like to access the bug list from another program
+ it is often useful to have the list returned in something other
+ than HTML. By adding the ctype=type parameter into the bug list URL
+ you can specify several alternate formats. The supported formats
+ are: Comma Separated Values (ctype=csv), iCalendar (ctype=ics),
+ RDF Site Summary (RSS) 1.0 (ctype=rss), ECMAScript, also known
+ as JavaScript (ctype=js), and finally Resource Description Framework
+ RDF/XML (ctype=rdf).
+ </para>
</section>
<section id="bugreports">