|
@@ -0,0 +1,131 @@
|
|
|
+---
|
|
|
+layout: default
|
|
|
+---
|
|
|
+
|
|
|
+<style type="text/css">
|
|
|
+ .editable {
|
|
|
+ background-color: Gainsboro;
|
|
|
+ padding: 10px 10px 10px 10px;
|
|
|
+ min-height: 1.5em;
|
|
|
+ font-family: monospace;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+
|
|
|
+<article class="post">
|
|
|
+
|
|
|
+ <header class="post-header">
|
|
|
+ <h1 class="post-title">Create
|
|
|
+ {% if page.title != "Create" %}
|
|
|
+ <span style="color:gray;">
|
|
|
+ / {{ page.title }}
|
|
|
+ </span>
|
|
|
+ {% endif %}
|
|
|
+ </h1>
|
|
|
+ </header>
|
|
|
+
|
|
|
+ <p>Use the questions below to begin creating your community's Rule. The suggested modules are linked to (in progress) entries at <a href="https://medlabboulder.gitlab.io/democraticmediums/">Democratic Mediums</a>.</p>
|
|
|
+
|
|
|
+ <p><strong>Templates</strong>
|
|
|
+ [ <a href="{% link create.md %}">Default</a>
|
|
|
+ {% for template in site.create %}
|
|
|
+ / <a href="{{ site.baseurl }}{{ template.url }}">{{ template.title }}</a>
|
|
|
+ {% endfor %}
|
|
|
+ ]
|
|
|
+
|
|
|
+
|
|
|
+ <div class="post-content">
|
|
|
+ {{ content }}
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <hr />
|
|
|
+
|
|
|
+ <p></p>
|
|
|
+
|
|
|
+ <em>What is the community’s name?</em>
|
|
|
+ <h1 contenteditable="true" class="editable">
|
|
|
+ {{ page.community-name }}
|
|
|
+ </h1>
|
|
|
+
|
|
|
+ <h2 id="purpose">Purpose</h2>
|
|
|
+ <em>What is the community’s mission?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.mission }}
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <em>What core values does it hold?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.values }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/secrecy/">secrecy</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/solidarity/">solidarity</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/transparency/">transparency</a></p>
|
|
|
+
|
|
|
+ <em>What is the basic structure of the community?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.structure }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/federation/">federation</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/friendship/">friendship</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/membership/">membership</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/multicameralism/">multicameralism</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/ritual/">ritual</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/separation_of_powers/">separation of powers</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/stake_weight/">stake weight</a></p>
|
|
|
+
|
|
|
+ <h2 id="members">Members</h2>
|
|
|
+
|
|
|
+ <em>How does someone become a member?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.membership }}
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <em>How are members suspended or removed?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.removal }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/exclusion/">exclusion</a></p>
|
|
|
+
|
|
|
+ <h2 id="stewards">Stewards</h2>
|
|
|
+
|
|
|
+ <em>Who has the capacity to make and change agreements, and how are they chosen?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.decisions }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/board/">board</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/debate/">debate</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/disapproval_voting/">disapproval voting</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/do-ocracy/">do-ocracy</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/holographic_consensus/">holographic consensus</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/referendum/">referendum</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/representation/">representation</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/sortition/">sortition</a></p>
|
|
|
+
|
|
|
+ <em>How are the agreements implemented?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.implementation }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/exclusion/">exclusion</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/lazy_consensus/">lazy consensus</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/restorative_justice/">restorative justice</a></p>
|
|
|
+
|
|
|
+ <em>Who oversees the implementation of the agreements?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.oversight }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/board/">board</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/disapproval_voting/">disapproval voting</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/judiciary/">jury</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/precedent/">precedent</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/refusal/">refusal</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/rough_consensus/">rough consensus</a></p>
|
|
|
+
|
|
|
+ <em>How are each of the stewardship roles determined and limited?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.limits }}
|
|
|
+ </p>
|
|
|
+ <p>Modules: <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/fact_finding/">fact-finding</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/ranked_choice/">ranked choice</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/representation/">representation</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/reputation/">reputation</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/sortition/">sortition</a>, <a href="https://medlabboulder.gitlab.io/democraticmediums/mediums/term_limit/">term limits</a></p>
|
|
|
+
|
|
|
+ <h2 id="agreements">Agreements</h2>
|
|
|
+
|
|
|
+ <em>What are the basic rights inscribed in this Rule?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.rights }}
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <em>Where do we keep our additional agreements?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.agreements }}
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <h2 id="evolution">Evolution</h2>
|
|
|
+
|
|
|
+ <em>How can this Rule be changed?</em>
|
|
|
+ <p contenteditable="true" class="editable">
|
|
|
+ {{ page.evolution }}
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p><br /></p>
|
|
|
+
|
|
|
+ <hr />
|
|
|
+
|
|
|
+ <p><em>To save your work, copy the text from this page to another document, or use your browser’s save function or print the page to PDF. Improved saving functionality will be forthcoming.</em></p>
|
|
|
+
|
|
|
+</article>
|