summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/bugs.mdwn3
-rw-r--r--website/community.mdwn2
-rw-r--r--website/doc.mdwn2
-rw-r--r--website/download.mdwn2
-rw-r--r--website/index.mdwn4
-rw-r--r--website/local.css9
-rw-r--r--website/news.mdwn3
-rw-r--r--website/why.mdwn2
8 files changed, 26 insertions, 1 deletions
diff --git a/website/bugs.mdwn b/website/bugs.mdwn
index 30bccd1..d621500 100644
--- a/website/bugs.mdwn
+++ b/website/bugs.mdwn
@@ -1,4 +1,7 @@
[[meta title="Open Bugs"]]
+
+# Bugs #
+
This is Monkeysphere's bug list. You can also browse our [completed bugs](done).
If you don't have commit access to the public repo, we'd appreciate
diff --git a/website/community.mdwn b/website/community.mdwn
index faacb6b..b7fa31e 100644
--- a/website/community.mdwn
+++ b/website/community.mdwn
@@ -1,5 +1,7 @@
[[meta title="Community"]]
+# The MonkeySphere Community #
+
## Mailing list ##
The Monkeysphere project is a new project with just one mailing list
diff --git a/website/doc.mdwn b/website/doc.mdwn
index c59119f..56498e8 100644
--- a/website/doc.mdwn
+++ b/website/doc.mdwn
@@ -1,5 +1,7 @@
[[meta title="Documentation"]]
+# Documentation #
+
## Dependencies ##
Monkeysphere relies on:
diff --git a/website/download.mdwn b/website/download.mdwn
index 1e492bb..a965826 100644
--- a/website/download.mdwn
+++ b/website/download.mdwn
@@ -1,6 +1,6 @@
[[meta title="Download"]]
-## Downloading and Installing ##
+# Downloading and Installing #
If you are running a Debian system, you can install Monkeysphere
by following these directions:
diff --git a/website/index.mdwn b/website/index.mdwn
index 137b90a..b3675c6 100644
--- a/website/index.mdwn
+++ b/website/index.mdwn
@@ -1,3 +1,7 @@
+[[meta title="The MonkeySphere Project"]]
+
+# The MonkeySphere Project #
+
The Monkeysphere project's goal is to extend OpenPGP's web of trust to
new areas of the Internet to help us securely identify each other
while we work online.
diff --git a/website/local.css b/website/local.css
index f7a2006..29939b8 100644
--- a/website/local.css
+++ b/website/local.css
@@ -1,3 +1,12 @@
+h1 {
+ -moz-border-radius: 4px;
+ background-color: #B67B4E;
+ color: black;
+ display: block;
+ font-weight: bold;
+ padding: 0 0 0 10px;
+}
+
h2 {
-moz-border-radius: 4px;
background-color: #B67B4E;
diff --git a/website/news.mdwn b/website/news.mdwn
index 359e02b..1af56a4 100644
--- a/website/news.mdwn
+++ b/website/news.mdwn
@@ -1,4 +1,7 @@
[[meta title="News"]]
+
+# News #
+
Here are the latest announcements about the Monkeysphere.
[[inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
diff --git a/website/why.mdwn b/website/why.mdwn
index 93ea560..b6ab8c3 100644
--- a/website/why.mdwn
+++ b/website/why.mdwn
@@ -1,5 +1,7 @@
[[meta title="Why should you be interested in the MonkeySphere?"]]
+# Why should you be interested in the MonkeySphere? #
+
[[toc ]]
## As an `ssh` user ##