summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-26 13:47:01 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-26 13:47:01 +0800
commit2a2078146f1e079732cd1a471e064d34a4399890 (patch)
tree79317a4ab4ed6a610033ed914a2c8782c3a37790
parentb860b474520a4f30b20c829d507d60a90338aadc (diff)
downloadpttbbs-2a2078146f1e079732cd1a471e064d34a4399890.tar
pttbbs-2a2078146f1e079732cd1a471e064d34a4399890.tar.gz
pttbbs-2a2078146f1e079732cd1a471e064d34a4399890.tar.bz2
pttbbs-2a2078146f1e079732cd1a471e064d34a4399890.tar.lz
pttbbs-2a2078146f1e079732cd1a471e064d34a4399890.tar.xz
pttbbs-2a2078146f1e079732cd1a471e064d34a4399890.tar.zst
pttbbs-2a2078146f1e079732cd1a471e064d34a4399890.zip
- (internal) directory layout structure finetune
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4022 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--README9
-rw-r--r--daemon/utmpd/Makefile (renamed from cacheserver/Makefile)3
-rw-r--r--daemon/utmpd/README (renamed from cacheserver/README)0
-rw-r--r--daemon/utmpd/authserver.c (renamed from cacheserver/authserver.c)0
-rw-r--r--daemon/utmpd/friend.cpp (renamed from cacheserver/friend.cpp)0
-rw-r--r--daemon/utmpd/utmpserver.c (renamed from cacheserver/utmpserver.c)0
-rw-r--r--daemon/utmpd/utmpserver2.c (renamed from cacheserver/utmpserver2.c)0
-rw-r--r--daemon/utmpd/utmpserver3.c (renamed from cacheserver/utmpserver3.c)0
-rw-r--r--daemon/utmpd/utmpsync.c (renamed from cacheserver/utmpsync.c)0
-rw-r--r--web/blog/INSTALL (renamed from blog/INSTALL)0
-rwxr-xr-xweb/blog/blog.pl (renamed from blog/blog.pl)0
-rwxr-xr-xweb/blog/builddb.pl (renamed from blog/builddb.pl)0
-rwxr-xr-xweb/blog/index.pl (renamed from blog/index.pl)0
-rw-r--r--web/static/INSTALL (renamed from staticweb/INSTALL)0
-rw-r--r--web/static/article.html (renamed from staticweb/article.html)0
-rw-r--r--web/static/b2g.pm (renamed from staticweb/b2g.pm)0
-rw-r--r--web/static/banner.html (renamed from staticweb/banner.html)0
-rw-r--r--web/static/dir.html (renamed from staticweb/dir.html)0
-rw-r--r--web/static/header.html (renamed from staticweb/header.html)0
-rw-r--r--web/static/index.html (renamed from staticweb/index.html)0
-rwxr-xr-xweb/static/index.pl (renamed from staticweb/index.pl)0
-rwxr-xr-xweb/static/man.pl (renamed from staticweb/man.pl)0
-rwxr-xr-xweb/static/manbuilder.pl (renamed from staticweb/manbuilder.pl)0
-rw-r--r--web/static/search.html (renamed from staticweb/search.html)0
-rw-r--r--web/static/styles.css (renamed from staticweb/styles.css)0
25 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index f1e640be..79ea16b2 100644
--- a/README
+++ b/README
@@ -24,7 +24,14 @@ $Id$
sample/ 範例
crontab 提供 bbs執行時須透過 crontab 定時跑的設定
- blog/ PttBLOG
include/ include 檔
innbbsd/ 轉信
mbbsd/ bbs 主程式
+
+ web/ Web 相關系統
+ blog/ PttBlog
+ static/ 靜態網頁瀏覽界面 (唯讀)
+
+ daemon/ 背景服務伺服程式
+ utmpd/ utmp cache server (experimental)
+
diff --git a/cacheserver/Makefile b/daemon/utmpd/Makefile
index bdff3f08..4b4969ea 100644
--- a/cacheserver/Makefile
+++ b/daemon/utmpd/Makefile
@@ -1,5 +1,6 @@
# $Id$
-SRCROOT= ..
+#SRCROOT= ..
+SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
PROGRAMS= utmpserver utmpsync utmpserver2 utmpserver3 authserver
diff --git a/cacheserver/README b/daemon/utmpd/README
index 3bfeddbc..3bfeddbc 100644
--- a/cacheserver/README
+++ b/daemon/utmpd/README
diff --git a/cacheserver/authserver.c b/daemon/utmpd/authserver.c
index 5fbba03a..5fbba03a 100644
--- a/cacheserver/authserver.c
+++ b/daemon/utmpd/authserver.c
diff --git a/cacheserver/friend.cpp b/daemon/utmpd/friend.cpp
index e62a7198..e62a7198 100644
--- a/cacheserver/friend.cpp
+++ b/daemon/utmpd/friend.cpp
diff --git a/cacheserver/utmpserver.c b/daemon/utmpd/utmpserver.c
index 85adf8c3..85adf8c3 100644
--- a/cacheserver/utmpserver.c
+++ b/daemon/utmpd/utmpserver.c
diff --git a/cacheserver/utmpserver2.c b/daemon/utmpd/utmpserver2.c
index 12c3a299..12c3a299 100644
--- a/cacheserver/utmpserver2.c
+++ b/daemon/utmpd/utmpserver2.c
diff --git a/cacheserver/utmpserver3.c b/daemon/utmpd/utmpserver3.c
index 0e1eef02..0e1eef02 100644
--- a/cacheserver/utmpserver3.c
+++ b/daemon/utmpd/utmpserver3.c
diff --git a/cacheserver/utmpsync.c b/daemon/utmpd/utmpsync.c
index 69d1c623..69d1c623 100644
--- a/cacheserver/utmpsync.c
+++ b/daemon/utmpd/utmpsync.c
diff --git a/blog/INSTALL b/web/blog/INSTALL
index 1f216292..1f216292 100644
--- a/blog/INSTALL
+++ b/web/blog/INSTALL
diff --git a/blog/blog.pl b/web/blog/blog.pl
index 5362f4b5..5362f4b5 100755
--- a/blog/blog.pl
+++ b/web/blog/blog.pl
diff --git a/blog/builddb.pl b/web/blog/builddb.pl
index 9c805d90..9c805d90 100755
--- a/blog/builddb.pl
+++ b/web/blog/builddb.pl
diff --git a/blog/index.pl b/web/blog/index.pl
index b30ed178..b30ed178 100755
--- a/blog/index.pl
+++ b/web/blog/index.pl
diff --git a/staticweb/INSTALL b/web/static/INSTALL
index 2eadd296..2eadd296 100644
--- a/staticweb/INSTALL
+++ b/web/static/INSTALL
diff --git a/staticweb/article.html b/web/static/article.html
index 8c1a8260..8c1a8260 100644
--- a/staticweb/article.html
+++ b/web/static/article.html
diff --git a/staticweb/b2g.pm b/web/static/b2g.pm
index 7b3b8ddf..7b3b8ddf 100644
--- a/staticweb/b2g.pm
+++ b/web/static/b2g.pm
diff --git a/staticweb/banner.html b/web/static/banner.html
index 2c59b6bb..2c59b6bb 100644
--- a/staticweb/banner.html
+++ b/web/static/banner.html
diff --git a/staticweb/dir.html b/web/static/dir.html
index 071cac22..071cac22 100644
--- a/staticweb/dir.html
+++ b/web/static/dir.html
diff --git a/staticweb/header.html b/web/static/header.html
index 112efd70..112efd70 100644
--- a/staticweb/header.html
+++ b/web/static/header.html
diff --git a/staticweb/index.html b/web/static/index.html
index c0c87174..c0c87174 100644
--- a/staticweb/index.html
+++ b/web/static/index.html
diff --git a/staticweb/index.pl b/web/static/index.pl
index b135655d..b135655d 100755
--- a/staticweb/index.pl
+++ b/web/static/index.pl
diff --git a/staticweb/man.pl b/web/static/man.pl
index f7f13804..f7f13804 100755
--- a/staticweb/man.pl
+++ b/web/static/man.pl
diff --git a/staticweb/manbuilder.pl b/web/static/manbuilder.pl
index 806d9a1c..806d9a1c 100755
--- a/staticweb/manbuilder.pl
+++ b/web/static/manbuilder.pl
diff --git a/staticweb/search.html b/web/static/search.html
index d19fdc1d..d19fdc1d 100644
--- a/staticweb/search.html
+++ b/web/static/search.html
diff --git a/staticweb/styles.css b/web/static/styles.css
index 87382c7b..87382c7b 100644
--- a/staticweb/styles.css
+++ b/web/static/styles.css