# HG changeset patch # User Zoe Hong # Date 1422609464 -3600 # Node ID cbbb7ef223949b5d01e67589d99c1fad05059b5f # Parent 883ad980a43b3426d844e532e6100733e326600c Change urls from "localmonographs" to "localgazetteers". diff -r 883ad980a43b -r cbbb7ef22394 index.php --- a/index.php Tue Jan 27 16:40:30 2015 +0100 +++ b/index.php Fri Jan 30 10:17:44 2015 +0100 @@ -13,8 +13,8 @@ - - + +
Tools for Local Monographs on this machine:
@@ -25,16 +25,16 @@
Search and extract 中國方志庫
@@ -54,22 +54,22 @@
Correct TOCs for 中國方志庫 texts
- +
Find wrongly segmented sections by inputting a threshold.
(Use links below for predefined thresholds. From there, you can get into each book and correct the Table of Contents - TOCs.)
- +
Find wrongly segmented sections which duplicate more than 100 times.
- +
Find wrongly segmented sections which duplicate more than 5 times.
(Long list!)
- +
Or, you can get to the TOC page for a given book and begin correcting the TOC.
(Please specify a bookID in the URL by yourself.)
- +
Correct TOCs for 中國方志庫 texts (Sorting by time)
@@ -111,17 +111,17 @@
中國大陸各省地方志書目查詢系統
@@ -140,7 +140,7 @@
Backend Mysql Database
- +
The managing interface (phpmyadmin, login required)
diff -r 883ad980a43b -r cbbb7ef22394 index_20150130.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index_20150130.php Fri Jan 30 10:17:44 2015 +0100 @@ -0,0 +1,151 @@ + + + + + + + + + + +
Tools for Local Monographs on this machine:
+
Documentation: + PDF / + WORD +
+ + + + + + + + + + + diff -r 883ad980a43b -r cbbb7ef22394 interface/add_dynasty.php --- a/interface/add_dynasty.php Tue Jan 27 16:40:30 2015 +0100 +++ b/interface/add_dynasty.php Fri Jan 30 10:17:44 2015 +0100 @@ -61,7 +61,7 @@ } - +// $dynasty array contains (dynasty, start_year, end_year) $dynasty = array("漢",-140,200); add_dynasty($dynasty); $dynasty = array("三國",220,280);