• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H27-Feb-2011-704566

lib/H27-Feb-2011-25,30412,102

locale/H05-Aug-2014-

po/H05-Aug-2014-15,44310,483

template/default/H27-Feb-2011-820777

COPYINGH A D27-Feb-201117.6 KiB340281

CREDITSH A D11-Dec-2011760 2420

ChangeLogH A D05-Aug-201467.8 KiB1,3581,096

FAQH A D27-Feb-20111.1 KiB2320

HISTORYH A D05-Aug-201440.2 KiB651592

INSTALLH A D09-Nov-20134.3 KiB13394

READMEH A D03-Jun-20112.9 KiB12085

README.translatorsH A D27-Feb-20113.5 KiB8459

REQUIREMENTSH A D27-Feb-2011220 63

autotimer2searchtimer.plH A D27-Feb-20118 KiB278218

convert.plH A D27-Feb-20111.7 KiB6557

install.shH A D03-May-20227.8 KiB299261

make.shH A D03-May-20222.2 KiB13297

uninstall.shH A D03-May-20227.8 KiB299261

vdradmindH A D03-May-2022274.7 KiB7,2325,921

vdradmind.plH A D03-May-2022274.7 KiB7,2325,921

vdradmind.pl.1H A D19-Nov-20111.9 KiB6947

README

1This is the "VDRAdmin-AM" a web user interface for VDR.
2
3Written by:                  Andreas Mair (andreas AT vdr - developer DOT org)
4
5Project's homepage:          http://andreas.vdr-developer.org
6
7Latest version available at: http://andreas.vdr-developer.org
8
9
10License
11-------
12
13	This program is free software; you can redistribute it and/or modify
14	it under the terms of the GNU General Public License as published by
15	the Free Software Foundation; either version 2 of the License, or
16	(at your option) any later version.
17
18	This program is distributed in the hope that it will be useful,
19	but WITHOUT ANY WARRANTY; without even the implied warranty of
20	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21	GNU General Public License for more details.
22
23	You should have received a copy of the GNU General Public License along
24	with this program; if not, write to the Free Software Foundation, Inc.,
25	51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
27See the file COPYING for the full GNU GENERAL PUBLIC LICENSE Version 2 (GPLv2).
28
29"Bubblehelp infoboxes" (templates/default/infobox.js) is licensed under
30GNU GENERAL PUBLIC LICENSE Version 2 (GPLv2) *only*.
31
32"Crystal Theme Icons" are licensed under GNU LESSER GENERAL PUBLIC LICENSE v2.1
33(LGPLv2.1), see LGPL.txt.
34
35
36Requirements
37------------
38
39- VDR (http://www.tvdr.de/)
40- Some Perl modules (see "./install.sh -p"):
41  - Required:
42	  - Template
43	  - Template::Plugin::JavaScript
44	  - CGI
45	  - HTTP::Date
46	  - IO::Socket
47	  - Time::Local
48	  - MIME::Base64
49	  - File::Temp
50	  - URI
51	  - URI::Escape
52	  - Locale::gettext OR Locale::Messages
53	- Optional:
54	  - Required for built-in HTTP response compression:
55	    - Compress::Zlib
56	  - Required for AutoTimer email notification:
57	    - Net::SMTP
58	    - Authen::SASL
59	  - Required for AutoTimer email notification and CRAM-MD5 authentication:
60	    - Digest::HMAC_MD5
61	  - Required for syslog logging:
62	    - Sys::Syslog
63	  - Required for IPv6 support:
64	    - IO::Socket::INET6
65	  - Required for SSL support (https):
66	    - IO::Socket::SSL
67
68Description
69-----------
70
71VDRAdmin-AM is a web based interface to VDR.
72
73
74Installation
75------------
76
77See "INSTALL" file.
78
79
80Options
81-------
82
83	-n, --nofork
84		don't fork, log to stderr.
85
86	-c,  --config
87		run configuration dialog.
88
89	-d [dir], --cfgdir [dir]
90		use [dir] for configuration files.
91
92	-k, --kill
93		kill a forked vdradmind[.pl].
94
95	-p [name], --pid [name]
96		name of pidfile to use.
97
98  -6, --ipv6
99    use IPv6. [EXPERIMENTAL!]
100
101  -s, --ssl
102    only accept https:// connections.
103
104		NOTE: this requires server-cert.pem and server-key.pem in the "certs" directory.
105		      You can create them for example like this:
106		# openssl req -new -x509 -days 9999 -keyout server-rsa-key.pem -out server-cert.pem
107		# openssl rsa -in server-rsa-key.pem > server-key.pem
108
109	-l [level], --log [level]
110		set log level for this session [0 - 7].
111
112	-h, --help
113		print usage information.
114
115
116Credits
117-------
118
119See "CREDITS" file.
120

README.translators

1VDRAdmin-AM translators guide
2==============================
3
4Since vdradmin-0.97-am3.2 almost every text has been extracted from the
5scripts and templates. This makes it much easier for anybody, who wants to
6translate VDRAdmin-AM to another language.
7
8All you need to do is to let me (mail AT andreas DOT vdr-developer DOT org)
9know, that you plan to add a new language, so that I can tell you if anybody
10else is already working on that language. After my OK you can start your work.
11
12
13Howto
14-----
15
16We've decided to use GNU gettext for translating the user interface to
17different languages. GNU gettext is widely used among Linux programs of all
18kind. It comes with a lot of tools and with support for most programming
19languages.
20
21The translations are stored in plain text files with a *.po file extension.
22Each language has its own file (e.g. de.po, fi.po, ...). You may edit these
23po-files with any text editor, but we recommend to use a po-editor like
24poedit [1], kbabel [2] or gtranslator [3].
25
26You must have installed the "gettext" package of your distribution to compile
27the plain text translations to the binary files needed by VDRAdmin-AM.
28
29The basic work flow for a translation looks like this:
30
311) Copy po/vdradmin.pot to po/<language code>.po. See [4] for a list of
32   available language codes.
33
342) Open the file in your favorite po-editor. Make sure you set the correct
35   encoding and fill in your email and language in the corresponding header
36   fields. poedit makes this pretty easy - just go to catalog/options and
37   fill out the form.
38
393) Now you can start translating. Keep in mind, that if you translate a message,
40   you should use html entities [5], [6] for special characters. Any text that
41   origins from vdradmind[.pl] must not have html entities.
42   Beside the help texts, you will not need any formating tags.
43
44   Messages marked as "fuzzy" indicate, that they may have been derived from
45   similar messages and it's not sure, that the translation is correct. Check
46   these translations and correct them if needed or simply mark them as not
47   fuzzy (poedit: edit/mark as fuzzy)
48
494) To check how your translated texts look like, you have to compile them
50   first to *.mo-files. To do so, you edit "make.sh" first and append
51   your  <language code> to the "LANGS=" line. Running "./make.sh po" will then
52	 create a new *.mo-file from your changed *.po-file.
53
54   Please note, that you have to restart vdradmind[.pl] after any changes you
55   make to the translation. In order to allow VDRAdmin-AM to select your language,
56   you must have the appropriate locales installed on your system (see
57   "locale -a"). You should make sure, that the correct locale is selected
58   with the LANG and LC_* environment variables.
59
60	 For example: LANG=de_DE ./vdradmind
61
625) If you are done, send the *.po-file to me:
63
64   mail AT andreas DOT vdr-developer DOT org
65
666) When changes have been made to VDRAdmin-AM, that cause some messages to
67   change, the *.po-files will by modified and we will send them to the
68   translators. The process then starts with 2) again and we will include your
69   new translation with the next release.
70
71
72If you have any further questions, please don't hesitate to contact me.
73
74
75--- 2007-12-18, Andreas Mair ---
76
77
78[1] http://www.poedit.org (available for Windows and Linux)
79[2] http://i18n.kde.org/tools/kbabel/ (KDE)
80[3] http://gtranslator.sourceforge.net/ (GNOME)
81[4] http://www.gnu.org/software/gettext/manual/html_chapter/gettext_15.html
82[5] http://www.w3.org/TR/WD-entities-961125 (English)
83[6] http://de.selfhtml.org/html/referenz/zeichen.htm (German).
84