Page MenuHomeDevCentral

index.html
No OneTemporary

index.html

<header id="welcome">
<div class="row hero">
<div class="large-10 large-offset-1 columns">
<h1>Welcome to Dæghrefn.</h1>
<h2>Packed with utilities. For Freenode communities.</h2>
</div>
</div>
</header>
<section id="actions" class="darken">
<div class="row" id="doc">
<div class="large-3 large-offset-1 text-center large-text-left columns">
<i class="fi-book huge"></i>
</div>
<div class="large-8 columns">
<h3>Documentation</h3>
<p>You use some Dæghrefn feature? You can contribute to write documentation.</p>
<p>Currently, some elements could be found at the following places:</p>
<ul>
{{#each doc_links}}
<li><a href="{{ url }}">{{ location }}</a> — {{ content }}</li>
{{/each}}
</ul>
</div>
</div>
<div class="row" id="communities">
<div class="large-3 large-offset-1 text-center large-text-left columns">
<i class="fi-torsos-female-male huge"></i>
</div>
<div class="large-8 columns">
<h3>Communities we serve</h3>
<p>Dæghrefn and Wearg live on the IRC Freenode network, where any channel could benefit of our solutions.</p>
<p>The server infrastructure is maintained by Nasqueron as a service offered to the free culture communities.</p>
<div class="row small-up-1 medium-up-2 large-up-4 text-center blockgrid white black-margin">
{{#each communities}}
<div class="column">
{{ ucfirst this }}<br />
<img src="{{ root }}assets/img/logo-{{ this }}.png">
</div>
{{/each}}
</div>
</div>
</div>
<div class="row" id="add">
<div class="large-3 large-offset-1 text-center large-text-left columns">
<i class="fi-mountains huge"></i>
</div>
<div class="large-8 columns">
<h3>Add a channel</h3>
<p>We can add new channels to Dæghrefn if you've a specific
need for an utility general-purpose bot.</p>
<p>
<strong>CI:</strong> Another bot, Wearg, is connected to
a RabbitMQ message broker, fuelled by our
<a href="https://github.com/nasqueron/notifications/tree/master/app">
notifications center
</a>
to process events from Phabricator, GitHub or Docker Hub.
This can be used to notify channels about new commits, pull
requests on GitHub, etc.
That can be adapted to received events from other systems.
</p>
<p>Explain your needs and we'll offer you a solution. We create
<em>sur mesure</em> code for each community.</p>
<form action="{{ tasks.request_channel.url }}">
{{#each tasks.request_channel.parameters}}
<input type="hidden" name="{{ @key }}" value="{{ this }}">
{{/each}}
<input type="submit" class="button round"
value="{{ tasks.request_channel.action }}">
</form>
</div>
</div>
<div class="row" id="dev">
<div class="large-3 large-offset-1 text-center large-text-left columns">
<i class="fi-trees huge"></i>
</div>
<div class="large-8 columns">
<h3>Development</h3>
<p>All the code we write is open source and released under BSD-2-Clause license.<br />
A few third-party software components could have their own licence.</p>
<p>You're welcome to contribute.</p>
<ul>
{{#each dev_resources}}
<li>
<strong>{{ title }}:</strong>
<a href="{{ link.href }}">{{ link.text }}</a>
({{content}})
</li>
{{/each}}
</ul>
<form action="{{ tasks.report_issue.url }}">
{{#each tasks.report_issue.parameters}}
<input type="hidden" name="{{ @key }}" value="{{ this }}">
{{/each}}
<input type="submit" class="button round"
value="{{ tasks.report_issue.action }}">
</form>
</div>
</div>
</section>
{{> footer}}

File Metadata

Mime Type
text/html
Expires
Thu, Apr 9, 02:29 (8 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3603820
Default Alt Text
index.html (4 KB)

Event Timeline