summaryrefslogtreecommitdiff
path: root/template/default/about.html
blob: b7fa18030e32a72587ecb72ee815bac6c60f9652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="scroller">

<head>
	<meta http-equiv="content-type" content="text/html;charset=<?% charset %?>" />
	<title><?% gettext('About') %?></title>
	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
	<?% IF usercss %?>
		<link href="user.css" rel="stylesheet" media="screen" type="text/css" />
	<?% END %?>
</head>

<body id="about" onload="window.focus()">
	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
		<tr class="heading">
			<td colspan="2"><h2><?% gettext('License') %?></h2></td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5></h5></td>
			<td class="col_value">
				<p>
					<strong>VDRAdmin-AM</strong> &copy; 2005-2010 Andreas Mair.
				</p>
				<p>
					This program is free software; you can redistribute it and/or modify<br />
					it under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GNU General Public License</a> as published by<br />
					the Free Software Foundation; either version 2 of the License, or<br />
					(at your option) any later version.
				</p>
				<p>
					This program is distributed in the hope that it will be useful,<br />
					but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
					MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br />
					GNU General Public License for more details.
				</p>
				<p>
					You should have received a copy of the GNU General Public License along<br />
					with this program; if not, write to the Free Software Foundation, Inc.,<br />
					51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
				</p>

				<p><strong>Bubblehelp infoboxes</strong> (templates/default/infobox.js) is licensed under <a href ="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GNU GENERAL PUBLIC LICENSE Version 2 (GPLv2)</a>.</p>
				<p><strong>Crystal Theme Icons</strong> are licensed under <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU LESSER GENERAL PUBLIC LICENSE v2.1 (LGPLv2.1)</a>.</p>
			</td>
		</tr>
	</table>

	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
		<tr class="heading">
			<td colspan="2"><h2><?% gettext('Authors') %?></h2></td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Current author (VDRAdmin-AM branch):') %?></h5></td>
			<td class="col_value"><a href="mailto:mail@andreas.vdr-developer.org">Andreas Mair</a> (<a href="http://andreas.vdr-developer.org" target="_blank">Homepage</a>)</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Original author (VDRAdmin):') %?></h5></td>
			<td class="col_value">Thomas Koch (<a href="http://www.linvdr.org" target="_blank">Homepage</a>)</td>
		</tr>
	</table>

	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
		<tr class="heading">
			<td colspan="2"><h2><?% gettext('Translation Team') %?></h2></td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('English:') %?></h5></td>
			<td class="col_value">Andreas Mair</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('German:') %?></h5></td>
			<td class="col_value">Andreas Mair</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('French:') %?></h5></td>
			<td class="col_value"><!-- <?% gettext('At the moment unmaintained, former translations by:') %?> -->Trois Six (also at vdrportal.de), map, lobotomise, bads, Micka&euml;l Nival</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Spanish:') %?></h5></td>
			<td class="col_value">R&uuml;diger Jung, Manuel Gomez</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Finnish:') %?></h5></td>
			<td class="col_value">Rolf Ahrenberg, Ville Skytt&auml;</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Dutch:') %?></h5></td>
			<td class="col_value">Roel Koelewijn</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Russian:') %?></h5></td>
			<td class="col_value">Oleg Roitburd and Allrussian-forum translation team</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Czech:') %?></h5></td>
			<td class="col_value">Karel Borkovec</td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('Italian:') %?></h5></td>
			<td class="col_value">Diego Pierotto</td>
		</tr>
	</table>

	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
		<tr class="heading">
			<td colspan="2"><h2><?% gettext('Information') %?></h2></td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('VDRAdmin-AM version:') %?></h5></td>
			<td class="col_value"><?% features.MYVERSION_HR %?></td>
		</tr>
		<tr class="row_even">
			<td class="col_label"><h5><?% gettext('VDR version:') %?></h5></td>
			<td class="col_value"><?% features.VDRVERSION_HR %?></td>
		</tr>
		<tr class="row_even">
			<td class="col_label" valign="top"><h5><?% gettext('Supported features in VDR:') %?></h5></td>
			<td class="col_value">
				<?% IF features.EPGSEARCH %?>
					<img src="bilder/poempl_gruen.png" alt="" align="middle" border="0"/>
				<?% ELSE %?>
					<img src="bilder/poempl_rot.png" alt="" align="middle" border="0"/>
				<?% END %?>
        &nbsp;<?% gettext('EPGSearch (<a href="http://winni.vdr-developer.org/epgsearch/index_eng.html" target="_blank">EPGSearch Plugin</a>)') %?>
				<?% IF features.EPGSEARCH %?>
          &nbsp;v<?% features.EPGSEARCH_VERSION_HR %?>
				<?% END %?>
        <br />
				<?% IF features.STREAMDEV %?>
					<img src="bilder/poempl_gruen.png" alt="" align="middle" border="0"/>
				<?% ELSE %?>
					<img src="bilder/poempl_rot.png" alt="" align="middle" border="0"/>
				<?% END %?>
				&nbsp;<?% gettext('LiveTV Streaming (<a href="http://streamdev.vdr-developer.org/" target="_blank">Streamdev Plugin</a>)') %?><br />
				<?% IF features.REC_RENAME %?>
					<img src="bilder/poempl_gruen.png" alt="" align="middle" border="0"/>
				<?% ELSE %?>
					<img src="bilder/poempl_rot.png" alt="" align="middle" border="0"/>
				<?% END %?>
				&nbsp;<?% gettext('Rename Recordings (<a href="http://www.saunalahti.fi/~rahrenbe/vdr/patches/" target="_blank">Liemikuutio Patch</a>)') %?><br />
			</td>
		</tr>
	</table>

	<table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group">
		<tr class="heading">
			<td><h2><?% gettext('Getting Help and Reporting Bugs') %?></h2></td>
		</tr>
		<tr class="row_even">
			<td>
				<ul>
					<li><?% gettext('If you need help please first try to use the online help you\'ll find on some pages. You can access it by clicking <img src="bilder/help.png" alt="" />.') %?></li>
					<li><?% gettext('If this doesn\'t provide the information you need you can try to get help at <a href="http://www.vdrportal.de" target="_blank">VDR-Portal</a> if you understand German language. Please use the announcement thread if possible, search for:') %?> &quot;[ANNOUNCE] VDRAdmin-AM-<?% features.MYVERSION_HR %?>&quot;</li>
					<li><?% gettext('If you think you have found a bug please check that it\'s a new one and report it in the <a href="http://www.vdr-developer.org/mantisbt/main_page.php" target="_blank">VDRAdmin-AM BugTracking system</a>.') %?></li>
				</ul>
			</td>
		</tr>
	</table>
</body>

</html>