Updated to latest development version
/trunk/index.old.en.html |
---|
File deleted |
/trunk/index.en.php |
---|
File deleted |
\ No newline at end of file |
/trunk/index.old.html |
---|
File deleted |
\ No newline at end of file |
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-text/plain |
\ No newline at end of property |
Index: trunk/media/video/img/vulcan_hand-black-bg.png |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/media/video/img/vulcan_hand-black-bg.png |
=================================================================== |
--- trunk/media/video/img/vulcan_hand-black-bg.png (revision 56) |
+++ trunk/media/video/img/vulcan_hand-black-bg.png (nonexistent) |
/trunk/media/video/img/vulcan_hand-black-bg.png |
---|
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-application/octet-stream |
\ No newline at end of property |
Index: trunk/index.phtml |
=================================================================== |
--- trunk/index.phtml (revision 56) |
+++ trunk/index.phtml (revision 55) |
@@ -1,7 +1,7 @@ |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
-<html lang="<?php echo $language; ?>"> |
+<html lang="de"> |
<head> |
- <title>PointedEars’ Website</title> |
+ <title>PointedEars' Website</title> |
<link rel="SHORTCUT ICON" href="favicon.ico"> |
@@ -8,7 +8,7 @@ |
<!-- Browsers: Character Set, Script Type, Style Sheets Type, |
Proxy Usage --> |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
- <meta http-equiv="content-language" content="<?php echo $language; ?>"> |
+ <meta http-equiv="content-language" content="de"> |
<meta http-equiv="Content-Script-Type" content="text/javascript"> |
<meta http-equiv="Content-Style-Type" content="text/css"> |
<meta http-equiv="expires" content="0"> |
@@ -18,62 +18,38 @@ |
<meta name="robots" content="index"> |
<meta name="robots" content="follow"> |
<meta name="description" |
- content="PointedEars' Website: <?php |
- $description = _("Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!"); |
- echo $description; |
- ?>"> |
- <meta name="author" content="Thomas ‘PointedEars’ Lahn"> |
+ content="PointedEars' Website: Zugriff auf die Datenbanken der Vereinten Föderation der Planeten, ein Online-Songbook und Software-Downloads, die immer einen Klick wert sind. Bald gibt es hier auch die besten Internet-Links kategorisiert und vieles mehr über eine zweisprachige (englisch/deutsche) Benutzeroberfläche im Stil eines LCARS-Terminals, welche auch dazu verwendet werden kann, anonym im Web zu surfen! Fügen Sie die Seite JETZT zu ihren Bookmarks hinzu!"> |
+ <meta name="author" content="PointedEars, PointedEars Software (PES)"> |
- <?php /* No localization of keywords at the time */ ?> |
+ <!-- No localization of keywords at the time --> |
<meta name="keywords" |
http-equiv="Keywords" |
content="Appz, Download, Links, LCARS, Star Trek, TNG, The Next Generation, DS9, Deep Space 9, Deep Space Nine, VOY, Voyager, UFP, Federation, United Federation of Planets, Database, Databank, Song, Songbook, Surf, anonymously, Raumschiff Enterprise, DNG, Die nächste Generation, VFP, Föderation, Vereinte Föderation der Planeten, Datenbasis, Datenbank, Lied, Liedtext, surfen, anonym"> |
-<?php /* |
- <meta name="keywords" http-equiv="Keywords" lang="de" content=""> |
- <meta name="keywords" http-equiv="Keywords" lang="en-us" content=""> |
- <meta name="keywords" http-equiv="Keywords" lang="en" content=""> |
-*/ ?> |
+ <!--meta name="keywords" http-equiv="Keywords" lang="de" content=""--> |
+ <!--meta name="keywords" http-equiv="Keywords" lang="en-us" content=""--> |
+ <!--meta name="keywords" http-equiv="Keywords" lang="en" content=""--> |
+ |
<meta name="date" content="2002-05-23T10:56:00+02:00"> |
<meta name="revisit-after" content="3 days"> |
<!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) --> |
- <meta name="DC.Title" content="PointedEars’ Website"> |
- <meta name="DC.Creator" content="Thomas ‘PointedEars’ Lahn"> |
- <meta name="DC.Subject" content="Private Web site"> |
+ <meta name="DC.Title" content="PointedEars' Website"> |
+ <meta name="DC.Creator" content="PointedEars, PointedEars Software (PES)"> |
+ <meta name="DC.Subject" content="Private Homepage"> |
<meta name="DC.Description" |
- content="PointedEars' Website: <?php echo $description; ?>"> |
+ content="PointedEars' Website: Zugriff auf die Datenbanken der Vereinten Föderation der Planeten, ein Online-Songbook und Software-Downloads, die immer einen Klick wert sind. Bald gibt es hier auch die besten Internet-Links kategorisiert und vieles mehr über eine zweisprachige (englisch/deutsche) Benutzeroberfläche im Stil eines LCARS-Terminals, welche auch dazu verwendet werden kann, anonym im Web zu surfen! Fügen Sie die Seite JETZT zu ihren Bookmarks hinzu!"> |
<meta name="DC.Publisher" content="PointedEars"> |
<meta name="DCTERMS.created" content="2002-05-23"> |
- <meta name="DCTERMS.modified" content="<?php |
- $modi = @filemtime(__FILE__); |
- echo gmdate('Y-M-dTH:i:sO', $modi); ?>"> |
-<?php /* |
- <meta name="DC.Type" content=""> |
- <meta name="DC.Format" content=""> |
-*/ ?> |
- <meta name="DC.Identifier" content="http://pointedears.de/index.<?php echo $language; ?>"> |
- <meta name="DC.Language" content="<?php echo $language; ?>"> |
+ <meta name="DCTERMS.modified" content="2008-12-08T20:57+0100"> |
+ <!--meta name="DC.Type" content=""--> |
+ <!--meta name="DC.Format" content=""--> |
+ <meta name="DC.Identifier" content="http://pointedears.de/index-de.htm"> |
+ <meta name="DC.Language" content="de"> |
<meta name="DC.Rights" |
- content="Copyright © 2002–<?php echo gmdate('Y', $modi); ?> Thomas Lahn. <?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are pleased to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>"> |
-<?php /* |
+ content="Copyright (c) 2002–2008 Thomas Lahn. Alle Rechte vorbehalten. Der Autor ist nicht verantwortlich für die Verfügbarkeit und den Inhalt der Webseiten, auf die durch diese Site verwiesen wird, und nicht verantwortlich für die Verfügbarkeit und den Inhalt der Webseiten, auf welche die referenzierten Seiten verweisen. Wo fremdes Material verwendet wurde, ist keine Verletzung des Copyrights oder Warenzeichens beabsichtigt. Dritte, die Copyrights oder Warenzeichen, welche hier verwendet wurden, für sich beanspruchen, werden gebeten, eine informelle E-Mail an webmaster@PointedEars.de zu senden, um das entsprechende Material umgehend von der Website entfernen oder dieses modifizieren zu lassen, und von rechtlichen Schritten abzusehen."> |
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> --> |
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> --> |
-*/ ?> |
- <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css"> |
-<?php |
- $printable = (isset($_GET['printable']) && $_GET['printable'] === '1'); |
- if (!$printable) |
- { |
-?> |
- <link rel="stylesheet" type="text/css" href="styles/lcars22.css<?php |
- if (isset($_GET['ani']) && $_GET['ani'] !== '') |
- { |
- echo '?ani=' . $_GET['ani']; |
- } |
- ?>"> |
-<?php |
- } |
-?> |
+ <link rel="stylesheet" type="text/css" href="styles/lcars22.css"> |
<style type="text/css"> |
<!-- |
p { |
@@ -83,24 +59,26 @@ |
</style> |
<script type="text/javascript"> |
- function setStatus (text) |
+ function setStatus(Text) |
{ |
- window.status = String(text); |
+ if (isNaN(Text)) Text = String(Text); |
+ window.status = Text; |
+ |
return true; |
} |
- function resetStatus () |
+ function resetStatus() |
{ |
window.status = window.defaultStatus; |
+ |
return true; |
} |
- function mailStatus () |
+ function mailStatus() |
{ |
- return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>"); |
+ return setStatus("Senden Sie eine Feedback E-Mail an PointedEars"); |
} |
-<?php |
/* |
var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms |
var msLeaveDays = ms1Day*6; |
@@ -118,57 +96,45 @@ |
+ "; path=/"; |
document.cookie= cookieVal; |
*/ |
-?> |
</script> |
- <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?> |
+ <!-- bgsound src="media/interface/sound/beginop.wav" loop="infinite" --> |
</head> |
<body class="fade-in"> |
<div id="content"> |
+ <!--a href="main.htm"--> |
<h1 align="center"><img |
src="media/video/img/vulcan_hand-black-bg.png" |
width="120" |
height="168" |
- alt="<?php echo _("Vulcan greeting"); ?>" |
+ alt="Vulcan greeting" |
title="" |
border="0" |
onmouseover="return setStatus(this.title)" |
onmouseout="return resetStatus()"><br> |
- <?php echo _("Welcome to PointedEars’ Website"); ?></h1> |
-<?php |
- if (!$printable) |
- { |
-?> |
- <p style="text-align: center"><?php |
- echo sprintf( |
- _("If this site is not displayed properly, please try <a href='index.%s?printable=1'>%s</a>."), |
- $language, |
- _('the printable version')); |
- ?></p> |
-<?php |
- } |
- |
- /* |
+ Willkommen auf PointedEars’ Website</h1> |
+ |
+ <!-- |
<p> |
| <a href="leisure/" target="_top" |
>Freizeit-Datenbank</a> |
| <a href="mozilla/" target="_top">Mozilla</a> |
| <a href="poetry/" target="_top">Poesie</a> |
- */ |
+ --> |
- /* |
+ <!-- |
| [<abbr title="nur in englischer Sprache verfügbar" |
>en</abbr>] |
| <a href="selfhtml.de/" target="_top">SELFHTML.DE</a> |
- */ |
- /* |
+ --> |
+ <!-- |
| <a href="lyrics/" target="_top">Songbook</a> |
| </p> |
- */ |
- /* |
+ --> |
+ <!-- |
<p><a href="about/worm.de.html" target="_top" |
>Seltsame E-Mails bekommen?</a></p> |
- */ |
-/* |
+ --> |
+ |
<noscript> |
<a |
href="http://pointedears.de/" |
@@ -175,29 +141,19 @@ |
title="PointedEars' Website" |
>Diese Website zu Ihren Lesezeichen hinzufügen</a> |
</noscript> |
- |
<!-- Klicken Sie hier, falls Sie nach 5 Sekunden nicht automatisch |
weitergeleitet werden. --> |
-*/ |
-?> |
<hr size="1" width="100%" noshade> |
- <p style="text-align: center">Copyright © 2002–2013 <a |
- href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php |
- echo $language; |
- ?>&body=<?php |
- echo rawurlencode(sprintf('[%s]', _("Your feedback"))); |
- ?>" |
- title="<?php echo _("Send your feedback to PointedEars"); ?>" |
+ <p>Copyright © 2002–2012 <a |
+ href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/de&body=[Ihr%20Feedback]" |
+ title="Senden Sie eine Feedback E-Mail an PointedEars" |
onmouseover="return(mailStatus());" |
onmouseout="return(resetStatus());" |
- >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p> |
-<?php |
- /* embed src="media/interface/speech/de/warten.wav" width="0" height="0" |
- hidden="true" autostart="true" dir="ltr" lang="de" */ |
-?> |
+ >Thomas ‘PointedEars’ Lahn</a>. Alle Rechte vorbehalten.</p> |
+ <!-- embed src="media/interface/speech/de/warten.wav" width="0" height="0" |
+ hidden="true" autostart="true" dir="ltr" lang="de" --> |
</div> |
<div id="LCARS"> |
-<?php /* |
<div id="button-grid" style="position: absolute; opacity: 0.3"> |
<a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a> |
@@ -248,7 +204,6 @@ |
<a class="button" style="display: block; float: left"><span class="text">Button 1</span></a> |
<a class="button" style="display: block; float: left"><span class="text">Button 1</span></a> |
</div> |
-*/ ?> |
<div id="bow"> |
<div id="bow-top"> |
<div class="separator-left"> </div> |
@@ -266,95 +221,87 @@ |
<div class="menu-container"> |
<div class="menu"> |
- <div style="position: relative; margin-bottom: 1.2em"> |
- <div class="bow" style="width: 8em; height: 1em"> </div> |
+ <div style="position: relative; margin-bottom: 1.2em"> |
+ <div style="width: 8em; height: 1em; background-color: #999"> </div> |
+ <!-- |
+ <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em; background-color: #999"> </div> |
+ <div style="position: absolute; top: 0; left: 10.4em; width: 5em; height: 1em; background-color: #999"> </div> |
+ --> |
+ </div> |
+ <ul> |
+ <?php foreach ($languages as $key => $name): ?> |
+ <li><a href="index.<?php echo $key; ?>" class="button<?php if ($language === $key) { ?> selected<?php } ?>" tabindex="1"><span class="text"><?php echo $name; ?></span></a></li> |
+ <?php endforeach; ?> |
+ </ul> |
+ <div style="margin-bottom: 0.4em; width: 8em; height: 0.4em; background-color: #999"> </div> |
+ <ul style="margin-bottom: 1.2em"> |
+ <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
+ <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li> |
+ </ul> |
+ <ul style="margin-bottom: 0.2em"> |
+ <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary" |
+ title="List of recommended TV shows and episodes, with logos in CSS" |
+ ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
+ <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
+ ><acronym |
+ title="United Federation of Planets DataBase -- Datenbanken der Vereinten Föderation der Planeten" |
+ class="text"><?php echo $menu['ufpdb']['text']; ?></acronym></a></li> |
+ <li><a href="psf/" target="_top" |
+ class="button ancillary" |
+ ><acronym title="PointedEars' Standard-Floskeln" |
+ class="text">psf</acronym></a></li> |
+ </ul> |
+ <div style="position: relative; margin-bottom: 1.2em"> |
+ <div style="width: 8em; height: 0.8em; background-color: #999"> </div> |
+ <!-- |
+ <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 0.8em; background-color: #999"> </div> |
+ <div style="position: absolute; top: 0; left: 10.4em; width: 5em; height: 0.8em; background-color: #999"> </div> |
+ --> |
+ </div> |
+ <ul> |
+ <li><a href="http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=Thomas_Lahn" |
+ target="_top" class="button secondary" |
+ title="Verteiltes Rechnen, um die Faltung und Anordnung von Proteinen und damit verbundener Krankheiten zu verstehen" |
+ ><span class="text">Folding at home</span></a></li> |
+ <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921" |
+ target="_top" class="button secondary" |
+ title="Die Suche nach ausserirdischer Intelligenz von zuhause aus" |
+ ><span class="text">SETI at home</span></a></li> |
+ </ul> |
+ <!-- |
+ <script type="text/javascript" src="scripts/builder?src=object"></script> |
+ <script type="text/javascript"> |
+ var sURL = location.href; |
+ var sFavAnchorTitle = |
+ "Klicken Sie hier, um PointedEars' Website Ihren Favoriten" |
+ + " hinzuzufügen"; |
+ var sOtherAnchorTitle = |
+ "Klicken Sie hier mit der rechten Maustaste, um PointedEars' Website" |
+ + " Ihren Lesezeichen hinzuzufügen"; |
+ var sFavoriteTitle = "PointedEars' Website"; |
+ |
+ if (jsx.object.isHostMethod(jsx.global.window, "external", "AddFavorite")) |
+ { |
+ document.write( |
+ '<div style="position: relative; margin-top: 1em; border-bottom: 0.2em solid transparent">' |
+ + ' <div style="width: 8em; height: 1em; background-color: #999"> <\/div>' |
+ + ' <div style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em; background-color: #999"> <\/div>' |
+ + '</div>' |
+ + '<a href="javascript:window.external.AddFavorite(' |
+ + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"' |
+ + ' class="button"' |
+ + ' onclick="window.external.AddFavorite(' |
+ + ' sURL, sFavoriteTitle); return false"' |
+ + ' onmouseover="return(setStatus(sFavAnchorTitle));"' |
+ + ' onmouseout="return(resetStatus());"' |
+ + '><span class="text">Favorit<\/span><\/a>'); |
+ } |
+ </script> |
+ --> |
</div> |
- <ul> |
- <?php foreach ($languages as $key => $name): ?> |
- <li><a href="index.<?php echo $key; ?>?ani=0" class="button<?php if ($language === $key) { ?> selected<?php } ?>" tabindex="1"><span class="text"><?php echo $name; ?></span></a></li> |
- <?php endforeach; ?> |
- </ul> |
- <div class="bow" style="margin-bottom: 0.4em; width: 8em; height: 0.4em"> </div> |
- <ul style="margin-bottom: 1.2em"> |
- <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li> |
- <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li> |
- </ul> |
- <ul style="margin-bottom: 0.2em"> |
- <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary" |
- title="List of recommended TV shows and episodes, with logos in CSS" |
- ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
- <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
- ><acronym |
- title="<?php echo $menu['ufpdb']['title']; ?>" |
- class="text"><?php echo $menu['ufpdb']['text']; ?></acronym></a></li> |
- <li><a href="psf/" target="_top" |
- class="button ancillary" |
- ><acronym title="<?php echo _("PointedEars' Standard Frases"); ?>" |
- class="text">psf</acronym></a></li> |
- </ul> |
- <div style="position: relative; margin-bottom: 1.2em"> |
- <div class="bow" style="width: 8em; height: 0.8em"> </div> |
- </div> |
- <ul> |
- <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544" |
- target="_top" class="button secondary" |
- title="<?php echo _("The world’s largest climate forecasting experiment for the 21st century"); ?>" |
- ><span class="text">climateprediction.net</span></a></li> |
-<?php /* http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=Thomas_Lahn */ ?> |
- <li><a href="<?php echo _("http://folding.stanford.edu/English/HomePage"); ?>" |
- target="_top" class="button secondary" |
- title="<?php echo _("Distributed computing to understand protein folding, protein aggregation, and related diseases"); ?>" |
- ><span class="text">Folding at home</span></a></li> |
- <li><a href="http://lhcathomeclassic.cern.ch/sixtrack/show_user.php?userid=221181" |
- target="_top" class="button secondary" |
- title="<?php echo _("Particle physics research with the Large Hadron Collider at CERN"); ?>" |
- ><span class="text">LHC at home</span></a></li> |
- <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921" |
- target="_top" class="button secondary" |
- title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>" |
- ><span class="text">SETI at home</span></a></li> |
- </ul> |
-<?php /* |
- <script type="text/javascript" src="scripts/builder?src=object"></script> |
- <script type="text/javascript"> |
- var sURL = location.href; |
- var sFavAnchorTitle = |
- "Klicken Sie hier, um PointedEars' Website Ihren Favoriten" |
- + " hinzuzufügen"; |
- var sOtherAnchorTitle = |
- "Klicken Sie hier mit der rechten Maustaste, um PointedEars' Website" |
- + " Ihren Lesezeichen hinzuzufügen"; |
- var sFavoriteTitle = "PointedEars' Website"; |
- |
- if (jsx.object.isHostMethod(jsx.global.window, "external", "AddFavorite")) |
- { |
- document.write( |
- '<div style="position: relative; margin-top: 1em; border-bottom: 0.2em solid transparent">' |
- + ' <div class="bow" style="width: 8em; height: 1em"> <\/div>' |
- + ' <div class="bow" style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em"> <\/div>' |
- + '</div>' |
- + '<a href="javascript:window.external.AddFavorite(' |
- + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"' |
- + ' class="button"' |
- + ' onclick="window.external.AddFavorite(' |
- + ' sURL, sFavoriteTitle); return false"' |
- + ' onmouseover="return(setStatus(sFavAnchorTitle));"' |
- + ' onmouseout="return(resetStatus());"' |
- + '><span class="text">Favorit<\/span><\/a>'); |
- } |
- </script> |
-*/ ?> |
</div> |
</div> |
- </div> |
- <div id="connectors"> |
- <div class="bow" style="position: absolute; top: 0; left: 0; width: 2em; height: 1em"> </div> |
- <div class="bow" style="position: absolute; top: 0; left: 2.2em; width: 5em; height: 1em"> </div> |
- |
- <div class="bow" style="position: absolute; top: 12.4em; left: 0; width: 2em; height: 0.8em"> </div> |
- <div class="bow" style="position: absolute; top: 12.4em; left: 2.2em; width: 5em; height: 0.8em"> </div> |
- </div> |
- <div class="multi-display"> |
+ <div class="multi-display"> |
<div class="upper"> |
<div class="button" style="height: 3.8em"> </div> |
<div class="elbo"> |
/trunk/index.de.php |
---|
1,7 → 1,7 |
<?php |
/* Set language to German */ |
$language = 'de'; |
$locale = 'de_DE.UTF-8'; |
$locale = 'de_DE'; |
putenv("LC_ALL=$locale"); |
setlocale(LC_ALL, $locale); |
/trunk/index.html |
---|
2,7 → 2,7 |
"http://www.w3.org/TR/html4/loose.dtd"> |
<html lang="en"> |
<head> |
<title>PointedEars’ Website</title> |
<title>PointedEars' Website</title> |
<link rel="SHORTCUT ICON" href="favicon.ico"> |
<!-- Browsers: Character Set, Script Type, Style Sheets Type, |
Proxy Usage --> |
15,7 → 15,7 |
<meta name="robots" content="index"> |
<meta name="robots" content="nofollow"> |
<meta name="description" |
content="PointedEars’ Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, the best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!"> |
content="PointedEars' Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, the best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!"> |
<meta name="author" content="PointedEars, PointedEars Software (PES)"> |
<!-- No localization of keywords due to following language selection --> |
<meta name="keywords" |
28,7 → 28,7 |
<meta name="date" content="2002-05-23T10:56:00+02:00"> |
<!-- Robots: Dublin Core Metadata |
(http://purl.org/metadata/dublin_core) --> |
<meta name="DC.Title" content="PointedEars’ Website"> |
<meta name="DC.Title" content="PointedEars' Website"> |
<meta name="DC.Creator" content="PointedEars, PointedEars Software (PES)"> |
<meta name="DC.Subject" content="Private Homepage"> |
<meta name="DC.Description" |
41,7 → 41,7 |
<meta name="DC.Identifier" content="http://pointedears.de/"> |
<meta name="DC.Language" content="mx"> |
<meta name="DC.Rights" |
content="Copyright © 2002–2013 Thomas Lahn. All rights reserved. The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are pleased to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."> |
content="Copyright (c) 2002–2012 Thomas Lahn. All rights reserved. The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are pleased to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."> |
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> --> |
<link rel="stylesheet" type="text/css" href="styles/lcars22.css"> |
<style type="text/css"> |
234,7 → 234,7 |
</div> |
<hr size=1 width="100%" noshade> |
<div style="text-align: center">Copyright © 2002–2013 <a |
<div style="text-align: center">Copyright © 2002–2012 <a |
href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&body=[Your%20feedback%20|%20Ihr%20Feedback]" |
title="Send your feedback to PointedEars" |
onmouseover="return mailStatus()" |
/trunk/po/de.po |
---|
5,10 → 5,10 |
# |
msgid "" |
msgstr "" |
"Project-Id-Version: PE 0.3.6\n" |
"Project-Id-Version: PE 0.3\n" |
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
"POT-Creation-Date: 2013-02-02 11:04+0100\n" |
"PO-Revision-Date: 2013-02-02 11:05+0100\n" |
"POT-Creation-Date: 2012-12-14 04:36+0100\n" |
"PO-Revision-Date: 2012-12-03 04:16+0100\n" |
"Last-Translator: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
"Language-Team: German <webmaster@PointedEars.de>\n" |
"Language: de_DE\n" |
16,109 → 16,14 |
"Content-Type: text/plain; charset=UTF-8\n" |
"Content-Transfer-Encoding: 8bit\n" |
#: ../index.phtml:21 |
msgid "" |
"Access to the United Federation of Planets Databanks, an online songbook and " |
"software downloads always worth a click. Coming soon: The best internet " |
"links categorized and much more via a bilingual (English/German) LCARS " |
"terminal styled user interface that can be also used to surf the web " |
"anonymously! Bookmark NOW!" |
#: ../global.php:33 |
msgid "Scripting" |
msgstr "" |
"Zugriff auf die Datenbanken der Vereinten Föderation der Planeten, ein " |
"Online-Songbook und Software-Downloads, die immer einen Klick wert sind. " |
"Bald gibt es hier auch die besten Internet-Links kategorisiert und vieles " |
"mehr über eine zweisprachige (englisch/deutsche) Benutzeroberfläche im Stil " |
"eines LCARS-Terminals, welche auch dazu verwendet werden kann, anonym im Web " |
"zu surfen! Fügen Sie die Seite JETZT zu ihren Bookmarks hinzu!" |
#: ../index.phtml:54 |
msgid "" |
"The author is not responsible for the availability and the content of " |
"websites referred by this site, and not responsible for the availability and " |
"the content of websites referred by those sites. Whereever outsourced " |
"material is used, copyright or trademark infringement is not intended. Third " |
"parties who claim copyrights or trademarks used herein are pleased to send " |
"an informal email to webmaster@PointedEars.de for immediate removal or " |
"modification of the respective material on the website instead of reminding " |
"the author of usage of this material. Thank you." |
msgstr "" |
"Der Autor ist nicht verantwortlich für die Verfügbarkeit und den Inhalt der " |
"Webseiten, auf die durch diese Site verwiesen wird, und nicht verantwortlich " |
"für die Verfügbarkeit und den Inhalt der Webseiten, auf welche die " |
"referenzierten Seiten verweisen. Wo fremdes Material verwendet wurde, ist " |
"keine Verletzung des Copyrights oder Warenzeichens beabsichtigt. Dritte, die " |
"Copyrights oder Warenzeichen, welche hier verwendet wurden, für sich " |
"beanspruchen, werden gebeten, eine informelle E-Mail an " |
"webmaster@PointedEars.de zu senden, um das entsprechende Material umgehend " |
"von der Website entfernen oder dieses modifizieren zu lassen, und von " |
"rechtlichen Schritten abzusehen." |
#: ../global.php:34 |
msgid "Other software" |
msgstr "Andere Software" |
#: ../index.phtml:114 |
msgid "Vulcan greeting" |
msgstr "Vulkanischer Gruss" |
#: ../index.phtml:127 |
msgid "Welcome to PointedEars’ Website" |
msgstr "Willkommen auf PointedEars’ Website" |
#: ../index.phtml:49 |
msgid "Send your feedback to PointedEars" |
msgstr "Senden Sie eine Feedback E-Mail an PointedEars" |
#: ../index.phtml:143 |
msgid "" |
"If this site is not displayed properly, please try <a href='index.%s?" |
"printable=1'>%s</a>." |
msgstr "" |
"Falls diese Site nicht korrekt dargestellt wird, verwenden Sie bitte <a " |
"href='index.%s?printable=1'>%s</a>." |
#: ../index.phtml:145 |
msgid "the printable version" |
msgstr "die Druckversion" |
#: ../index.phtml:151 |
msgid "Your feedback" |
msgstr "Ihr Feedback" |
#: ../index.phtml:156 |
msgid "All rights reserved." |
msgstr "Alle Rechte vorbehalten." |
#: ../index.phtml:267 |
msgid "United Federation of Planets DataBase" |
msgstr "" |
"United Federation of Planets DataBase -- Datenbanken der Vereinten " |
"Föderation der Planeten" |
#: ../index.phtml:271 |
msgid "PointedEars' Standard Frases" |
msgstr "PointedEars' Standard-Floskeln" |
#: ../index.phtml:280 |
msgid "The world’s largest climate forecasting experiment for the 21st century" |
msgstr "Das weltgrösste Klimaforschungsexperiment für das 21. Jahrhundert" |
#: ../index.phtml:283 |
msgid "http://folding.stanford.edu/English/HomePage" |
msgstr "http://folding.stanford.edu/German/HomePage" |
#: ../index.phtml:285 |
msgid "" |
"Distributed computing to understand protein folding, protein aggregation, " |
"and related diseases" |
msgstr "" |
"Verteiltes Rechnen, um die Faltung und Anordnung von Proteinen und damit " |
"verbundener Krankheiten zu verstehen" |
#: ../index.phtml:289 |
msgid "Particle physics research with the Large Hadron Collider at CERN" |
msgstr "Teilchenphysik-Forschung mit dem Large Hadron Collider am CERN" |
#: ../index.phtml:293 |
msgid "The Search for Extra-Terrestrial Intelligence at HOME" |
msgstr "Die Suche nach ausserirdischer Intelligenz von zuhause aus" |
#: ../global.php:35 |
msgid "LCARS database" |
msgstr "LCARS-Datenbank" |
/trunk/po/de.pointedears.pot |
---|
3,11 → 3,12 |
# This file is distributed under the same license as the PACKAGE package. |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
# |
#, fuzzy |
msgid "" |
msgstr "" |
"Project-Id-Version: PE 0.3.6\n" |
"Project-Id-Version: PACKAGE VERSION\n" |
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
"POT-Creation-Date: 2013-02-02 11:04+0100\n" |
"POT-Creation-Date: 2012-12-14 04:36+0100\n" |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
"Language-Team: LANGUAGE <LL@li.org>\n" |
16,70 → 17,14 |
"Content-Type: text/plain; charset=UTF-8\n" |
"Content-Transfer-Encoding: 8bit\n" |
#: ../index.phtml:21 |
msgid "Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!" |
#: ../global.php:33 |
msgid "Scripting" |
msgstr "" |
#: ../index.phtml:54 |
msgid "The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are pleased to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you." |
msgstr "" |
#: ../global.php:34 |
msgid "Other software" |
msgstr "" |
#: ../index.phtml:114 |
msgid "Vulcan greeting" |
msgstr "" |
#: ../index.phtml:127 |
msgid "Welcome to PointedEars’ Website" |
msgstr "" |
#: ../index.phtml:49 |
msgid "Send your feedback to PointedEars" |
msgstr "" |
#: ../index.phtml:143 |
msgid "If this site is not displayed properly, please try <a href='index.%s?printable=1'>%s</a>." |
msgstr "" |
#: ../index.phtml:145 |
msgid "the printable version" |
msgstr "" |
#: ../index.phtml:151 |
msgid "Your feedback" |
msgstr "" |
#: ../index.phtml:156 |
msgid "All rights reserved." |
msgstr "" |
#: ../index.phtml:267 |
msgid "United Federation of Planets DataBase" |
msgstr "" |
#: ../index.phtml:271 |
msgid "PointedEars' Standard Frases" |
msgstr "" |
#: ../index.phtml:280 |
msgid "The world’s largest climate forecasting experiment for the 21st century" |
msgstr "" |
#: ../index.phtml:283 |
msgid "http://folding.stanford.edu/English/HomePage" |
msgstr "" |
#: ../index.phtml:285 |
msgid "Distributed computing to understand protein folding, protein aggregation, and related diseases" |
msgstr "" |
#: ../index.phtml:289 |
msgid "Particle physics research with the Large Hadron Collider at CERN" |
msgstr "" |
#: ../index.phtml:293 |
msgid "The Search for Extra-Terrestrial Intelligence at HOME" |
msgstr "" |
#: ../global.php:35 |
msgid "LCARS database" |
msgstr "" |
/trunk/po/POTFILES.in |
---|
1,2 → 1,0 |
../global.php |
../index.phtml |
/trunk/po/PACKAGE |
---|
7,11 → 7,10 |
# Textdomain for our package. |
TEXTDOMAIN = de.pointedears |
PACKAGE_NAME = PE |
PACKAGE_VERSION = 0.3.2 |
# Initial copyright holder added to pot and po files. |
#COPYRIGHT_HOLDER = Guido Flohr |
COPYRIGHT_HOLDER = Thomas 'PointedEars' Lahn |
# Where to send msgid bugs? |
#MSGID_BUGS_ADDRESS = Guido Flohr <guido@imperia.net> |
MSGID_BUGS_ADDRESS = Thomas 'PointedEars' Lahn <webmaster@PointedEars.de> |
/trunk/po/Makefile |
---|
44,18 → 44,16 |
# source language of all our files will be auto-detected by xgettext |
# by their filename extension. You should even avoid this parameter |
# if you want to extract strings from multiple source languages. |
# --keyword --keyword='_' --keyword='$$__' --keyword=__ --keyword=__x \ |
# --keyword=__n:1,2 --keyword=__nx:1,2 --keyword=__xn:1,2 \ |
# --keyword=__p:1c,2 --keyword=__np:1c,2,3 \ |
# --keyword=__npx:1c,2,3 --keyword=N__ --keyword=N__n:1,2 \ |
# --keyword=N__p:1c,2 --keyword=N__np:1c,2,3 --keyword=%__ \ |
$(TD).pot: $(POTFILES) |
$(XGETTEXT) --output=$(srcdir)/$(TD).pox --from-code=utf-8 \ |
--add-comments=TRANSLATORS: --files-from=$(srcdir)/POTFILES.in \ |
--package-name="$(PACKAGE_NAME)" \ |
--package-version="$(PACKAGE_VERSION)" \ |
--copyright-holder="$(COPYRIGHT_HOLDER)" \ |
--msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \ |
--keyword --keyword='_' --keyword='$$__' --keyword=__ --keyword=__x \ |
--keyword=__n:1,2 --keyword=__nx:1,2 --keyword=__xn:1,2 \ |
--keyword=__p:1c,2 --keyword=__np:1c,2,3 \ |
--keyword=__npx:1c,2,3 --keyword=N__ --keyword=N__n:1,2 \ |
--keyword=N__p:1c,2 --keyword=N__np:1c,2,3 --keyword=%__ \ |
rm -f $@ && mv $(TD).pox $@ |
install: $(MO_FILES) |