A docbook -os doksinak mar nem kell latszodnia
authorklao
Sat, 03 Apr 2004 23:13:41 +0000
changeset 2875f42cb5cc1bf
parent 286 d3c4d99860a9
child 288 84e75e8f2fd2
A docbook -os doksinak mar nem kell latszodnia
doc-docbook/src/Makefile
doc-docbook/src/etik-ol-html.dsl
doc-docbook/src/etik-ol.dtd
doc-docbook/src/xml/etik-ol.xml
doc-docbook/src/xml/fdl.xml
doc-docbook/src/xml/filelist.xml
doc-docbook/src/xml/graph-classes.xml
doc-docbook/src/xml/graph-concepts.xml
doc-docbook/src/xml/iterator-concepts.xml
doc-docbook/src/xml/legal.xml
doc-docbook/src/xml/osztaly-forma.xml
doc-docbook/src/xml/preface.xml
doc-docbook/src/xml/search_iterator.xml
doc-docbook/src/xml/start.xml
     1.1 --- a/doc-docbook/src/Makefile	Sat Apr 03 20:33:05 2004 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,39 +0,0 @@
     1.4 -all: html pdf ps
     1.5 -
     1.6 -.PHONY: html dvi ps pdf tex dist
     1.7 -
     1.8 -html:
     1.9 -	docbook2html -o ../html -d etik-ol-html.dsl xml/etik-ol.xml
    1.10 -
    1.11 -dvi:
    1.12 -	docbook2dvi -o .. xml/etik-ol.xml
    1.13 -
    1.14 -ps:
    1.15 -	docbook2ps -o .. xml/etik-ol.xml
    1.16 -
    1.17 -pdf:
    1.18 -	docbook2pdf -o .. xml/etik-ol.xml
    1.19 -
    1.20 -tex:
    1.21 -	docbook2tex -o .. xml/etik-ol.xml
    1.22 -
    1.23 -
    1.24 -dist:
    1.25 -	cd ..
    1.26 -	mkdir -p etik-ol-doc-html
    1.27 -	cp -r html src/pics etik-ol-doc-html
    1.28 -	echo "Open html/index.html!" > etik-ol-doc-html/README
    1.29 -	tar czvf etik-ol-doc-html.tar.gz etik-ol-doc-html
    1.30 -	rm -rf etik-ol-doc-html
    1.31 -	mkdir -p dist
    1.32 -	cp etik-ol-doc-html.tar.gz dist
    1.33 -	cp ps/etik-ol.ps dist
    1.34 -	rm -rf dist/pics dist/html
    1.35 -	cp -r html src/pics dist
    1.36 -
    1.37 -clean:
    1.38 -	rm -rf xml/*~ *~ 
    1.39 -	cd ..;\
    1.40 -	rm -rf etik-ol.ps etik-ol.pdf html dist \
    1.41 -	etik-ol-doc-html.tar.gz etik-ol-doc-html\
    1.42 -	etik-ol.dvi etik-ol.tex
     2.1 --- a/doc-docbook/src/etik-ol-html.dsl	Sat Apr 03 20:33:05 2004 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,174 +0,0 @@
     2.4 -<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
     2.5 -<!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
     2.6 -]>
     2.7 -
     2.8 -<style-sheet>
     2.9 -<style-specification use="docbook">
    2.10 -<style-specification-body>
    2.11 -
    2.12 -(define x "25")
    2.13 -(define nnl (named-node-list-names (attributes current-node)))
    2.14 -(define attributumok (attributes current-node))
    2.15 -
    2.16 -
    2.17 -(element etik:class
    2.18 -  (make sequence
    2.19 -          (if (attribute-string "id")
    2.20 -              (make element gi: "A"
    2.21 -                    attributes: (list (list "NAME" (attribute-string "id")))
    2.22 -                    (empty-sosofo))
    2.23 -              (empty-sosofo))
    2.24 -	  
    2.25 -
    2.26 -	  (if (attribute-string "xreflabel") (empty-sosofo)
    2.27 -	      ( literal "ures xreflabel"))
    2.28 -
    2.29 -;;    (toc-entry (current-node))
    2.30 -    (process-children)))
    2.31 -
    2.32 -(element (etik:class etik:name)
    2.33 -  (make element gi: "H2"
    2.34 -    (process-children)))
    2.35 -
    2.36 -(element (etik:class etik:description)
    2.37 -  (make sequence
    2.38 -    (make element gi: "H3"
    2.39 -	  (literal "Description"))
    2.40 -    (make element gi: "P"
    2.41 -	  (process-children))))
    2.42 -
    2.43 -(element (etik:class etik:example)
    2.44 -  (make sequence
    2.45 -    (make element gi: "H3"
    2.46 -	  (literal "Example"))
    2.47 -    (make element gi: "P"
    2.48 -	  (process-children))))
    2.49 -
    2.50 -(element (etik:class etik:definition)
    2.51 -  (make sequence
    2.52 -    (make element gi: "H3"
    2.53 -	  (literal "Definition"))
    2.54 -    (make element gi: "P"
    2.55 -	  (process-children))))
    2.56 -
    2.57 -(element (etik:template_param etik:templ_name)
    2.58 -  (make element gi: "TD"
    2.59 -    (process-children)))
    2.60 -(element (etik:template_param etik:templ_description)
    2.61 -  (make element gi: "TD"
    2.62 -    (process-children)))
    2.63 -(element (etik:template_param etik:templ_requirement)
    2.64 -  (make element gi: "TD"
    2.65 -    (process-children)))
    2.66 -(element (etik:template_param etik:templ_default)
    2.67 -  (make element gi: "TD"
    2.68 -    (process-children)))
    2.69 -
    2.70 -(element (etik:template_params etik:template_param)  
    2.71 -  (make element gi: "TR"
    2.72 -	  (process-children)))
    2.73 -
    2.74 -(element (etik:class etik:template_params)
    2.75 -  (make sequence
    2.76 -    (make element gi: "H3"
    2.77 -	  (literal "Template parameters"))
    2.78 -    (make element gi: "TABLE"
    2.79 -	  attributes: (list
    2.80 -		       (list "CELLSPACING" "1")
    2.81 -		       (list "BORDER" "1"))
    2.82 - 	  (make element gi: "TR"
    2.83 -	    (make element gi: "TH"  (literal "Name"))
    2.84 -	    (make element gi: "TH"  (literal "Description"))
    2.85 -	    (make element gi: "TH"  (literal "Requirement"))
    2.86 -	    (make element gi: "TH"  (literal "Default")))
    2.87 -	    (process-children))))
    2.88 -
    2.89 -
    2.90 -(element (etik:member etik:m_name)
    2.91 -  (make element gi: "TD"
    2.92 -    (process-children)))
    2.93 -(element (etik:member etik:m_where_def)
    2.94 -  (make element gi: "TD"
    2.95 -    (process-children)))
    2.96 -(element (etik:member etik:m_description)
    2.97 -  (make element gi: "TD"
    2.98 -    (process-children)))
    2.99 -
   2.100 -(element (etik:members etik:member)  
   2.101 -  (make element gi: "TR"
   2.102 -	  (process-children)))
   2.103 -
   2.104 -(element (etik:class etik:members)
   2.105 -  (make sequence
   2.106 -    (make element gi: "H3"
   2.107 -	  (literal "Public members"))
   2.108 -    (make element gi: "TABLE"
   2.109 -	  attributes: (list
   2.110 -		       (list "CELLSPACING" "1")
   2.111 -		       (list "BORDER" "1"))
   2.112 - 	  (make element gi: "TR"
   2.113 -	    (make element gi: "TH"  (literal "Name"))
   2.114 -	    (make element gi: "TH"  (literal "Where defined"))
   2.115 -	    (make element gi: "TH"  (literal "Description"))
   2.116 -	    (process-children)))))
   2.117 -
   2.118 -(element (etik:class etik:prot_members)
   2.119 -  (make sequence
   2.120 -    (make element gi: "H3"
   2.121 -	  (literal "Protected members"))
   2.122 -    (make element gi: "TABLE"
   2.123 -	  attributes: (list
   2.124 -		       (list "CELLSPACING" "1")
   2.125 -		       (list "BORDER" "1"))
   2.126 - 	  (make element gi: "TR"
   2.127 -	    (make element gi: "TH"  (literal "Name"))
   2.128 -	    (make element gi: "TH"  (literal "Where defined"))
   2.129 -	    (make element gi: "TH"  (literal "Description"))
   2.130 -	    (process-children)))))
   2.131 -
   2.132 -(element (etik:prot_members etik:member)  
   2.133 -  (make element gi: "TR"
   2.134 -	  (process-children)))
   2.135 -
   2.136 -(element (etik:class etik:priv_members)
   2.137 -  (make sequence
   2.138 -    (make element gi: "H3"
   2.139 -	  (literal "Private members"))
   2.140 -    (make element gi: "TABLE"
   2.141 -	  attributes: (list
   2.142 -		       (list "CELLSPACING" "1")
   2.143 -		       (list "BORDER" "1"))
   2.144 - 	  (make element gi: "TR"
   2.145 -	    (make element gi: "TH"  (literal "Name"))
   2.146 -	    (make element gi: "TH"  (literal "Where defined"))
   2.147 -	    (make element gi: "TH"  (literal "Description"))
   2.148 -	    (process-children)))))
   2.149 -
   2.150 -(element (etik:priv_members etik:member)  
   2.151 -  (make element gi: "TR"
   2.152 -	  (process-children)))
   2.153 -
   2.154 -(element (etik:example etik:code)
   2.155 -  ($verbatim-display$
   2.156 -   #f   ;; mivel indentaljon
   2.157 -   #f)) ;; legyen-e sorszamozas
   2.158 -
   2.159 -(element (etik:class etik:notes)  
   2.160 -  (make sequence
   2.161 -    (make element gi: "H3"
   2.162 -	  (literal "Notes"))
   2.163 -    (make element gi: "P"
   2.164 -	  (process-children))))
   2.165 -
   2.166 -(element (etik:class etik:category)
   2.167 -  (make sequence
   2.168 -    (make element gi: "H3"
   2.169 -	  (literal "Category"))
   2.170 -    (make element gi: "P"
   2.171 -	  (process-children))))
   2.172 -
   2.173 -
   2.174 -</style-specification-body>
   2.175 -</style-specification>
   2.176 -<external-specification id="docbook" document="dbstyle">
   2.177 -</style-sheet>
     3.1 --- a/doc-docbook/src/etik-ol.dtd	Sat Apr 03 20:33:05 2004 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,84 +0,0 @@
     3.4 -<?xml version="1.0"?>
     3.5 -<!ENTITY % local.chapter.class "|etik:class">
     3.6 -<!ENTITY % local.section.class "|etik:class">
     3.7 -<!ENTITY % local.sect1.class "|etik:class">
     3.8 -<!ENTITY % local.sect2.class "|etik:class">
     3.9 -<!ENTITY % local.sect3.class "|etik:class">
    3.10 -
    3.11 -<!-- load DocBook -->                               
    3.12 -<!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    3.13 -  "docbook/dtd/4.2/docbookx.dtd">
    3.14 -%DocBookDTD;
    3.15 -
    3.16 -
    3.17 -<!ELEMENT etik:class (
    3.18 -          etik:name,
    3.19 -          etik:category?,
    3.20 -          etik:description,
    3.21 -          etik:example?,
    3.22 -          etik:definition,
    3.23 -          etik:template_params?,
    3.24 -          etik:members?,
    3.25 -          etik:prot_members?,
    3.26 -          etik:priv_members?,
    3.27 -          etik:notes?)>
    3.28 -
    3.29 -<!ATTLIST etik:class
    3.30 -          %common.attrib;
    3.31 -          %label.attrib;
    3.32 ->
    3.33 -
    3.34 -<!ELEMENT etik:name           (#PCDATA)*>
    3.35 -<!ELEMENT etik:category       (#PCDATA|xref)*>
    3.36 -<!ELEMENT etik:description    (#PCDATA|para|xref)*>
    3.37 -<!ELEMENT etik:example        (#PCDATA|para|programlisting|xref|etik:code)*>
    3.38 -
    3.39 -
    3.40 -<!ELEMENT etik:code            (#PCDATA)*>
    3.41 -
    3.42 -<!ELEMENT etik:definition     (#PCDATA|xref)*>
    3.43 -
    3.44 -<!ELEMENT etik:template_params (etik:template_param+)> 
    3.45 -<!ELEMENT etik:template_param ( 
    3.46 -                                etik:templ_name,
    3.47 -                                etik:templ_description,
    3.48 -                                etik:templ_requirement,
    3.49 -                                etik:templ_default)>
    3.50 -
    3.51 -<!ELEMENT etik:templ_name                  (#PCDATA)*>
    3.52 -<!ELEMENT etik:templ_description           (#PCDATA|xref)*>
    3.53 -<!ELEMENT etik:templ_requirement           (#PCDATA|xref)*>
    3.54 -<!ELEMENT etik:templ_default               (#PCDATA|xref)*>
    3.55 -
    3.56 -<!ELEMENT etik:members  (etik:member)+>
    3.57 -<!ELEMENT etik:prot_members  (etik:member)+>
    3.58 -<!ELEMENT etik:priv_members  (etik:member)+>
    3.59 -<!ELEMENT etik:member    (etik:m_name, 
    3.60 -                          etik:m_where_def,
    3.61 -                          etik:m_description)>
    3.62 -
    3.63 -
    3.64 -<!ELEMENT etik:m_name                    (#PCDATA)*>
    3.65 -<!ELEMENT etik:m_where_def               (#PCDATA|xref)*>
    3.66 -<!ELEMENT etik:m_description             (#PCDATA|xref)*>
    3.67 -
    3.68 -<!ELEMENT etik:notes                     (#PCDATA|para|xref|orderedlist|itemizedlist)*>
    3.69 -
    3.70 -
    3.71 -
    3.72 -<!-- Keep this comment at the end of the file
    3.73 -Local variables:
    3.74 -mode: xml
    3.75 -sgml-omittag:nil
    3.76 -sgml-shorttag:nil
    3.77 -sgml-namecase-general:nil
    3.78 -sgml-general-insert-case:lower
    3.79 -sgml-minimize-attributes:nil
    3.80 -sgml-always-quote-attributes:t
    3.81 -sgml-indent-step:2
    3.82 -sgml-indent-data:nil
    3.83 -sgml-exposed-tags:nil
    3.84 -sgml-local-catalogs:nil
    3.85 -sgml-local-ecat-files:nil
    3.86 -End:
    3.87 --->
     4.1 --- a/doc-docbook/src/xml/etik-ol.xml	Sat Apr 03 20:33:05 2004 +0000
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,65 +0,0 @@
     4.4 -<?xml version='1.0' encoding='iso-8859-2'?>
     4.5 -<!DOCTYPE book PUBLIC "-//HUGOlib//DTD DocBook XML V4.2 Based//EN" "../etik-ol.dtd" [
     4.6 -<!ENTITY % filelist SYSTEM "filelist.xml">
     4.7 -%filelist;
     4.8 -]>
     4.9 -
    4.10 -<book lang="en" id="etik-ol">
    4.11 -
    4.12 -  <title>Etik-ol Documentation</title>
    4.13 -
    4.14 -  <bookinfo>
    4.15 -    <title>Etik-ol</title>
    4.16 -    <subtitle>Documentation</subtitle>
    4.17 -    <pubdate>2004. january 22.</pubdate>
    4.18 -    &legal;
    4.19 -  </bookinfo>
    4.20 -
    4.21 -  &preface;
    4.22 -
    4.23 -
    4.24 -  <part id="tutorial">
    4.25 -    <title>Tutorial</title>
    4.26 -
    4.27 -    <partintro>
    4.28 -      <para>
    4.29 -      Welcome to the <productname>Etik-ol</productname> Tutorial.  The
    4.30 -      following few chapters are intended to give a simple introduction
    4.31 -      to <productname>Etik-ol</productname>. We only assume some general 
    4.32 -      knowledge about C++.
    4.33 -      </para>
    4.34 -    </partintro>
    4.35 -
    4.36 -  &start;
    4.37 -
    4.38 -  </part>
    4.39 -
    4.40 -  <part id="basic-concepts">
    4.41 -    <title>Basic Concepts</title>
    4.42 -
    4.43 -    <partintro>
    4.44 -      <para>
    4.45 -      Valami altalanos iras a conceptekrol.
    4.46 -      </para>
    4.47 -    </partintro>
    4.48 -
    4.49 -    &graph-concepts;
    4.50 -    &iterator-concepts;
    4.51 -
    4.52 -  </part>
    4.53 -
    4.54 -  <part id="main-classes">
    4.55 -    <title>Main classes</title>
    4.56 -
    4.57 -    <partintro>
    4.58 -      <para>Valami leiras az osztalystrukturarol altalaban.</para>
    4.59 -    </partintro>
    4.60 -
    4.61 -    &graph-classes;
    4.62 -
    4.63 -  </part>
    4.64 -
    4.65 -
    4.66 -  &fdl;
    4.67 -
    4.68 -</book>
     5.1 --- a/doc-docbook/src/xml/fdl.xml	Sat Apr 03 20:33:05 2004 +0000
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,431 +0,0 @@
     5.4 -<appendix id="gfdl">
     5.5 -<title>GNU Free Documentation License</title>
     5.6 -<subtitle>Version 1.2, November 2002</subtitle>
     5.7 -
     5.8 -<blockquote id="fsf-copyright">
     5.9 - <para>Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
    5.10 -59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    5.11 -Everyone is permitted to copy and distribute verbatim copies
    5.12 -of this license document, but changing it is not allowed.</para>
    5.13 -</blockquote>
    5.14 -
    5.15 -<section id="gfdl-0"><title>PREAMBLE</title>
    5.16 -
    5.17 -<para>The purpose of this License is to make a manual, textbook, or
    5.18 -other functional and useful document "free" in the sense of freedom: to
    5.19 -assure everyone the effective freedom to copy and redistribute it, with
    5.20 -or without modifying it, either commercially or noncommercially.
    5.21 -Secondarily, this License preserves for the author and publisher a way
    5.22 -to get credit for their work, while not being considered responsible for
    5.23 -modifications made by others.</para>
    5.24 -
    5.25 -<para>This License is a kind of "copyleft", which means that derivative
    5.26 -works of the document must themselves be free in the same sense.  It
    5.27 -complements the GNU General Public License, which is a copyleft license
    5.28 -designed for free software.</para>
    5.29 -
    5.30 -<para>We have designed this License in order to use it for manuals for
    5.31 -free software, because free software needs free documentation: a free
    5.32 -program should come with manuals providing the same freedoms that the
    5.33 -software does.  But this License is not limited to software manuals; it
    5.34 -can be used for any textual work, regardless of subject matter or
    5.35 -whether it is published as a printed book.  We recommend this License
    5.36 -principally for works whose purpose is instruction or reference.</para>
    5.37 -</section>
    5.38 -
    5.39 -<section id="gfdl-1"><title>APPLICABILITY AND DEFINITIONS</title>
    5.40 -
    5.41 -<para id="gfdl-doc">This License applies to any manual or other work, in
    5.42 -any medium, that contains a notice placed by the copyright holder saying
    5.43 -it can be distributed under the terms of this License.  Such a notice
    5.44 -grants a world-wide, royalty-free license, unlimited in duration, to use
    5.45 -that work under the conditions stated herein.  The "Document", below,
    5.46 -refers to any such manual or work.  Any member of the public is a
    5.47 -licensee, and is addressed as "you".  You accept the license if you
    5.48 -copy, modify or distribute the work in a way requiring permission under
    5.49 -copyright law.</para>
    5.50 -
    5.51 -<para id="gfdl-mod-ver">A "Modified Version" of the Document means any
    5.52 -work containing the Document or a portion of it, either copied verbatim,
    5.53 -or with modifications and/or translated into another language.</para>
    5.54 -
    5.55 -<para id="gfdl-secnd-sect">A "Secondary Section" is a named appendix or
    5.56 -a front-matter section of the Document that deals exclusively with the
    5.57 -relationship of the publishers or authors of the Document to the
    5.58 -Document's overall subject (or to related matters) and contains nothing
    5.59 -that could fall directly within that overall subject.  (Thus, if the
    5.60 -Document is in part a textbook of mathematics, a Secondary Section may
    5.61 -not explain any mathematics.)  The relationship could be a matter of
    5.62 -historical connection with the subject or with related matters, or of
    5.63 -legal, commercial, philosophical, ethical or political position
    5.64 -regarding them.</para>
    5.65 -
    5.66 -<para id="gfdl-inv-sect">The "Invariant Sections" are certain Secondary
    5.67 -Sections whose titles are designated, as being those of Invariant
    5.68 -Sections, in the notice that says that the Document is released under
    5.69 -this License.  If a section does not fit the above definition of
    5.70 -Secondary then it is not allowed to be designated as Invariant.  The
    5.71 -Document may contain zero Invariant Sections.  If the Document does not
    5.72 -identify any Invariant Sections then there are none.</para>
    5.73 -
    5.74 -<para id="gfdl-cov-text">The "Cover Texts" are certain short passages of
    5.75 -text that are listed, as Front-Cover Texts or Back-Cover Texts, in the
    5.76 -notice that says that the Document is released under this License.  A
    5.77 -Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at
    5.78 -most 25 words.</para>
    5.79 -
    5.80 -<para id="gfdl-transparent">A "Transparent" copy of the Document means a
    5.81 -machine-readable copy, represented in a format whose specification is
    5.82 -available to the general public, that is suitable for revising the
    5.83 -document straightforwardly with generic text editors or (for images
    5.84 -composed of pixels) generic paint programs or (for drawings) some widely
    5.85 -available drawing editor, and that is suitable for input to text
    5.86 -formatters or for automatic translation to a variety of formats suitable
    5.87 -for input to text formatters.  A copy made in an otherwise Transparent
    5.88 -file format whose markup, or absence of markup, has been arranged to
    5.89 -thwart or discourage subsequent modification by readers is not
    5.90 -Transparent.  An image format is not Transparent if used for any
    5.91 -substantial amount of text.  A copy that is not "Transparent" is called
    5.92 -"Opaque".</para>
    5.93 -
    5.94 -<para>Examples of suitable formats for Transparent copies include plain
    5.95 -ASCII without markup, Texinfo input format, LaTeX input format, SGML or
    5.96 -XML using a publicly available DTD, and standard-conforming simple HTML,
    5.97 -PostScript or PDF designed for human modification.  Examples of
    5.98 -transparent image formats include PNG, XCF and JPG.  Opaque formats
    5.99 -include proprietary formats that can be read and edited only by
   5.100 -proprietary word processors, SGML or XML for which the DTD and/or
   5.101 -processing tools are not generally available, and the machine-generated
   5.102 -HTML, PostScript or PDF produced by some word processors for output
   5.103 -purposes only.</para>
   5.104 -
   5.105 -<para id="gfdl-title-page">The "Title Page" means, for a printed book,
   5.106 -the title page itself, plus such following pages as are needed to hold,
   5.107 -legibly, the material this License requires to appear in the title page.
   5.108 -For works in formats which do not have any title page as such, "Title
   5.109 -Page" means the text near the most prominent appearance of the work's
   5.110 -title, preceding the beginning of the body of the text.</para>
   5.111 -
   5.112 -<para id="gfdl-entitled">A section "Entitled XYZ" means a named subunit
   5.113 -of the Document whose title either is precisely XYZ or contains XYZ in
   5.114 -parentheses following text that translates XYZ in another language.
   5.115 -(Here XYZ stands for a specific section name mentioned below, such as
   5.116 -"Acknowledgements", "Dedications", "Endorsements", or "History".)  To
   5.117 -"Preserve the Title" of such a section when you modify the Document
   5.118 -means that it remains a section "Entitled XYZ" according to this
   5.119 -definition.</para>
   5.120 -
   5.121 -<para>The Document may include Warranty Disclaimers next to the notice
   5.122 -which states that this License applies to the Document.  These Warranty
   5.123 -Disclaimers are considered to be included by reference in this License,
   5.124 -but only as regards disclaiming warranties: any other implication that
   5.125 -these Warranty Disclaimers may have is void and has no effect on the
   5.126 -meaning of this License.</para>
   5.127 -</section>
   5.128 -
   5.129 -<section id="gfdl-2"><title>VERBATIM COPYING</title>
   5.130 -
   5.131 -<para>You may copy and distribute the Document in any medium, either
   5.132 -commercially or noncommercially, provided that this License, the
   5.133 -copyright notices, and the license notice saying this License applies to
   5.134 -the Document are reproduced in all copies, and that you add no other
   5.135 -conditions whatsoever to those of this License.  You may not use
   5.136 -technical measures to obstruct or control the reading or further copying
   5.137 -of the copies you make or distribute.  However, you may accept
   5.138 -compensation in exchange for copies.  If you distribute a large enough
   5.139 -number of copies you must also follow the conditions in section 3.
   5.140 -</para>
   5.141 -
   5.142 -<para>You may also lend copies, under the same conditions stated above,
   5.143 -and you may publicly display copies.</para>
   5.144 -</section>
   5.145 -
   5.146 -<section id="gfdl-3"><title>COPYING IN QUANTITY</title>
   5.147 -
   5.148 -<para>If you publish printed copies (or copies in media that commonly
   5.149 -have printed covers) of the Document, numbering more than 100, and the
   5.150 -Document's license notice requires Cover Texts, you must enclose the
   5.151 -copies in covers that carry, clearly and legibly, all these Cover Texts:
   5.152 -Front-Cover Texts on the front cover, and Back-Cover Texts on the back
   5.153 -cover.  Both covers must also clearly and legibly identify you as the
   5.154 -publisher of these copies.  The front cover must present the full title
   5.155 -with all words of the title equally prominent and visible.  You may add
   5.156 -other material on the covers in addition.  Copying with changes limited
   5.157 -to the covers, as long as they preserve the title of the Document and
   5.158 -satisfy these conditions, can be treated as verbatim copying in other
   5.159 -respects.</para>
   5.160 -
   5.161 -<para>If the required texts for either cover are too voluminous to fit
   5.162 -legibly, you should put the first ones listed (as many as fit
   5.163 -reasonably) on the actual cover, and continue the rest onto adjacent
   5.164 -pages.</para>
   5.165 -
   5.166 -<para>If you publish or distribute Opaque copies of the Document
   5.167 -numbering more than 100, you must either include a machine-readable
   5.168 -Transparent copy along with each Opaque copy, or state in or with each
   5.169 -Opaque copy a computer-network location from which the general
   5.170 -network-using public has access to download using public-standard
   5.171 -network protocols a complete Transparent copy of the Document, free of
   5.172 -added material.  If you use the latter option, you must take reasonably
   5.173 -prudent steps, when you begin distribution of Opaque copies in quantity,
   5.174 -to ensure that this Transparent copy will remain thus accessible at the
   5.175 -stated location until at least one year after the last time you
   5.176 -distribute an Opaque copy (directly or through your agents or retailers)
   5.177 -of that edition to the public.</para>
   5.178 -
   5.179 -<para>It is requested, but not required, that you contact the authors of
   5.180 -the Document well before redistributing any large number of copies, to
   5.181 -give them a chance to provide you with an updated version of the
   5.182 -Document.</para>
   5.183 -</section>
   5.184 -
   5.185 -<section id="gfdl-4"><title>MODIFICATIONS</title>
   5.186 -
   5.187 -<para>You may copy and distribute a Modified Version of the Document
   5.188 -under the conditions of sections 2 and 3 above, provided that you
   5.189 -release the Modified Version under precisely this License, with the
   5.190 -Modified Version filling the role of the Document, thus licensing
   5.191 -distribution and modification of the Modified Version to whoever
   5.192 -possesses a copy of it.  In addition, you must do these things in the
   5.193 -Modified Version:</para>
   5.194 -
   5.195 -<orderedlist id="gfdl-modif-cond" numeration="upperalpha">
   5.196 -<listitem><simpara>Use in the Title Page (and on the covers, if any) a
   5.197 -  title distinct from that of the Document, and from those of previous
   5.198 -  versions (which should, if there were any, be listed in the History
   5.199 -  section of the Document).  You may use the same title as a previous
   5.200 -  version if the original publisher of that version gives permission.
   5.201 -</simpara></listitem>
   5.202 -<listitem><simpara>List on the Title Page, as authors, one or more
   5.203 -  persons or entities responsible for authorship of the modifications in
   5.204 -  the Modified Version, together with at least five of the principal
   5.205 -  authors of the Document (all of its principal authors, if it has fewer
   5.206 -  than five), unless they release you from this requirement.
   5.207 -</simpara></listitem>
   5.208 -<listitem><simpara>State on the Title page the name of the publisher of
   5.209 -  the Modified Version, as the publisher.</simpara></listitem>
   5.210 -<listitem><simpara>Preserve all the copyright notices of the Document.
   5.211 -</simpara></listitem>
   5.212 -<listitem><simpara>Add an appropriate copyright notice for your
   5.213 -  modifications adjacent to the other copyright notices.
   5.214 -</simpara></listitem>
   5.215 -<listitem><simpara>Include, immediately after the copyright notices, a
   5.216 -  license notice giving the public permission to use the Modified
   5.217 -  Version under the terms of this License, in the form shown in the
   5.218 -  <link linkend="gfdl-addendum">Addendum</link> below.
   5.219 -</simpara></listitem>
   5.220 -<listitem><simpara>Preserve in that license notice the full lists of
   5.221 -  Invariant Sections and required Cover Texts given in the Document's
   5.222 -  license notice.</simpara></listitem>
   5.223 -<listitem><simpara>Include an unaltered copy of this License.
   5.224 -</simpara></listitem>
   5.225 -<listitem><simpara>Preserve the section Entitled "History", Preserve its
   5.226 -  Title, and add to it an item stating at least the title, year, new
   5.227 -  authors, and publisher of the Modified Version as given on the Title
   5.228 -  Page.  If there is no section Entitled "History" in the Document,
   5.229 -  create one stating the title, year, authors, and publisher of the
   5.230 -  Document as given on its Title Page, then add an item describing the
   5.231 -  Modified Version as stated in the previous sentence.
   5.232 -</simpara></listitem>
   5.233 -<listitem><simpara>Preserve the network location, if any, given in the
   5.234 -  Document for public access to a Transparent copy of the Document, and
   5.235 -  likewise the network locations given in the Document for previous
   5.236 -  versions it was based on.  These may be placed in the "History"
   5.237 -  section.  You may omit a network location for a work that was
   5.238 -  published at least four years before the Document itself, or if the
   5.239 -  original publisher of the version it refers to gives permission.
   5.240 -</simpara></listitem>
   5.241 -<listitem><simpara>For any section Entitled "Acknowledgements" or
   5.242 -  "Dedications", Preserve the Title of the section, and preserve in the
   5.243 -  section all the substance and tone of each of the contributor
   5.244 -  acknowledgements and/or dedications given therein.
   5.245 -</simpara></listitem>
   5.246 -<listitem><simpara>Preserve all the Invariant Sections of the Document,
   5.247 -  unaltered in their text and in their titles.  Section numbers or the
   5.248 -  equivalent are not considered part of the section titles.
   5.249 -</simpara></listitem>
   5.250 -<listitem><simpara>Delete any section Entitled "Endorsements".
   5.251 -  Such a section may not be included in the Modified Version.
   5.252 -</simpara></listitem>
   5.253 -<listitem><simpara>Do not retitle any existing section to be Entitled
   5.254 -  "Endorsements" or to conflict in title with any Invariant Section.
   5.255 -</simpara></listitem>
   5.256 -<listitem><simpara>Preserve any Warranty Disclaimers.
   5.257 -</simpara></listitem>
   5.258 -</orderedlist>
   5.259 -
   5.260 -<para>If the Modified Version includes new front-matter sections or
   5.261 -appendices that qualify as Secondary Sections and contain no material
   5.262 -copied from the Document, you may at your option designate some or all
   5.263 -of these sections as invariant.  To do this, add their titles to the
   5.264 -list of Invariant Sections in the Modified Version's license notice.
   5.265 -These titles must be distinct from any other section titles.</para>
   5.266 -
   5.267 -<para>You may add a section Entitled "Endorsements", provided it
   5.268 -contains nothing but endorsements of your Modified Version by various
   5.269 -parties--for example, statements of peer review or that the text has
   5.270 -been approved by an organization as the authoritative definition of a
   5.271 -standard.</para>
   5.272 -
   5.273 -<para>You may add a passage of up to five words as a Front-Cover Text,
   5.274 -and a passage of up to 25 words as a Back-Cover Text, to the end of the
   5.275 -list of Cover Texts in the Modified Version.  Only one passage of
   5.276 -Front-Cover Text and one of Back-Cover Text may be added by (or through
   5.277 -arrangements made by) any one entity.  If the Document already includes
   5.278 -a cover text for the same cover, previously added by you or by
   5.279 -arrangement made by the same entity you are acting on behalf of, you may
   5.280 -not add another; but you may replace the old one, on explicit permission
   5.281 -from the previous publisher that added the old one.</para>
   5.282 -
   5.283 -<para>The author(s) and publisher(s) of the Document do not by this
   5.284 -License give permission to use their names for publicity for or to
   5.285 -assert or imply endorsement of any Modified Version.</para>
   5.286 -</section>
   5.287 -
   5.288 -<section id="gfdl-5"><title>COMBINING DOCUMENTS</title>
   5.289 -
   5.290 -<para>You may combine the Document with other documents released under
   5.291 -this License, under the terms defined in <link linkend="gfdl-4">section
   5.292 -4</link> above for modified versions, provided that you include in the
   5.293 -combination all of the Invariant Sections of all of the original
   5.294 -documents, unmodified, and list them all as Invariant Sections of your
   5.295 -combined work in its license notice, and that you preserve all their
   5.296 -Warranty Disclaimers.</para>
   5.297 -
   5.298 -<para>The combined work need only contain one copy of this License, and
   5.299 -multiple identical Invariant Sections may be replaced with a single
   5.300 -copy.  If there are multiple Invariant Sections with the same name but
   5.301 -different contents, make the title of each such section unique by adding
   5.302 -at the end of it, in parentheses, the name of the original author or
   5.303 -publisher of that section if known, or else a unique number.  Make the
   5.304 -same adjustment to the section titles in the list of Invariant Sections
   5.305 -in the license notice of the combined work.</para>
   5.306 -
   5.307 -<para>In the combination, you must combine any sections Entitled
   5.308 -"History" in the various original documents, forming one section
   5.309 -Entitled "History"; likewise combine any sections Entitled
   5.310 -"Acknowledgements", and any sections Entitled "Dedications".  You must
   5.311 -delete all sections Entitled "Endorsements".</para>
   5.312 -</section>
   5.313 -
   5.314 -<section id="gfdl-6"><title>COLLECTIONS OF DOCUMENTS</title>
   5.315 -
   5.316 -<para>You may make a collection consisting of the Document and other
   5.317 -documents released under this License, and replace the individual copies
   5.318 -of this License in the various documents with a single copy that is
   5.319 -included in the collection, provided that you follow the rules of this
   5.320 -License for verbatim copying of each of the documents in all other
   5.321 -respects.</para>
   5.322 -
   5.323 -<para>You may extract a single document from such a collection, and
   5.324 -distribute it individually under this License, provided you insert a
   5.325 -copy of this License into the extracted document, and follow this
   5.326 -License in all other respects regarding verbatim copying of that
   5.327 -document.</para>
   5.328 -</section>
   5.329 -
   5.330 -<section id="gfdl-7"><title>AGGREGATION WITH INDEPENDENT WORKS</title>
   5.331 -
   5.332 -<para>A compilation of the Document or its derivatives with other
   5.333 -separate and independent documents or works, in or on a volume of a
   5.334 -storage or distribution medium, is called an "aggregate" if the
   5.335 -copyright resulting from the compilation is not used to limit the legal
   5.336 -rights of the compilation's users beyond what the individual works
   5.337 -permit.  When the Document is included in an aggregate, this License does
   5.338 -not apply to the other works in the aggregate which are not themselves
   5.339 -derivative works of the Document.</para>
   5.340 -
   5.341 -<para>If the Cover Text requirement of section 3 is applicable to these
   5.342 -copies of the Document, then if the Document is less than one half of
   5.343 -the entire aggregate, the Document's Cover Texts may be placed on covers
   5.344 -that bracket the Document within the aggregate, or the electronic
   5.345 -equivalent of covers if the Document is in electronic form.  Otherwise
   5.346 -they must appear on printed covers that bracket the whole
   5.347 -aggregate.</para>
   5.348 -</section>
   5.349 -
   5.350 -<section id="gfdl-8"><title>TRANSLATION</title>
   5.351 -
   5.352 -<para>Translation is considered a kind of modification, so you may
   5.353 -distribute translations of the Document under the terms of section 4.
   5.354 -Replacing Invariant Sections with translations requires special
   5.355 -permission from their copyright holders, but you may include
   5.356 -translations of some or all Invariant Sections in addition to the
   5.357 -original versions of these Invariant Sections.  You may include a
   5.358 -translation of this License, and all the license notices in the
   5.359 -Document, and any Warranty Disclaimers, provided that you also include
   5.360 -the original English version of this License and the original versions
   5.361 -of those notices and disclaimers.  In case of a disagreement between the
   5.362 -translation and the original version of this License or a notice or
   5.363 -disclaimer, the original version will prevail.</para>
   5.364 -
   5.365 -<para>If a section in the Document is Entitled "Acknowledgements",
   5.366 -"Dedications", or "History", the requirement (section 4) to Preserve its
   5.367 -Title (section 1) will typically require changing the actual
   5.368 -title.</para>
   5.369 -</section>
   5.370 -
   5.371 -<section id="gfdl-9"><title>TERMINATION</title>
   5.372 -
   5.373 -<para>You may not copy, modify, sublicense, or distribute the Document
   5.374 -except as expressly provided for under this License.  Any other attempt
   5.375 -to copy, modify, sublicense or distribute the Document is void, and will
   5.376 -automatically terminate your rights under this License.  However,
   5.377 -parties who have received copies, or rights, from you under this License
   5.378 -will not have their licenses terminated so long as such parties remain
   5.379 -in full compliance.</para>
   5.380 -</section>
   5.381 -
   5.382 -<section id="gfdl-10"><title>FUTURE REVISIONS OF THIS LICENSE</title>
   5.383 -
   5.384 -<para>The Free Software Foundation may publish new, revised versions of
   5.385 -the GNU Free Documentation License from time to time.  Such new versions
   5.386 -will be similar in spirit to the present version, but may differ in
   5.387 -detail to address new problems or concerns.  See
   5.388 -http://www.gnu.org/copyleft/.</para>
   5.389 -
   5.390 -<para>Each version of the License is given a distinguishing version
   5.391 -number.  If the Document specifies that a particular numbered version of
   5.392 -this License "or any later version" applies to it, you have the option
   5.393 -of following the terms and conditions either of that specified version
   5.394 -or of any later version that has been published (not as a draft) by the
   5.395 -Free Software Foundation.  If the Document does not specify a version
   5.396 -number of this License, you may choose any version ever published (not
   5.397 -as a draft) by the Free Software Foundation.</para>
   5.398 -</section>
   5.399 -
   5.400 -<section id="gfdl-addendum"><title>ADDENDUM: How to use this License for
   5.401 -  your documents</title>
   5.402 -
   5.403 -<para>To use this License in a document you have written, include a copy
   5.404 -of the License in the document and put the following copyright and
   5.405 -license notices just after the title page:</para>
   5.406 -
   5.407 -<blockquote id="copyright-sample"><para>
   5.408 -    Copyright (c)  YEAR  YOUR NAME.
   5.409 -    Permission is granted to copy, distribute and/or modify this document
   5.410 -    under the terms of the GNU Free Documentation License, Version 1.2
   5.411 -    or any later version published by the Free Software Foundation;
   5.412 -    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
   5.413 -    A copy of the license is included in the section entitled "GNU
   5.414 -    Free Documentation License".
   5.415 -</para></blockquote>
   5.416 -
   5.417 -<para>If you have Invariant Sections, Front-Cover Texts and Back-Cover
   5.418 -Texts, replace the "with...Texts." line with this:</para>
   5.419 -
   5.420 -<blockquote id="inv-cover-sample"><para>
   5.421 -    with the Invariant Sections being LIST THEIR TITLES, with the
   5.422 -    Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
   5.423 -</para></blockquote>
   5.424 -
   5.425 -<para>If you have Invariant Sections without Cover Texts, or some other
   5.426 -combination of the three, merge those two alternatives to suit the
   5.427 -situation.</para>
   5.428 -
   5.429 -<para>If your document contains nontrivial examples of program code, we
   5.430 -recommend releasing these examples in parallel under your choice of free
   5.431 -software license, such as the GNU General Public License, to permit
   5.432 -their use in free software.</para>
   5.433 -</section>
   5.434 -</appendix>
     6.1 --- a/doc-docbook/src/xml/filelist.xml	Sat Apr 03 20:33:05 2004 +0000
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,11 +0,0 @@
     6.4 -
     6.5 -<!ENTITY legal           SYSTEM "legal.xml">
     6.6 -<!ENTITY fdl             SYSTEM "fdl.xml">
     6.7 -<!ENTITY preface         SYSTEM "preface.xml">
     6.8 -<!ENTITY start           SYSTEM "start.xml">
     6.9 -
    6.10 -<!ENTITY graph-concepts  SYSTEM "graph-concepts.xml">
    6.11 -<!ENTITY iterator-concepts  SYSTEM "iterator-concepts.xml">
    6.12 -<!ENTITY graph-classes   SYSTEM "graph-classes.xml">
    6.13 -<!ENTITY osztaly-forma   SYSTEM "osztaly-forma.xml">
    6.14 -<!ENTITY search_iterator   SYSTEM "search_iterator.xml">
     7.1 --- a/doc-docbook/src/xml/graph-classes.xml	Sat Apr 03 20:33:05 2004 +0000
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,34 +0,0 @@
     7.4 -<chapter id="graph-classes">
     7.5 -  <title>Graph Classes</title>
     7.6 -
     7.7 -  <para>Valami leiras mondjuk a hierarchiarol, vagy barmi altalanos, ha kell.
     7.8 -  </para>
     7.9 -
    7.10 -  <section>
    7.11 -    <title>Pelda osztaly</title>
    7.12 -    &osztaly-forma;
    7.13 -  </section>
    7.14 -  <section>
    7.15 -    <title>Masik</title>
    7.16 -    &search_iterator;
    7.17 -  </section>
    7.18 -
    7.19 -</chapter>
    7.20 -
    7.21 -<!-- Keep this comment at the end of the file
    7.22 -Local variables:
    7.23 -mode: xml
    7.24 -sgml-omittag:nil
    7.25 -sgml-shorttag:nil
    7.26 -sgml-namecase-general:nil
    7.27 -sgml-general-insert-case:lower
    7.28 -sgml-minimize-attributes:nil
    7.29 -sgml-always-quote-attributes:t
    7.30 -sgml-indent-step:2
    7.31 -sgml-indent-data:nil
    7.32 -sgml-parent-document:("etik-ol.xml" "part" "chapter")
    7.33 -sgml-exposed-tags:nil
    7.34 -sgml-local-catalogs:nil
    7.35 -sgml-local-ecat-files:nil
    7.36 -End:
    7.37 --->
     8.1 --- a/doc-docbook/src/xml/graph-concepts.xml	Sat Apr 03 20:33:05 2004 +0000
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,5 +0,0 @@
     8.4 -<chapter id="basic-graph-concept">
     8.5 -  <title>The basic graph-concept</title>
     8.6 -
     8.7 -  <para>The basic graph-concept is still under discussion.</para>
     8.8 -</chapter>
     8.9 \ No newline at end of file
     9.1 --- a/doc-docbook/src/xml/iterator-concepts.xml	Sat Apr 03 20:33:05 2004 +0000
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,5 +0,0 @@
     9.4 -<chapter id="basic-iterator-concept">
     9.5 -  <title>The basic iterator-concept</title>
     9.6 -
     9.7 -  <para>The basic iterator-concept is still under discussion.</para>
     9.8 -</chapter>
     9.9 \ No newline at end of file
    10.1 --- a/doc-docbook/src/xml/legal.xml	Sat Apr 03 20:33:05 2004 +0000
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,35 +0,0 @@
    10.4 -<?xml version='1.0' encoding='iso-8859-2'?>
    10.5 -<copyright>
    10.6 -  <year>2004</year>
    10.7 -  <holder>Etik-ol Group</holder>
    10.8 -</copyright>
    10.9 -
   10.10 -<legalnotice id="legalnotice">
   10.11 -  <title>Legal Notice</title>
   10.12 -  <para>Egyelőre álljon itt ez:
   10.13 -  GNU Free Documentation License alá tartozik, részletesen lásd
   10.14 -  <xref linkend="gfdl"/>.
   10.15 -  </para>
   10.16 -</legalnotice>
   10.17 -
   10.18 -
   10.19 -
   10.20 -
   10.21 -
   10.22 -<!-- Keep this comment at the end of the file
   10.23 -Local variables:
   10.24 -mode: xml
   10.25 -sgml-omittag:nil
   10.26 -sgml-shorttag:nil
   10.27 -sgml-namecase-general:nil
   10.28 -sgml-general-insert-case:lower
   10.29 -sgml-minimize-attributes:nil
   10.30 -sgml-always-quote-attributes:t
   10.31 -sgml-indent-step:2
   10.32 -sgml-indent-data:nil
   10.33 -sgml-parent-document:("etik-ol.xml" "bookinfo" ("copyright" "legalnotice"))
   10.34 -sgml-exposed-tags:nil
   10.35 -sgml-local-catalogs:nil
   10.36 -sgml-local-ecat-files:nil
   10.37 -End:
   10.38 --->
    11.1 --- a/doc-docbook/src/xml/osztaly-forma.xml	Sat Apr 03 20:33:05 2004 +0000
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,219 +0,0 @@
    11.4 -<etik:class id="haho" xreflabel="Példa osztály">
    11.5 -  <etik:name> 
    11.6 -    Osztály neve
    11.7 -  </etik:name>
    11.8 -
    11.9 -  <etik:category>
   11.10 -    Ez a category rész nem kötelező. Ide kerülhet például, hogy ez egy
   11.11 -    konténer-osztály, vagy gráf-osztály.
   11.12 -  </etik:category>
   11.13 - 
   11.14 -  <etik:description>
   11.15 -    A description egy kötelező rész.  Egy általános leírás arról, hogy
   11.16 -    mire jó ez az osztály, és hogyan kell használni.
   11.17 -    <para>
   11.18 -      A description-be kerülhet új bekezdés is többek között.
   11.19 -    </para>
   11.20 -    Egy link: <xref linkend="haho"/>
   11.21 -  </etik:description>
   11.22 -
   11.23 -  <etik:example>
   11.24 -    Az example nem kötelező, de ajánlott rész. Ide kerülhet egy
   11.25 -    konkrét leírás, ha szükséges, utána pedig a programkód, mondjuk a
   11.26 -    programlisting elementbe ágyazva:
   11.27 -    <programlisting>
   11.28 -
   11.29 -struct eqstr
   11.30 -{
   11.31 -  bool operator()(const char* s1, const char* s2) const
   11.32 -  {
   11.33 -    return strcmp(s1, s2) == 0;
   11.34 -  }
   11.35 -};
   11.36 -
   11.37 -void lookup(const map_type& Map, const char* str)
   11.38 -{
   11.39 -
   11.40 -}
   11.41 -
   11.42 -    </programlisting>
   11.43 -
   11.44 -    A programlisting környezetben használhatóak különböző linkek,
   11.45 -    viszont vigyázat, a programlisting mód parsolt, és minden
   11.46 -    <![CDATA[<]]>-t értelmez!
   11.47 -
   11.48 -      <para>
   11.49 -        Az Emacs automata kiegészítő, element bezáró és element
   11.50 -        felajánló képességei rendkívül fontosak ilyen xml fájlok
   11.51 -        készítésénél, különben túl sokat kell gépelni.  Egyelőre csak
   11.52 -        olyan belül-nem-parsoló környezetet tudtam készíteni, ami az
   11.53 -        xml-ben már nem szabványos, s az Emacs parsolója is kiakad
   11.54 -        tőle. Így hát nincs olyan környezet, mint pl. a LaTeX
   11.55 -        verbatim-ja. A kódokat egy CDATA blokkba kell beletenni, ami a
   11.56 -        kövtekező képpen néz ki: &lt![CDATA[ ide jön a kód ]]&gt Az
   11.57 -        eredetileg verbatim módnak szánt <![CDATA[<etik:code>]]>
   11.58 -        element-nél szintén szükség van erre a CDATA blokkra, ha a
   11.59 -        kódrész &lt vagy &gt karaktereket tartalmaz:
   11.60 -      </para>
   11.61 -
   11.62 -      <etik:code>
   11.63 -      <![CDATA[
   11.64 -int _i=1;
   11.65 -int _ii=1;
   11.66 -ListGraph::EdgeMap<int> my_edge_property(G);
   11.67 - for(EachEdgeIt i=G.first<EachEdgeIt>(); i.valid(); ++i) {
   11.68 -   my_edge_property.set(i, _i);
   11.69 -   _i*=_ii; ++_ii;
   11.70 - }
   11.71 -    ]]>
   11.72 -    </etik:code>
   11.73 -  </etik:example>
   11.74 -
   11.75 -  <etik:definition>
   11.76 -    A Definition rész kötelező, és ide kerül az, hogy mely fájlban van
   11.77 -    definiálva az osztály.
   11.78 -  </etik:definition>
   11.79 -
   11.80 -  <etik:template_params>
   11.81 -    <etik:template_param>
   11.82 -      <etik:templ_name>
   11.83 -        T
   11.84 -      </etik:templ_name>
   11.85 -      <etik:templ_description>
   11.86 -        Ide kerül példának okáért a T paraméter leírása.
   11.87 -      </etik:templ_description>
   11.88 -      <etik:templ_requirement>
   11.89 -        Ide kerülnek a feltételek az adott paraméterre. 
   11.90 -      </etik:templ_requirement>
   11.91 -      <etik:templ_default>
   11.92 -        A default értéket is fel kell tüntetni.
   11.93 -      </etik:templ_default>
   11.94 -    </etik:template_param>
   11.95 -    <etik:template_param>
   11.96 -      <etik:templ_name>
   11.97 -        A
   11.98 -      </etik:templ_name>
   11.99 -      <etik:templ_description>
  11.100 -        Az Af template paraméter azért került ide, 
  11.101 -        hogy látszódjon a táblázat.
  11.102 -      </etik:templ_description>
  11.103 -      <etik:templ_requirement>
  11.104 -        Az Af-re vonatkozó feltételek.
  11.105 -      </etik:templ_requirement>
  11.106 -      <etik:templ_default>
  11.107 -        0
  11.108 -      </etik:templ_default>
  11.109 -    </etik:template_param>
  11.110 -  </etik:template_params>
  11.111 -
  11.112 -
  11.113 -  <etik:members>
  11.114 -    <etik:member>
  11.115 -      <etik:m_name>
  11.116 -        Egy tag
  11.117 -      </etik:m_name>
  11.118 -      <etik:m_where_def>
  11.119 -        Pl. vmelyik ősében.
  11.120 -      </etik:m_where_def>
  11.121 -      <etik:m_description>
  11.122 -        Leírás, hogy mire való, miért van.
  11.123 -      </etik:m_description>
  11.124 -    </etik:member>
  11.125 -
  11.126 -    <etik:member>
  11.127 -      <etik:m_name>
  11.128 -        Másik tag
  11.129 -      </etik:m_name>
  11.130 -      <etik:m_where_def>
  11.131 -        Benne.
  11.132 -      </etik:m_where_def>
  11.133 -      <etik:m_description>
  11.134 -        Leírás, hogy mire való, miért van.
  11.135 -      </etik:m_description>
  11.136 -    </etik:member>
  11.137 -  </etik:members>
  11.138 -
  11.139 -
  11.140 -  <etik:prot_members>
  11.141 -    <etik:member>
  11.142 -      <etik:m_name>
  11.143 -        Egy tag
  11.144 -      </etik:m_name>
  11.145 -      <etik:m_where_def>
  11.146 -        Pl. vmelyik ősében.
  11.147 -      </etik:m_where_def>
  11.148 -      <etik:m_description>
  11.149 -        Leírás, hogy mire való, miért van.
  11.150 -      </etik:m_description>
  11.151 -    </etik:member>
  11.152 -
  11.153 -    <etik:member>
  11.154 -      <etik:m_name>
  11.155 -        Másik tag
  11.156 -      </etik:m_name>
  11.157 -      <etik:m_where_def>
  11.158 -        Benne.
  11.159 -      </etik:m_where_def>
  11.160 -      <etik:m_description>
  11.161 -        Leírás, hogy mire való, miért van.
  11.162 -      </etik:m_description>
  11.163 -    </etik:member>
  11.164 -  </etik:prot_members>
  11.165 -
  11.166 -  <etik:priv_members>
  11.167 -    <etik:member>
  11.168 -      <etik:m_name>
  11.169 -        Egy tag
  11.170 -      </etik:m_name>
  11.171 -      <etik:m_where_def>
  11.172 -        Pl. vmelyik ősében.
  11.173 -      </etik:m_where_def>
  11.174 -      <etik:m_description>
  11.175 -        Leírás, hogy mire való, miért van.
  11.176 -      </etik:m_description>
  11.177 -    </etik:member>
  11.178 -
  11.179 -    <etik:member>
  11.180 -      <etik:m_name>
  11.181 -        Másik tag
  11.182 -      </etik:m_name>
  11.183 -      <etik:m_where_def>
  11.184 -        Benne.
  11.185 -      </etik:m_where_def>
  11.186 -      <etik:m_description>
  11.187 -        Leírás, hogy mire való, miért van.
  11.188 -      </etik:m_description>
  11.189 -    </etik:member>
  11.190 -  </etik:priv_members>
  11.191 -
  11.192 -
  11.193 -  <etik:notes>
  11.194 -    Megjegyzések: nem kötelező rész. A fenti 4 táblázat mind
  11.195 -    opcionális. Ha nincsenek protected tagok, akkor az a táblázat
  11.196 -    nyugodtan kimaradhat. A felhasználói doksiban pl. semmi szükség
  11.197 -    az utolsó kettőre, de ez más kérdés.
  11.198 -    <para>
  11.199 -      Ebbe a részbe is kerülhet új bekezdés, vagy pl. felsorolás.
  11.200 -    </para>
  11.201 -  </etik:notes>
  11.202 -
  11.203 -</etik:class>
  11.204 -
  11.205 -
  11.206 -<!-- Keep this comment at the end of the file
  11.207 -Local variables:
  11.208 -mode: xml
  11.209 -sgml-omittag:nil
  11.210 -sgml-shorttag:nil
  11.211 -sgml-namecase-general:nil
  11.212 -sgml-general-insert-case:lower
  11.213 -sgml-minimize-attributes:nil
  11.214 -sgml-always-quote-attributes:t
  11.215 -sgml-indent-step:2
  11.216 -sgml-indent-data:nil
  11.217 -sgml-parent-document:("graph-classes.xml" "section" "etik:class")
  11.218 -sgml-exposed-tags:nil
  11.219 -sgml-local-catalogs:nil
  11.220 -sgml-local-ecat-files:nil
  11.221 -End:
  11.222 --->
    12.1 --- a/doc-docbook/src/xml/preface.xml	Sat Apr 03 20:33:05 2004 +0000
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,55 +0,0 @@
    12.4 -<preface id="preface">
    12.5 -  <title>Preface</title>
    12.6 -
    12.7 -  <para>  
    12.8 -    This book is the official documentation of
    12.9 -    <productname>Etik-ol</productname>.  It is being written by the
   12.10 -    <productname>Etik-ol</productname> developers.
   12.11 -  </para>
   12.12 -
   12.13 -
   12.14 -  <sect1 id="preface-whatis">
   12.15 -    <title> What is <productname>Etik-ol</productname>?</title>
   12.16 -
   12.17 -    <para>
   12.18 -    Ez itt a leiras rola. 
   12.19 -    </para>
   12.20 -
   12.21 -  </sect1>
   12.22 -
   12.23 -  <sect1>
   12.24 -    <title>A Brief History of Etik-ol</title>
   12.25 -
   12.26 -    <para>Ezt meg raerunk megirni.</para>
   12.27 -
   12.28 -  </sect1>
   12.29 -
   12.30 -
   12.31 -  <sect1>
   12.32 -    <title>Bug Reporting Guidelines</title>
   12.33 -
   12.34 -    <para>
   12.35 -    Hivjatok fel Makai Marcit!
   12.36 -    </para>
   12.37 -  </sect1>
   12.38 -
   12.39 -</preface>
   12.40 -
   12.41 -
   12.42 -<!-- Keep this comment at the end of the file
   12.43 -Local variables:
   12.44 -mode: xml
   12.45 -sgml-omittag:nil
   12.46 -sgml-shorttag:nil
   12.47 -sgml-namecase-general:nil
   12.48 -sgml-general-insert-case:lower
   12.49 -sgml-minimize-attributes:nil
   12.50 -sgml-always-quote-attributes:t
   12.51 -sgml-indent-step:2
   12.52 -sgml-indent-data:nil
   12.53 -sgml-parent-document:("etik-ol.xml" "book" "preface")
   12.54 -sgml-exposed-tags:nil
   12.55 -sgml-local-catalogs:nil
   12.56 -sgml-local-ecat-files:nil
   12.57 -End:
   12.58 --->
    13.1 --- a/doc-docbook/src/xml/search_iterator.xml	Sat Apr 03 20:33:05 2004 +0000
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,301 +0,0 @@
    13.4 -<etik:class>
    13.5 - <etik:name> 
    13.6 -  BfsIterator4<![CDATA[<]]>typename Graph, typename OutEdgeIt, 
    13.7 -	    typename ReachedMap<![CDATA[>]]>
    13.8 - </etik:name>
    13.9 -
   13.10 - <etik:description>
   13.11 -The class IteratorBfs4 <![CDATA[<]]>typename Graph, typename OutEdgeIt, 
   13.12 -	    typename ReachedMap<![CDATA[>]]> implements an edge iterator which iterates on the edges of a directed or undirected graph in a breadth first search order. As a bare iterator, it stores the actual edge, the bfs queue and the map of reached nodes. The usual interpretation of bfs consists of computing auxiliary quantities i.e. distance from root or tree of edges on which the reachable nodes were reached. This iterator approach entrusts such functionalities to the user, they have to be implemented out of the class. 
   13.13 - Ez itt egy tobbsoros, tobb reszes leiras arrol, hogy altalanossagban
   13.14 - mire is jo ez az osztaly.  Ez itt egy tobbsoros, tobb reszes leiras
   13.15 - arrol, hogy altalanossagban mire is jo ez az osztaly.
   13.16 -<para>
   13.17 - Ez itt az uj bekezdese a leirasnak, mert elofordulhat, hogy tobb
   13.18 - bekezdesre erdemes tagolni az iromanyt.
   13.19 -</para>
   13.20 - </etik:description>
   13.21 -
   13.22 - <etik:example>
   13.23 -  Gyakran hasznos egy peldan bemutatni a mukodest. A kovetkezo egy
   13.24 -  egyszeru kis szemleltetes arra, hogy ezt milyen konnyen es gyorsan
   13.25 -  lehet hasznalni:
   13.26 -<programlisting>
   13.27 -
   13.28 -struct eqstr
   13.29 -{
   13.30 -  bool operator()(const char* s1, const char* s2) const
   13.31 -  {
   13.32 -    return strcmp(s1, s2) == 0;
   13.33 -  }
   13.34 -};
   13.35 -
   13.36 -void lookup(const map_type& Map, const char* str)
   13.37 -{
   13.38 -
   13.39 -}
   13.40 -
   13.41 -</programlisting>
   13.42 -
   13.43 -Vigyázat, a programlisting mód parsolt, és minden <![CDATA[<]]>-t értelmez!
   13.44 -
   13.45 -<etik:code>
   13.46 -<![CDATA[
   13.47 -  int _i=1;
   13.48 -  int _ii=1;
   13.49 -  ListGraph::EdgeMap<int> my_edge_property(G);
   13.50 -  for(EachEdgeIt i=G.first<EachEdgeIt>(); i.valid(); ++i) {
   13.51 -    my_edge_property.set(i, _i);
   13.52 -    _i*=_ii; ++_ii;
   13.53 -  }
   13.54 -]]>
   13.55 -</etik:code>
   13.56 -</etik:example>
   13.57 -
   13.58 - <etik:definition>
   13.59 -Defined in bfs_iterator.hh.
   13.60 -Ez a definition szekcio arra van, hogy beleirjuk, hogy milyen fajlban
   13.61 -van definialva az aktualis osztaly.
   13.62 -Ez <xref linkend="tutorial"/> egy link a tutorialra.
   13.63 - </etik:definition>
   13.64 -
   13.65 -<etik:template_params>
   13.66 -<etik:template_param>
   13.67 -<etik:templ_name>
   13.68 -Graph
   13.69 -</etik:templ_name>
   13.70 -<etik:templ_description>
   13.71 -Graph is a graph type which have to satisfy some concept requirements defined at a later date.
   13.72 -</etik:templ_description>
   13.73 -<etik:templ_requirement>
   13.74 -Mittomen
   13.75 -Legyen implementalva neki az osszehasonlito operator.
   13.76 -</etik:templ_requirement>
   13.77 -<etik:templ_default>
   13.78 -Az nincs
   13.79 -</etik:templ_default>
   13.80 -</etik:template_param>
   13.81 -<etik:template_param>
   13.82 -<etik:templ_name>
   13.83 -OutEdgeIt
   13.84 -</etik:templ_name>
   13.85 -<etik:templ_description>
   13.86 -OutEdgeIt is an edge iterator type. 
   13.87 -The bfs iterator iterates on the edges.
   13.88 -Az Af template parameter is egy olyan vacak, ami a generikussaghoz kell.
   13.89 -</etik:templ_description>
   13.90 -<etik:templ_requirement>
   13.91 -Af szarmazzon az elemi osztalyokbol.
   13.92 -</etik:templ_requirement>
   13.93 -<etik:templ_default>
   13.94 -0
   13.95 -</etik:templ_default>
   13.96 -</etik:template_param>
   13.97 -<etik:template_param>
   13.98 -<etik:templ_name>
   13.99 -ReachedMap
  13.100 -</etik:templ_name>
  13.101 -<etik:templ_description>
  13.102 -ReachedMap is a map type which stores a bool for each node, and will ne used to maintain the set of reached nodes.
  13.103 -Az Af template parameter is egy olyan vacak, ami a generikussaghoz kell.
  13.104 -</etik:templ_description>
  13.105 -<etik:templ_requirement>
  13.106 -Readable and Writable nodemap.
  13.107 -Af szarmazzon az elemi osztalyokbol.
  13.108 -</etik:templ_requirement>
  13.109 -<etik:templ_default>
  13.110 -0
  13.111 -</etik:templ_default>
  13.112 -</etik:template_param>
  13.113 -</etik:template_params>
  13.114 -
  13.115 -
  13.116 -<etik:members>
  13.117 -
  13.118 -<etik:member>
  13.119 -<etik:m_name>
  13.120 -BfsIterator4(const Graph& _G, ReachedMap& _reached)
  13.121 -</etik:m_name>
  13.122 -<etik:m_where_def>
  13.123 -
  13.124 -</etik:m_where_def>
  13.125 -<etik:m_description>
  13.126 -Creates a bfs iterator with empty queue. The reached nodes will be stores in 
  13.127 -the map for that _reached refers. Initially, _reached have to be an everywhere 
  13.128 -false map. Other cases also can be specified, but due to the difficulty, I have no stomach to deal with it.
  13.129 -</etik:m_description>
  13.130 -
  13.131 -</etik:member>
  13.132 -
  13.133 -<etik:member>
  13.134 -<etik:m_name>
  13.135 -BfsIterator4(const Graph& _G)
  13.136 -</etik:m_name>
  13.137 -<etik:m_where_def>
  13.138 --
  13.139 -</etik:m_where_def>
  13.140 -<etik:m_description>
  13.141 -The same as above, but an own map is constructed to store the reached nodes (and is destroyed at the and). 
  13.142 -</etik:m_description>
  13.143 -
  13.144 -</etik:member>
  13.145 -
  13.146 -<etik:member>
  13.147 -<etik:m_name>
  13.148 -void pushAndSetReached(NodeIt s) 
  13.149 -</etik:m_name>
  13.150 -<etik:m_where_def>
  13.151 -
  13.152 -</etik:m_where_def>
  13.153 -<etik:m_description>
  13.154 -Inserts s in the bfs queue and marks it reached.
  13.155 -</etik:m_description>
  13.156 -
  13.157 -</etik:member>
  13.158 -
  13.159 -<etik:member>
  13.160 -<etik:m_name>
  13.161 -BfsIterator4<![CDATA[<]]>Graph, OutEdgeIt, ReachedMap<![CDATA[>]]>& operator++()
  13.162 -</etik:m_name>
  13.163 -<etik:m_where_def>
  13.164 -container
  13.165 -</etik:m_where_def>
  13.166 -<etik:m_description>
  13.167 -Executes one step on the bfs iterator.
  13.168 -</etik:m_description>
  13.169 -
  13.170 -</etik:member>
  13.171 -
  13.172 -<etik:member>
  13.173 -<etik:m_name>
  13.174 -bool finished() const
  13.175 -</etik:m_name>
  13.176 -<etik:m_where_def>
  13.177 -container
  13.178 -</etik:m_where_def>
  13.179 -<etik:m_description>
  13.180 -Returns true if and only if the iteration is finished.
  13.181 -</etik:m_description>
  13.182 -
  13.183 -</etik:member>
  13.184 -
  13.185 -<etik:member>
  13.186 -<etik:m_name>
  13.187 -operator OutEdgeIt () const
  13.188 -</etik:m_name>
  13.189 -<etik:m_where_def>
  13.190 -container
  13.191 -</etik:m_where_def>
  13.192 -<etik:m_description>
  13.193 -This conversion operator returns the actual value of the bfs iterator.
  13.194 -</etik:m_description>
  13.195 -
  13.196 -</etik:member>
  13.197 -
  13.198 -<etik:member>
  13.199 -<etik:m_name>
  13.200 -bool isBNodeNewlyReached() const
  13.201 -</etik:m_name>
  13.202 -<etik:m_where_def>
  13.203 -container
  13.204 -</etik:m_where_def>
  13.205 -<etik:m_description>
  13.206 -Precondition: OutEdgeIt() returns a valid iterator.
  13.207 -Returns true if and only if bNode of OutEdgeIt() is reached at the last 
  13.208 -iteration step.
  13.209 -</etik:m_description>
  13.210 -
  13.211 -</etik:member>
  13.212 -
  13.213 -<etik:member>
  13.214 -<etik:m_name>
  13.215 -bool isANodeExamined() const
  13.216 -</etik:m_name>
  13.217 -<etik:m_where_def>
  13.218 -container
  13.219 -</etik:m_where_def>
  13.220 -<etik:m_description>
  13.221 -Returns true if and only if the actual node bacomes examined.
  13.222 -</etik:m_description>
  13.223 -
  13.224 -</etik:member>
  13.225 -
  13.226 -<etik:member>
  13.227 -<etik:m_name>
  13.228 -NodeIt aNode() const
  13.229 -</etik:m_name>
  13.230 -<etik:m_where_def>
  13.231 -container
  13.232 -</etik:m_where_def>
  13.233 -<etik:m_description>
  13.234 -Returns the actual node.
  13.235 -</etik:m_description>
  13.236 -
  13.237 -</etik:member>
  13.238 -
  13.239 -<etik:member>
  13.240 -<etik:m_name>
  13.241 -NodeIt bNode() const
  13.242 -</etik:m_name>
  13.243 -<etik:m_where_def>
  13.244 -container
  13.245 -</etik:m_where_def>
  13.246 -<etik:m_description>
  13.247 -Precondition: OutEdgeIt() returns a valid iterator.
  13.248 -Returns bNode of the actual edge..
  13.249 -</etik:m_description>
  13.250 -
  13.251 -</etik:member>
  13.252 -
  13.253 -<etik:member>
  13.254 -<etik:m_name>
  13.255 -const ReachedMap& getReachedMap() const
  13.256 -</etik:m_name>
  13.257 -<etik:m_where_def>
  13.258 -container
  13.259 -</etik:m_where_def>
  13.260 -<etik:m_description>
  13.261 -Const reference to the reached map.
  13.262 -</etik:m_description>
  13.263 -
  13.264 -</etik:member>
  13.265 -
  13.266 -<etik:member>
  13.267 -<etik:m_name>
  13.268 -const std::queue<![CDATA[<]]>NodeIt<![CDATA[>]]>& getBfsQueue() const
  13.269 -</etik:m_name>
  13.270 -<etik:m_where_def>
  13.271 -container
  13.272 -</etik:m_where_def>
  13.273 -<etik:m_description>
  13.274 -Const reference to the bfs queue.
  13.275 -</etik:m_description>
  13.276 -
  13.277 -</etik:member>
  13.278 -
  13.279 -
  13.280 -</etik:members>
  13.281 -
  13.282 -
  13.283 -
  13.284 -
  13.285 -</etik:class>
  13.286 -
  13.287 -
  13.288 -<!-- Keep this comment at the end of the file
  13.289 -Local variables:
  13.290 -mode: xml
  13.291 -sgml-omittag:nil
  13.292 -sgml-shorttag:nil
  13.293 -sgml-namecase-general:nil
  13.294 -sgml-general-insert-case:lower
  13.295 -sgml-minimize-attributes:nil
  13.296 -sgml-always-quote-attributes:t
  13.297 -sgml-indent-step:2
  13.298 -sgml-indent-data:nil
  13.299 -sgml-parent-document:("graph-classes.xml" "sect1" "etik:class")
  13.300 -sgml-exposed-tags:nil
  13.301 -sgml-local-catalogs:nil
  13.302 -sgml-local-ecat-files:nil
  13.303 -End:
  13.304 --->
    14.1 --- a/doc-docbook/src/xml/start.xml	Sat Apr 03 20:33:05 2004 +0000
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,37 +0,0 @@
    14.4 -<chapter id="tutorial-start">
    14.5 -  <title>Getting Started</title>
    14.6 -
    14.7 -  <sect1 id="tutorial-install">
    14.8 -    <title>Installation</title>
    14.9 -    
   14.10 -    <para>Valami leiras.</para>
   14.11 -
   14.12 -  </sect1>
   14.13 -  <sect1>
   14.14 -    <title>Elso lepesek</title>
   14.15 -
   14.16 -    <para>Lepjunk nehanyat.</para>
   14.17 -
   14.18 -  </sect1>
   14.19 -
   14.20 -</chapter>
   14.21 -
   14.22 -
   14.23 -
   14.24 -<!-- Keep this comment at the end of the file
   14.25 -Local variables:
   14.26 -mode: xml
   14.27 -sgml-omittag:nil
   14.28 -sgml-shorttag:nil
   14.29 -sgml-namecase-general:nil
   14.30 -sgml-general-insert-case:lower
   14.31 -sgml-minimize-attributes:nil
   14.32 -sgml-always-quote-attributes:t
   14.33 -sgml-indent-step:2
   14.34 -sgml-indent-data:nil
   14.35 -sgml-parent-document:("etik-ol.xml" "part" "chapter")
   14.36 -sgml-exposed-tags:nil
   14.37 -sgml-local-catalogs:nil
   14.38 -sgml-local-ecat-files:nil
   14.39 -End:
   14.40 --->