Merge branch 'master' of git.c3d2.de:c3d2-web

This commit is contained in:
vv01f 2014-03-30 13:20:36 +02:00
commit e22d4d863a
4 changed files with 41 additions and 39 deletions

View File

@ -44,18 +44,18 @@
<input value="Chat!" type="submit"/> <input value="Chat!" type="submit"/>
</p> </p>
</form--> </form-->
<form xmlns="http://www.w3.org/1999/xhtml" <!-- <form xmlns="http://www.w3.org/1999/xhtml" -->
action="https://anonxmpp.hq.c3d2.de/candy/"> <!-- action="https://anonxmpp.hq.c3d2.de/candy/"> -->
<p> <!-- <p> -->
<label for="candy-nick">Name:</label> <!-- <label for="candy-nick">Name:</label> -->
<input id="candy-nick" name="nick" size="20"/> <!-- <input id="candy-nick" name="nick" size="20"/> -->
<input value="Chat!" type="submit"/> <!-- <input value="Chat!" type="submit"/> -->
</p> <!-- </p> -->
</form> <!-- </form> -->
<p> <!-- <p> -->
Candy benötigt JavaScript im Browser. Bei <em>NoScript</em> <!-- Candy benötigt JavaScript im Browser. Bei <em>NoScript</em> -->
bedeutet das, daß du <em>anonxmpp.hq.c3d2.de</em> freigeben musst. <!-- bedeutet das, daß du <em>anonxmpp.hq.c3d2.de</em> freigeben musst. -->
</p> <!-- </p> -->
<!--p title="Chat per Secure Shell"> <!--p title="Chat per Secure Shell">
<image title="Gewohnte Bequemlichkeit im Terminal" <image title="Gewohnte Bequemlichkeit im Terminal"
@ -113,23 +113,23 @@
<dd>/join #c3d2</dd> <dd>/join #c3d2</dd>
</dl> </dl>
<p title="Chat mit einem IRC-Client"> <!-- <p title="Chat mit einem IRC-Client"> -->
Beispielsweise mit <link href="http://xchat.org/">XChat</link>: <!-- Beispielsweise mit <link href="http://xchat.org/">XChat</link>: -->
<image title="IRC, mit den besten Chats der 80er und 90er" <!-- <image title="IRC, mit den besten Chats der 80er und 90er" -->
class="right">images/muc/irc.png</image> <!-- class="right">images/muc/irc.png</image> -->
</p> <!-- </p> -->
<pre>/sslserver irc.hq.c3d2.de 6668 <!-- <pre>/sslserver irc.hq.c3d2.de 6668 -->
/join #c3d2</pre> <!-- /join #c3d2</pre> -->
<dl> <!-- <dl> -->
<dt>Host</dt> <!-- <dt>Host</dt> -->
<dd>irc.hq.c3d2.de</dd> <!-- <dd>irc.hq.c3d2.de</dd> -->
<dt>Port</dt> <!-- <dt>Port</dt> -->
<dd>6667</dd> <!-- <dd>6667</dd> -->
<dt>SSL Port</dt> <!-- <dt>SSL Port</dt> -->
<dd>6668</dd> <!-- <dd>6668</dd> -->
<dt>Channel</dt> <!-- <dt>Channel</dt> -->
<dd>#c3d2</dd> <!-- <dd>#c3d2</dd> -->
</dl> <!-- </dl> -->
<p title="Hinweise zu unserer Jabber-Infrastruktur"> <p title="Hinweise zu unserer Jabber-Infrastruktur">
Im Gegensatz zu kommerziellen Anbietern können wir keine hohe Im Gegensatz zu kommerziellen Anbietern können wir keine hohe

View File

@ -5,7 +5,7 @@
<page title="Hackerspace"> <page title="Hackerspace">
<p> <p>
<!-- status.png wird über space-api von einem server (auf pfade, definiert in json) umgeleitet --> <!-- status.png wird über space-api von einem server (auf pfade, definiert in json) umgeleitet -->
<image class="spacestatus" title="Aktueller Öffnungszustand">/status.png</image> <!-- <image class="spacestatus" title="Aktueller Öffnungszustand">/status.png</image> -->
Wir sind in wesentlich größere Räume gezogen. Damit gibt es Wir sind in wesentlich größere Räume gezogen. Damit gibt es
bald mehr Platz für spannende Projekte und Hackerkultur. Wir bald mehr Platz für spannende Projekte und Hackerkultur. Wir
suchen sowohl personelle als auch <link suchen sowohl personelle als auch <link

View File

@ -18,9 +18,11 @@
<!-- Events aus den News ziehen --> <!-- Events aus den News ziehen -->
<xsl:for-each select="document('../news.xml')/page/news/newsfile"> <xsl:for-each select="document('../news.xml')/page/news/newsfile">
<xsl:apply-templates select="document(concat('../', .))/item/event"> <xsl:if test="starts-with(date:difference(date:date-time(), document(concat('../', .))/item/@date), '-')">
<xsl:with-param name="link" select="concat(substring-before(substring-after(., 'content/'), '.xml'), '.html')"/> <xsl:apply-templates select="document(concat('../', .))/item/event">
</xsl:apply-templates> <xsl:with-param name="link" select="concat(substring-before(substring-after(., 'content/'), '.xml'), '.html')"/>
</xsl:apply-templates>
</xsl:if>
</xsl:for-each> </xsl:for-each>
</calendar-summary> </calendar-summary>
</page> </page>

View File

@ -323,12 +323,12 @@
<xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 5]"/> <xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 5]"/>
<!-- Hackerspace --> <!-- Hackerspace -->
<article class="space"> <!-- <article class="space"> -->
<a href="space.html"> <!-- <a href="space.html"> -->
<h3>Hackerspace</h3> <!-- <h3>Hackerspace</h3> -->
<p class="footer">Current status</p> <!-- <p class="footer">Current status</p> -->
</a> <!-- </a> -->
</article> <!-- </article> -->
<!-- Items 6..7 --> <!-- Items 6..7 -->
<xsl:apply-templates select="item[position() &gt;= 6 and position() &lt;= 7]"/> <xsl:apply-templates select="item[position() &gt;= 6 and position() &lt;= 7]"/>