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

View File

@ -5,7 +5,7 @@
<page title="Hackerspace">
<p>
<!-- 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
bald mehr Platz für spannende Projekte und Hackerkultur. Wir
suchen sowohl personelle als auch <link

View File

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

View File

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