From 3ed65c9d27d2437a79f94b0d4c92835658d64268 Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Sat, 7 Oct 2017 16:39:56 +0200
Subject: [PATCH] tweaking until there is a web site

---
 _includes/intro.md     |  4 ----
 _includes/sidebar.html |  3 +--
 charter-short.md       | 15 ---------------
 charter.md             |  1 -
 index.md               |  3 ++-
 resources.md           |  6 ++++++
 6 files changed, 9 insertions(+), 23 deletions(-)
 delete mode 100644 charter-short.md
 create mode 100644 resources.md

diff --git a/_includes/intro.md b/_includes/intro.md
index c6a343b..6762469 100644
--- a/_includes/intro.md
+++ b/_includes/intro.md
@@ -1,7 +1,3 @@
----
-layout: page
-title: About SIGMathLing
----
 SIGMathLing is a forum and resource cooperative for the linguistics of mathematical/technical documents. It [aims at](/objectives/)
 
 1. getting together researchers and application developers interested in maths linguistics to create a critical mass.
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 3dfb536..3051198 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -9,8 +9,7 @@
     </div>
 
     <nav class="sidebar-nav">
-      {% include sidebar-nav-item.html url="/"            title="Home" %},
-      {% include sidebar-nav-item.html url="/about/"      title="SIGMathLing" %},<br/>
+      {% include sidebar-nav-item.html url="/"            title="Home" %},<br/>
       {% include sidebar-nav-item.html url="/documents/"      title="Documents"%}, 
       {% include sidebar-nav-item.html url="/resources/"      title="Resources"%},<br/>
       {% include sidebar-nav-item.html url="/development/"      title="Development" %}, 
diff --git a/charter-short.md b/charter-short.md
deleted file mode 100644
index b849db3..0000000
--- a/charter-short.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# SIGMathLing charter - short version
-
-## 1. Purpose/Objectives
-SIGMathLing organizes a community of researchers and developers in Math Lingusitics with the following objectives:
-  <<see objectives.md>>
-
-## 2. Members
-Any individual involved in research and application development in math linguistics can join SIGMathLing, provided they agree to 
-1. a flexible NDA (all resources stay inside SIGMathLing and are used only for research purposes, unless the licenses explicitly allow so).
-2. contributing (all?) their linguistic resources into SIGMathLing
-3. opening up their analysis results to the others
-4. upon cessation of membership, the NDA terminates and all SIGMathLing-internal data is permanently deleted. 
-
-## 3. Governance
-SIGMathLing is an informal member organization, decisions are made by the bi-annual, online members meeting. Inbetween these, an elected executive commitee conducts day-to-day business (transparently informing the members where possible). All discussion is conducted or documented via public (or where necessary private) online channels. 
diff --git a/charter.md b/charter.md
index 2b43fdd..db622c2 100644
--- a/charter.md
+++ b/charter.md
@@ -2,7 +2,6 @@
 layout: page
 title: SIGMathLing charter
 ---
-See the [charter summary](charter-short) over an overview without operational details.
 
 ## 1. Purpose/Objectives
 SIGMathLing organizes a community of researchers and developers in Math Lingusitics with the following [objectives](/objectives/):
diff --git a/index.md b/index.md
index 8210407..2fa31a9 100644
--- a/index.md
+++ b/index.md
@@ -3,8 +3,9 @@ layout: page
 title: SIGMathLing Home
 ---
 
-{% include about.md %}
+{% include intro.md %}
 
+[Services](/services), [technical considerations](/technical/), [linguistic resources](/resources). 
 ## News ([older news](news/)); 
 
 {% for post in site.posts %}
diff --git a/resources.md b/resources.md
new file mode 100644
index 0000000..b8ee797
--- /dev/null
+++ b/resources.md
@@ -0,0 +1,6 @@
+---
+layout: page
+title: SIGMathLing Resources
+---
+
+none yet, but see the [plan](/techical/) 
-- 
GitLab