Licence: informace o licenci v každém souboru.
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat Jan 07 12:43:30 2012 +0100 (2012-01-07)
changeset 619503eb8377f1
parent 60 6e574058ef56
child 62 87d69cdf9bac
Licence: informace o licenci v každém souboru.
šablona/atom.xsl
šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java
šablona/funkce/src/cz/frantovo/xmlWebGenerator/NástrojeCLI.java
šablona/makra.xsl
šablona/makra/diagramy.xsl
šablona/makra/odkazy.xsl
šablona/makra/tabulka.xsl
šablona/makra/vycpávka.xsl
šablona/makra/wiki.xsl
šablona/makra/zvýraznění-syntaxe.xsl
šablona/rss.xsl
šablona/seznam.xsl
šablona/sitemap.xsl
šablona/stránka-společné.xsl
šablona/stránka.xsl
šablona/syntaxe.xsl
     1.1 --- a/šablona/atom.xsl	Sat Jan 07 12:43:07 2012 +0100
     1.2 +++ b/šablona/atom.xsl	Sat Jan 07 12:43:30 2012 +0100
     1.3 @@ -1,4 +1,21 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +XML Web generátor – program na generování webových stránek
     1.7 +Copyright © 2012 František Kučera (frantovo.cz)
     1.8 +
     1.9 +This program is free software: you can redistribute it and/or modify
    1.10 +it under the terms of the GNU General Public License as published by
    1.11 +the Free Software Foundation, either version 3 of the License, or
    1.12 +(at your option) any later version.
    1.13 +
    1.14 +This program is distributed in the hope that it will be useful,
    1.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.17 +GNU General Public License for more details.
    1.18 +
    1.19 +You should have received a copy of the GNU General Public License
    1.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.21 +-->
    1.22  <xsl:stylesheet version="2.0"
    1.23  	xmlns="http://www.w3.org/2005/Atom"
    1.24  	xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
     2.1 --- a/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java	Sat Jan 07 12:43:07 2012 +0100
     2.2 +++ b/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Funkce.java	Sat Jan 07 12:43:30 2012 +0100
     2.3 @@ -1,3 +1,20 @@
     2.4 +/**
     2.5 + * XML Web generátor – program na generování webových stránek
     2.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     2.7 + * 
     2.8 + * This program is free software: you can redistribute it and/or modify
     2.9 + * it under the terms of the GNU General Public License as published by
    2.10 + * the Free Software Foundation, either version 3 of the License, or
    2.11 + * (at your option) any later version.
    2.12 + * 
    2.13 + * This program is distributed in the hope that it will be useful,
    2.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.16 + * GNU General Public License for more details.
    2.17 + * 
    2.18 + * You should have received a copy of the GNU General Public License
    2.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    2.20 + */
    2.21  package cz.frantovo.xmlWebGenerator;
    2.22  
    2.23  import java.io.File;
     3.1 --- a/šablona/funkce/src/cz/frantovo/xmlWebGenerator/NástrojeCLI.java	Sat Jan 07 12:43:07 2012 +0100
     3.2 +++ b/šablona/funkce/src/cz/frantovo/xmlWebGenerator/NástrojeCLI.java	Sat Jan 07 12:43:30 2012 +0100
     3.3 @@ -1,3 +1,20 @@
     3.4 +/**
     3.5 + * XML Web generátor – program na generování webových stránek
     3.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     3.7 + * 
     3.8 + * This program is free software: you can redistribute it and/or modify
     3.9 + * it under the terms of the GNU General Public License as published by
    3.10 + * the Free Software Foundation, either version 3 of the License, or
    3.11 + * (at your option) any later version.
    3.12 + * 
    3.13 + * This program is distributed in the hope that it will be useful,
    3.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.16 + * GNU General Public License for more details.
    3.17 + * 
    3.18 + * You should have received a copy of the GNU General Public License
    3.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    3.20 + */
    3.21  package cz.frantovo.xmlWebGenerator;
    3.22  
    3.23  import java.io.BufferedReader;
     4.1 --- a/šablona/makra.xsl	Sat Jan 07 12:43:07 2012 +0100
     4.2 +++ b/šablona/makra.xsl	Sat Jan 07 12:43:30 2012 +0100
     4.3 @@ -1,4 +1,21 @@
     4.4  <?xml version="1.0" encoding="UTF-8"?>
     4.5 +<!--
     4.6 +XML Web generátor – program na generování webových stránek
     4.7 +Copyright © 2012 František Kučera (frantovo.cz)
     4.8 +
     4.9 +This program is free software: you can redistribute it and/or modify
    4.10 +it under the terms of the GNU General Public License as published by
    4.11 +the Free Software Foundation, either version 3 of the License, or
    4.12 +(at your option) any later version.
    4.13 +
    4.14 +This program is distributed in the hope that it will be useful,
    4.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.17 +GNU General Public License for more details.
    4.18 +
    4.19 +You should have received a copy of the GNU General Public License
    4.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    4.21 +-->
    4.22  <xsl:stylesheet version="2.0"
    4.23  	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    4.24  	xmlns:XSL="http://example.com/XSL">
     5.1 --- a/šablona/makra/diagramy.xsl	Sat Jan 07 12:43:07 2012 +0100
     5.2 +++ b/šablona/makra/diagramy.xsl	Sat Jan 07 12:43:30 2012 +0100
     5.3 @@ -1,4 +1,21 @@
     5.4  <?xml version="1.0" encoding="UTF-8"?>
     5.5 +<!--
     5.6 +XML Web generátor – program na generování webových stránek
     5.7 +Copyright © 2012 František Kučera (frantovo.cz)
     5.8 +
     5.9 +This program is free software: you can redistribute it and/or modify
    5.10 +it under the terms of the GNU General Public License as published by
    5.11 +the Free Software Foundation, either version 3 of the License, or
    5.12 +(at your option) any later version.
    5.13 +
    5.14 +This program is distributed in the hope that it will be useful,
    5.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.17 +GNU General Public License for more details.
    5.18 +
    5.19 +You should have received a copy of the GNU General Public License
    5.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    5.21 +-->
    5.22  <xsl:stylesheet version="2.0"
    5.23  	xmlns="http://www.w3.org/1999/xhtml"
    5.24  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
     6.1 --- a/šablona/makra/odkazy.xsl	Sat Jan 07 12:43:07 2012 +0100
     6.2 +++ b/šablona/makra/odkazy.xsl	Sat Jan 07 12:43:30 2012 +0100
     6.3 @@ -1,4 +1,21 @@
     6.4  <?xml version="1.0" encoding="UTF-8"?>
     6.5 +<!--
     6.6 +XML Web generátor – program na generování webových stránek
     6.7 +Copyright © 2012 František Kučera (frantovo.cz)
     6.8 +
     6.9 +This program is free software: you can redistribute it and/or modify
    6.10 +it under the terms of the GNU General Public License as published by
    6.11 +the Free Software Foundation, either version 3 of the License, or
    6.12 +(at your option) any later version.
    6.13 +
    6.14 +This program is distributed in the hope that it will be useful,
    6.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.17 +GNU General Public License for more details.
    6.18 +
    6.19 +You should have received a copy of the GNU General Public License
    6.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    6.21 +-->
    6.22  <xsl:stylesheet version="2.0"
    6.23  	xmlns="http://www.w3.org/1999/xhtml"
    6.24  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
     7.1 --- a/šablona/makra/tabulka.xsl	Sat Jan 07 12:43:07 2012 +0100
     7.2 +++ b/šablona/makra/tabulka.xsl	Sat Jan 07 12:43:30 2012 +0100
     7.3 @@ -1,4 +1,21 @@
     7.4  <?xml version="1.0" encoding="UTF-8"?>
     7.5 +<!--
     7.6 +XML Web generátor – program na generování webových stránek
     7.7 +Copyright © 2012 František Kučera (frantovo.cz)
     7.8 +
     7.9 +This program is free software: you can redistribute it and/or modify
    7.10 +it under the terms of the GNU General Public License as published by
    7.11 +the Free Software Foundation, either version 3 of the License, or
    7.12 +(at your option) any later version.
    7.13 +
    7.14 +This program is distributed in the hope that it will be useful,
    7.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    7.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    7.17 +GNU General Public License for more details.
    7.18 +
    7.19 +You should have received a copy of the GNU General Public License
    7.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    7.21 +-->
    7.22  <xsl:stylesheet version="2.0"
    7.23  	xmlns="http://www.w3.org/1999/xhtml"
    7.24  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
     8.1 --- a/šablona/makra/vycpávka.xsl	Sat Jan 07 12:43:07 2012 +0100
     8.2 +++ b/šablona/makra/vycpávka.xsl	Sat Jan 07 12:43:30 2012 +0100
     8.3 @@ -1,4 +1,21 @@
     8.4  <?xml version="1.0" encoding="UTF-8"?>
     8.5 +<!--
     8.6 +XML Web generátor – program na generování webových stránek
     8.7 +Copyright © 2012 František Kučera (frantovo.cz)
     8.8 +
     8.9 +This program is free software: you can redistribute it and/or modify
    8.10 +it under the terms of the GNU General Public License as published by
    8.11 +the Free Software Foundation, either version 3 of the License, or
    8.12 +(at your option) any later version.
    8.13 +
    8.14 +This program is distributed in the hope that it will be useful,
    8.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    8.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    8.17 +GNU General Public License for more details.
    8.18 +
    8.19 +You should have received a copy of the GNU General Public License
    8.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    8.21 +-->
    8.22  <xsl:stylesheet version="2.0"
    8.23  	xmlns="http://www.w3.org/1999/xhtml"
    8.24  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
     9.1 --- a/šablona/makra/wiki.xsl	Sat Jan 07 12:43:07 2012 +0100
     9.2 +++ b/šablona/makra/wiki.xsl	Sat Jan 07 12:43:30 2012 +0100
     9.3 @@ -1,4 +1,21 @@
     9.4  <?xml version="1.0" encoding="UTF-8"?>
     9.5 +<!--
     9.6 +XML Web generátor – program na generování webových stránek
     9.7 +Copyright © 2012 František Kučera (frantovo.cz)
     9.8 +
     9.9 +This program is free software: you can redistribute it and/or modify
    9.10 +it under the terms of the GNU General Public License as published by
    9.11 +the Free Software Foundation, either version 3 of the License, or
    9.12 +(at your option) any later version.
    9.13 +
    9.14 +This program is distributed in the hope that it will be useful,
    9.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    9.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    9.17 +GNU General Public License for more details.
    9.18 +
    9.19 +You should have received a copy of the GNU General Public License
    9.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    9.21 +-->
    9.22  <xsl:stylesheet version="2.0"
    9.23  	xmlns="http://www.w3.org/1999/xhtml"
    9.24  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
    10.1 --- a/šablona/makra/zvýraznění-syntaxe.xsl	Sat Jan 07 12:43:07 2012 +0100
    10.2 +++ b/šablona/makra/zvýraznění-syntaxe.xsl	Sat Jan 07 12:43:30 2012 +0100
    10.3 @@ -1,4 +1,21 @@
    10.4  <?xml version="1.0" encoding="UTF-8"?>
    10.5 +<!--
    10.6 +XML Web generátor – program na generování webových stránek
    10.7 +Copyright © 2012 František Kučera (frantovo.cz)
    10.8 +
    10.9 +This program is free software: you can redistribute it and/or modify
   10.10 +it under the terms of the GNU General Public License as published by
   10.11 +the Free Software Foundation, either version 3 of the License, or
   10.12 +(at your option) any later version.
   10.13 +
   10.14 +This program is distributed in the hope that it will be useful,
   10.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   10.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   10.17 +GNU General Public License for more details.
   10.18 +
   10.19 +You should have received a copy of the GNU General Public License
   10.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   10.21 +-->
   10.22  <xsl:stylesheet version="2.0"
   10.23  	xmlns="http://www.w3.org/1999/xhtml"
   10.24  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
    11.1 --- a/šablona/rss.xsl	Sat Jan 07 12:43:07 2012 +0100
    11.2 +++ b/šablona/rss.xsl	Sat Jan 07 12:43:30 2012 +0100
    11.3 @@ -1,4 +1,21 @@
    11.4  <?xml version="1.0" encoding="UTF-8"?>
    11.5 +<!--
    11.6 +XML Web generátor – program na generování webových stránek
    11.7 +Copyright © 2012 František Kučera (frantovo.cz)
    11.8 +
    11.9 +This program is free software: you can redistribute it and/or modify
   11.10 +it under the terms of the GNU General Public License as published by
   11.11 +the Free Software Foundation, either version 3 of the License, or
   11.12 +(at your option) any later version.
   11.13 +
   11.14 +This program is distributed in the hope that it will be useful,
   11.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   11.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   11.17 +GNU General Public License for more details.
   11.18 +
   11.19 +You should have received a copy of the GNU General Public License
   11.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   11.21 +-->
   11.22  <xsl:stylesheet version="2.0"
   11.23  	xmlns:a="http://www.w3.org/2005/Atom"
   11.24  	xmlns:atom="http://www.w3.org/2005/Atom"
    12.1 --- a/šablona/seznam.xsl	Sat Jan 07 12:43:07 2012 +0100
    12.2 +++ b/šablona/seznam.xsl	Sat Jan 07 12:43:30 2012 +0100
    12.3 @@ -1,4 +1,21 @@
    12.4  <?xml version="1.0" encoding="UTF-8"?>
    12.5 +<!--
    12.6 +XML Web generátor – program na generování webových stránek
    12.7 +Copyright © 2012 František Kučera (frantovo.cz)
    12.8 +
    12.9 +This program is free software: you can redistribute it and/or modify
   12.10 +it under the terms of the GNU General Public License as published by
   12.11 +the Free Software Foundation, either version 3 of the License, or
   12.12 +(at your option) any later version.
   12.13 +
   12.14 +This program is distributed in the hope that it will be useful,
   12.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   12.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12.17 +GNU General Public License for more details.
   12.18 +
   12.19 +You should have received a copy of the GNU General Public License
   12.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   12.21 +-->
   12.22  <xsl:stylesheet version="2.0"
   12.23  	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
   12.24  	xmlns:a="http://www.w3.org/2005/Atom"
    13.1 --- a/šablona/sitemap.xsl	Sat Jan 07 12:43:07 2012 +0100
    13.2 +++ b/šablona/sitemap.xsl	Sat Jan 07 12:43:30 2012 +0100
    13.3 @@ -1,4 +1,21 @@
    13.4  <?xml version="1.0" encoding="UTF-8"?>
    13.5 +<!--
    13.6 +XML Web generátor – program na generování webových stránek
    13.7 +Copyright © 2012 František Kučera (frantovo.cz)
    13.8 +
    13.9 +This program is free software: you can redistribute it and/or modify
   13.10 +it under the terms of the GNU General Public License as published by
   13.11 +the Free Software Foundation, either version 3 of the License, or
   13.12 +(at your option) any later version.
   13.13 +
   13.14 +This program is distributed in the hope that it will be useful,
   13.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   13.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13.17 +GNU General Public License for more details.
   13.18 +
   13.19 +You should have received a copy of the GNU General Public License
   13.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   13.21 +-->
   13.22  <xsl:stylesheet version="2.0"
   13.23  	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
   13.24  	xmlns:a="http://www.w3.org/2005/Atom"
    14.1 --- a/šablona/stránka-společné.xsl	Sat Jan 07 12:43:07 2012 +0100
    14.2 +++ b/šablona/stránka-společné.xsl	Sat Jan 07 12:43:30 2012 +0100
    14.3 @@ -1,4 +1,21 @@
    14.4  <?xml version="1.0" encoding="UTF-8"?>
    14.5 +<!--
    14.6 +XML Web generátor – program na generování webových stránek
    14.7 +Copyright © 2012 František Kučera (frantovo.cz)
    14.8 +
    14.9 +This program is free software: you can redistribute it and/or modify
   14.10 +it under the terms of the GNU General Public License as published by
   14.11 +the Free Software Foundation, either version 3 of the License, or
   14.12 +(at your option) any later version.
   14.13 +
   14.14 +This program is distributed in the hope that it will be useful,
   14.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   14.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14.17 +GNU General Public License for more details.
   14.18 +
   14.19 +You should have received a copy of the GNU General Public License
   14.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   14.21 +-->
   14.22  <xsl:stylesheet version="2.0"
   14.23  	xmlns="http://www.w3.org/1999/xhtml"
   14.24  	xmlns:h="http://www.w3.org/1999/xhtml"
    15.1 --- a/šablona/stránka.xsl	Sat Jan 07 12:43:07 2012 +0100
    15.2 +++ b/šablona/stránka.xsl	Sat Jan 07 12:43:30 2012 +0100
    15.3 @@ -1,4 +1,21 @@
    15.4  <?xml version="1.0" encoding="UTF-8"?>
    15.5 +<!--
    15.6 +XML Web generátor – program na generování webových stránek
    15.7 +Copyright © 2012 František Kučera (frantovo.cz)
    15.8 +
    15.9 +This program is free software: you can redistribute it and/or modify
   15.10 +it under the terms of the GNU General Public License as published by
   15.11 +the Free Software Foundation, either version 3 of the License, or
   15.12 +(at your option) any later version.
   15.13 +
   15.14 +This program is distributed in the hope that it will be useful,
   15.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   15.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   15.17 +GNU General Public License for more details.
   15.18 +
   15.19 +You should have received a copy of the GNU General Public License
   15.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   15.21 +-->
   15.22  <xsl:stylesheet version="2.0"
   15.23  	xmlns="http://www.w3.org/1999/xhtml"
   15.24  	xmlns:h="http://www.w3.org/1999/xhtml"
    16.1 --- a/šablona/syntaxe.xsl	Sat Jan 07 12:43:07 2012 +0100
    16.2 +++ b/šablona/syntaxe.xsl	Sat Jan 07 12:43:30 2012 +0100
    16.3 @@ -1,4 +1,21 @@
    16.4  <?xml version="1.0" encoding="UTF-8"?>
    16.5 +<!--
    16.6 +XML Web generátor – program na generování webových stránek
    16.7 +Copyright © 2012 František Kučera (frantovo.cz)
    16.8 +
    16.9 +This program is free software: you can redistribute it and/or modify
   16.10 +it under the terms of the GNU General Public License as published by
   16.11 +the Free Software Foundation, either version 3 of the License, or
   16.12 +(at your option) any later version.
   16.13 +
   16.14 +This program is distributed in the hope that it will be useful,
   16.15 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   16.16 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   16.17 +GNU General Public License for more details.
   16.18 +
   16.19 +You should have received a copy of the GNU General Public License
   16.20 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
   16.21 +-->
   16.22  <xsl:stylesheet version="2.0"
   16.23  	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
   16.24  	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"