+priv
http://radio.weblogs.com/0114065/categories/myProfession/
Friday, April 30, 2004 RE: Battelle on Google’s S-1:
http://radio.weblogs.com/0114065/categories/myProfession/2004/04/30.html#a481
liquid labour day
do spuit de musi:
1. paths
/data/www/virtual/netfrag/sites/public/rssreader
/home/service/bin
2. urls
http://www.netfrag.org/rss/2.0/nfo.yakka.rdfhttp://www.netfrag.org/rss/1.0/nfo.yakka.rdf
doesn't work:
6 Mar 2003 22:57:40 GMT13 Feb 2003 09:04:19 GMT
works:
Tue, 11 Mar 2003 01:01:02 +0100
example pages/links for RssReader?
error (no patchsets seem to be generated)
/usr/local/bin/xcvs -c /etc/xcvs.conf
ahhh, it's /etc/xcvs.config
rss 1.0: "rss-merge.xsl" requires "<item"s having an "about" attribute!!!
it seems to get used as some id/key:
[...]
[...]
[...]
=> editing rss2rdf.xsl accordingly
we don't have an url, so we use the title
Issue with CVS + RSS:
propagate url for CVSView from somewhere (begin) via news to rss "resource" attribute
to have a proper url for:
Q: Better use cvs2rss??? Check it out!
little infrastructure to have list of "newsgroups of interest" (for clients)
at /etc/news/
build email-obfuscators into web-scripts (e.g. newsportal: "From: " header)
integrate "left" and "right" (or previous/next?) links into newsportal's "article.php"
flow: cvs commit -> cvsspam -> Mail::Dispatch::Gateway::News -> innd
add long versions of commands to "shortcuts::files" (e.g. f2s -> file2string)
write module shortcuts::files::php|perl|basic|pascal which mimics
file handling semantics of these languages/platforms
describe .symlinkrc
news-items which were converted to rss-items:
where do we get additional (esp. "link") metadata from?
could a parser for nfo.links.* be feasable?
yup - should be: parse from e.g. "Content-Location:" or "Content-Base:" if MIME message
no! don't use them: unfortunately they appear to have random blanks in them
(where from? how does this?)
e.g.:
Content-Base: "http://support.lis.uiuc.edu/documentat ion/systems/RAID--Initial_Partition ing.html" Content-Location: "http://support.lis.uiuc.edu/documentat ion/systems/RAID--Initial_Partition ing.html"
maybe use text from the first part of the mime-message:
http://support.lis.uiuc.edu/documentation/systems/RAID--Initial_Partitioning.html
or we have to assume "http://" (or parse the protocol from Content-Base/Location) and append the
filename from "Content-Disposition", e.g.:
Content-Disposition: inline; filename="support.lis.uiuc.edu/documentation/systems/RAID--Initial_Partitioning.html"
... which seems contiguous.
ftp://ftp.suse.com/pub/suse/i386/9.1/boot/boot.iso
/usr/bin/perl /usr/lib/cgi-bin/cvsmonitor/cvsexec.pl -v -l checkout netfrag.nfo
lamb - heaven - six feet under soundtrack
daemon - turns other processes into daemons
fastjar - Jar creation utility
java-common - Base of all Java packages
java2-common - Common facilities for all Java2 environments
jython - Python seamlessly integrated with Java
jython-doc - Jython documentation including API docs
sablevm - Free implementation of Java Virtual Machine (JVM) second edition
kaffe - A JVM to run Java bytecode
kaffe-common - Files shared between all Kaffe VM versions
/data/www/virtual/netfrag/sites/public/rss/
full list:
nfo.caesar.rdf
nfo.dev.perl.rdf
nfo.dev.php.rdf
nfo.dev.python.rdf
nfo.dev.ruby.rdf
nfo.dev.tech.rdf
nfo.faq.users.rdf
nfo.links.computing.rdf
nfo.links.misc.rdf
nfo.log.cvs.rdf
nfo.sysadmin.debian.rdf
nfo.yakka.rdf
site.rdf
first test:
nfo.yakka
nfo.dev.python.rdf
site.rdf
nfo.log.cvs.rdf
* rss2rdf:
It turns out that the RSS feeds news2rss generates are RSS 2.0 ones. TWiki
produces RDF 1.0. The rss-merge XSLT 1.1 stylesheet from http://ex-code.com/rss-merge/
however operates on RDF 1.0 as well.
Solution? Find something to convert RSS 2.0 to RDF 1.0 or take completely different
approach with RSS feed merging.