Michael Hall has proposed merging 
lp:~mhall119/loco-directory/add-team-setup-page into lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  Bug #871781 in LoCo Team Directory: "Add "Setting up a LoCo Team" page"
  https://bugs.launchpad.net/loco-directory/+bug/871781

For more details, see:
https://code.launchpad.net/~mhall119/loco-directory/add-team-setup-page/+merge/78855

Adds a page with instructions for setting up a new loco team, linked from the 
about-locos page.  Text comes from the LC.
-- 
https://code.launchpad.net/~mhall119/loco-directory/add-team-setup-page/+merge/78855
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~mhall119/loco-directory/add-team-setup-page into lp:loco-directory.
=== modified file 'loco_directory/common/views.py'
--- loco_directory/common/views.py	2011-06-01 22:19:20 +0000
+++ loco_directory/common/views.py	2011-10-10 15:10:28 +0000
@@ -39,6 +39,11 @@
     return render_to_response('about_loco.html', context,
         RequestContext(request))
 
+def loco_setup(request):
+    context = {}
+    return render_to_response('loco_setup.html', context,
+        RequestContext(request))
+
 def irc_chat(request):
     context = {}
     return render_to_response('irc_chat.html', context,

=== modified file 'loco_directory/templates/about_loco.html'
--- loco_directory/templates/about_loco.html	2011-10-05 00:50:53 +0000
+++ loco_directory/templates/about_loco.html	2011-10-10 15:10:28 +0000
@@ -3,6 +3,10 @@
 
 {% block page_name %}{% trans "About Local Community (LoCo) Teams" %}{% endblock %}
 
+{% block sub_nav_links %}
+<a class="sub-nav-item" href="{% url loco_setup %}">{% trans "Setting up a new Local Community (LoCo) Team" %}</a>
+{% endblock %}
+
 {% block content %}
 
 <article class="main-content">

=== added file 'loco_directory/templates/loco_setup.html'
--- loco_directory/templates/loco_setup.html	1970-01-01 00:00:00 +0000
+++ loco_directory/templates/loco_setup.html	2011-10-10 15:10:28 +0000
@@ -0,0 +1,145 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block page_name %}{% trans "Setting up a LoCo Team" %}{% endblock %}
+
+{% block sub_nav_links %}
+<a class="sub-nav-item" href="{% url about_loco %}">{% trans "About Local Community (LoCo) Teams" %}</a>
+{% endblock %}
+
+{% block content %}
+
+<article class="main-content">
+    <h2>{% trans "Setting up a Local Community (LoCo) Team" %}</h2>
+    <p>{% blocktrans %}
+This page serves to help people who want to *set up a LoCo Team* in their
+area and the* steps they need to follow*.  We hope this simple step by step
+guide will make things easy for people to get involved and set up a team.
+    {% endblocktrans %}</p>
+    
+    <p>{% blocktrans %}
+A LoCo Team is a Local Community of Ubuntu users. A LoCo Team can involve
+things such as local promotion, support in the local language, general
+encouragement to local users, mentoring, social events and much more. Most
+importantly however, it lets people find other Ubuntu users near them and
+experience the Ubuntu Community first hand.
+    {% endblocktrans %}</p>
+    
+    <p>{% blocktrans %}
+LoCos are around to help promote or support Ubuntu and build communities in
+specific areas. Most LoCos have projects such as translating or customising
+Ubuntu for their specific area,or getting involved in the wider Ubuntu
+Community which is one of the things that makes Ubuntu great. The LoCos are
+a very important part of the Ubuntu Community.
+    {% endblocktrans %}</p>
+</article>
+
+<article class="main-content">
+    <h2>{% trans "Team Naming Standards and Setting up your team resources" %}</h2>
+
+    <h3>{% trans "Team Naming Standard" %}</h3>
+
+<p>{% blocktrans %}
+For Almost Everyone
+Ubuntu-Country ISO Code
+For the United States - (e.g. ubuntu-us-ut for Utah, ubuntu-us-ny for New
+York)
+{% endblocktrans %}</p>
+
+<p>{% blocktrans %}
+The following are a list of resources you should also set up, again, USA
+differ so please look at the naming examples for USA.
+{% endblocktrans %}</p>
+
+<ul>
+   <li>{% trans "IRC:&nbsp;&nbsp;ubuntu-us-SS (e.g. ubuntu-us-ut for Utah, ubuntu-us-ny for New York)" %}</li>
+
+   <li>{% trans "Launchpad:&nbsp;&nbsp;ubuntu-us-statename, or state short code (e.g ubuntu-us-ohio, ubuntu-us-ma)" %}</li>
+
+   <li>{% trans "Mailing List:&nbsp;&nbsp;ubuntu-us-stateprefix (e.g. ubuntu-us-ut, ubuntu-us-ny, ubuntu-us-fl)" %}</li>
+
+   <li>{% trans "Ubuntu Forums:&nbsp;&nbsp;state.ubuntuforums.org (e.g. utah.ubuntuforums.org)" %}</li>
+
+   <li>{% trans "Team Wiki Landing Page:&nbsp;&nbsp;wiki.ubuntu.com/StateTeam (e.g. wiki.ubuntu.com/MassachusettsTeam, wiki.ubuntu.com/OhioTeam)" %}</li>
+</ul>
+
+    <h3>{% trans "Setting up your team resources" %}</h3>
+
+<p>{% blocktrans %}
+One of the most critical tasks in running a successful team is to ensure it
+is easy for people to (a) get involved and (b) communicate with each other.
+This may require setting up some team resources.
+Every team should have the following resources set up:
+{% endblocktrans %}</p>
+
+<dl>
+   <dt>{% trans "Mailing List" %}</dt><dd><p>{% blocktrans %}
+   Mailing lists are hosted by Canonical at
+   <a href="http://lists.ubuntu.com/";>http://lists.ubuntu.com/</a> and each LoCo team should have a mailing list.
+   An ubuntu-CC (CC is the ISO country code) mailing list for general
+   discussion about Ubuntu in your language should be created. Email
+   [email protected] to request the creation of a mailing list. The list should
+   be created within 2 weeks. If it is not, please contact the LoCo council to
+   find out whether there is a problem with the request. United States teams
+   should append the two-letter US Postal Code (state name) abbreviation for
+   the relevant state (e.g. ubuntu-us-ca).
+   {% endblocktrans %}</p></dd>
+
+   <dt>{% trans "IRC Channel" %}</dt><dd><p>{% blocktrans %}
+   IRC is a great way for the team to have real-time
+   discussions about the group. You should register a channel on the freenode
+   IRC network. <a href="https://wiki.ubuntu.com/IRC/Guidelines";>https://wiki.ubuntu.com/IRC/Guidelines</a> has details of the
+   expectations of IRC channels in the #ubuntu-* namespace.
+   {% endblocktrans %}</p></dd>
+
+   <dt>{% trans "Forums" %}</dt><dd><p>{% blocktrans %}
+   For more information on Forums
+   <a href="https://wiki.ubuntu.com/UbuntuForums";>https://wiki.ubuntu.com/UbuntuForums</a>
+   {% endblocktrans %}</p></dd>
+
+   <dt>{% trans "Wiki Page" %}</dt><dd><p>{% blocktrans %}
+   wiki.ubuntu.com/Teamname
+   {% endblocktrans %}</p></dd>
+</dl>
+
+</article>
+
+<article class="main-content">
+    <h2>{% trans "So step by step:" %}</h2>
+
+<dl>
+<dt>{% trans "*Step 1*: Create a team on Launchpad" %}</dt>
+<dd><p>{% blocktrans %}
+<a href="https://help.launchpad.net/Teams/CreatingAndRunning";>https://help.launchpad.net/Teams/CreatingAndRunning</a>
+{% endblocktrans %}</p></dd>
+
+<dt>{% trans "*Step 2*: Create a Mailing list" %}</dt>
+<dd><p>{% blocktrans %}
+<a href="https://lists.ubuntu.com/mailman/create";>https://lists.ubuntu.com/mailman/create</a>
+{% endblocktrans %}</p></dd>
+
+<dt>{% trans "*Step 3*: Create an IRC channel" %}</dt>
+<dd><p>{% blocktrans %}
+Add the loco bot to your team channel by mailing [email protected]
+<br />
+<a href="http://blog.freenode.net/2008/04/registering-a-channel-on-freenode/";>http://blog.freenode.net/2008/04/registering-a-channel-on-freenode/</a>
+{% endblocktrans %}</p></dd>
+
+<dt>{% trans "*Step 4*: Create a wiki page for your team" %}</dt>
+<dd><p>{% blocktrans %}
+An example would be Wiki.ubuntu.com/TeamName
+<br />
+Then automatically but not straight away your team will show up on the LoCo
+Directory - <a href="http://loco.ubuntu.com/teams/";>http://loco.ubuntu.com/teams/</a>
+{% endblocktrans %}</p></dd>
+</dl>
+
+<p>{% blocktrans %}
+If at any point you get stuck of need help please just ask the LoCo Council
+for help, you may mail us at <a href="mailto:[email protected]">[email protected]</a> and we will aim
+to help you as best we can.
+{% endblocktrans %}</p>
+
+</article>
+
+{% endblock %}

=== modified file 'loco_directory/urls.py'
--- loco_directory/urls.py	2011-03-15 13:08:01 +0000
+++ loco_directory/urls.py	2011-10-10 15:10:28 +0000
@@ -10,6 +10,7 @@
     url(r'^language/', 'common.views.set_language', name='set_language'),
     url(r'^about/$', 'common.views.about', name='about'),
     url(r'^irc/$', 'common.views.irc_chat', name='irc_chat'),
+    url(r'^about-loco/setup/$', 'common.views.loco_setup', name='loco_setup'),
     url(r'^about-loco/$', 'common.views.about_loco', name='about_loco'),
     url(r'^using-locodir/$', 'common.views.using_locodir', name='using_locodir'),
     url(r'^openid/', include('django_openid_auth.urls')),

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to