匿名
尚未登入
登入
DILA Wiki
搜尋
檢視 《新修華嚴經疏鈔》數位典藏平台建置專案工作手冊 的原始碼
出自DILA Wiki
命名空間
頁面
討論
更多
更多
頁面操作
閱讀
檢視原始碼
歷史
←
《新修華嚴經疏鈔》數位典藏平台建置專案工作手冊
由於下列原因,您沒有權限進行編輯此頁面的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
=┬檔案架構= *主檔(0main.xml)分兩部分:<teiHeader>與<text>: <teiHeader> ....略... </teiHeader> <text> <front>→經文開始前的序、凡例 <xi:include href="front1.xml"/>→凡例 <xi:include href="front2.xml"/>→底本重編華嚴疏鈔序 <xi:include href="front3.xml"/>→新修華嚴經疏鈔序 </front> <body>→正文 <xi:include href="div1.xml"/>→鈔序 <xi:include href="div2.xml"/>→總敘名意(疏序) <xi:include href="div3.xml"/>→歸敬請加(歸敬偈) <xi:include href="div4.xml"/>→開章釋文 </body> <back>→經文後的附錄、註解 <xi:include href="back1.xml"/>→斠勘注中《華嚴經》、《疏》、《鈔》版本簡稱表 <xi:include href="note-01.xml"/>→卷01註解 </back> *各品分檔:在 div4.xml 檔裡開始各品(共49品)的解說,將各品獨立出來於 div4.xml 檔後面包進各品檔案,如下: <syntaxhighlight lang="XML"> <div n="9.2"><head>別釋</head> <xi:include href="pin01.xml"/> <div n="10.2"><head>說法儀式分</head> <xi:include href="pin02.xml"/> <xi:include href="pin03.xml"/> </div> </syntaxhighlight> =Namespaces= <syntaxhighlight lang="XML"> <?xml version="1.0" encoding="UTF-8"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude"> </syntaxhighlight> =TeiHeader= <syntaxhighlight lang="XML"> <teiHeader> <fileDesc> <titleStmt> <title>新修華嚴經疏鈔</title> <funder>財團法人台北市華嚴蓮社</funder> <principal>賢度法師</principal> </titleStmt> <editionStmt> <edition>Version 1.0, TEI P5 <date when="2015"/></edition> </editionStmt> <publicationStmt> <p>本電子檔智慧財產權屬於台北市華嚴蓮社,不得散佈發行。</p> </publicationStmt> <sourceDesc> <bibl> <title>新修華嚴經疏鈔</title> <respStmt><resp>發行人</resp><name>成一長老</name></respStmt> <publisher>財團法人台北市華嚴蓮社</publisher> <respStmt><resp>主編</resp><name>華嚴編藏會</name></respStmt> <pubPlace>台北市,台灣</pubPlace> <date when="2001-07-01">中華民國九〇年七月一日</date> </bibl> </sourceDesc> </fileDesc> <revisionDesc> <change when="2015-04"><name>周邦信</name> MS Word 轉為 TEI P5 標記</change> </revisionDesc> </teiHeader> </syntaxhighlight> =XML Elements= ==front== *TEI 定義:<front> (正文前資訊) 包含位於文件最前端、正文之前的項目 (標頭、題名頁、前言、獻詞等) 。 ==byline== TEI的定義:<byline> 包含作品的主要責任陳述,出現在題名頁或作品開頭或結尾處。 ==div== 章節皆以 div 元素標示。 *經 div rend="jing" *經序 div rend="jing xu" *疏 div rend="shu" *疏序 div rend="shu xu" *鈔 div rend="chao" *鈔序 div rend="chao xu" ==head== TEI 定義:(標題)包含任何種類的標題,如章節、列表、詞彙表、寫本描述等的標題。 <syntaxhighlight lang="XML"> <div><head>…</head></div> </syntaxhighlight> *div下的head是科判標題 ==opener== TEI 定義:<opener> 匯集日期地點、署名、稱呼語及其他在區段開端出現的類似措辭,尤指信件開頭。<br> 全冊中,章節標題前出現的卷名,以 opener 元素標記。<br> ==closer== TEI 定義:<closer> 匯集日期地點、署名、稱呼語及其他在區段開端出現的類似措辭,尤指信件結尾。<br> 全冊中,章節標題前結束出現的卷名,以 closer 元素標記。<br> ==hi== TEI 定義:<highlighted>標誌其字型外觀上和週遭文字有所區別的字詞,但不指出顯目原因。<br> ==milestone== TEI 定義:<milestone>標明文本中由標準參照系統變更所指示的任何區塊分界點,並且該章節末以任何結構性元素標記。<br> *unit 提供此分界段落所使用的通用單位名稱,例如: 每冊的起始點 <syntaxhighlight lang="XML"> <milestone unit="book" n="1"/> </syntaxhighlight> 每卷的起始點 <milestone unit="juan" n="1"/> ==p== 標記散文的段落。 ==lg== TEI 定義:<lg> (行組) 包含形式上視為一組的詩行,例如詩節、疊句、韻文段落等。<br> lg 是 line group,裡面包一個或多個<l> (line)。<br> ==pb== 頁碼記錄於 pb 元素的 n 屬性,例如: <syntaxhighlight lang="XML"> <pb n="1"/> </syntaxhighlight> *空白頁的頁碼亦標示出。 ==graphic== TEI定義:<graphic> indicates the location of an inline graphic, illustration, or figure. 行中的小圖, 以<graphic>標記。 ==seg== 在 TEI 的中英文解釋:<br> <seg> (arbitrary segment) represents any segmentation of text below the ‘chunk’ level.<br> <seg> (隨機分割)包含文件中任何隨機字詞層次的單元 (包括其他分割元素)。<br> *<seg type="k1"> 大科 *<seg type="k2"> 子科 ==note== ===註釋=== <note xml:id="n3.2.3"> 表示第3冊、第2頁、註3 ===雙行夾註:<note place="inline2">=== ==ref== TEI定義:<ref>標明與其他位置互相參照的符號,或許包含附加的文字或註解。<br> <ref target='n1_1' type='noteAnchor'/> ## link to cbeta * 「見」:是與引用的文字完全相同。 * 「參」:是與引用的內容意思同,但文字不完全相同。 ## <ref/> 引用外典,尚未有連結處。 範例: <ref target='CBETA.T.V12.N374.P385a7'> <ref target='CBETA.T.V10.N279.P332a12-14'> <ref target='CBETA.T.V10.N279.P331b27-c20'> <ref target='CBETA.T.V10.N279.P331c25-P332a2'> ==label== TEI定義:<label>包含和列表中某項目相關聯的標號;在詞彙表中則用來標記被定義的字詞。<br> 某些段落開頭會有粗體字表示本段落的標題,我們也以 label 元素標記。 ==list== *list:(list) 包含以列表方式呈現的任何連續項目。 *item:包含列表中的一個項目。 ==table== TEI的定義:<table> 以表格形式呈現、包含在直行橫列中的文字內容。 *row元素表示表格的一列 *cell元素表示表格的一格 ===左邊標題欄有框線 === <table rend="table-col-head"> ==title書名== TEI網站: (monographic) monographic title (book, collection, or other item published as a distinct item, including single volumes of multi-volume works) =CSS= ==邊界== ===margin=== ==text(文字)== ===縮排=== *首行縮排2個字:text-indent:2em(負值變成凸排) *text-indent為0時,不須加em值:text-indent:0 ==垂直對齊== *上標:vertical-align:super <syntaxhighlight lang="XML"> <seg style="font-size:x-small;vertical-align:super;"> </syntaxhighlight> ==字體== *文字大小: **font-size:x-small **font-size:small =缺字處理= 介面的缺字圖片來源依據難檢字庫之ID,TeiHeader 標記紀錄如下: <syntaxhighlight lang="XML"> <encodingDesc> <char xml:id="Z1305">/*難檢字庫ID,介面缺字圖片來源*/ <mapping type="組字式">[口*捺]</mapping> </char> </encodingDesc> </syntaxhighlight> 文內標記, 例: <syntaxhighlight lang="XML"> <p rend="text-indent:0">唵。薩㗚末。怛達遏怛遏怛。巴<g ref="#Z1305"/>末<g ref="#Z1305"/>。難葛浪彌</p> </syntaxhighlight> *ref 屬性是該缺字的編碼
返回到「
《新修華嚴經疏鈔》數位典藏平台建置專案工作手冊
」。
導覽
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
wiki工具
wiki工具
特殊頁面
頁面工具
頁面工具
使用者頁面工具
更多
連結至此的頁面
相關變更
頁面資訊
頁面日誌