projectZvonWeb_xml.html
- <?xml version="1.0"?>
- <!DOCTYPE zvonProject SYSTEM "/Zvon/DTD/Zvon/zvonProject_1_00.dtd">
- <zvonProject id="zvon19990617161400163">
- <front>
- <creator zvonID="MNaaaa"><firstName>Miloslav</firstName><surname>Nic<trans lang="cs">Nič</trans> </surname></creator>
- <title>ZvonWeb</title>
- <created> <date year="1999" month="6" day="17" ></date></created>
- <lastChange> <date year="1999" month="6" day="23" ></date></lastChange>
- <abstract>The goal of this project is creation of a free publishing environment. It should support parallel development, sharing of ideas, consistency checks, publishing in several formats (html, xml, paper, ...).</abstract>
- </front>
- <body>
- <projectTarget status="inProgress" priority="10">
- <title>Create a robust site management system</title>
-
- <task>
- <title>Simple and robust management of internal links</title>
- <description>The site should be eventually maintained by a group of co-workers. It is therefore very important to keep link management very simple but at the same time extremely robust. </description>
- </task>
- <task>
- <title>Easy concurent publication in several languages</title>
- <description>While many people can read English, it is not a universal language . As the main target of Zvon is free exchange of information, it would be very unfortunate, if language problems would become a limiting factor. </description>
- <problem>
- <title>Encoding of non-English characters</title>
- <description>Currently used encodings does not contain enough characters to support several languages. Unicode character set solves the problem, as XML tools are required to support UTF-8 and UTF-16 encodings and these encodings support all viable languages. Unfortunately, most tools currently does not support UTF-8. A convertor to and from unicode is therefore needed. </description>
- <solution>Java v.1.1 contains functions, which enable very easy transforms between different encodings. A simple program named convert has been written in Java, which makes conversions between tens of different encodings.
- </solution>
- <link href="zvon19990617165043307">Program convert</link>
- <link href="http://www.unicode.com/">UNICODE homepage</link>
- <link href="http://www.cestina.cz/" lang="cs">Czech language on the Internet</link>
- </problem>
- </task>
- </projectTarget>
- <projectTarget status="inProgress" priority="7">
- <title>Make accessible the guts of the Zvon site</title>
- <description>Zvon homesite is based on XML, it uses XSL for transformations and some techniques, which could be of interest. XML and especially XSL are new standards (XSL actually is not in the stage of recommendation yet). The resources which interested people can use are therefore scarce. A real life example of web site administration using these novel techniques is therefore of interest </description>
-
- <task>
- <title>Make accessible source, DTD and XSL for individual pages</title>
- <description></description>
- <problem>
- <title>Everything should be easily accessible</title>
- <description>To make the site really useful as an educational resource, all sources should be easily accessible. </description>
- <solution>Combination of XSL and Perl scripting automatically generates relevant html files and links, which appear at the bottom of the page.
- </solution>
- </problem>
- </task>
-
- <task>
- <title>Write an article describing how the site is maintained</title>
- <description>I am working on it.</description>
- <link href="zvon19990622140337499">Current draft</link>
-
- </task>
- </projectTarget>
- <projectTarget>
- <title>Free publishing system</title>
- <description>Many freeware programs exist which make plausible creation of free publishing system. Unfortunately, at this moment only experience computer users can take us of them. They are distributed in many places, sometimes a bit tricky to install and start running. We will assemble individual programs into packages with simple instalation so that anybody will be able to download a package and experiment with features offered by XML and other technologies. </description>
- <task>
- <title>Write or translate manuals and tutorials.</title>
- <description>There is need for simple tutorials which would help get people running.</description>
- <link href="http://zvon.vscht.cz/HTMLonly/PVaaaa/HTMLKit/Kitframe.html" lang="cs"> How to use HTML Kit as XML editor</link>
- </task>
- </projectTarget>
- </body>
- <notebook>
- <note>
- a new target: Use Zvon homesite as teaching material, (publish and enable easy access to DTD,XSL, ...)
- </note>
- </notebook>
- </zvonProject>