~chipaca/unity-lens-video/custom-user-agent

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{% extends "base.html" %}

{% block pagetitle %}Mission statement{% endblock %}

{% block keywords %}{% endblock %}

{% block description %}{% endblock %}

{% block content %}

<h1>Mission statement</h1>

<p>This "mission statement" is the foundation of our website project.</p>

<dl class="mission">
    <dt>MISSION</dt>
    <dd>Create a website for building up a collection of practical or just pure awesome bash one-liners or shell script tips and tricks for GNU Linux and similar systems. Open, collaborative system, user friendly, with functions to contribute one-liners, request one-liners, search, rss feed, commenting, Open ID login. Open-source project, using modern web technologies.</dd>

    <dt>OPPORTUNITIES</dt>
    <dd>Knowledge exchange between bash gurus, fresh ideas by new contributors, education of users new to GNU Linux, coffee break entertainment. Also: "XYZOneLiners" &mdash; clone systems for the same purpose but different focus subject, such as jQueryOneLiners, AndroidOneLiners, or even ArduinoTips and GardeningHacks.
    </dd>

    <dt>AREAS OF COLLABORATION</dt>
    <dd>Interface design, development, documentation, translations, testing.</dd>
    
    <dt>SKILLS REQUIRED</dt>
    <dd>Programming (web, mobile), web design, testing, translations, karma.</dd>

</dl>

<p>If you are interested in joining this open-source project, head over to the <a href="{% url bashoneliners.main.views.sourcecode %}">source code</a> page.</p>

{% endblock %}