google-code-export / tipfy

Automatically exported from code.google.com/p/tipfy
Other
1 stars 1 forks source link

Project Issues Feed - Atom #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've attached a rip from another project, flightgear bugs. Its gets an atom 
feed from a google project issues list. your looking at one and this very 
issues list.

I was using this to show a list of "current issues" embedded in a developers 
page,  and also about to implement the "tag" search for each aircraft. 

This could be useful for tipfy, eg an "issues" feed per extension or Tag for 
example..

eg Wikipage/Mako
.. at the bottom

{% show_issues("mako") %}

which would get all issues from this list with Mako in the tags.

To use this however, an google user and pass is required (dont ask why and is a 
security issue as will need to be hardcoded probably..).. as it required a 
google.api login..

Just an idea.

Original issue reported on code.google.com by pedromor...@gmail.com on 23 Jul 2010 at 4:49

Attachments:

GoogleCodeExporter commented 9 years ago
Also this allows the possibility of "pulling" a remote feed,, eg on a wiki

==Current Issues==
{% issue(("Some Title eg bugs", [45, 25,56,56]), ("Proposals",[458,445] ) %} 

would spit out a list of links, or even show the issues inline

Original comment by pedromor...@gmail.com on 23 Jul 2010 at 4:58

GoogleCodeExporter commented 9 years ago

Original comment by pedromor...@gmail.com on 23 Jul 2010 at 11:44

GoogleCodeExporter commented 9 years ago

Original comment by pedromor...@gmail.com on 23 Jul 2010 at 2:05