initial commit
authorpaulr <me@pjr.cc>
Fri, 12 Nov 2010 14:13:36 +0000 (01:13 +1100)
committerpaulr <me@pjr.cc>
Fri, 12 Nov 2010 14:13:36 +0000 (01:13 +1100)
.project [new file with mode: 0644]
doc/README [new file with mode: 0644]
php/config/config.php [new file with mode: 0644]
php/lib/lib.php [new file with mode: 0644]
php/www/index.php [new file with mode: 0644]

diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..f1b91cc
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>optcentral</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..ec03ea5
--- /dev/null
@@ -0,0 +1,12 @@
+Welcome to OTP Central
+======================
+
+The purpose of OTP central will be to provide several
+interfaces to OTP (HOTP, TOTP and maybe mOTP) based token
+software.
+
+It's auth interfaces will be:
+1) radius
+2) ldap
+3) soap
+4) web
\ No newline at end of file
diff --git a/php/config/config.php b/php/config/config.php
new file mode 100644 (file)
index 0000000..15c5adc
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+
+?>
\ No newline at end of file
diff --git a/php/lib/lib.php b/php/lib/lib.php
new file mode 100644 (file)
index 0000000..dc10d56
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+
+
+?>
\ No newline at end of file
diff --git a/php/www/index.php b/php/www/index.php
new file mode 100644 (file)
index 0000000..15c5adc
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+
+?>
\ No newline at end of file