<div>Hi Jorge,</div>  <div>&nbsp;</div>  <div>&nbsp;&nbsp; I'm still working on the procedure. It's not overly difficult, I just want to make sure it's perfect. I'll definitely have it done before noon tomorrow and send it to you.</div>  <div>&nbsp;</div>  <div>Thanks, Maili<BR><BR><B><I>edu_discuss-request@lists.osgeo.org</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Send Edu_discuss mailing list submissions to<BR>edu_discuss@lists.osgeo.org<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>http://lists.osgeo.org/mailman/listinfo/edu_discuss<BR>or, via email, send a message with subject or body 'help' to<BR>edu_discuss-request@lists.osgeo.org<BR><BR>You can reach the person managing the list at<BR>edu_discuss-owner@lists.osgeo.org<BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of Edu_discuss digest..."<BR><BR><BR>Today's
 Topics:<BR><BR>1. Re: Edu_discuss Digest, Vol 13, Issue 15 (Maili Page)<BR>2. Metadata for OSGeo Educational Content (Landon Blake)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Mon, 28 Jan 2008 09:33:07 -0800 (PST)<BR>From: Maili Page <SMAILIIDAHO@YAHOO.COM><BR>Subject: [OSGeo-Edu] Re: Edu_discuss Digest, Vol 13, Issue 15<BR>To: edu_discuss@lists.osgeo.org, "Sasha \(Alexander\) Stopanov"<BR><ASTEPANO@ECS.UMASS.EDU><BR>Message-ID: &lt;535743.31535.qm@web32209.mail.mud.yahoo.com&gt;<BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR>Hi Jorge,<BR><BR>I'm currently writing a detailed procedure on the start to finish process of creating pdf, and html docs using docbook and xmlmind. I'll send it to you this afternoon when I've completed it. <BR><BR>Thanks!<BR><BR>Maili Page<BR>Umass Graduate research assistant<BR><BR><BR><BR>Message: 1<BR>Date: Fri, 25 Jan 2008 19:21:39 +0100<BR>From: "Jorge Gaspar Sanz
 Salinas" <BR>Subject: Re: [OSGeo-Edu] Comments and Questions on Docbook<BR>To: "Landon Blake" <BR>Cc: OSGeo-edu <BR>Message-ID:<BR><BR>Content-Type: text/plain; charset=ISO-8859-1<BR><BR>Hi Landon<BR><BR>2008/1/22, Landon Blake :<BR>&gt;<BR>&gt; I took some time to look over Docbook last night. This included skimming a<BR>&gt; Docbook crash course and messing around with XMLMind.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; XMLMind definitely seems to be the most fully featured Docbook editor, and<BR>&gt; would be a good choice for authors not familiar with XML.<BR>&gt;<BR><BR>After trying some XML authoring tools, even XMLMind and oXygen 9, I<BR>have to admit that new XML editor of Eclipse 3.3 (europa) is the<BR>nicest editor I've found as it does everything I need (included spell<BR>checking...).<BR><BR>oXygen is really good (Jeroen told me to try it). The "Author" mode<BR>would be really really comfortable to use if it wouldn't be SO slow.<BR><BR>&gt;<BR>&gt;<BR>&gt; I personally
 found it a bit awkward, and figured I would be more comfortable<BR>&gt; working in a text editor. I'd probably still write the content in OpenOffice<BR>&gt; and would then cut and paste to a XML template file. My comfort with the raw<BR>&gt; text editor may be a result of my programming background.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; I think Docbook would be a workable solution, but I think some templates<BR>&gt; would be key. (For example, we could set up a template for Free GIS Book<BR>&gt; chapters or for OSGeo Journal Articles.)<BR>&gt;<BR><BR>In the Spanish Free GIS Book group we decided LaTeX as editing tool<BR>for many reasons, and I think for that kind of content is the best. I<BR>see Docbook better for more technical content like user and developer<BR>docs. As you know, there is no better tool for writing equations than<BR>LaTeX at this moment.<BR><BR>Not sure how to deal with Docbook and MathML.....<BR><BR>&gt;<BR>&gt;<BR>&gt; I'd like to check out the PDF format
 generated from Docbook. Can anyone get<BR>&gt; me started with that conversion as quickly as possible? What conversion tool<BR>&gt; would you recommend?<BR><BR>I'm using Apache FOP, but it's difficult to customize the results but<BR>not impossible. You will have to deal with XSLT....<BR><BR>Docbook XSL complete guide is a good place to start to play with XSL<BR>customization layer:<BR><BR>http://www.sagehill.net/docbookxsl/index.html<BR><BR>Cheers<BR>-- <BR>Jorge Gaspar Sanz Salinas<BR>Ingeniero en Geodesia y Cartografía<BR>http://www.geomaticblog.net<BR>http://www.prodevelop.es<BR><BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Fri, 25 Jan 2008 19:30:28 +0100<BR>From: "Jorge Gaspar Sanz Salinas" <BR>Subject: Re: FW: [OSGeo-Edu] Subversion strategy questions<BR>To: "Landon Blake" <BR>Cc: OSGeo-edu <BR>Message-ID:<BR><BR>Content-Type: text/plain; charset=ISO-8859-1<BR><BR>2008/1/23, Landon Blake :<BR>&gt; At a minimum it looks like I would need to complete
 the following steps<BR>&gt; to perform a conversion:<BR>&gt;<BR>&gt; Install and learn how to use an XSLT Stylesheet Processor.<BR>&gt; Import the Docbook DTD into the processor.<BR>&gt; Import the conversion stylesheet into the processor.<BR>&gt; Run the conversion in the processor.<BR>&gt;<BR>&gt; This isn't exactly a one-click task, but perhaps it could be made into<BR>&gt; one.<BR>&gt;<BR>&gt; I wonder how one would control things like margin width and font style<BR>&gt; when generating PDF documentation from Docbook. Is anyone familiar with<BR>&gt; how this works in the conversion process?<BR>&gt;<BR><BR>Hi Landon again ;)<BR><BR>It's mainly in Spanish, but maybe you find useful the article I'm<BR>writing for the Girona Meeting about OSGeo Spanish LC. It's in the<BR>OSGeo SVN.<BR><BR>https://svn.osgeo.org/osgeo/community/presentations/20080303-Girona/OSGeo_Spanish/<BR><BR><BR>You'll find an ant build file for linux systems (I'm working on a<BR>Debian box) so you only
 need to install the proper packages (xalan,<BR>fop, jai, docbook-xml, docbook-xsl) and run ant to generate the HTML<BR>or the PDF.<BR><BR>Sorry, the README is also in Spanish :S<BR><BR>Of course you can always use the old DSSL stylesheets and OpenJade....<BR><BR>Cheers<BR>-- <BR>Jorge Gaspar Sanz Salinas<BR>Ingeniero en Geodesia y Cartografía<BR>http://www.geomaticblog.net<BR>http://www.prodevelop.es<BR><BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Fri, 25 Jan 2008 19:31:36 +0100<BR>From: "Jorge Gaspar Sanz Salinas" <BR>Subject: Re: FW: [OSGeo-Edu] Subversion strategy questions<BR>To: OSGeo-edu <BR>Message-ID:<BR><BR>Content-Type: text/plain; charset=ISO-8859-1<BR><BR>2008/1/23, Landon Blake :<BR>&gt;<BR>&gt;<BR>&gt; -----Original Message-----<BR>&gt; From: Landon Blake<BR>&gt; Sent: Wednesday, January 23, 2008 9:22 AM<BR>&gt; To: 'Frank Warmerdam'<BR>&gt; Subject: RE: [OSGeo-Edu] Subversion strategy questions<BR>&gt;<BR>&gt; Frank Wammerdam
 wrote:<BR>&gt;<BR>&gt; "On the whole DocBook issue - we tried using DocBook for a while for<BR>&gt; MapServer docs and ended up abandoning it because installing and getting<BR>&gt; to understand DocBook tools was too hard for many potential<BR>&gt; contributors."<BR>&gt;<BR>&gt; I also identified this as the major challenge when I looked at Docbook.<BR>&gt; I was all full of steam for the format until I started reading about<BR>&gt; what was necessary to convert the format in to PDF. It didn't look like<BR>&gt; a process for the faint of heart.<BR>&gt;<BR>&gt; At a minimum it looks like I would need to complete the following steps<BR>&gt; to perform a conversion:<BR>&gt;<BR>&gt; Install and learn how to use an XSLT Stylesheet Processor.<BR>&gt; Import the Docbook DTD into the processor.<BR>&gt; Import the conversion stylesheet into the processor.<BR>&gt; Run the conversion in the processor.<BR>&gt;<BR>&gt; This isn't exactly a one-click task, but perhaps it could be made
 into<BR>&gt; one.<BR>&gt;<BR>&gt; I wonder how one would control things like margin width and font style<BR>&gt; when generating PDF documentation from Docbook. Is anyone familiar with<BR>&gt; how this works in the conversion process?<BR><BR><BR>Hi Landon again ;)<BR><BR>It's mainly in Spanish, but maybe you find useful the article I'm<BR>writing for the Girona Meeting about OSGeo Spanish LC. It's in the<BR>OSGeo SVN.<BR><BR>https://svn.osgeo.org/osgeo/community/presentations/20080303-Girona/OSGeo_Spanish/<BR><BR><BR>You'll find an ant build file for linux systems (I'm working on a<BR>Debian box) so you only need to install the proper packages (xalan,<BR>fop, jai, docbook-xml, docbook-xsl) and run ant to generate the HTML<BR>or the PDF.<BR><BR>Sorry, the README is also in Spanish :S<BR><BR>Of course you can always use the old DSSL stylesheets and OpenJade....<BR><BR>Cheers<BR><BR>-- <BR>Jorge Gaspar Sanz Salinas<BR>Ingeniero en Geodesia y
 Cartografía<BR>http://www.geomaticblog.net<BR>http://www.prodevelop.es<BR><BR><BR>------------------------------<BR><BR>Message: 4<BR>Date: Fri, 25 Jan 2008 21:29:49 +0100<BR>From: Tim Michelsen <BR>Subject: Re: [OSGeo-Edu] Comments and Questions on Docbook<BR>Cc: OSGeo-edu <BR>Message-ID: &lt;479A46BD.2010203@gmx-topmail.de&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>&gt; In the Spanish Free GIS Book group we decided LaTeX as editing tool<BR>&gt; for many reasons, and I think for that kind of content is the best. I<BR>&gt; see Docbook better for more technical content like user and developer<BR>&gt; docs. As you know, there is no better tool for writing equations than<BR>&gt; LaTeX at this moment.<BR>Again another reason for using LyX, the friendly frontend to LaTeX.<BR><BR>It makes life with LaTeX a lot easier and could also speed it's adoption <BR>in the OSGEO-Edu community.<BR><BR>Kind
 regards,<BR>Timmie<BR><BR><BR>------------------------------<BR><BR>Message: 5<BR>Date: Sat, 26 Jan 2008 17:56:10 +0100<BR>From: Lorenzo Becchi <BR>Subject: Re: [OSGeo-Edu] Why not use the wiki? My reasons... let me<BR>know if I am off in my thinking<BR>To: Charlie Schweik <BR>Cc: OSGeo-edu <BR>Message-ID: &lt;479B662A.6040602@ominiverdi.com&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR><BR><BR>Charlie Schweik wrote:<BR>&gt;<BR>&gt; 1) How easy it is to find modules of interest to you... e.g., <BR>&gt;<BR>&gt; I think we need a database driven search system. I'm not convinced the<BR>&gt; wiki is right for this, especially if there are other pages that are not<BR>&gt; educational content that might be returned on a search.<BR>&gt; <BR><BR>we can make a dedicated one easily.<BR><BR>&gt;<BR>&gt; 2) How easy it is to derive new works and keep track of author<BR>&gt; contributions<BR>&gt;<BR>&gt; The wiki system of course keeps a history. But you
 wouldn't want the<BR>&gt; "production" education module being edited. I suppose the way we'd have<BR>&gt; to do this is have two copies on the wiki, one that is a locked down<BR>&gt; current version and the second being an open edit "next release"<BR>&gt; version. <BR>&gt; <BR><BR>you can lock pages without creating two different Wikis, it would be a <BR>mess (IMO).<BR>&gt;<BR>&gt; 3) Updating wiki pages sometimes can be a little painful.<BR>&gt; <BR><BR>that's true.<BR>even merging contents from different formats is a pain. More over if <BR>you're not using a concurrency system (as wiki is).<BR><BR><BR>ciao<BR>Lorenzo<BR><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>Edu_discuss mailing list<BR>Edu_discuss@lists.osgeo.org<BR>http://lists.osgeo.org/mailman/listinfo/edu_discuss<BR><BR><BR>End of Edu_discuss Digest, Vol 13, Issue
 15<BR>*******************************************<BR><BR><BR><BR>---------------------------------<BR>Looking for last minute shopping deals? Find them fast with Yahoo! Search.<BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: http://lists.osgeo.org/pipermail/edu_discuss/attachments/20080128/d43aaf3d/attachment-0001.html<BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Mon, 28 Jan 2008 11:47:20 -0800<BR>From: "Landon Blake" <LBLAKE@KSNINC.COM><BR>Subject: [OSGeo-Edu] Metadata for OSGeo Educational Content<BR>To: "OSGeo-edu" <EDU_DISCUSS@LISTS.OSGEO.ORG><BR>Message-ID:<BR>&lt;0D544207876CDA428F17DD7EA448C192AD8BCF@bailey.DOMAIN.KSNINC.PVT&gt;<BR>Content-Type: text/plain; charset="us-ascii"<BR><BR>Skipped content of type multipart/alternative-------------- next part --------------<BR>A non-text attachment was scrubbed...<BR>Name: Sample_Education_Metadata.yaml<BR>Type: application/octet-stream<BR>Size: 1424
 bytes<BR>Desc: Sample_Education_Metadata.yaml<BR>Url : http://lists.osgeo.org/pipermail/edu_discuss/attachments/20080128/61b5cf75/Sample_Education_Metadata.obj<BR><BR>------------------------------<BR><BR>_______________________________________________<BR>Edu_discuss mailing list<BR>Edu_discuss@lists.osgeo.org<BR>http://lists.osgeo.org/mailman/listinfo/edu_discuss<BR><BR><BR>End of Edu_discuss Digest, Vol 13, Issue 17<BR>*******************************************<BR></BLOCKQUOTE><BR><p>&#32;

      <hr size=1>Never miss a thing.  <a href="http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs"> Make Yahoo your homepage.</a>