bug-gne
[Top][All Lists]
Advanced

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

Re: [Bug-gnupedia] About the Format


From: Daryl Warkentin
Subject: Re: [Bug-gnupedia] About the Format
Date: Wed, 17 Jan 2001 11:57:53 -0600

<Title> and <Subject> tags need to be added to increase searchability.
Users of GNUPedia should have all the search functions of their local
library (i.e. Title, Subject, and Author). I don't know how easy it is
to rearrange XML code when displaying it in HTML but the reviews should
probably go after the content of the article.

Duncan Lock wrote:
> 
>         Here is my preliminary suggestion of an internal backend XML format
> for articles. I would suggest serving HTML to clients generated from these
> XML files either on the fly or pre-converted. I would use an XSL/XSLT
> stylesheet to do this.
>         This should be self explanatory with some XML coding experience. It
> contains a section for authors, a section for reviewers and thier reviews, a
> section for copyleft type stuff and the content of the article.
> 
>         Thoughts?
> 
> Dunc
> 
> Suggested internal article format:
> 
> <?xml version="1.0"?>
> <?xml:stylesheet rel="stylesheet" type="text/xsl"
> href="article-stylesheet.xsl" ?>
> 
> <article>
>         <authors>
>                 <author>
>                         <name></name>
>                         <email></email>
>                         <wwwurl></wwwurl>
>                         <digital-signature></digital-signature>
>                 </author>
>                 ...
>         </authors>
>         <version>
>                 <number></number>
>                 <created-on></created-on>
>                 <last-updated></last-updated>
>         </version>
>         <reviews>
>                 <reviewer>
>                         <name></name>
>                         <email></email>
>                         <wwwurl></wwwurl>
>                         <digital-signature></digital-signature>
>                         <date-of-review></date-of-review>
>                         <review>
>                         </review>
>                 </reviewer>
>                 ...
>         </reviews>
>         <copyleft></copyleft>
> 
>         <content>
> 
>         </content>
> </article>
> 
> >Do you want to use XML on back side? Ok, send a basic sheet (I think
> someones
> >sent one today...). We'll discuss it. And please, make a little guide on
> how
> >to translate XML to HTML. Not everybody on this list knows how to use it.
> 
> _______________________________________________
> Bug-gnupedia mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-gnupedia

-- 
Daryl Warkentin
address@hidden

Hardware Engineering
SED Systems, A Division of Calian Ltd.
18 Innovation Blvd.
Saskatoon, Saskatchewan, Canada
S7N 3R1
Ph:  (306) 933 1522
Fax: (306) 933 1486



reply via email to

[Prev in Thread] Current Thread [Next in Thread]