[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-zine
Subject:    [Kde-zine] CVS: xml formate.css,NONE,1.1 tags.html,NONE,1.1 column.xml,1.1,1.2 interview.xml,1.3,1.4
From:       zine () thebox ! nebsllc ! com
Date:       2001-06-17 18:25:47
[Download RAW message or body]

Update of /home/zine/xml
In directory thebox:/tmp/cvs-serv4829

Modified Files:
	column.xml interview.xml template.xml 
Added Files:
	formate.css tags.html 
Log Message:
added tag-overview, changed xml templates to be wellformed

--- NEW FILE: formate.css ---
h1 {font-size:20pt; font-family:arial,sans-serif;color:#000000}
h2 {font-size:15 pt; font-family:arial,sans-serif;color:#000000}
h3 {font-size:12 pt; font-family:arial,sans-serif;color:#000000}
h5 {font-size:6 pt; font-family:arial,sans-serif;color:#000000}
td,p {font-size:10pt; font-family:arial,sans-serif; color:#000000}
th {font-size:10pt; font-family:arial,sans-serif; font-weight:bold; color:#000000}
td.tag {font-size:10pt; font-family:arial,sans-serif; font-weight:bold; \
color:#000000; vertical-align:top} td.descr {font-size:10pt; \
font-family:arial,sans-serif; color:#000000} td.mand {font-size:10pt; \
font-family:arial,sans-serif; color:#000000; font-style:italic}

--- NEW FILE: tags.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
  <link rel="stylesheet" href="formate.css" type="text/css">
  <title>Tag-overview for KDE Zine</title>
</head>
<body>
<h1>Tag overview for the KDE-Zine</h1>
<p align="right">Dirk Doerflinger, Darian Lanx, 16/06/2001, Version: 0.1, Revision: \
1.2</p> <h2>The global document tree</h2>
<table border="0">
<colgroup>
  <col width="200" />
  <col width="*" />
  <col width="100" />
</colgroup>
<tr>
  <td class="tag">&lt;article&gt;</td>
  <td>The main article is wrapped by this tag.</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag">&nbsp;&lt;head&gt;</td>
  <td>This is the section where the author's info, version info etc. goes</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag">&nbsp;&nbsp;&lt;author&gt;</td>
  <td>This is where the author info goes into</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;name&gt;</td>
  <td>The name of the author</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;email&gt;</td>
  <td>The author's email adress</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;sname&gt;</td>
  <td>The author's shortname</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;License&gt;</td>
  <td>The license type, eg. ODL or GDL</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;pubDate&gt;</td>
  <td>The publishing date of the article</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;title&gt;</td>
  <td>The title of the article</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;summary&gt;</td>
  <td>A very brief summary of the article, like the three lines on the
  Homepage of the dot</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;keywords&gt;</td>
  <td>Some keywords used for indexing</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;language&gt;</td>
  <td>The language the article is written in</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;credits&gt;</td>
  <td>Credits to other contributors</td>
  <td class="mand">Optional</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;copyright&gt;</td>
  <td>Copyright of the document</td>
  <td class="mand">Optional</td>
</tr>
<tr>
  <td class="tag"> &nbsp;&lt;body&gt;</td>
  <td>This tag wraps the content of the article</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;logo&gt;</td>
  <td>This is an image that is somehow related to the article and is shown on 
  top of the article, just below the title</td>
  <td class="mand">Optional</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;intro&gt;</td>
  <td>This is a brief introduction to about the article, with the text rendered \
slightly different (e.g. italic)</td>  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;page&gt;</td>
  <td>This wraps the page of an article. Pages should be divided thematically.</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;title&gt;</td>
  <td>The title of the page. This is also used for the TOC of the article</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td colspan="3">The following tags can be freely chosen. Each page <b>must</b> have \
at least   one of them, they can also be mixed.</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;para&gt;</td>
  <td>A paragraph of text...</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;hintbox&gt;</td>
  <td>This builds a box with some extra hints.</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp; &nbsp;&lt;title&gt;</td>
  <td>The title of the hintbox</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp; &nbsp;&lt;para&gt;</td>
  <td>A paragraph of text inside the hintbox...</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;listing&gt;</td>
  <td>long source code listings go here</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;interview&gt;</td>
  <td>This wraps an interview</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp; &nbsp;&lt;bigcite&gt;</td>
  <td>A bold shown Cite from the interview</td>
  <td class="mand">Optional</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp; &nbsp;&lt;qaset&gt;</td>
  <td>This wraps A set of a question and answers</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;question&gt;</td>
  <td>A Question</td>
  <td class="mand">Mandatory</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;answer&gt;</td>
  <td>An answer</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td colspan="3">End of the contents</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &lt;conclusio&gt;</td>
  <td>This is a concludio of the article.</td>
  <td class="mand">Mandatory!</td>
</tr>
<tr>
  <td colspan="3">The following are again chooseable</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;para&gt;</td>
  <td>A paragraph of text...</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;valuebox&gt;</td>
  <td>This is a box with pro and contra in it</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;valueboxentry&gt;</td>
  <td>A pro or a contra about the things described in the article</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp;&lt;linkbox&gt;</td>
  <td>This is a box with additional Links</td>
  <td class="mand"> &nbsp;</td>
</tr>
<tr>
  <td class="tag"> &nbsp; &nbsp; &nbsp;&lt;linkboxentry&gt;</td>
  <td>a link...</td>
  <td class="mand"> &nbsp;</td>
</tr>
</table>

<h2>The tags in special</h2>
<table border="1">
<colgroup>
  <col width="100" />
  <col width="120" />
  <col width="300" />
  <col width="*" />
  <col width="200" />
</colgroup>
<tr>
  <th class="tag">Tag</th>
  <th>Attribute</th>
  <th>Values</th>
  <th>Description</th>
  <th>is attribute Mandatory?</th>
</tr>
<tr>
  <td class="tag" rowspan="3">article</td>
  <td><font color="#863096">type</font>=&quot;&quot;</td>
  <td>article, titlestory, editorial, review, column, interview</td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">topic</font>=&quot;&quot;</td>
  <td>GUI, OS, Code</td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">lang</font>=&quot;&quot;</td>
  <td>e.g. de, fr, en</td>
  <td>ISO localisation</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">head</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">author</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">name</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">email</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">sname</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">license</td>
  <td><font color="#863096">type</font>=&quot;&quot;</td>
  <td>ODL, GDL, OpenContent, custom</td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">pubDate</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td>The date the author releases the article</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">summary</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">keywords</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">credits</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">copyright</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">body</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">logo</td>
  <td><font color="#863096">src</font>=&quot;&quot;</td>
  <td><i>URL to the Logo image</i></td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">intro</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">page</td>
  <td><font color="#863096">number</font>=&quot;&quot;</td>
  <td><i>number</i></td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">title</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag" rowspan="2">screenshot</td>
  <td><font color="#863096">src</font>=&quot;&quot;</td>
  <td><i>URL</i></td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">alt</font>=&quot;&quot;</td>
  <td><i>text</i></td>
  <td>Alternative Text</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag" rowspan="3">link</td>
  <td><font color="#863096">src</font>=&quot;&quot;</td>
  <td><i>full qualified URL</i></td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">alt</font>=&quot;&quot;</td>
  <td><i>text</i></td>
  <td>Alt text for search engine</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">cat</font>=&quot;&quot;</td>
  <td><i>text</i></td>
  <td>Category for the search indexer</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">variablelist</td>
  <td><font color="#863096">type</font>=&quot;&quot;</td>
  <td>sorted, unsorted</td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">table</td>
  <td><font color="#863096">size</font>=&quot;&quot;</td>
  <td><i>percentage</i></td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">variablelist</td>
  <td><font color="#863096">style</font>=&quot;&quot;</td>
  <td>sorted, unsorted</td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">linkbox</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag" rowspan="3">linkboxentry</td>
  <td><font color="#863096">src</font>=&quot;&quot;</td>
  <td><i>full qualified URL</i></td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">alt</font>=&quot;&quot;</td>
  <td><i>text</i></td>
  <td>Alt text for search engine</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td><font color="#863096">cat</font>=&quot;&quot;</td>
  <td><i>text</i></td>
  <td>Category for the search indexer</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">valuebox</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">valueboxentry</td>
  <td><font color="#863096">type</font>=&quot;&quot;</td>
  <td>pro, contra</td>
  <td> &nbsp;</td>
  <td>Mandatory!</td>
</tr>
<tr>
  <td class="tag">infobox</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
<tr>
  <td class="tag">infoboxentry</td>
  <td>none</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
</tr>
</table>

<h2>Simple Tags</h2>
<table border="1">
<colgroup>
  <col width="200" />
  <col width="200" />
  <col width="200" />
  <col width="*" />
</colgroup>
<tr>
  <td class="tag">&lt;para&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>A paragraph of text goes into this</td>
</tr>
<tr>
  <td class="tag">&lt;bold&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>Print text in bold</td>
</tr>
<tr>
  <td class="tag">&lt;emph&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>Print text in italic</td>
</tr>
<tr>
  <td class="tag">&lt;literal&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>Print text in typewriter style</td>
</tr>
<tr>
  <td class="tag">&lt;app&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>Stress application names</td>
</tr>
<tr>
  <td class="tag">&lt;lbr /&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>Line break</td>
</tr>
<tr>
  <td class="tag">&lt;color&gt;</td>
  <td><font color="#863096">type</font>=&quot;&quot;</td>
  <td>red, green, blue, yellow</td>
  <td>Print text in bold</td>
</tr>
<tr>
  <td class="tag">&lt;initial&gt;</td>
  <td> &nbsp;</td>
  <td> &nbsp;</td>
  <td>Print first letter bigger</td>
</tr>
<tr>
  <td class="tag">&lt;footnote&gt;</td>
  <td><font color="#863096">id</font>=&quot;&quot;</td>
  <td><i>number</i></i></td>
  <td>Add a footnote</td>
</tr>
<tr>
  <td class="tag">&lt;icon&gt;</td>
  <td><font color="#863096">src</font>=&quot;&quot;</td>
  <td><i>URL</i></td>
  <td>Small image</td>
</tr>
<tr>
  <td class="tag"> &nbsp;</td>
  <td><font color="#863096">alt</font>=&quot;&quot;</td>
  <td><i>Text</i></td>
  <td>alternative text for the icon</td>
</tr>

</table>
</body>
</html>

Index: column.xml
===================================================================
RCS file: /home/zine/xml/column.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** column.xml	2001/06/15 11:17:34	1.1
--- column.xml	2001/06/17 18:25:44	1.2
***************
*** 1,44 ****
! $Author$ -- $Date$ -- $Revision$
! -------------------------------------------------
! 
! <column topic="nogga">
! <head>
! 
! <author type="inhouse"> <!-- mandatory -->
!  <name>Konqi the Dragon</name>
! <email>konqi@kde.org</email>
! </author>
! <License type="BSD" \> <--- mandatory>
! <pubDate>29.09.2002</pubDate> <--- mandatory>
! <length lines="360" \>  <-- optional>
! <title>This is the main title of the article</title> <!-- mandatory -->
! <summary>Here is a _very_ small summary which will be displayed e.g in
! search-results or on the homepage, similar to the three lines on
! dot.kde.org</summary>  <!-- mandatory -->
! <keywords>This, are, all, related, keywords</keywords> <!-- mandatory-->
! <language voice="DE_de" \>
! <page id="page1">
! <paragraph id="first">
! <intial>T<initial><text>Text should be formatted especially to fit a
! collumns need of course theer can be tags within text such as
! <strong>text</strong> or a <citebox>like the one</citebox> in the updated
! interview xml.</text>
! <line /> <!-- this would produce a visual line seperator between text section,
! it can ONLY be used outside a text section --/>
! <text>
!  <valuebox>
!    <valueboxentry type="pro">Nice design</boxentry></text>
!    <valueboxentry type="pro">Not written by MS</boxentry>
!    <valueboxentry type="contra">not available on every system</boxentry>
!    </valuebox>
! <columntable type="ordered"> <!-- collumn table has no size attribute and would
! scale to fit a standard size collumn!--/>
!  <row><item></item><item></item></row>
! </columntable>
! <conclusio> blah blah blah
! </conclusio> <!-- mandatory for columns --/>
! </paragraph>
! <credit to="name" to="name2" to="name3" />
! <copyrights ownedby="blah" ownedby="blah" />
! </page>
! </column>
--- 1,40 ----
! <column topic="nogga">
! <head>
! 
! <author type="inhouse"> <!-- mandatory -->
!  <name>Konqi the Dragon</name>
! <email>konqi@kde.org</email>
! </author>
! <License type="BSD" /> <!-- mandatory -->
! <pubDate>29.09.2002</pubDate> <!-- mandatory-->
! <length lines="360" />  <!-- optional-->
! <title>This is the main title of the article</title> <!-- mandatory -->
! <summary>Here is a _very_ small summary which will be displayed e.g in
! search-results or on the homepage, similar to the three lines on
! dot.kde.org</summary>  <!-- mandatory -->
! <keywords>This, are, all, related, keywords</keywords> <!-- mandatory-->
! <language voice="DE_de" />
! <page id="page1">
! <paragraph id="first">
! <intial>T<initial><text>Text should be formatted especially to fit a
! collumns need of course theer can be tags within text such as
! <strong>text</strong> or a <citebox>like the one</citebox> in the updated
! interview xml.</text>
! <line /> <!-- this would produce a visual line seperator between text section,
! it can ONLY be used outside a text section -->
! <text>
!  <valuebox>
!    <valueboxentry type="pro">Nice design</valueboxentry>
!    <valueboxentry type="pro">Not written by MS</valueboxentry>
!    <valueboxentry type="contra">not available on every system</valueboxentry>
!    </valuebox>
! <columntable type="ordered"> <!-- collumn table has no size attribute and would
! scale to fit a standard size collumn!-->
!  <row><item></item><item></item></row>
! </columntable>
! <conclusio> blah blah blah
! </conclusio> <!-- mandatory for columns -->
! <credit>Name1, Name2, Name3</credit>
! <copyrights>Name1, Name2</copyrights>
! </page>
! </column>

Index: interview.xml
===================================================================
RCS file: /home/zine/xml/interview.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** interview.xml	2001/06/15 11:17:34	1.3
--- interview.xml	2001/06/17 18:25:44	1.4
***************
*** 1,62 ****
! $Author$ -- $Date$ -- $Revision$
! -------------------------------------------------
! <interview topic="nogga">
! <head>
! 
! <author type="inhouse"> <!-- mandatory -->
!   <name>Konqi the Dragon</name>
!   <email>konqi@kde.org</email>
!  </author>
! 
! <License type="BSD" \> <--- mandatory>
! <pubDate>29.09.2002</pubDate> <--- mandatory>
! <length lines="360" \>  <-- optional>
! <title>This is the main title of the article</title> <!-- mandatory -->
! <summary>Here is a _very_ small summary which will be displayed e.g in
!  search-results or on the homepage, similar to the three lines on
!  dot.kde.org</summary>  <!-- mandatory -->
! <keywords>This, are, all, related, keywords</keywords> <!-- mandatory-->
! <language voice="DE_de" \>
! 
! </head>
! 
! <logo src="blah" />
! <page id="page1">
! <paragraph id="first">
! <intro><inital>T</initial>oday we interview <person>maria Nora</person></intro>
! <lbr \> <!-- This would denote a forced line break --\>
! <question from="annma">yadda yadda </question>
! <answer from="Katie">Blah blah </answer>
! 
! <!-- for grouping and possible sorting, it might be adviseable to group
! question/answer into pairs duch that it reads >
! <part>
! <question from="annma">yadda yadda </question>
! <answer from="Katie">Blah blah </answer>
! </part>
! <!-- of course we could even take this further and give each group an ID that
! would make navigation within an interview very easy, so it would read>
! <part ID="1">
! <question from="annma">yadda yadda </question>
! <answer from="Katie">Blah blah </answer>
! <part>
! <!-- to make this less straining on the interview author a little script could
! substitue the ID automatically for ech part//part pair that is found --\>
! <part ID="2">
! <question from="annma">What about the link <link
! cat="software">www.ibm.org/software</link>do you have <strong>concerns</strong>
! about those people? </question>
! <answer from="Katie">no, we do not feel that they are a threat, simply read the
! following statement, which is a cite by them <cite> blah </cite></answer>
! </paragraph>
! <paragraph id="second">
! <citebox>A citation which will be put ont he very left or right of the
! text and is printed a LOT bigger, kinda like a hint box in an article </citebox>
!  
! <conclusio> blah blah blah
! </conclusio>
! 
! </paragraph>
! 
! 
! </interview>
--- 1,58 ----
! <interview topic="nogga">
! <head>
! 
! <author type="inhouse"> <!-- mandatory -->
!   <name>Konqi the Dragon</name>
!   <email>konqi@kde.org</email>
!  </author>
! 
! <License type="BSD" /> <!-- mandatory-->
! <pubDate>29.09.2002</pubDate> <!-- mandatory-->
! <length lines="360" />  <!-- optional-->
! <title>This is the main title of the article</title> <!-- mandatory -->
! <summary>Here is a _very_ small summary which will be displayed e.g in
!  search-results or on the homepage, similar to the three lines on
!  dot.kde.org</summary>  <!-- mandatory -->
! <keywords>This, are, all, related, keywords</keywords> <!-- mandatory-->
! <language voice="DE_de" />
! 
! </head>
! 
! <logo src="blah" />
! 
! 
! <intro><initial>T</initial>oday we interview <person>maria Nora</person></intro>
! <lbr /> <!-- This would denote a forced line break -->
! <question from="annma">yadda yadda </question>
! <answer from="Katie">Blah blah </answer>
! 
! <!-- for grouping and possible sorting, it might be adviseable to group
! question/answer into pairs duch that it reads -->
! <part>
! <question from="annma">yadda yadda </question>
! <answer from="Katie">Blah blah </answer>
! </part>
! <!-- of course we could even take this further and give each group an ID that
! would make navigation within an interview very easy, so it would read -->
! 
! <question from="annma">yadda yadda </question>
! <answer from="Katie">Blah blah </answer>
! 
! <!-- to make this less straining on the interview author a little script could
! substitue the ID automatically for ech part//part pair that is found -->
! 
! <question from="annma">What about the link <link
! cat="software">www.ibm.org/software</link>do you have <strong>concerns</strong>
! about those people? </question>
! <answer from="Katie">no, we do not feel that they are a threat, simply read the
! following statement, which is a cite by them <cite> blah </cite></answer>
! <citebox>A citation which will be put ont he very left or right of the
! text and is printed a LOT bigger, kinda like a hint box in an article </citebox>
!  
! <conclusio> blah blah blah
! </conclusio>
! 
! 
! 
! 
! </interview>

Index: template.xml
===================================================================
RCS file: /home/zine/xml/template.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** template.xml	2001/06/15 11:17:34	1.4
--- template.xml	2001/06/17 18:25:44	1.5
***************
*** 1,158 ****
! $Author$ -- $Date$ -- $Revision$
! -------------------------------------------------
! <article topic="GUI">
! <!-- topic="GUI" means, that there could be different layouts or at leas special
!  icons for different topics, like GUI-related, OS-related, Hacker-related... 
!  Compare the icons on /. or dot.kde.org -->
! <head>
! 
! <author type="inhouse"> <!-- mandatory -->
!   <name>Konqi the Dragon</name>
!   <email>konqi@kde.org</email>
!  </author>
! 
! <License type="GLP" \> <--- mandatory>
! <pubDate>29.09.2002</pubDate> <--- mandatory>
! <length lines="360" \>  <-- optional>
! <title>This is the main title of the article</title> <!-- mandatory -->
! <summary>Here is a _very_ small summary which will be displayed e.g in
!  search-results or on the homepage, similar to the three lines on
!  dot.kde.org</summary>  <!-- mandatory -->
! <keywords>This, are, all, related, keywords</keywords> <!-- mandatory-->
! <language voice="DE_de" \>
! </head>
! 
! 
! 
! <logo src="anImage.png" /> <!-- optional, this could be a big image as a
!  startup, like in most printmedia)-->
! 
! <intro>This is a brief introduction to about the article, with the text rendered
!  slightly different (e.g. italic)</intro>
! 
! <page id="page1">
! <title>This is Page one</title>  <!--This could go in an article-TOC for the
!  different pages, could also be displayed instaed of the "next >>" on the bottom
!  of a page -->
! 
! <para>
! <initial>KDE</initial> is a mature desktop suite providing a solid basis to an
!  ever growing number of applications for Unix <footnote>Unix is meant as all
!  Unix-like OS </footnote> workstations. KDE has developed a high quality
!  development framework for Unix, which allows for   the rapid and efficient
!  creation of applications.
! Here is a screenshot:<screenshot src="screenie1.png" alt="FooApp's Startscreen"
!  />
! 
! </para>
! <!--<initial> means that the first word (or first letter) could be displayed
!  bigger or bold or domething, Footnote results in a footnote like in aprinted
!  document, which are resolved on the bottom of the page and displayed as an Icon
!  or something, but not the text inside the paragraph. It could also be useful
!  for trademarks.
!  The screenshot could be formatted differntly to "ordinary" images, e.g.
!  Border..., maybe it could also automagically resolve the thumbnail (user
!  provides file.png as screenshot and sm_file.png as thumbnail shown in this
!  place, so the HTML-output for this tag would be <a href="screenie1.png"><img
!  src="sm_screenie1.png" /></a> -->
! 
! <hintbox>
!     <para>This is a Hintbox, maybe it has automatically the title "Hint:"</para>
! </hintbox>
! 
! <infobox>
!      <title>Some other stuff</title>
!      <para>Here is some annotated text which doesn't fit into the document
!  properly</para>
! </infobox>
! 
!  <para>
!    Here are some more features:
!    <variablelist type="unsorted">
!      <listentry>Great GUI</listentry>
!      <listentry>Good handling</listentry>
!    </variablelist>
!    <!-- this would result in a <ul></ul> -->
! 
!    You need to do the following steps to use &kde;:
!    <variablelist type="sorted">
!      <listentry>Plug in the power cord</listentry>
!      <listentry>Start the computer</listentry>
!      <listentry>Login</listentry>
!      <listentry>Use KDE</listentry>
!    </variablelist>
!    <!-- This would result in - who had thought ;-) - a <ol></ol> -->
! 
!  </para>
! 
! <para>
!    The full featured Desktop makes use of the following code:
!    <code>
!      main() {
!        printf("Hello KDE-World!");
!      }
!    </code>
!      If you start kde with the command <pre type="input">startkde
!  --gimmeoutput</pre> you will get the following output:
!      <consoleout>
!        KDE Version 3.0
!        This is the console-output
!      </consoleout>
!  </para>
! 
!  </page>
! 
! <page id="secondpage">
!    <title>The title of the second page == second Page</title>
!    <paragraph id="first">
!      <title>KDE libraries 2.1.2 Released!</title>
!      <para>
!  On April 30th, 2001, the KDE <inlineimage src="kde.png" />Project announced the
!  release of kdelibs 2.1.2, a security and bugfix release of the core KDE
!  libraries. The other core KDE packages, including kdebase, have not been
!  updated. The KDE Project recommends that all KDE users upgrade to kdelibs 2.1.2
!  and KDE 2.1.1.
!  <image src="anyImage.png" />
!    </para>
!    <!--the <inlineimage > means a (small) image embedded directly into the text,
!  while the <image /> results in an image wgich stands alone in its line -->
! 
! <table type="ordered" size="50%">
! <row><item></item><item></item></row>
! </table>
! 
! 
!  </paragraph>
! 
! </page>
! 
! <conclusio>
! 
! <para>
!    After reading this article, we are all quite sure that KDE is the best
!  desktop environment the world has seen.
!  </para>
!    <valuebox>
!      <valueboxentry type="pro">Nice design</boxentry>
!      <valueboxentry type="pro">Not written by MS</boxentry>
!      <valueboxentry type="contra">not available on every system</boxentry>
!    </valuebox>
!  <!-- this would result in a box with
!   + Nice design
!   + Not written by MS
!   - not available on every system
!   where the + and - could be nice icons
! -->
! 
! 
!   <linkbox>
!     <linkboxentry type="link" linkend="www.kde.org">&KDE;</boxentry>
!     <linkboxentry type="link" linkend="www.linux.org">The Linux
!  Headquarter</boxentry>
!     <linkboxentry type="link" linkend="www.nsa.gov">NSA</boxentry>
!   </linkbox>
! <!-- This is a box with additional Links to the article -->
! 
! </conclusio>
! 
! </article>
--- 1,156 ----
! <article topic="GUI">
! <!-- topic="GUI" means, that there could be different layouts or at leas special
!  icons for different topics, like GUI-related, OS-related, Hacker-related... 
!  Compare the icons on /. or dot.kde.org -->
! <head>
! 
! <author type="inhouse"> <!-- mandatory -->
!   <name>Konqi the Dragon</name>
!   <email>konqi@kde.org</email>
!  </author>
! 
! <License type="GLP" /> <!-- mandatory -->
! <pubDate>29.09.2002</pubDate> <!-- mandatory -->
! <length lines="360" />  <!-- optional -->
! <title>This is the main title of the article</title> <!-- mandatory -->
! <summary>Here is a _very_ small summary which will be displayed e.g in
!  search-results or on the homepage, similar to the three lines on
!  dot.kde.org</summary>  <!-- mandatory -->
! <keywords>This, are, all, related, keywords</keywords> <!-- mandatory-->
! <language voice="DE_de" />
! </head>
! <body>
! 
! 
! <logo src="anImage.png" /> <!-- optional, this could be a big image as a
!  startup, like in most printmedia)-->
! 
! <intro>This is a brief introduction to about the article, with the text rendered
!  slightly different (e.g. italic)</intro>
! 
! <page id="page1">
! <title>This is Page one</title>  <!--This could go in an article-TOC for the
!  different pages, could also be displayed instaed of the "next >>" on the bottom
!  of a page -->
! 
! <para>
! <initial>KDE</initial> is a mature desktop suite providing a solid basis to an
!  ever growing number of applications for Unix <footnote>Unix is meant as all
!  Unix-like OS </footnote> workstations. KDE has developed a high quality
!  development framework for Unix, which allows for   the rapid and efficient
!  creation of applications.
! Here is a screenshot:<screenshot src="screenie1.png" alt="FooApp's Startscreen"
!  />
! 
! </para>
! <!--<initial> means that the first word (or first letter) could be displayed
!  bigger or bold or domething, Footnote results in a footnote like in aprinted
!  document, which are resolved on the bottom of the page and displayed as an Icon
!  or something, but not the text inside the paragraph. It could also be useful
!  for trademarks.
!  The screenshot could be formatted differntly to "ordinary" images, e.g.
!  Border..., maybe it could also automagically resolve the thumbnail (user
!  provides file.png as screenshot and sm_file.png as thumbnail shown in this
!  place, so the HTML-output for this tag would be <a href="screenie1.png"><img
!  src="sm_screenie1.png" /></a> -->
! 
! <hintbox>
!     <para>This is a Hintbox, maybe it has automatically the title "Hint:"</para>
! </hintbox>
! 
! <infobox>
!      <title>Some other stuff</title>
!      <para>Here is some annotated text which doesn't fit into the document
!  properly</para>
! </infobox>
! 
!  <para>
!    Here are some more features:
!    <variablelist type="unsorted">
!      <listentry>Great GUI</listentry>
!      <listentry>Good handling</listentry>
!    </variablelist>
!    <!-- this would result in a <ul></ul> -->
! 
!    You need to do the following steps to use KDE:
!    <variablelist type="sorted">
!      <listentry>Plug in the power cord</listentry>
!      <listentry>Start the computer</listentry>
!      <listentry>Login</listentry>
!      <listentry>Use KDE</listentry>
!    </variablelist>
!    <!-- This would result in - who had thought ;-) - a <ol></ol> -->
! 
!  </para>
! 
! <para>
!    The full featured Desktop makes use of the following code:
!    <code>
!      main() {
!        printf("Hello KDE-World!");
!      }
!    </code>
!      If you start kde with the command <pre type="input">startkde
!  --gimmeoutput</pre> you will get the following output:
!      <consoleout>
!        KDE Version 3.0
!        This is the console-output
!      </consoleout>
!  </para>
! 
!  </page>
! 
! <page id="secondpage">
!    <title>The title of the second page == second Page</title>
!    <paragraph id="first">
!      <title>KDE libraries 2.1.2 Released!</title>
!      <para>
!  On April 30th, 2001, the KDE <inlineimage src="kde.png" />Project announced the
!  release of kdelibs 2.1.2, a security and bugfix release of the core KDE
!  libraries. The other core KDE packages, including kdebase, have not been
!  updated. The KDE Project recommends that all KDE users upgrade to kdelibs 2.1.2
!  and KDE 2.1.1.
!  <image src="anyImage.png" />
!    </para>
!    <!--the <inlineimage > means a (small) image embedded directly into the text,
!  while the <image /> results in an image wgich stands alone in its line -->
! 
! <table type="ordered" size="50%">
! <row><item></item><item></item></row>
! </table>
! 
! 
!  </paragraph>
! 
! </page>
! </body>
! <conclusio>
! 
! <para>
!    After reading this article, we are all quite sure that KDE is the best
!  desktop environment the world has seen.
!  </para>
!    <valuebox>
!      <valueboxentry type="pro">Nice design</valueboxentry>
!      <valueboxentry type="pro">Not written by MS</valueboxentry>
!      <valueboxentry type="contra">not available on every system</valueboxentry>
!    </valuebox>
!  <!-- this would result in a box with
!   + Nice design
!   + Not written by MS
!   - not available on every system
!   where the + and - could be nice icons
! -->
! 
! 
!   <linkbox>
!     <linkboxentry type="link" linkend="www.kde.org">KDE</linkboxentry>
!     <linkboxentry type="link" linkend="www.linux.org">The Linux
!  Headquarter</linkboxentry>
!     <linkboxentry type="link" linkend="www.nsa.gov">NSA</linkboxentry>
!   </linkbox>
! <!-- This is a box with additional Links to the article -->
! 
! </conclusio>
! 
! </article>

_______________________________________________
kde-zine mailing list
kde-zine@master.kde.org
http://master.kde.org/mailman/listinfo/kde-zine


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic