Closed
Bug 274711
Opened 20 years ago
Closed 18 years ago
RSS for staff meeting minutes
Categories
(www.mozilla.org :: General, enhancement)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vhaarr+bmo, Unassigned)
References
()
Details
I'd be great if an RSS feed for the mozilla.org staff meeting minutes could be provided.
| Reporter | ||
Comment 1•20 years ago
|
||
Fantasai: Anne suggested that you might be able to help me with this. I could probably do this myself if I get some guidelines. Colin on #bmo (Colin S. Ogilvie) said we could probably hook it into the build process, which, as far as he knows, currently builds news.rdf for example. news.rdf probably has some template that we could use for the minutes ? The feed wouldn't need the entire text, although that's what I really want. I guess there's really no technical difference. Any guidance appreciated, thanks.
| Reporter | ||
Comment 2•20 years ago
|
||
Notes from various people on IRC: <http://cvs-www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-org/tools/make-news.pl> <http://www.mozilla.org/contribute/hacking/first-bugs/> <Colin> hooking it into the build process <anne> I guess some web admin can take care of that <anne> like dbaron CC'ing dbaron for www-build foo
You'll want to base it off of the bug-feed scripts rather than the news one. It might make sense just to extend bug-feed.pl to read in the minutes. How do you want to organize the web version of the minutes? At the moment, bug feed requires all entries in the feed to be in the same file, but we can extend it to read from multiple files if we know exactly how they'll be organized.
bug-feed.pl could just read in the minutes page as it is right now and create a feed from that. You'd need to add the bug-feed start and end PIs, add IDs to all the <dt>s (they should be ISO dates, so e.g. 'D2004-10-24'), and make bug-feed.pl process it. I originally had bug-feed.pl use a ProcessFile function so it could be easily extended to do a loop over multiple files... dbaron seems to have changed that and dumped everything into a single subroutine while he was fixing other issues. You can see the previous version in bug 243369. You'll have to reorganize bug-feed to separate out that function again and change $filedir into an array.
| Reporter | ||
Comment 5•20 years ago
|
||
Fantasai: Thanks for the good pointers! If nobody else touches this bug, I'll hopefully take a look at it near the end of desember.
You'll need to set up a website build system so you can run the process and test your work. Instructions are at http://www.mozilla.org/contribute/writing/cvs (Let me know if there's wrong or missing infos.) No one else has taken this bug, so feel free to assign it to yourself.
Updated•19 years ago
|
Assignee: www-mozilla-org → nobody
QA Contact: danielwang → www-mozilla-org
Comment 7•18 years ago
|
||
staff meeting minutes aren't up to date at all...
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•16 years ago
|
Product: mozilla.org → Websites
| Assignee | ||
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•