initial commit
authorpaulr <me@pjr.cc>
Tue, 15 Mar 2011 13:47:41 +0000 (00:47 +1100)
committerpaulr <me@pjr.cc>
Tue, 15 Mar 2011 13:47:41 +0000 (00:47 +1100)
.project [new file with mode: 0644]
doc/README [new file with mode: 0644]
ipd/ipd.php [new file with mode: 0644]
lib/lib.php [new file with mode: 0644]
www/index.php [new file with mode: 0644]

diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..a7dc058
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>pengine</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>
diff --git a/doc/README b/doc/README
new file mode 100644 (file)
index 0000000..7b8152a
--- /dev/null
@@ -0,0 +1,5 @@
+PenGine
+=======
+
+
+Pengine is a firewalling engine designed for linux
\ No newline at end of file
diff --git a/ipd/ipd.php b/ipd/ipd.php
new file mode 100644 (file)
index 0000000..e89f248
--- /dev/null
@@ -0,0 +1,3 @@
+<?php 
+
+?>
\ No newline at end of file
diff --git a/lib/lib.php b/lib/lib.php
new file mode 100644 (file)
index 0000000..e89f248
--- /dev/null
@@ -0,0 +1,3 @@
+<?php 
+
+?>
\ No newline at end of file
diff --git a/www/index.php b/www/index.php
new file mode 100644 (file)
index 0000000..67c94a5
--- /dev/null
@@ -0,0 +1,2 @@
+<?php
+?>
\ No newline at end of file