diff --git a/www/html/contributing.html b/www/html/contributing.html new file mode 100644 index 00000000..e69de29b diff --git a/www/html/documentation.html b/www/html/documentation.html new file mode 100644 index 00000000..e69de29b diff --git a/www/html/index.html b/www/html/index.html index 8b330403..c63cfe20 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? + +

+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 6106b488..00000000 --- a/www/html/link2.html +++ /dev/null @@ -1,10 +0,0 @@ -

Link 2

-

Bullets

- -

-A Bullet Example -

diff --git a/www/html/link3.html b/www/html/link3.html deleted file mode 100644 index 94bfc63c..00000000 --- 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 5d2be808..81a0ca93 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 -
-


SourceForge.net Logo diff --git a/www/html/status.html b/www/html/status.html new file mode 100644 index 00000000..e69de29b diff --git a/www/publish.sh b/www/publish.sh new file mode 100755 index 00000000..1e525f61 --- /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