Subversion Repositories LCARS

Compare Revisions

Last modification

Regard whitespace Rev 38 → Rev 37

/trunk/index.de.php
File deleted
\ No newline at end of file
/trunk/po/POTFILES.in
File deleted
/trunk/po/de_DE.mo
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: po/PACKAGE
===================================================================
--- po/PACKAGE (revision 38)
+++ po/PACKAGE (nonexistent)
@@ -1,16 +0,0 @@
-# Makefile snippet that holds all package-dependent information.
-
-# Add more languages here! Beware that this is a makefile snippet and
-# you have to adhere to make syntax.
-LINGUAS = de
-
-# Textdomain for our package.
-TEXTDOMAIN = de.pointedears
-
-# 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>
Index: po/Makefile
===================================================================
--- po/Makefile (revision 38)
+++ po/Makefile (nonexistent)
@@ -1,96 +0,0 @@
-# Makefile for various po files.
-
-srcdir = .
-libdir = ..
-
-#CATALOGS = $(addsuffix .po, LINGUAS)
-CATALOGS = $(LINGUAS)
-MO_FILES = $(addsuffix .mo, $(LINGUAS))
-
-MSGMERGE = msgmerge
-MSGFMT = msgfmt
-XGETTEXT = xgettext
-CATOBJEXT = .po
-
-include PACKAGE
-
-TD = $(strip $(TEXTDOMAIN))
-
-default: help
-
-all: $(TD).pot update-po update-mo install
-
-help:
- @echo "Available targets:"
- @echo " pot - remake master catalog"
- @echo " update-po - merge po files"
- @echo " update-mo - regenerate mo files"
- @echo " install - install mo files"
- @echo " all - all of the above"
-
-POTFILES = $(srcdir)/POTFILES.in \
- $(shell cat $(srcdir)/POTFILES.in)
-
-pot: $(TD).pot
-
-clean:
- rm -f *~ *.bak *.mo
-
-# FIXME: The parameter --from-code is only needed if your sources contain
-# any 8 bit data (even in comments). UTF-8 is only a guess here, but it
-# will at least accept any 8 bit data.
-#
-# The parameter "--language=perl" is not strictly needed because the
-# 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.
-$(TD).pot: $(POTFILES)
- $(XGETTEXT) --output=$(srcdir)/$(TD).pox --from-code=utf-8 \
- --add-comments=TRANSLATORS: --files-from=$(srcdir)/POTFILES.in \
- --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)
- cd $(srcdir); \
- targetdir='$(libdir)/LocaleData'; \
- languages='$(LINGUAS)'; \
- for lang in $$languages; do \
- mkdir -p "$$targetdir/$$lang/LC_MESSAGES" || exit 1; \
- dest="$$targetdir/$$lang/LC_MESSAGES/$(TD).mo"; \
- cat="$$lang.mo"; \
- echo "installing $$cat as $$dest"; \
- cp -f $$cat $$dest && chmod 644 $$dest || exit 1; \
- done
-
-update-mo: $(MO_FILES)
-
-update-po:
- $(MAKE) $(TD).pot
- cd $(srcdir); \
- catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- mv $$lang.po $$lang.old.po; \
- echo "$$lang:"; \
- if $(MSGMERGE) $$lang.old.po $(TD).pot -o $$lang.po; then \
- rm -f $$lang.old.po; \
- else \
- echo "msgmerge for $$cat failed!"; \
- rm -f $$lang.po; \
- mv $$lang.old.po $$lang.po; \
- fi; \
- done
-
-.SUFFIXES:
-.SUFFIXES: .po .mo
-
-.po.mo:
- $(MSGFMT) --check --statistics --verbose -o $@ $<
-
Index: po/de.mo
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/po/de.mo
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: po/de.pointedears.pot
===================================================================
--- po/de.pointedears.pot (revision 38)
+++ po/de.pointedears.pot (nonexistent)
@@ -1,30 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Thomas 'PointedEars' Lahn
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../global.php:33
-msgid "Scripting"
-msgstr ""
-
-#: ../global.php:34
-msgid "Other software"
-msgstr ""
-
-#: ../global.php:35
-msgid "LCARS database"
-msgstr ""
\ No newline at end of file
Index: po/de.po
===================================================================
--- po/de.po (revision 38)
+++ po/de.po (nonexistent)
@@ -1,29 +0,0 @@
-# PointedEars' Website
-# Copyright (C) 2012 Thomas 'PointedEars' Lahn
-# This file is distributed under the same license as the de.pointedears package.
-# Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>, 2012.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PE 0.3\n"
-"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../global.php:33
-msgid "Scripting"
-msgstr ""
-
-#: ../global.php:34
-msgid "Other software"
-msgstr "Andere Software"
-
-#: ../global.php:35
-msgid "LCARS database"
-msgstr "LCARS-Datenbank"
Index: styles/lcars22.css
===================================================================
--- styles/lcars22.css (revision 38)
+++ styles/lcars22.css (revision 37)
@@ -78,7 +78,6 @@
}
body.empty {
- margin-top: 3em;
margin-left: 0.2em;
margin-bottom: 3em;
}
@@ -211,7 +210,6 @@
.empty #bow-top {
border-top-left-radius: 1.2em;
border-bottom-left-radius: 1.2em;
- min-width: 10em;
}
/* 0.0 to 1.0 s */
@@ -219,7 +217,6 @@
from {
left: 90%;
border-top-left-radius: 0;
- border-bottom-left-radius: 0;
}
}
@@ -244,10 +241,6 @@
text-overflow: ellipsis;
}
-.empty #bow-top .text {
- left: 0.93em;
-}
-
/* 0.0 to 1.0 s */
@-webkit-keyframes bow-top-text {
from {
@@ -274,53 +267,6 @@
white-space: nowrap;
}
-.empty #footer-container {
- position: fixed;
- left: 0.2em;
- bottom: 0;
- right: 0.2em;
- min-height: 2.4em;
- padding-top: 0.2em;
- padding-bottom: 0.2em;
- background-color: #000;
-}
-
-.empty #footer {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 2em;
- margin-bottom: 0.2em;
- background-color: #999;
- border-radius: 1.2em;
- line-height: 0.8;
-}
-
-.empty #footer .text {
- position: absolute;
- bottom: 0;
- left: 0.75em;
- margin: 0 !important;
- background-color: #000;
- color: #fc0;
- padding-top: 0.1em;
- padding-left: 0.1em;
- padding-right: 0.1em;
- text-transform: uppercase;
- font-size: 2.4em;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-.empty #footer .text span {
- padding-right: 0.1em;
- padding-left: 0.1em;
- background-color: #000;
- text-transform: uppercase;
- white-space: nowrap;
-}
-
.empty .separator-left {
position: absolute;
left: 2em;
@@ -424,7 +370,7 @@
}
#bow ul {
- margin: 0 0.2em 0.2em 0;
+ margin: 0 0.2em 0.5em 0;
padding: 0;
}
@@ -471,17 +417,45 @@
background-color: #000;
}
-#bow-bottom .spacer {
+.empty #bow-bottom-left-concave {
+ display: none;
+}
+
+.empty #footer-container {
+ position: fixed;
+ left: 0.2em;
+ bottom: 0;
+ right: 0.2em;
+ min-height: 2.4em;
+ padding-top: 0.2em;
+ padding-bottom: 0.2em;
+ background-color: #000;
+}
+
+.empty #footer {
position: absolute;
- left: 10.2em;
- bottom: 0em;
- width: 0.2em;
- height: 0.5em;
- background-color: black;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 2em;
+ margin-bottom: 0.2em;
+ background-color: #999;
+ border-radius: 1.2em;
+ line-height: 0.8;
}
-.empty #bow-bottom-left-concave {
- display: none;
+.empty #footer .text {
+ position: absolute;
+ bottom: 0;
+ left: 0.75em;
+ margin: 0 !important;
+ background-color: #000;
+ color: #fc0;
+ padding-top: 0.1em;
+ padding-left: 0.1em;
+ padding-right: 0.1em;
+ text-transform: uppercase;
+ font-size: 2.4em;
}
/* Controls */
@@ -701,15 +675,14 @@
.group {
margin: 0 auto;
position: relative;
- width: 7.7em;
+ width: 9em;
}
.group .separator {
float: left;
position: absolute;
- top: 0;
- left: 0;
- width: 1.5em;
+ margin-left: 14px;
+ width: 29px;
height: 100%;
background-color: #c66;
color: #000;
@@ -717,60 +690,49 @@
.group .separator:after {
position: absolute;
- width: 0.8em;
- height: 0.5em;
- bottom: 0.25em;
- left: 0.25em;
+ width: 18px;
+ height: 9px;
+ bottom: 3px;
+ left: 3px;
background-color: #000;
content: "\a0";
}
.group ul {
- margin-left: 1.7em;
+ margin-left: 35px;
}
.group li {
- margin-bottom: 0;
+ margin-bottom: 4px;
}
+.group .button:visited:hover,
.group .button:visited,
.group .button
{
- display: block;
position: relative;
- width: 6em;
background-color: #99f !important;
}
-.group li:last-child .button
-{
- margin-bottom: 0;
+.group .button.right {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
}
-.button.right {
- border-top-right-radius: 1em;
- border-bottom-right-radius: 1em;
+.group .button.left {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
}
-.button.right .text {
- right: 1em;
-}
-
-.button.left {
- border-top-left-radius: 1em;
- border-bottom-left-radius: 1em;
-}
-
.group .button .key {
display: inline-block;
position: absolute;
- left: 0.2em;
+ left: 0.25em;
top: 0;
bottom: 0;
- padding: 0 0.1em;
+ padding: 0 1px;
background-color: #000;
color: #f90;
- font-size: 2.4em;
+ font-size: 222%;
text-transform: uppercase;
- line-height: 0.9;
-}
\ No newline at end of file
+}
/trunk/index.html
65,7 → 65,7
}
#languages .key {
min-width: 0.65em;
min-width: 0.7em;
}
</style>
<script type="text/javascript" src="scripts/object.js"></script>
185,7 → 185,7
<div id="bow">
<div id="bow-top">
<div class="separator-left">&nbsp;</div>
<h1 class="text"><span>PointedEars’ Website</span></h1>
<h1 class="text">PointedEars’ Website</h1>
</div>
<div id="bow-left">&nbsp;</div>
<div id="bow-left-concave">&nbsp;</div>
192,7 → 192,7
</div>
<div id="footer-container">
<div id="footer">
<h2 class="text"><span>Language Selection</span></h2>
<h2 class="text">Language Selection</h2>
<div class="separator-right">&nbsp;</div>
</div>
</div>
202,8 → 202,8
src="media/video/img/vulcan_hand-black-bg.png"
width="120"
height="168"
alt="Vulcan greeting"
title="Vulcan greeting"
alt="Dif-tor&nbsp;heh&nbsp;smusma - Live&nbsp;long&nbsp;and&nbsp;prosper - Leben Sie&nbsp;lang&nbsp;und&nbsp;erfolgreich"
title="Dif-tor&nbsp;heh&nbsp;smusma - Live&nbsp;long&nbsp;and&nbsp;prosper - Leben Sie&nbsp;lang&nbsp;und&nbsp;erfolgreich"
border="0"
onmouseover="return setStatus(this.title)"
onmouseout="return resetStatus()"></div>
221,14 → 221,14
<div class="group">
<div class="separator">&nbsp;</div>
<ul id="languages">
<li><a href="index.en" class="button right" lang="en"
<ul style="text-align: center" id="languages">
<li><a href="index.en.html" class="button right" lang="en"
hreflang="en" accesskey="e"
><span class="key">en</span> <span class="text">English</span></a></li>
<li><a href="index.de" class="button right" lang="de"
><span class="key">en</span> English</a></li>
<li><a href="index.de.html" class="button right" lang="de"
hreflang="de" accesskey="d"
onclick="return navigateTo(this)"
><span class="key">de</span> <span class="text">Deutsch</span></a></li>
><span class="key">de</span> Deutsch</a></li>
</ul>
<div style="clear: both"><!-- --></div>
</div>
/trunk/index.en.html
95,7 → 95,7
border="0"
onmouseover="return setStatus(this.title)"
onmouseout="return resetStatus()"><br>
Welcome to PointedEars' Website</h1>
Welcome at PointedEars' Website</h1>
 
<p><a href="index.de.html" class="button"
title="Switch language to German">&nbsp;DEUTSCH&nbsp;</a></p>