Re: user-added planet script

2008-05-13 Thread Karsten 'quaid' Wade
On Thu, 2008-05-08 at 12:44 -0400, seth vidal wrote: On Thu, 2008-05-08 at 19:20 +0300, Nicu Buculei wrote: Add here probably a language for when/if we will have language based sub-planets. It is possible to have multiple values, like language = english, french for the case when

Re: user-added planet script

2008-05-09 Thread Nicu Buculei
seth vidal wrote: I'm inclined to the former. So a user could just have a .planet file that has: [http://skvidal.wordpress.com/feed/] name = Seth Vidal face = http://skvidal.fedorapeople.org/skvidal.png which I could read in using configparser, throw out errors about any duplicates and also

Re: user-added planet script

2008-05-09 Thread seth vidal
On Fri, 2008-05-09 at 08:07 -0400, seth vidal wrote: here's the (completely untested) code I have so far: http://skvidal.fedorapeople.org/misc/planetconfigbuilder.py okay, it's tested and works fine, now. I just need to add a few config things and it should be ready for use. -sv

Re: user-added planet script

2008-05-08 Thread seth vidal
On Thu, 2008-05-08 at 11:50 -0400, Bill Nottingham wrote: seth vidal ([EMAIL PROTECTED]) said: Hey folks, I'm working on a script to collect blog/name/hackergotchi entries from users homedirs on fedorapeople.org and assemble them into a config file for planet to use. All the bits

Re: user-added planet script

2008-05-08 Thread Jeffrey Tadlock
On Thu, May 8, 2008 at 11:57 AM, seth vidal [EMAIL PROTECTED] wrote: Should I just have the user put one (or more) planet config stanzas in a file in their homedir or have them list just the blog feed url, the hackergotchi url and their name and try to parse that out? I'm inclined to the