From t.fernagut at h0m3.be Fri Jan 20 05:21:23 2006 From: t.fernagut at h0m3.be (Thibaut Fernagut) Date: Fri, 20 Jan 2006 11:21:23 +0100 Subject: hobix rss Message-ID: <43D0B9A3.9050201@h0m3.be> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I would like to implement cia ( http://cia.navi.cx/doc/faq ) of a project into my blog via rss . How could I do this ? Thanks in advance - -- Thibaut Fernagut, -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD0LmjR6N46HXxiJERAjtVAJ9mqjXMyuTKseNE09yLeLZr5IoYogCggGgl FAA+2pz3gmiNt7U9wA1Ss5I= =JUtE -----END PGP SIGNATURE----- From wmorgan-hobix-is-the-way at masanjin.net Fri Jan 20 12:34:25 2006 From: wmorgan-hobix-is-the-way at masanjin.net (William Morgan) Date: Fri, 20 Jan 2006 09:34:25 -0800 Subject: hobix rss In-Reply-To: <43D0B9A3.9050201@h0m3.be> References: <43D0B9A3.9050201@h0m3.be> Message-ID: <20060120173425.GF19088@masanjin.net> Excerpts from Thibaut Fernagut's mail of 20 Jan 2006 (PST): > I would like to implement cia ( http://cia.navi.cx/doc/faq ) of a > project into my blog via rss . How could I do this ? You mean, have the updates from the CIA RSS feed automatically appear as blog entries? There was a del.icio.us plugin a while back which I think did just this; you might see if you can find that. -- William From t.fernagut at h0m3.be Fri Jan 20 16:34:53 2006 From: t.fernagut at h0m3.be (Thibaut Fernagut) Date: Fri, 20 Jan 2006 22:34:53 +0100 Subject: hobix rss In-Reply-To: <20060120173425.GF19088@masanjin.net> References: <43D0B9A3.9050201@h0m3.be> <20060120173425.GF19088@masanjin.net> Message-ID: <43D1577D.5010408@h0m3.be> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well no , I want to have a rss reader that grabs the rss feed from cia and posts it. Not as a blog entry or so , but that uses the css I made for hobix. Is that possible ? Thibaut Fernagut, William Morgan wrote: > Excerpts from Thibaut Fernagut's mail of 20 Jan 2006 (PST): >> I would like to implement cia ( http://cia.navi.cx/doc/faq ) of a >> project into my blog via rss . How could I do this ? > > You mean, have the updates from the CIA RSS feed automatically appear as > blog entries? There was a del.icio.us plugin a while back which I think > did just this; you might see if you can find that. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD0Vd9R6N46HXxiJERApwJAJ9svkJhO2tjoD5iiFn3mPHtmY9bjgCfcw+1 68YmzijMRDho81ho1E/vMOA= =IriN -----END PGP SIGNATURE----- From wmorgan-hobix-is-the-way at masanjin.net Fri Jan 20 20:50:42 2006 From: wmorgan-hobix-is-the-way at masanjin.net (William Morgan) Date: Fri, 20 Jan 2006 17:50:42 -0800 Subject: hobix rss In-Reply-To: <43D1577D.5010408@h0m3.be> References: <43D0B9A3.9050201@h0m3.be> <20060120173425.GF19088@masanjin.net> <43D1577D.5010408@h0m3.be> Message-ID: <20060121015042.GD6220@masanjin.net> Excerpts from Thibaut Fernagut's mail of 20 Jan 2006 (PST): > I want to have a rss reader that grabs the rss feed from cia and posts > it. Not as a blog entry or so , but that uses the css I made for > hobix. What do you mean by "posts", if it's not a blog entry? -- William From kapheine at gmail.com Sun Jan 22 17:38:23 2006 From: kapheine at gmail.com (Zachary P. Landau) Date: Sun, 22 Jan 2006 17:38:23 -0500 Subject: Crash in latest SVN version with default Hobix layout Message-ID: Hello, The lastest version of hobix svn (as of 2006-01-22) crashes with the default layout. The problem seems to be that get_months in filesys.rb expects every entry to have a 'created' field but the about/me.yaml doesn't have one. I fixed the problem by adding a created entry to about/me.yaml but it might be better assign a default created entry if a yaml file doesn't have one. For reference, here is the tracebace: /usr/local/lib/site_ruby/1.8/hobix/base.rb:41:in `min': comparison of Time with nil failed (ArgumentError) from /usr/local/lib/site_ruby/1.8/hobix/storage/filesys.rb:346:in `get_months' from /home/kapheine/public_html/divine_test/lib/local.rb:4:in `skel_sidebar' from /usr/local/lib/site_ruby/1.8/hobix/weblog.rb:431:in `build_pages' [and so on] -- Zachary P. Landau