├── CNAME ├── LICENSE.txt ├── README.md ├── _config.yml ├── _layouts ├── base.html └── redirect.html ├── assets └── accessibility.js ├── au_ballarat.html ├── ca_nl_stjohns.html ├── ca_qc_montreal.html ├── de_berlin.html ├── de_hamburg.html ├── index.de.html ├── index.html ├── running_a_group.html ├── se_stockholm.html ├── stickers ├── ComputerComputerComputer.png ├── README ├── stickerlogo-black.png └── stickerlogo-transparent.png ├── style.css ├── uk_birmingham.html ├── uk_brighton.html ├── uk_cardiff.html ├── uk_central_london.html ├── uk_east_london.html ├── uk_edinburgh.html ├── uk_london.html ├── uk_manchester.html ├── uk_north_london.html ├── uk_oxford.html ├── uk_west_london.html ├── us_akron.html ├── us_austin.html ├── us_boston.html ├── us_denver.html ├── us_newyork.html ├── us_portland.html ├── us_sanfrancisco.html └── us_seattle.html /CNAME: -------------------------------------------------------------------------------- 1 | why.computer 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. 6 | Statement of Purpose 7 | 8 | The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. 11 | 12 | For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 13 | 14 | 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: 15 | 16 | the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; 17 | moral rights retained by the original author(s) and/or performer(s); 18 | publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; 19 | rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; 20 | rights protecting the extraction, dissemination, use and reuse of data in a Work; 21 | database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and 22 | other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 23 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 24 | 25 | 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 26 | 27 | 4. Limitations and Disclaimers. 28 | 29 | No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. 30 | Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. 31 | Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. 32 | Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Computer Anonymous 2 | 3 | A meeting for people who don't know what they are doing on computer. The ideals and rules of the meetup are documented in index.html. 4 | 5 | We want to create a social group for people in and around tech, from all backgrounds, where they feel comfortable and welcome. 6 | 7 | We're not an outreach or an educational group, although both are important to us, we're primarily a technology related meetup, but with a code of conduct. 8 | 9 | If you want to start your own meetup, fork and open a pull request. We also love feedback and translations. 10 | 11 | Meeting pages and changes will almost always get merged straight away, but other changes take time. 12 | 13 | ## Writing Guidelines 14 | 15 | - We want to be explicit, not implicit, but we want to avoid special cases and lists where possible. 16 | - We want to avoid both slang and jargon, especially in the rules. We want to be conversational, not bureaucratic or formal in tone. 17 | - We have a complexity budget, we cannot make an exhaustive set of rules, and we have to translate things so the less words the better. 18 | - Smaller changes to the Rules have a higher chance of success, Larger changes take more discussion. Edit one line at a time. 19 | - The Code of Conduct is not a solution to people's behavior, but it's about admitting there is a problem. 20 | - Please avoid gendered language. This means don't use "guys", "guys and gals", "dude". We suggest "meatbags", "people", "peeps" or "folks". 21 | 22 | 23 | 24 | All content and contributions are licensed under CC0. 25 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | auto: true 2 | safe: true 3 | debug: true 4 | -------------------------------------------------------------------------------- /_layouts/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ page.title }} 5 | 9 | 13 | 17 | {{ page.extra-head-tags }} 18 | 19 | 20 |
21 | 35 | {{ content }} 36 |
37 |
38 |

39 | 41 | CC0 42 | 43 |
44 | To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to this work. 45 |

46 |
47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /_layouts/redirect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | redirecting 5 | 6 | 7 | 8 | 9 | 10 | 11 |

Redirecting...

12 | Click here if you are not redirected. 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /assets/accessibility.js: -------------------------------------------------------------------------------- 1 | /*jslint indent: 2, browser: true */ 2 | 3 | (function () { 4 | 'use strict'; 5 | 6 | document.getElementById('accessibility').classList[document.cookie.indexOf('invert=yep') > -1 ? 'add' : 'remove']('inverted'); 7 | 8 | if (document.addEventListener && document.documentElement.classList) { 9 | document.addEventListener('click', function (event) { 10 | var classes = event.target.classList; 11 | 12 | if (classes.contains('color-change')) { 13 | document.cookie = classes.contains('wob') ? 'invert=yep' : 'invert=nope'; 14 | document.getElementById('accessibility').classList[classes.contains('wob') ? 'add' : 'remove']('inverted'); 15 | event.preventDefault(); 16 | } 17 | }); 18 | } 19 | }()); 20 | -------------------------------------------------------------------------------- /au_ballarat.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Computer Anonymous - Ballarat 4 | --- 5 |

Computer Anonymous — Ballarat

6 | 7 |

Computer.

8 | 9 |

Computer ?

10 | 11 |

Computer :-(

12 | 13 |

Now you understand. Let's go to Computer Ballarat.

14 | 15 |

Read the overview and the 16 | rules at Computer 17 | Anonymous if you haven't already.

18 | 19 |

The Meetings

20 | 21 |

We've only just started! We haven't yet decided on long-term 22 | meeting plans.

23 | 24 |

Next meeting

25 | 26 |

Time: Sunday 8th February 2015, 2pm-5pm AEST

27 | 28 |

Location: The 29 | Mallow, 20 Skipton St, Ballarat VIC 3350

30 | 31 |

Previous meetings

32 | 33 |

(none yet)

34 | 35 |

The People

36 | 37 |

38 | Find us here: 39 |

40 | 41 | 45 | 46 |

Some of the folks you might see at Computer Ballarat include:

47 | 48 | 54 | 55 |

Talk to any of us if you want to attend, or just turn up!

56 | 57 |

Ideas, changes, etc

58 | 59 |

Got a suggestion, question, or issue? raise an 61 | issue on the 63 | computerballarat github repository

64 | 65 |

Want to add your name, or any other information, to this 66 | page? Raise a pull request to the above repository! Need help? 67 | Github help is a good 68 | place to start. Or just raise an issue as above.

69 | 70 | -------------------------------------------------------------------------------- /ca_nl_stjohns.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Computer Anonymous — St. John's, NL, Canada 4 | --- 5 |

Computer Anonymous — St. John's, NL, Canada

6 | 7 |

Read The overview if you haven't already.

8 | 9 |

//

10 | 11 |

The Meetings

12 | 13 |

First meeting

14 | 15 |

All of this has just kind of been thrown together. If you have any alternate suggestions, speak up!

16 | 17 |

Time: Tuesday, October 8, 2013 at 18:00

18 |

Location: Atlantic Place, 215 Water St.

19 | 24 | 25 |

//

26 | 27 |

Possible Venues for Future Meetings

28 | 29 |

YellowBelly Brewery, 288 Water Street

30 | 35 | 36 |

We need an option that's not in downtown...

37 | 38 |

//

39 | 40 |

The People

41 | 42 |

Talk to us if you want to attend, or just turn up!

43 | 44 | 47 | 48 |

Ping us! Er... me!

49 | -------------------------------------------------------------------------------- /ca_qc_montreal.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Computer Anonymous — Montréal 4 | --- 5 |

Computer Anonymous — Montréal

6 |

Read the overview if you haven't already / Lisez l'introduction s'il vous plaît si vous ne l'avez pas déjà fait.

7 |

//

8 |

Meetings / Les rendez-vous

9 |

First meeting / Premier rendez-vous:

10 |

Location: Rockaberry on St. Denis. (They have good coffee, cakes and beer / Ils ont du bon café, du gâteau et de la bière)

11 |

Time / Heure: 7pm Thursday Oct 24th / 7pm Jeudi le 24 Octobre

12 |

All this is up for debate, so let's talk about it on Twitter or IRC! / Tout ceci est ouvert au débat, on peut discuter sur Twitter ou IRC!

13 |

//

14 |

Contacts

15 | 18 | -------------------------------------------------------------------------------- /de_berlin.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Computer Anonym - Berlin 4 | --- 5 |

Computer.

6 | 7 |

Computer ?

8 |

Computer ?

9 | 10 |

Computer :-(

11 |

Computer :-(

12 | 13 |

Computer Berlin!

14 | 15 |

If you don't understand where you are here, please read this introduction first

16 |

Wenn du noch nicht verstehst wo du hier bist, bitte lies zuerst diese Einleitung.

17 | 18 |

Next Meeting

19 |

Nächstes Treffen

20 | 21 |

We're working out the first date.

22 |

Wir gucken gerade, wo/wie/wann wir uns das erste Mal treffen werden.

23 | 24 | 25 |

The Group

26 |

Die Gruppe

27 | 28 |

We might talk in English. We might talk in German. We might not talk. You're welcome if you can do any of these.

29 |

Vielleicht reden wir Englisch. Vielleicht reden wir Deutsch. Vielleicht reden wir gar nicht. Wenn du eins davon kannst, dann bist du willkommen.

30 | 31 | 32 |

The People

33 |

Die Leute

34 | 35 |

On IRC: irc.libera.chat ##computer

36 |

Auf IRC: irc.libera.chat ##computer

37 | 38 |

@WhyComputer on twitter

39 |

@WhyComputer auf Twitter

40 | -------------------------------------------------------------------------------- /de_hamburg.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Computer Anonym - Hamburg 4 | --- 5 |

Computer.

6 | 7 |

Computer ?

8 |

Computer ?

9 | 10 |

Computer :-(

11 |

Computer :-(

12 | 13 |

Computer Hamburg!

14 | 15 |

If you don't understand where you are here, please read this introduction first.

16 |

Wenn du noch nicht verstehst wo du hier bist, bitte lies zuerst diese Einleitung.

17 | 18 |

Next Meeting

19 |

Nächstes Treffen

20 |

The group's ultimate, permanent Doodle for finding the next meeting time.

21 |

Der ultimative, permanente Doodle um die passende Zeit zu finden.

22 | 23 | Link to the doodle poll. 24 | 25 |

Time - Zeit:

26 |

searching...suche...

27 | 28 |

Location: searching....suche...

29 | 30 |

The Groups

31 |

Die Gruppe

32 | 33 |

We might talk in English. We might talk in German. We might not talk. You're welcome if you can do any of these.

34 |

Vielleicht reden wir Englisch. Vielleicht reden wir Deutsch. Vielleicht reden wir gar nicht. Wenn du eins davon kannst, dann bist du willkommen.

35 | 36 |

The People

37 |

Die Leute

38 | 39 |

We have an kind-of official twitter account you can follow for local news and discussions @WhyComputer_HH.

40 |

Wir haben ein quasi-offizielles Twitter Konto, das für Neuigkeiten und Diskussionen genutzt wird: @WhyComputer_HH.

41 | 42 |

And here are some faces:

43 | 44 |

@greelgorke on twitter

45 |

@mparramon on twitter

46 | 47 |

If you want to attend, say hello to someone, and they will drag you along.

48 |

Wenn du kommen willst, sag "hallo" zu jemand, und sie/er wird dich einpacken und mitnehmen.

49 | 50 |

On IRC: irc.libera.chat ##computer

51 |

Auf IRC: irc.libera.chat ##computer

52 | 53 |

@WhyComputer on twitter

54 |

@WhyComputer auf Twitter

55 | 56 |

Past Meeting

57 |

Vergangene Treffen

58 |
59 |

Time - Zeit:

60 |

6. November 2013

61 | 62 |

Location: Cafe Absurd

63 | -------------------------------------------------------------------------------- /index.de.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: base 3 | title: Computer Anonymous 4 | --- 5 |

Computer.

6 | 7 |

Computer ?

8 | 9 |

Computer :-(

10 | 11 |

Jetzt verstehst du. Also lass mal zu Computer Anonym gehen.

12 | 13 |

Diese Seite existiert auch in den folgenden Sprachen:

14 |