This is the first release of cgi.
commit0222bbc54954cf250a19c699be29b4a62c6be8fe
authorkylin <kkmm99@gmail.com>
Tue, 2 Sep 2008 09:14:17 +0000 (2 17:14 +0800)
committerkylin <kkmm99@gmail.com>
Tue, 2 Sep 2008 09:14:17 +0000 (2 17:14 +0800)
treeaaee63ba2f9866b8ed422f54b243152cb47d65a8
parent8e62a99918c56951c38d42b7b3df6c044f366595
This is the first release of cgi.
samba can basicaly work, but the interface is not good.
raid is in developing.

The cgi's architechure is just a test. We need to design a good one
    to make it clear and scalable. I think we need to write a small
    library, but at the same time, every module is independant and small!
23 files changed:
admin/httpd.conf [new file with mode: 0644]
admin/raid/create_raid.sh [new file with mode: 0755]
admin/raid/list [new file with mode: 0644]
admin/raid/list_disks.sh [new file with mode: 0755]
admin/raid/lists.html [new file with mode: 0644]
admin/raid/proccgi.sh [new file with mode: 0755]
admin/raid/raid.cgi [new file with mode: 0755]
admin/raid/raid.css [new file with mode: 0644]
admin/raid/table.css [new file with mode: 0644]
admin/samba/add_del_user.cgi [new file with mode: 0755]
admin/samba/index.cgi [new file with mode: 0755]
admin/samba/modify_samba_config.pl [new file with mode: 0755]
admin/samba/proccgi.sh [new file with mode: 0755]
admin/samba/samba/connect_users.sh [new file with mode: 0755]
admin/samba/samba/list_shares.sh [new file with mode: 0755]
admin/samba/samba/list_users.sh [new file with mode: 0755]
admin/samba/samba/useradd.err [new file with mode: 0644]
admin/samba/samba/userdel.err [new file with mode: 0644]
admin/samba/samba_a.cgi [new file with mode: 0755]
admin/samba/samba_b.cgi [new file with mode: 0755]
admin/samba/samba_top.cgi [new file with mode: 0755]
admin/samba/table.css [new file with mode: 0644]
admin/samba/update_user.cgi [new file with mode: 0755]