|
1 | 1 | #!/usr/bin/env python3 |
2 | 2 | # -*- coding: utf-8 -*- |
3 | | -""" write a DokuWike Page with Pictureinfos """ |
| 3 | +""" |
| 4 | +write a DokuWike Page with Pictureinfos |
| 5 | +
|
| 6 | +******************************************** |
| 7 | +GPL License |
| 8 | +******************************************** |
| 9 | + This program is free software: you can redistribute it and/or modify |
| 10 | + it under the terms of the GNU General Public License as published by |
| 11 | + the Free Software Foundation, either version 3 of the License, or |
| 12 | + (at your option) any later version. |
| 13 | +
|
| 14 | + This program is distributed in the hope that it will be useful, |
| 15 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | + GNU General Public License for more details. |
| 18 | +
|
| 19 | + You should have received a copy of the GNU General Public License |
| 20 | + along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 21 | +
|
| 22 | + Dieses Programm ist Freie Software: Sie können es unter den Bedingungen |
| 23 | + der GNU General Public License, wie von der Free Software Foundation, |
| 24 | + Version 3 der Lizenz oder (nach Ihrer Option) jeder späteren |
| 25 | + veröffentlichten Version, weiterverbreiten und/oder modifizieren. |
| 26 | +
|
| 27 | + Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber |
| 28 | + OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite |
| 29 | + Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK. |
| 30 | + Siehe die GNU General Public License für weitere Details. |
| 31 | +
|
| 32 | + Sie sollten eine Kopie der GNU General Public License zusammen mit diesem |
| 33 | + Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>. |
| 34 | +
|
| 35 | +Author: Oerb |
| 36 | +e-mail: bjoern@oerb.de |
| 37 | +Date: 12.06.2013 |
| 38 | +
|
| 39 | +""" |
4 | 40 |
|
5 | 41 |
|
6 | 42 | import os |
|
0 commit comments