From 28967f46bd422792fe13d70914831ce4abbda7b5 Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Fri, 18 May 2018 15:46:47 +0200 Subject: [PATCH] towards a flat structure --- .gitignore | 3 +++ system/HTH-flow.svg => HTH-flow.svg | 0 README.md | 24 ++++++++++++++++++++---- system/board.md => board.md | 0 system/decision.md => decision.md | 0 system/do-ocracy.md => do-ocracy.md | 0 system/flow.md => flow.md | 0 guidelines/README.md => guidelines.md | 0 header.tex | 15 +++++++++++++++ system/roles.md => roles.md | 0 system/README.md | 19 ------------------- 11 files changed, 38 insertions(+), 23 deletions(-) create mode 100644 .gitignore rename system/HTH-flow.svg => HTH-flow.svg (100%) rename system/board.md => board.md (100%) rename system/decision.md => decision.md (100%) rename system/do-ocracy.md => do-ocracy.md (100%) rename system/flow.md => flow.md (100%) rename guidelines/README.md => guidelines.md (100%) create mode 100644 header.tex rename system/roles.md => roles.md (100%) delete mode 100644 system/README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef49e27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +hack-the-hackerspace*.pdf +test*.pdf +test*.tex diff --git a/system/HTH-flow.svg b/HTH-flow.svg similarity index 100% rename from system/HTH-flow.svg rename to HTH-flow.svg diff --git a/README.md b/README.md index b8523d5..2762879 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,32 @@ We knew that, in order to fix this, we needed a system that gets the best out of This is divided into 3 parts. -### [1. The System](./system) +### The System This is a description of the system that will run our hackerspace. You will find the different decision processes and the different entities of the organization. The system should empower people to get the best out of themselves. It should stimulate collaboration, and enable people to think creatively and to solve problems creatively. We know that this system will be flawed from the start. We know that control of people is evil. But a flawed system is better than no system, and we will continuously patch this system to make it better. That is why this is on GitHub. So we can learn from our past mistakes and other people can stand on our shoulders to see further than anyone else. -### [2. The Guidelines](./guidelines) +#### Roles -This is the Code of Conduct. This is intended to be a very broad guideline of how members should behave. +Defines the roles of the different entities that are present in the space. -### [3. The Legacy](./legacy) +#### Decision Making Model + +A description of the decision making models used in the different entities of the space. + +#### Work Flow + +The flow of how decisions are made in the space. + +#### Do-ocracy + +The definition and boundaries of the Do-ocracy. + +### The Guidelines + +This is intended to be a very broad guideline of how members should behave. + +### The Legacy Because every good idea that was once written down has been misinterpreted, we included information that led us to the system and the guidelines in this repository as The Legacy. This should by used as a "cipher" to interpret the system and the guidelines correctly and to explain a bit of the rationale behind them. diff --git a/system/board.md b/board.md similarity index 100% rename from system/board.md rename to board.md diff --git a/system/decision.md b/decision.md similarity index 100% rename from system/decision.md rename to decision.md diff --git a/system/do-ocracy.md b/do-ocracy.md similarity index 100% rename from system/do-ocracy.md rename to do-ocracy.md diff --git a/system/flow.md b/flow.md similarity index 100% rename from system/flow.md rename to flow.md diff --git a/guidelines/README.md b/guidelines.md similarity index 100% rename from guidelines/README.md rename to guidelines.md diff --git a/header.tex b/header.tex new file mode 100644 index 0000000..6b43cde --- /dev/null +++ b/header.tex @@ -0,0 +1,15 @@ +\usepackage{pdfescape} +\makeatletter + + +\let\saved@hyper@linkurl\hyper@linkurl +\renewcommand*{\hyper@linkurl}[2]{% + \saved@hyper@linkurl{#1}{#2}% + \footnote{\protect\url{#1}}% +} + +\let\href@original\href +\renewcommand*{\href}{\protect\href@original} + + +\makeatother diff --git a/system/roles.md b/roles.md similarity index 100% rename from system/roles.md rename to roles.md diff --git a/system/README.md b/system/README.md deleted file mode 100644 index bc27289..0000000 --- a/system/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# The System - -An explanation of the structure of the hackerspace. - -## [Roles](roles.md) - -Defines the roles of the different entities that are present in the space. - -## [Decision Making Model](decision.md) - -A description of the decision making models used in the different entities of the space. - -## [Work Flow](flow.md) - -The flow of how decisions are made in the space. - -## [Do-ocracy](do-ocracy.md) - -The definition and boundaries of the Do-ocracy.