修訂. | 時間 | 作者 | 訊息 |
---|---|---|---|
1e85f68 | 2021-03-26 14:48:27 | ![]() |
master Backup |
d2937df | 2021-03-26 14:45:55 | ![]() |
BAckup |
cd45c1d | 2021-03-26 14:26:05 | ![]() |
Backup |
0887a55 | 2021-03-26 14:20:52 | ![]() |
Backup |
e24eac3 | 2021-03-25 16:50:42 | ![]() |
Add logo |
f0c0022 | 2021-03-25 15:43:00 | ![]() |
Add BBS with Basic authentification |
66bd4dc | 2021-01-14 15:09:10 | ![]() |
Backup |
e325f00 | 2020-12-15 23:02:22 | ![]() |
Freehand is available with mouse too. |
d2692cc | 2020-10-19 16:30:49 | ![]() |
Backup |
7871e5a | 2020-10-12 15:53:57 | ![]() |
HTTP -> HTTPS for ajax |
名稱 | 修訂. | 時間 | 作者 | 訊息 |
---|---|---|---|---|
master | 1e85f68 | 2021-03-26 14:48:27 | ![]() |
Backup |
BBS engine for scientific discussion. It has the following features:
There are following two type of BBS
The usage is just to copy src/noauth/index.php
into any HTTP/HTTPS server.
The usage is as follows:
src/auth/index.php
into any HTTP/HTTPS server..htaccess
in the same directory. Its contents is as follows
AuthUserFile DIRECTORY_NAME/.htpasswd
AuthName GROUP-NAME
AuthType Basic
<Limit GET>
require valid-user
</Limit>
where DIRECTORY_NAME is the full-path to the directory where index.php
locates, GROUP-NAME is the appropriate owner group in that server.bash
htpasswd -cm DIRECTORY_NAME/.htpasswd USER_NAME1
chgrp GROUP-NAME DIRECTORY_NAME/.htpasswd
chmod o-w DIRECTORY_NAME/.htpasswd
whrere USER_NAME1 is the name of the first user.bash
htpasswd -m DIRECTORY_NAME/.htpasswd USER_NAME2
bash
htpasswd -m DIRECTORY_NAME/.htpasswd USER_NAME
bash
htpasswd -D DIRECTORY_NAME/.htpasswd USER_NAME