Browse Source

Tweaks to FAQ and moving fixed info text from top to bottom of rule.html.

Nathan Schneider 5 years ago
parent
commit
04d24c5acd

+ 5 - 1
_about/faq.md

@@ -21,7 +21,10 @@ A bunch of stuff, including but not limited to these:
 * Community toolkits
     - [Better Work Together](https://www.betterworktogether.co/)
     - [Prototyping Work](https://prototyping.work) (see [decision-making](https://prototyping.work/category/decision-making/) and [structure](https://prototyping.work/category/structure/)
+    - [Sacred Design Lab](https://sacred.design/) on [covenants](https://mcusercontent.com/9ab8e3135a56f9b5acb9c04dd/files/b3eb53f3-9208-4f19-bd05-dae70d393c9c/Creating_Living_Small_Group_Covenant.pdf)
     - [Virtual Communities for Impact](https://communitiesforimpact.org/)
+* Constitutions
+    - [Constitute](https://www.constituteproject.org/)
 * Example communities
     - [Loomio Community Group](https://loomio.coop/community_group.html)
     - [Social.coop bylaws](https://wiki.social.coop/rules-and-bylaws/Bylaws-for-social.coop.html)
@@ -50,9 +53,10 @@ A bunch of stuff, including but not limited to these:
 
 Funny you mention it. Right here:
 
+* Javascript output button
+    - Could it somehow output to IPFS?
 * Rules (ready-to-deploy presets)
     - Brand preset rules as CommunityRule rules with tools to create badges out of them
-* Javascript output button
 * Less textual, more visual header for Rule pages
 * Further modularity
     - Aim for a logic of [progressive disclosure](https://en.wikipedia.org/wiki/Progressive_disclosure), making templates really simple but facilitating more complex iteration

+ 8 - 6
_layouts/rule.html

@@ -84,7 +84,7 @@ layout: default
           }
           document.getElementById("title").innerHTML =
               document.getElementById("title").innerHTML.replace( /Create/g,'Rule') ;
-          document.getElementById("editToggle").innerHTML = "Read Only";
+          document.getElementById("editToggle").innerHTML = "Edit";
       } else {
           editMode = true;
           //DO CHANGES VIA CLASSES
@@ -98,7 +98,7 @@ layout: default
           }
           document.getElementById("title").innerHTML =
               document.getElementById("title").innerHTML.replace( /Rule/g,'Create') ;
-          document.getElementById("editToggle").innerHTML = "Read/Write";
+          document.getElementById("editToggle").innerHTML = "Display";
       }
   }
 
@@ -123,9 +123,7 @@ layout: default
     </h1>
   </header>
 
-  <button id="editToggle" onclick="toggleEditMode()">Read/Write</button>
-  
-  <p>Use the button at right to toggle between editing and display mode. The suggested modules are linked to (in progress) entries at <a href="https://medlabboulder.gitlab.io/democraticmediums/">Democratic Mediums</a>.</p>
+  <button id="editToggle" onclick="toggleEditMode()">Display</button>
 
   <div class="post-content">    
     {{ content }}
@@ -236,6 +234,10 @@ layout: default
 
   <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>
+  <p><br /></p>
+
+  <p>The suggested modules are linked to (in progress) entries at <a href="https://medlabboulder.gitlab.io/democraticmediums/">Democratic Mediums</a>.</p>
+
+  <p>To save 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.</p>
   
 </article>

+ 2 - 0
_rules/benevolent_dictator.md

@@ -18,3 +18,5 @@ limits: In the event that the BDFL is unable or unwilling to continue leadership
 records: 
 modification: The BDFL can change the governance structure of the community at will.
 ---
+
+Use this template as-is or edit it to adapt it to your community.

+ 2 - 0
_rules/elected_board.md

@@ -17,3 +17,5 @@ limits: Board members can serve an unlimited number of 1-year terms.
 records:
 modification: Changes to this Rule require 51% of the board to approve a referendum circulated to the entire community. The change passes if it receives 2/3 approval of all who vote after $NUMBER days.
 ---
+
+Use this template as-is or edit it to adapt it to your community.

+ 2 - 0
_rules/jury.md

@@ -17,3 +17,5 @@ limits: Jury members serve only one complaint at a time.
 records: 
 modification:
 ---
+
+Use this template as-is or edit it to adapt it to your community.

+ 2 - 0
_rules/petition.md

@@ -18,3 +18,5 @@ limits: Administrators reserve the right to refrain from implementing decisions
 records: 
 modification: The petition process may be used to modify this Rule.
 ---
+
+Use this template as-is or edit it to adapt it to your community.

+ 2 - 0
_rules/self-appointed_board.md

@@ -17,3 +17,5 @@ limits: Board members can serve an unlimited number of 1-year terms.
 records:
 modification: Changes to this Rule require 2/3 approval of the board.
 ---
+
+Use this template as-is or edit it to adapt it to your community.

+ 2 - 0
_rules/trias_politica.md

@@ -17,3 +17,5 @@ limits: No one member may hold a role on the board, administration, or court sim
 records: 
 modification: Changes to this Rule require 4 votes from the board and 2 votes from the court.
 ---
+
+Use this template as-is or edit it to adapt it to your community.

+ 2 - 0
create.md

@@ -18,3 +18,5 @@ limits:
 records: 
 modification: 
 ---
+
+Use the questions below to create a new rule or [start with a template]({% link rules.md %}).