Browse Source

Changed URIs from rules/ to templates/

Nathan Schneider 5 years ago
parent
commit
a8954e7f02

+ 2 - 2
_about/faq.md

@@ -4,9 +4,9 @@ title: Frequently Asked Questions
 permalink: /about/faq/
 ---
 
-**How does CommunityRule relate to codes of conduct (like the [Contributor Covenant](https://www.contributor-covenant.org/)) or licesnses (like [Creative Commons](https://creativecommons.org/))?**
+**How does CommunityRule relate to codes of conduct or license agreements?**
 
-CommunityRule is focused on an often-missing component in online communities: the governance layer. Typically communities inherit the "[implicit feudalism](https://ntnsndr.in/implicit-feudalism)" of the underlying software, which usually centers around an all-powerful administrator. Codes of conduct, the implementation of them, and other features of the community rest on that underlying governance logic. Here is one way of picturing a community "stack":
+CommunityRule is focused on an often-missing component in online communities: the governance layer. Typically communities inherit the "[implicit feudalism](https://ntnsndr.in/implicit-feudalism)" of the underlying software, which usually centers around an all-powerful administrator. Codes of conduct (like the [Contributor Covenant](https://www.contributor-covenant.org/)), license agreements (like [Creative Commons](https://creativecommons.org/)), and other features of a community rest on that underlying governance logic. Here is one way of picturing a community "stack":
 
 ![Stack: circulation & licensing, co-creation & collaboration, policies & culture, governance & processes, people & tech]({% link assets/communitystack.png %})
 

+ 1 - 1
_config.yml

@@ -34,7 +34,7 @@ plugins:
   - jekyll-feed
 
 collections:
-  rules:
+  templates:
     output: true
   about:
     output: true

+ 1 - 1
_rules/benevolent_dictator.md → _templates/benevolent_dictator.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Benevolent dictator
-permalink: /rules/benevolent-dictator/
+permalink: /templates/benevolent-dictator/
 icon: /assets/tabler_icons/eye.svg
 
 community-name: 

+ 1 - 1
_rules/circles.md → _templates/circles.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Circles
-permalink: /rules/circles/
+permalink: /templates/circles/
 icon: /assets/tabler_icons/circle.svg
 
 community-name: 

+ 1 - 1
_rules/do-ocracy.md → _templates/do-ocracy.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Do-ocracy
-permalink: /rules/do-ocracy/
+permalink: /templates/do-ocracy/
 icon: /assets/tabler_icons/lock-open.svg
 
 community-name: 

+ 1 - 1
_rules/elected_board.md → _templates/elected_board.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Elected board
-permalink: /rules/elected-board/
+permalink: /templates/elected-board/
 icon: /assets/tabler_icons/user-check.svg
 
 name:

+ 1 - 1
_rules/jury.md → _templates/jury.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Jury
-permalink: /rules/jury/
+permalink: /templates/jury/
 icon: /assets/tabler_icons/friends.svg
 
 community-name: 

+ 1 - 1
_rules/petition.md → _templates/petition.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Petition
-permalink: /rules/petition/
+permalink: /templates/petition/
 icon: /assets/tabler_icons/clipboard-list.svg
 
 community-name: 

+ 1 - 1
_rules/self-appointed_board.md → _templates/self-appointed_board.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Self-appointed board
-permalink: /rules/self-appointed-board/
+permalink: /templates/self-appointed-board/
 icon: /assets/tabler_icons/user-plus.svg
 
 name:

+ 1 - 1
_rules/trias_politica.md → _templates/trias_politica.md

@@ -1,7 +1,7 @@
 ---
 layout: rule
 title: Trias politica
-permalink: /rules/trias-politica/
+permalink: /templates/trias-politica/
 icon: /assets/tabler_icons/dots.svg
 
 community-name: 

+ 1 - 1
create.md

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

+ 1 - 3
templates.md

@@ -4,9 +4,7 @@ title: Templates
 permalink: /templates/
 ---
 
-Browse the collection of Rule templates.
-
-{% for rule in site.rules %}
+{% for rule in site.templates %}
 <h2>
     <img src="{{ site.baseurl }}{{ rule.icon }}" />
     <a href="{{ site.baseurl }}{{ rule.url }}">{{ rule.title }}</a>