├── .gitignore ├── .travis.yml ├── 2-do-ocracy.md ├── 3-meetings.md ├── 4-the-board.md ├── 5-membership.md ├── 6-guidelines.md ├── 7-the-legacy.md ├── 8-acknowledgements.md ├── CONTRIBUTING.md ├── LICENSE ├── LICENSE.freepik ├── README.md ├── back.pdf ├── cover.jpg ├── cover.pdf ├── cover.tif ├── eisvogel.tex ├── epub-fonts ├── OpenSans-Bold.ttf ├── OpenSans-BoldItalic.ttf ├── OpenSans-ExtraBold.ttf ├── OpenSans-ExtraBoldItalic.ttf ├── OpenSans-Italic.ttf ├── OpenSans-Light.ttf ├── OpenSans-LightItalic.ttf ├── OpenSans-Regular.ttf ├── OpenSans-Semibold.ttf ├── OpenSans-SemiboldItalic.ttf ├── Oswald-Bold.ttf ├── Oswald-Light.ttf └── Oswald-Regular.ttf ├── epub.css ├── flow.md ├── flow.svg ├── hackerspace-blueprint-booklet-cover.pdf ├── include-back.tex ├── include-cover.tex ├── legacy ├── CommunityWiki_ Do Ocracy.pdf ├── HTH_2018-11-17_membership.md └── The_Fall_of_Hacker_Groups.md └── pandoc-metadata.yaml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/.travis.yml -------------------------------------------------------------------------------- /2-do-ocracy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/2-do-ocracy.md -------------------------------------------------------------------------------- /3-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/3-meetings.md -------------------------------------------------------------------------------- /4-the-board.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/4-the-board.md -------------------------------------------------------------------------------- /5-membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/5-membership.md -------------------------------------------------------------------------------- /6-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/6-guidelines.md -------------------------------------------------------------------------------- /7-the-legacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/7-the-legacy.md -------------------------------------------------------------------------------- /8-acknowledgements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/8-acknowledgements.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.freepik: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/LICENSE.freepik -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/README.md -------------------------------------------------------------------------------- /back.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/back.pdf -------------------------------------------------------------------------------- /cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/cover.jpg -------------------------------------------------------------------------------- /cover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/cover.pdf -------------------------------------------------------------------------------- /cover.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/cover.tif -------------------------------------------------------------------------------- /eisvogel.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/eisvogel.tex -------------------------------------------------------------------------------- /epub-fonts/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-BoldItalic.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-ExtraBold.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-Italic.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-Light.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-LightItalic.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-Semibold.ttf -------------------------------------------------------------------------------- /epub-fonts/OpenSans-SemiboldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/OpenSans-SemiboldItalic.ttf -------------------------------------------------------------------------------- /epub-fonts/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/Oswald-Bold.ttf -------------------------------------------------------------------------------- /epub-fonts/Oswald-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/Oswald-Light.ttf -------------------------------------------------------------------------------- /epub-fonts/Oswald-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub-fonts/Oswald-Regular.ttf -------------------------------------------------------------------------------- /epub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/epub.css -------------------------------------------------------------------------------- /flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/flow.md -------------------------------------------------------------------------------- /flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/flow.svg -------------------------------------------------------------------------------- /hackerspace-blueprint-booklet-cover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/hackerspace-blueprint-booklet-cover.pdf -------------------------------------------------------------------------------- /include-back.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/include-back.tex -------------------------------------------------------------------------------- /include-cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/include-cover.tex -------------------------------------------------------------------------------- /legacy/CommunityWiki_ Do Ocracy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/legacy/CommunityWiki_ Do Ocracy.pdf -------------------------------------------------------------------------------- /legacy/HTH_2018-11-17_membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/legacy/HTH_2018-11-17_membership.md -------------------------------------------------------------------------------- /legacy/The_Fall_of_Hacker_Groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/legacy/The_Fall_of_Hacker_Groups.md -------------------------------------------------------------------------------- /pandoc-metadata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x20/hackerspace-blueprint/HEAD/pandoc-metadata.yaml --------------------------------------------------------------------------------