Merge lp:~randall/uak/rr02 into lp:uak

Proposed by Randall Ross
Status: Merged
Approved by: Randall Ross
Approved revision: 65
Merged at revision: 100
Proposed branch: lp:~randall/uak/rr02
Merge into: lp:uak
Diff against target: 348 lines (+162/-71)
7 files modified
adk/adk-documentation.rst (+7/-7)
adk/adk.rst (+14/-15)
adk/documentation.rst (+11/-3)
adk/index.rst (+39/-18)
adk/locoteams-activities.rst (+4/-4)
adk/locoteams-creating.rst (+39/-24)
adk/tips.rst (+48/-0)
To merge this branch: bzr merge lp:~randall/uak/rr02
Reviewer Review Type Date Requested Status
Randall Ross Approve
Review via email: mp+140778@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Randall Ross (randall) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'adk/adk-documentation.rst'
--- adk/adk-documentation.rst 2012-12-14 01:23:12 +0000
+++ adk/adk-documentation.rst 2012-12-19 22:10:25 +0000
@@ -1,9 +1,9 @@
1==========================1======================================
2Contributing Documentation2Contributing Documentation to this Kit
3==========================3======================================
44
5A big chunk of the ADK is a fantastic set of documentation for how to advocate5A big chunk of the Ubuntu Advocacy Kit (UAK) is a fantastic set of documentation for how to advocate
6Ubuntu in different ways and how to join and create LoCo Teams. We want this6Ubuntu in different ways and how to join and create Ubuntu teams. We want this
7documentation to be clear, well written, and pleasurable to read.7documentation to be clear, well written, and pleasurable to read.
88
9We are always looking for volunteers to help maintain our documentation and9We are always looking for volunteers to help maintain our documentation and
@@ -25,7 +25,7 @@
25Inside the archive you can see an `adk` directory. This is where you can25Inside the archive you can see an `adk` directory. This is where you can
26find the documentation.26find the documentation.
2727
28The content is writted in Restructured Text (RST); a simple way of applying formatting28The content is writted in ReStructured Text (RST); a simple way of applying formatting
29and mark-up to content. As an example, this page is written in RST and you29and mark-up to content. As an example, this page is written in RST and you
30can read the source in `ubuntu-adk/adk/adk-documentation.rst` to see how it is30can read the source in `ubuntu-adk/adk/adk-documentation.rst` to see how it is
31written.31written.
@@ -67,7 +67,7 @@
67With your content written, you need to format it to apply the headings, italics,67With your content written, you need to format it to apply the headings, italics,
68boldface, bullet-points and other formatting elements.68boldface, bullet-points and other formatting elements.
6969
70Content in the ADK is written using `reStructuredText <http://en.wikipedia.org/wiki/ReStructuredText>`_. This is a simple70Content in the UAK is written using `reStructuredText <http://en.wikipedia.org/wiki/ReStructuredText>`_. This is a simple
71formatting style that lets you write your content and easily format it as you71formatting style that lets you write your content and easily format it as you
72write it.72write it.
7373
7474
=== modified file 'adk/adk.rst'
--- adk/adk.rst 2012-12-14 01:23:12 +0000
+++ adk/adk.rst 2012-12-19 22:10:25 +0000
@@ -3,30 +3,29 @@
3 You can adapt this file completely to your liking, but it should at least3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.4 contain the root `toctree` directive.
55
6About The ADK6About The UAK
7=============7=============
88
99
10The Ubuntu Advocacy Development Kit (ADK) kit is a collaborative project10The Ubuntu Advocacy Kit (UAK) kit is a collaborative project
11in the Ubuntu community designed to make it easier to share Ubuntu with others,11made by the Ubuntu community designed to make it easier to share the enthusiasm of Ubuntu with others, to create local communities of people that enjoy Ubuntu, and to advocate Ubuntu both in your local area and online.
12create local communities, and advocate Ubuntu in your area and online.12
1313.. Tip:: If you find a problem in the UAK, such as broken pages, typos, or
14.. Tip:: If you find a problem in the ADK, such as broken pages, types, or14 any other issues, please `report it by clicking here <https://bugs.launchpad.net/ubuntu-adk/+filebug>`_.
15 other issues, please `report it by clicking here <https://bugs.launchpad.net/ubuntu-adk/+filebug>`_.15
1616Contribute To The UAK
17Contribute To The ADK
18---------------------17---------------------
1918
20The aim of the ADK is to ensure we have clearly written, current, useful19The aim of the UAK is to ensure we have clearly written, current, useful
21information and resources for Ubuntu advocacy.20information and resources for Ubuntu advocates.
2221
23To help keep the ADK up to date, we look to our community to contribute to22To help keep the AUK up to date, we look to our community of Ubuntu enthusiasts worldwide to contribute to
24it. If you can write documentation or translate, we have something you can23it. If you can write clear documentation or can translate our documents into your language, we have something you can
25help with!24help with!
2625
27The goal of the ADK is to provide a comprehensive set of documentation and26The goal of the UAK is to provide a comprehensive set of documentation and
28materials that our community can use to advocate Ubuntu as easily and27materials that our community can use to advocate Ubuntu as easily and
29effectively as possible.28as effectively as possible.
3029
31Ways To Help30Ways To Help
32~~~~~~~~~~~~31~~~~~~~~~~~~
3332
=== modified file 'adk/documentation.rst'
--- adk/documentation.rst 2012-12-17 13:16:37 +0000
+++ adk/documentation.rst 2012-12-19 22:10:25 +0000
@@ -1,10 +1,18 @@
1.. Advocacy Development Kit documentation master file, created by1.. Ubuntu Advocacy Kit documentation master file, created by
2 sphinx-quickstart on Wed Nov 7 17:33:41 2012.2 sphinx-quickstart on Wed Nov 7 17:33:41 2012.
3 You can adapt this file completely to your liking, but it should at least3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.4 contain the root `toctree` directive.
55
6LoCo Teams6Tips for Ubuntu Advocates
7----------7-------------------------
8
9.. toctree::
10 :maxdepth: 1
11
12 tips
13
14Ubuntu Local Community (LoCo) Teams
15-----------------------------------
816
9.. toctree::17.. toctree::
10 :maxdepth: 118 :maxdepth: 1
1119
=== modified file 'adk/index.rst'
--- adk/index.rst 2012-12-14 20:43:28 +0000
+++ adk/index.rst 2012-12-19 22:10:25 +0000
@@ -1,32 +1,53 @@
1.. Advocacy Development Kit documentation master file, created by1.. Advocacy Development Kit documentation master file, created by
2 sphinx-quickstart on Wed Nov 7 17:33:41 2012.2 sphinx-quickstart on Wed Nov 7 17:33:41 2012.
3 You can adapt this file completely to your liking, but it should at least3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.4 contain the root `toctree` directive. (Recommend we refer to the kit (output) as simply "Ubuntu Advocacy Kit", and the thing that generates the kit as "Ubuntu Advocacy Development Kit". The word development has the potential to deter non-technical people that want to help us.)
5
6
57
6Welcome!8Welcome!
7========9========
810
9Welcome to the **Ubuntu Advocacy Development Kit**!11Welcome to the **Ubuntu Advocacy Kit**!
1012
11The Ubuntu Advocacy Development Kit (ADK) kit is designed to provide13The Ubuntu Advocacy Kit (UAK) is an information resource written by people who are passionate about Ubuntu
12everything that you need to get started spreading the word about Ubuntu14and want to see Ubuntu spread everywhere. In short, we are Ubuntu Advocates. We want to change the world and we want you to help us.
13in your local community, online, and anywhere else.15
1416We have designed this kit to provide everything that you need to begin spreading the word about Ubuntu to
15Included is a wealth of documentation and materials designed to ensure you17your friends, family, colleagues, your social networks, and even to random strangers on the street.
16have the content you need at your finger tips.18(Yes, we've done that too!)
19
20We have included wealth of helpful documentation and practical materials designed to ensure that you
21have everything you need at your finger tips. Never be at a loss for words about Ubuntu again. If you had 15 seconds to impress someone about Ubuntu, what would you say? What would you show?
22Always be ready to spread the concept of Ubuntu to those near you. And, do it in style!
23
24
25Are You an Ubuntu Advocate?
26---------------------------
27
28Chances are that by virtue of you taking the time to download and install this kit, you're likely an **advocate**,
29or nearly so.
30
31The dictionary defines an advocate as "A person who *publicly* supports or recommends a *particular* cause or policy." The key words are "publicly" and "particular".
32
33Do you say good things about Ubuntu in public? Do you want to?
34
35Do you enjoy Ubuntu regularly? Do you contribute to spreading the project? Do you get passionate when talking to others about
36Ubuntu? Do you envision a world where people have a say in their computing tools and where the tools work for them? That's freedom!
37
38Welcome to the world of Ubuntu advocacy. You are amongst friends.
39
1740
18Who Is This Kit For?41Who Is This Kit For?
19--------------------42--------------------
2043
21This kit is designed for *anyone* who wants to advocate, share, and spread44This kit is designed for *anyone* who wants to advocate, share, and spread
22the word about Ubuntu.45the word about Ubuntu. In short: *Advocates*
2346
24Although many people gather together in LoCo Teams to advocate Ubuntu together,47Although many people gather together in Ubuntu local community (LoCo) Teams to advocate Ubuntu together,
25you *don't have to join a LoCo Team* to help advocate Ubuntu. We typically48you *don't have to join an Ubuntu local community (LoCo) Team* to help advocate Ubuntu or to benefit from (or contribute to) this kit. Joining a LoCo Team *can* be a lot of fun, but it is certainly not a requirement.
26recommend joining a LoCo Team as it can be a lot of fun, but it is certainly49
27not a requirement.50If you want to share your enthusiasm about Ubuntu with others, this kit is for *definitely* for you!
28
29If you want to share Ubuntu with others, this kit is for you!
3051
31Navigating The Kit52Navigating The Kit
32------------------53------------------
@@ -36,7 +57,7 @@
3657
37 * `Documentation <./documentation.html>`_ - a wide range of guidance, information58 * `Documentation <./documentation.html>`_ - a wide range of guidance, information
38 and expertise about how to advocate Ubuntu and spread the word, and how to59 and expertise about how to advocate Ubuntu and spread the word, and how to
39 join, create, and organize Ubuntu LoCo Teams.60 join, create, and organize Ubuntu Local Community (LoCo) Teams.
40 * `Materials <./materials.html>`_ - a wide range of high-quality logos, posters,61 * `Materials <./materials.html>`_ - a wide range of high-quality logos, posters,
41 and other content available at your finger tips to perform your advocacy62 and other content available at your finger tips to perform your advocacy
42 with.63 with.
4364
=== modified file 'adk/locoteams-activities.rst'
--- adk/locoteams-activities.rst 2012-12-12 02:20:55 +0000
+++ adk/locoteams-activities.rst 2012-12-19 22:10:25 +0000
@@ -2,12 +2,12 @@
2Activities For LoCo Teams2Activities For LoCo Teams
3=========================3=========================
44
5Things your LoCo can do5Things Your Team Can Do
6=======================6=======================
77
8LoCo teams are predominantly set up to do interesting things such as advocacy,8Ubuntu Local Community (LoCo) teams are predominantly set up to bring people that share an enjoyment of Ubuntu together. They do interesting and enjoyable things such as advocacy,
9education, support, translations or other tasks. You should always have tasks9education, support, translations, coding, or many other activities. Teams needn't be all task-oriented all the time though. Sometimes, people just want to hang out and talk about Ubuntu with other people that enjoy Ubuntu. That is ok! You should always have a balance of fun. You should also have tasks
10available for members to get started with, and try to have a varied enough10available for members to get started with contibuting to Ubuntu, and try to have a varied enough
11list of tasks that anyone can get involved, no matter what their interest11list of tasks that anyone can get involved, no matter what their interest
12is. Here are some suggestions.12is. Here are some suggestions.
1313
1414
=== modified file 'adk/locoteams-creating.rst'
--- adk/locoteams-creating.rst 2012-12-18 03:54:52 +0000
+++ adk/locoteams-creating.rst 2012-12-19 22:10:25 +0000
@@ -1,16 +1,22 @@
1====================1===============================
2Creating a LoCo Team2Creating a Local Community Team
3====================3===============================
44
5Creating a LoCo team is an exciting, challenging and rewarding experience.5Creating a local community (LoCo) team is an exciting, challenging and a potentially rewarding experience.
66
7With a successful LoCo team you have the potential to really help advocate7With a successful team you have the potential to really help advocate
8and develop Ubuntu in your part of the world and get more people using Free Software.8and develop Ubuntu in your part of the world and to get more people enjoying Free Software.
99
10Although from the outset, setting up a LoCo seems simple, getting a successful10Do You Have "The Right Stuff"?
11team up and running can often be a challenging, difficult process. Running11==============================
12a LoCo team not only requires a skill in motivating people to join your team,12
13but it also requires an ability to inspire the team where to move forward,13Do you enjoy meeting new people? Do you enjoy a room filled with lively conversations and fun? Do you feel happy when you introduce two total strangers to one another who didn't know they had much in common in the first place? You might be a connector.
14
15* We should talk about some standard roles here. The "hunter", the "farmer", the "manager", etc.
16
17Although from the outset, setting up a team seems simple, getting a successful
18team up and running can sometimes be a challenging, and difficult process. Running a LoCo team not only requires a skill in motivating people to join your team,
19but also ability to inspire the team where to move forward,
14be organised and resolve conflict where required. Setting up and leading20be organised and resolve conflict where required. Setting up and leading
15a LoCo team is not about forming a group and telling people what to do -21a LoCo team is not about forming a group and telling people what to do -
16it is about forming a group and inspiring people to do amazing things.22it is about forming a group and inspiring people to do amazing things.
@@ -18,17 +24,26 @@
18Getting Started24Getting Started
19===============25===============
2026
21When deciding to create a LoCo team for your area, you should first decide27So, you think you have what it takes to make an Ubuntu team in your area? Great!
22which particular region you want to create a team for. Before you continue,28
23first check to see if an existing team exists. See the `full list of LoCo Teams <http://loco.ubuntu.com/teams/>`_29When deciding to create a team near you, you should first decide
24and look to see if there is one in your area.30which particular geography you want to create a team for. Generally, you'll want your team to be in close enough proximity to be able to meet without a big hassle of getting to and from events.
2531
26Generally LoCo teams have a fairly large catchment area. So, as an example32You'll also want to ensure that your team encompasses a large enough population to reach a critical mass of regular participants. As a rule of thumb, if you take the population of your town and divide by 200, you'll get an idea of how many people are likely already Ubuntu people. (This varies widely by region though, so if you get a lot more or less, don't blame us). Of the total number of people that enjoy Ubuntu in your town or city, likely 1 in 10 are what we call "joiners". People that like to join organized Ubuntu teams.
27the UK LoCo Team have a single group for the entire country. This is because33
28the UK is a fairly small country. However, as part of the UK Team, smaller34Before you continue,
29meetings around the country happen, but they all fall under the remit of35you might first want to check to see if a team exists in your town or city. You can see the `full list of LoCo Teams <http://loco.ubuntu.com/teams/>`_
30the UK LoCo team. For larger countries such as the USA, it is more common36
31to have LoCo teams at a state level - the country is too big to have one single LoCo team.37
38Note that historically, Ubuntu was a small project and as a side-effect LoCo teams have had to have a fairly large catchment area. For example,
39the United Kingdom (UK) LoCo Team have a single group for the entire country. This is because
40the UK is a fairly (geographically) small country. However, as Ubuntu has grown,
41meetings in towns and cities around the country happen, all loosely affiliated with the UK LoCo team. For larger countries such as the USA, it has been more common
42to have LoCo teams at a state level - the country is far too vast to to have one single LoCo team. Imagine having to travel from Seattle to Miami to attend an Ubuntu release party! ;) And in some (rarer) cases, LoCo teams exist at a city or town level (e.g. Vancouver, Chicago, )
43
44
45
46* RR: The below text is sounding bureaucratic and I recommend we consider spinning it out of the advocacy kit, or re-work it significantly.
3247
33Each LoCo team is intended to support all variants of Ubuntu/Kubuntu/Edubuntu48Each LoCo team is intended to support all variants of Ubuntu/Kubuntu/Edubuntu
34etc. If you want to set up a specific group for a derivative, you should do49etc. If you want to set up a specific group for a derivative, you should do
3550
=== added file 'adk/tips.rst'
--- adk/tips.rst 1970-01-01 00:00:00 +0000
+++ adk/tips.rst 2012-12-19 22:10:25 +0000
@@ -0,0 +1,48 @@
1Tips For Ubuntu Advocates
2-------------------------
3
4We've seen a lot of people try to advocate Ubuntu over the years. Some of their efforts fail, even though Ubuntu is an impressive project. Here are some "words of wisdom" based on what we've seen work:
5
61. **Pronounce "Ubuntu" correctly.** It's pronounced “Oo-boon-too”. This
7might sound like something trivial or pedantic, but please recognize
8that when you mispronounce a word, your credibility may be called into question.
9
102. **Use Ubuntu yourself. Every day.** Make it your sole operating system and
11immerse yourself in it. After all, if you're not confident enough to do so, why should anyone else?
12As Gandhi once said, “Be the change you want to see.”
13
143. **Don't assume people have ever heard of it.** Pretend it's brand new to them.
15Introduce Ubuntu as Ubuntu, and skip the references to arcane systems of days gone by,
16and also skip the computer science minutia. Most people don't care and tend to tune out
17if you try to impress with jargon or recount a technical history lesson.
18
194. **Choose your targets.** Don't assume that everyone is ready for Ubuntu. Some aren't.
20Since you have limited resources and time, try to gauge whether a person is receptive
21to new ideas and ways of thinking, generally. Ask them some probing questions (without
22saying Ubuntu) that will help you understand their comfort with change. If they seem to
23be open-minded, give it a shot.
24
255. **Don't be a soloist.** You're not the whole Ubuntu community. The millions of people in
26the world who use Ubuntu collectively have a much greater wealth of Ubuntu knowledge than
27yourself individually. So, if you've found someone that you think is ready for Ubuntu,
28encourage them to participate in the community as their next step. There's no substitute
29for a community and the person you guide way will be richer in knowledge because you have
30done so.
31
326. **Learn about Ubuntu and know it well.** If you don't know something, defer to the Ubuntu
33community. Someone out there will know it. Don't make up answers.
34
357. **Always be prepared** to give a brief but interesting demo. Have a good, clean working system
36running the latest released version of Ubuntu. Ideally, you'll want a separate user on your system called “demo”
37or something similar set up so you're not exposing personal files or strange configurations and settings
38that will confuse your target audience. Encourage them to play with the system themselves.
39
408. **Never compare Ubuntu** with other operating systems, free or not. When you do, you draw people's
41attention away from your message and towards a competitor's. Don't name competitors' names. Refer to their
42products only if asked specifically, and only in the general sense.
43
449. **Use stories.** People appreciate a good story about your personal journey. How did you discover
45Ubuntu? What impressed you the most about it? When did you make the decision to never turn back?
46Even though these tips will likely steer you in a good direction in your advocacy efforts, never forget
47that there are no universal strategies. Every person you approach will need a slightly different
48flavour of the above.
0\ No newline at end of file49\ No newline at end of file

Subscribers

People subscribed via source and target branches