Re: Future of GNOME



Olof Oberg wrote:
> 
> The only one that should have any say in what he/she should
> work on is himself/herself. Design issues and similar are
> often discussed on the list, but in the end who implements it
> will have final say.
> 
> A voting system sounds very similar to the "Town Council"
> metaphor Alan Cox used in his Slashdot editorial earlier this
> week.
> 
> Having others tell you what you should do takes the fun out
> of it. Sorta like assignments and exams. It is fun to code
> and read books until you _have to_ do it :-).
>
>  /mill

Maybe a master TODO list on the gnome web page for people 
who want to contribute, but don't know where to jump in?  
List a contact point (email) whom an interested volunteer 
should contact to with 

It's possible to check each package's TODO file independently,
but it might also be helpful to view all TODOs simultaneously...

Quick! I want to help, but don't know what to do! =)

Wait, i feel a script coming...

--------8<--------8<--------8<--------8<--------8<--------
#!/bin/tcsh
# MakeTODO.cgi

echo '<html><head><title>Gnome TODO List</title></head><body>'
echo '<h1>Gnome TODO List</title></h1>'

for f in (*/TODO)
	echo '<hr><h2>' `dirname $f` '</h2>'
	echo '<pre>'
	cat $f
	echo '</pre>'
end

echo '<hr></body></html>'

--------8<--------8<--------8<--------8<--------8<--------

MakeTODO > GnomeTODO.html

--------8<--------8<--------8<--------8<--------8<--------
I'm too lazy to test it, so don't complain if it breaks.
Consider fixing it TODO item #1. =)

-- ebm
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
|  __                         a.k.a. Eric B. Mitchell |
|  |_) .  _  _|      _|  _     ericmit@ix.netcom.com  |
|  | \ ( (_ (_| (_| (_| (/_   www.netcom.com/~ericmit |
| How's My Programming?   Call:  1 - 800 - DEV - NULL |
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]