Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 772 | Rev 846 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 772 Rev 791
Line 16... Line 16...
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
17
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
18
 
18
 
19
檔案目錄結構:
19
檔案目錄結構:
20
 
20
 
21
cgi -dir
21
qbpwcf/cgi -dir
22
存放 cgi 格式的腳本檔案.
22
存放 cgi 格式的腳本檔案.
23
 
23
 
24
composer -dir
24
qbpwcf/composer -dir
25
用來存放 composer 工具的地方
25
用來存放 composer 工具的地方
26
 
26
 
27
db -dir
27
qbpwcf/db -dir
28
存放需要使用資料庫的套件sql與寫入與讀取資料庫資料的方法.
28
存放需要使用資料庫的套件sql與寫入與讀取資料庫資料的方法.
29
 
29
 
30
etc -dir
30
qbpwcf/etc -dir
31
存放設定檔的路徑
31
存放設定檔的路徑
32
 
32
 
33
fonts -dir
33
qbpwcf/fonts -dir
34
存放字體的路徑
34
存放字體的路徑
35
 
35
 
36
img -dir
36
qbpwcf/img -dir
37
用來存放圖片的地方
37
用來存放圖片的地方
38
 
38
 
39
javaScript -dir
39
qbpwcf/javaScript -dir
40
存放用來產生javaScript給外部瀏覽器使用的目錄
40
存放用來產生javaScript給外部瀏覽器使用的目錄
41
 
41
 
42
json -dir
42
qbpwcf/json -dir
43
存放用來接受回應後只回傳json的頁面
43
存放用來接受回應後只回傳json的頁面
44
 
44
 
45
lib -dir
45
qbpwcf/lib -dir
46
存放本套件用到到函式庫
46
存放本套件用到到函式庫
47
 
47
 
48
non-free-lib -dir
48
qbpwcf/non-free-lib -dir
49
存放不開源或不得任意散布的函式庫
49
存放不開源或不得任意散布的函式庫
50
 
50
 
51
systemd -dir
51
qbpwcf/systemd -dir
52
存放 service 設定檔
52
存放 service 設定檔
53
 
53
 
54
tcpdf -dir
54
qbpwcf/tcpdf -dir
55
存放 tcdpf 套件的地方
55
存放 tcdpf 套件的地方
56
 
56
 
57
tmp -dir
57
qbpwcf/tmp -dir
58
暫存目錄
58
暫存目錄
59
 
59
 
60
unserialize -dir
60
qbpwcf/unserialize -dir
61
unserialize post data then output json.
61
unserialize post data then output json.
62
 
62
 
63
testCase -dir
63
qbpwcf/testCase -dir
64
爲存放測試案例的地方
64
爲存放測試案例的地方
65
 
65
 
66
usr -dir
66
qbpwcf/usr -dir
67
放置 usr 目錄相關的檔案與目錄.
67
放置 usr 目錄相關的檔案與目錄.
68
 
68
 
69
var -dir
69
qbpwcf/var -dir
70
存放執行中的資源,例如socket檔案.
70
存放執行中的資源,例如socket檔案.
71
 
71
 
72
webExtension -dir
72
qbpwcf/webExtension -dir
73
存放 webExtension 的目錄
73
存放 webExtension 的目錄
74
 
74
 
75
*.php
75
qbpwcf/*.php
76
提供各種功能的php檔案
76
提供各種功能的php檔案
77
 
77
 
78
*-soap.php
78
qbpwcf/*-soap.php
79
提供各種soap服務的php檔案
79
提供各種soap服務的php檔案
80
 
80
 
-
 
81
sample -dir
-
 
82
提供各類別底下個別函式的執行範例
-
 
83
 
-
 
84
gpl.txt
-
 
85
GPL條款說明
-
 
86
 
-
 
87
index.php
-
 
88
顯示 Release Note 檔案內容的頁面
-
 
89
 
-
 
90
install.php
-
 
91
安裝本套件的php腳本
-
 
92
 
-
 
93
License
-
 
94
版權宣告
-
 
95
 
-
 
96
README
-
 
97
本文件
-
 
98
 
-
 
99
Release Note
-
 
100
版本異動記錄
-
 
101
 
81
由於版權關係,因此以下檔案需自行下載與安裝:
102
由於版權關係,因此以下檔案需自行下載與安裝:
82
 
103
 
83
lib/bootstrap-3.3.6-dist
104
lib/bootstrap-3.3.6-dist
84
lib/jquery-2.2.2.min.js
105
lib/jquery-2.2.2.min.js
85
lib/notify.min.js
106
lib/notify.min.js