NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD CVS Feeds



Hello List,

I've recently come up with an idea to have rss feeds track changes in NetBSD.
I did some coding and would like to present now NetBSD CVS Feeds, where you
can subscribe to any file in the NetBSD sources repository, as well as
to pkgsrc and wip repos.

Subscribing to a feed is very easy.
Just browse to http://cvsweb.se.netbsd.org or
http://cvsweb.de.netbsd.org with any recent browser and click on the
rss icon on any file (not directory) you want to subscribe.

or use your favorite application or web based services like Google
Reader or your iPhone (or google reader on your iphone, (that's what I
do :)

The feed url is:
http://rss.aydogan.net/?n=filename
where filename is the file you want to subscribe to.

For example:
http://rss.aydogan.net/?n=src/doc/CHANGES
would subscribe the CHANGES file
or
http://rss.aydogan.net/?n=pkgsrc/doc/CHANGES-2008
would subscribe the CHANGES-2008 file in pkgsrc.

The feed then shows by default the last 7 commits to the file by
showing the cvs log message and the commit date.

There are also two presets to save typing:
n=changes will show src/doc/CHANGES
and
n=version will show src/sys/sys/param.h


You can also pass modifiers to the feed URL.
c=20
number of commits to show. (30 max.)

m=jp
Mirror to view the file. By default the swedish cvsweb mirror is chosen.
You can use m=jp for the master repo in Japan or
m=de for the german mirror or
m=be for the belgian mirror
The swedish one is the only one that contains the pkgsrc-wip repo.

For example:
http://rss.aydogan.net/?n=src/bin/df/df.c&c=20&m=de

or

http://rss.aydogan.net/?n=pkgsrc/audio/audacious/Makefile&m=jp


That's pretty much it.

Thanks to Viktor for applying the rss patch on cvsweb.se.netbsd.org

Feedback is welcome.

Have fun,
Zafer.


Home | Main Index | Thread Index | Old Index