pages, portal: rm hq.c3d2.de references [hq is down]

This commit is contained in:
Astro 2013-12-05 03:57:04 +01:00
parent 6307940783
commit dc9877f9eb
3 changed files with 12 additions and 10 deletions

View File

@ -26,15 +26,15 @@
</p> </p>
</form--> </form-->
<p title="Chat im Browser"> <!--p title="Chat im Browser">
<image title="Einfach mit dem Browser" <image title="Einfach mit dem Browser"
class="right">images/muc/browser.png</image> class="right">images/muc/browser.png</image>
Mit der Software <!--link href="http://www.muckl.org/">MUCkl</link--> Mit der Software
<link href="http://candy-chat.github.com/candy/">Candy</link> <link href="http://candy-chat.github.com/candy/">Candy</link>
verfügen wir über einen Client bei dem lediglich dein eigener verfügen wir über einen Client bei dem lediglich dein eigener
Browser mit unserem Jabber-Server kommuniziert. Du musst hier Browser mit unserem Jabber-Server kommuniziert. Du musst hier
lediglich einen Spitznamen eingeben und los gehts: lediglich einen Spitznamen eingeben und los gehts:
</p> </p-->
<!--form xmlns="http://www.w3.org/1999/xhtml" <!--form xmlns="http://www.w3.org/1999/xhtml"
action="https://anonxmpp.hq.c3d2.de/muckl/muckl.html"> action="https://anonxmpp.hq.c3d2.de/muckl/muckl.html">
<p> <p>
@ -44,7 +44,7 @@
<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="muckl-nick">Name:</label> <label for="muckl-nick">Name:</label>
@ -55,7 +55,7 @@
<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,6 +113,7 @@
<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"
@ -130,6 +131,7 @@
<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

@ -4,8 +4,8 @@
<page title="Hackerspace"> <page title="Hackerspace">
<p> <p>
<image class="spacestatus" <!--image class="spacestatus"
title="Aktueller Öffnungszustand">http://www.hq.c3d2.de/status.png</image> title="Aktueller Öffnungszustand">http://www.hq.c3d2.de/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

@ -323,12 +323,12 @@
<xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 4]"/> <xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 4]"/>
<!-- 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-->
<xsl:apply-templates select="item[position() &gt;= 5 and position() &lt;= 7]"/> <xsl:apply-templates select="item[position() &gt;= 5 and position() &lt;= 7]"/>
@ -341,7 +341,7 @@
</article> </article>
<!-- 8..29 --> <!-- 8..29 -->
<xsl:apply-templates select="item[position() &gt;= 8 and position() &lt;= 29]"/> <xsl:apply-templates select="item[position() &gt;= 8 and position() &lt;= 30]"/>
</section> </section>
</xsl:template> </xsl:template>