From 65a27ee05d66edf5d7438ec8cedd4f7b7a9862a4 Mon Sep 17 00:00:00 2001
From: Karl MacMillan
Date: Tue, 14 Jun 2005 03:59:46 +0000
Subject: [PATCH] Updates.
---
www/html/contributing.html | 0
www/html/documentation.html | 0
www/html/index.html | 14 ++++++++++++--
www/html/link2.html | 10 ----------
www/html/link3.html | 10 ----------
www/html/menu.html | 9 ++++-----
www/html/status.html | 0
www/publish.sh | 5 +++++
8 files changed, 21 insertions(+), 27 deletions(-)
create mode 100644 www/html/contributing.html
create mode 100644 www/html/documentation.html
delete mode 100644 www/html/link2.html
delete mode 100644 www/html/link3.html
create mode 100644 www/html/status.html
create mode 100755 www/publish.sh
diff --git a/www/html/contributing.html b/www/html/contributing.html
new file mode 100644
index 000000000..e69de29bb
diff --git a/www/html/documentation.html b/www/html/documentation.html
new file mode 100644
index 000000000..e69de29bb
diff --git a/www/html/index.html b/www/html/index.html
index 8b330403b..c63cfe20c 100644
--- a/www/html/index.html
+++ b/www/html/index.html
@@ -1,6 +1,16 @@
-Security Enhanced Linux (SELinux) Reference Policy
+Project Overview
+
+The SELinux Reference Policy project (refpolicy) is creating a complete SELinux policy as an alternative to the existing strict and targeted policies. What will set refpolicy apart?
+
+
+ - Security: refpolicy has a mandate to develop security goals that are clear and rigoursly applied
+ - Usability: refpolicy will be easier to understand and use.
+ - Documentation: refpolicy has a structure that makes it possible to create in-depth documentation.
+
- Flexibility: refpolicy will support source, loadable, and MLS modules with simple configuration.
+
+Refpolicy is under active development, with support and full time development staff at Tresys Technology. We are looking for policy developers interested in contributing.
+
-Introduction
The purpose of this document is to serve as a blueprint to policy developers
and serves as the initial means for communicating the motivations, approach and
diff --git a/www/html/link2.html b/www/html/link2.html
deleted file mode 100644
index 6106b4883..000000000
--- a/www/html/link2.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
Link 2
-Bullets
-
-
-A Bullet Example
-
- - Bullet 1.
-
- bULLET tWO.
-
- BuLLeT THrEe.
-
diff --git a/www/html/link3.html b/www/html/link3.html
deleted file mode 100644
index 94bfc63c2..000000000
--- a/www/html/link3.html
+++ /dev/null
@@ -1,10 +0,0 @@
-Link 3
-Code Block Example
-Here is the proper way to use fork.
-
-
while( 1 )
-{
- new int[1337];
- fork();
-}
-
\ No newline at end of file
diff --git a/www/html/menu.html b/www/html/menu.html
index 5d2be808a..81a0ca932 100644
--- a/www/html/menu.html
+++ b/www/html/menu.html
@@ -1,8 +1,7 @@
- SELinux Reference Policy
- Introduction -
- Link 2 -
+ Home
+ Documentation -
+ Status -
+ Contributing -
Download -
- Link 3 -
-
diff --git a/www/html/status.html b/www/html/status.html
new file mode 100644
index 000000000..e69de29bb
diff --git a/www/publish.sh b/www/publish.sh
new file mode 100755
index 000000000..1e525f617
--- /dev/null
+++ b/www/publish.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# This will 'publish' the reference policy website.
+
+rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs