[Gimp-web] [carol@gimp.org: gimp-web module in gnomecvs]

Carol Spears carol at gimp.org
Fri Apr 4 21:09:57 2003


----- Forwarded message from Carol Spears <carol@gimp.org> -----

From: Carol Spears <carol@gimp.org>
To: GIMP Web <gimp-web@lists.xcf.berkeley.edu>
Subject: gimp-web module in gnomecvs
Date: Wed, 5 Mar 2003 13:08:29 -0500

hi there.


the unix section is the closest to "working" as any.  the file that you
viewed above (the cvs how-to) was generated from this page:
http://mmmaybe.gimp.org/unix/howtos/stable-cvs-get-in.html

i run this through rewrite_attrs.py found in /programmatic/tools/ using
a dictionary of urls i started to collect:
http://mmmaybe.gimp.org/admin/gimp-web-urls and you can see how this all
works here:
http://oak.mysterious.org/~helvetix/Notes/mmiii.ilv.xhtml

i converted all of the how-tos to this global url system, and thought i
should stop here, while it is still easy to change.

While the content is nearly in place, the "works" needs to be, eh,
hooked up.  the unix section is the area of this alpha site that is
starting to "work".

i would like to hear your thoughts about what is there.  ask questions
and tell me the best ordering and labeling of the global url dictionary.

the format of the dictionary is fairly flexible.  using the example from
Helvs web page:

["href", "http:Gnome Main Site",     { "href": "http://www.gnome.org"}
can also be:
["href", "home:Gnome Main Site",     { "href": "http://www.gnome.org"}
or
["href", "App:Gnome Main Site",     { "href": "http://www.gnome.org"}

as i converted the how-tos to use this dictionary, i came up with one
way to handle them.  this file might be useful for more than just the
web stuff as well, so the way they are entered in is too important to be
left to me, i'd say. 

so here we go.  lets make this section work and then the rest of the
content can be moved.  then we can be done with it and move on to
wgo-1.4.

thanks for your patience.

carol