Licence k javovskému souboru a zvýraznění jen určitých řádků zdrojáku (awk).
1.1 --- a/vstup/zdrojáky.xml Sat Jul 07 14:58:36 2012 +0200
1.2 +++ b/vstup/zdrojáky.xml Sat Jul 07 16:19:12 2012 +0200
1.3 @@ -41,7 +41,9 @@
1.4
1.5 <h2>Java</h2>
1.6
1.7 - <m:pre jazyk="java" src="../šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java"/>
1.8 + <m:pre jazyk="java"><m:skript jazyk="bash">
1.9 + cat "šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java" | awk 'NR > 17 {print}';
1.10 + </m:skript></m:pre>
1.11
1.12 <h2>XML</h2>
1.13
2.1 --- a/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java Sat Jul 07 14:58:36 2012 +0200
2.2 +++ b/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java Sat Jul 07 16:19:12 2012 +0200
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 /**