1 | creator [email protected]
|
---|
2 | public true
|
---|
3 |
|
---|
4 | buildtype mg
|
---|
5 |
|
---|
6 | plugin WordPlugin
|
---|
7 | plugin RTFPlugin
|
---|
8 | plugin PDFPlugin
|
---|
9 | plugin PostScriptPlugin
|
---|
10 | plugin GreenstoneXMLPlugin
|
---|
11 | plugin MetadataXMLPlugin
|
---|
12 | plugin ArchivesInfPlugin
|
---|
13 | plugin DirectoryPlugin
|
---|
14 |
|
---|
15 | indexes document:text
|
---|
16 |
|
---|
17 | classify AZList -metadata Title
|
---|
18 |
|
---|
19 | format DocumentHeading ""
|
---|
20 | format DocumentButtons ""
|
---|
21 |
|
---|
22 | format VList "<td valign=\"top\">[link][icon][/link]</td>
|
---|
23 | <td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
|
---|
24 | <td valign=\"top\">[highlight]
|
---|
25 | {Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
|
---|
26 | [/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
|
---|
27 |
|
---|
28 | format HList "[link][highlight][ex.Title][/highlight][/link]"
|
---|
29 |
|
---|
30 | format DocumentText "[Text]"
|
---|
31 |
|
---|
32 | # -- English strings ----------------
|
---|
33 | collectionmeta collectionname [l=en] "MSWord and PDF demonstration"
|
---|
34 |
|
---|
35 | collectionmeta .document:text [l=en] "documents"
|
---|
36 |
|
---|
37 | # -- French strings ----------------
|
---|
38 | collectionmeta collectionname [l=fr] "Démonstration MSWord et PDF"
|
---|
39 |
|
---|
40 | collectionmeta .document:text [l=fr] "documents"
|
---|
41 |
|
---|
42 | # -- Spanish strings ----------------
|
---|
43 | collectionmeta collectionname [l=es] "Demostración de MSWord y PDF"
|
---|
44 |
|
---|
45 | collectionmeta .document:text [l=es] "documentos"
|
---|
46 |
|
---|
47 | # -- Russian strings ----------------
|
---|
48 | collectionmeta collectionname [l=ru] "ÐеЌПМÑÑÑаÑÐžÑ MSWord О PDF"
|
---|
49 |
|
---|
50 | collectionmeta .document:text [l=ru] "ÐПкÑЌеМÑÑ"
|
---|
51 |
|
---|
52 | # -- Chinese strings ----------------
|
---|
53 | collectionmeta collectionname [l=zh] "埮蜯WordäžPDFæŒç€ºéŠè"
|
---|
54 |
|
---|
55 | collectionmeta .document:text [l=zh] "ææ¡£"
|
---|
56 |
|
---|
57 |
|
---|
58 | # -- English text ----------------
|
---|
59 | collectionmeta collectionextra [l=en] "This collection demonstrates Greenstone\'s
|
---|
60 | ability to build collections from documents provided in different formats.
|
---|
61 | It contains a number of papers written by various members of the NZDL
|
---|
62 | project in PDF, MSWord, RTF, and Postscript formats.\n
|
---|
63 | <p>
|
---|
64 | The documents in this collection have been produced by members of the Department of Computer Science, University of Waikato.
|
---|
65 | The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
|
---|
66 |
|
---|
67 | <h3>How the collection works</h3>\n
|
---|
68 | <p>
|
---|
69 | This collection\'s <a href=\"_httpcollection_/etc/collect.cfg\"
|
---|
70 | target=collect.cfg>configuration file</a> contains the four plugins
|
---|
71 | <i>WordPlugin</i>, <i>RTFPlugin</i>, <i>PDFPlugin</i> and <i>PostScriptPlugin</i> (along with
|
---|
72 | the standard four, <i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i> and <i>DirectoryPlugin</i>). These
|
---|
73 | four plugins all extract <i>Title</i> and <i>Source</i> (i.e. filename)
|
---|
74 | metadata. \n
|
---|
75 |
|
---|
76 | <p>
|
---|
77 | Greenstone contains third-party software that is used to convert
|
---|
78 | Word, RTF, PDF and PostScript files into HTML. The Greenstone team does not
|
---|
79 | maintain these modules, although we do try to include the latest versions
|
---|
80 | with each
|
---|
81 | Greenstone release. Bugs arise with unusual Word documents (e.g. from older
|
---|
82 | Macintosh systems), and sometimes the text is badly extracted. Some PDF files
|
---|
83 | have no machine-readable text at all, comprising instead a sequence of page
|
---|
84 | <i>images</i> from which text can only be extracted by optical character recognition
|
---|
85 | (OCR), which Greenstone does not attempt. If you encounter these problems, you
|
---|
86 | can either remove the offending documents from your collection, or try using
|
---|
87 | some of the advanced plugin options to process the documents in different ways.
|
---|
88 | For more information, see the Enhanced PDf and Word tutorials on the
|
---|
89 | <a href=\'http://wiki.greenstone.org/wiki/index.php/Tutorial_exercises\'>Greenstone wiki</a>.
|
---|
90 |
|
---|
91 | <p>
|
---|
92 | The <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>configuration
|
---|
93 | file</a> includes a single index, based on document text, and one classifier,
|
---|
94 | an <i>AZList</i> based on <i>Title</i> metadata, shown
|
---|
95 | <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">here</a> (the alphabetic
|
---|
96 | selector is suppressed automatically because the collection contains only a few
|
---|
97 | documents). However, no format statement is specified. In the absence of
|
---|
98 | explicit information, Greenstone supplies sensible defaults. In this case, the
|
---|
99 | default format for the classifier gives:\n
|
---|
100 |
|
---|
101 | <ul>
|
---|
102 | <li>
|
---|
103 | an icon for the HTML version of the document (the text that is actually indexed,
|
---|
104 | essentially the same as the Greenstone Archive format);\n
|
---|
105 | <li>
|
---|
106 | an icon for the original version of the document (clicking it opens the
|
---|
107 | document in its original form);\n
|
---|
108 | <li>
|
---|
109 | <i>Title</i> metadata, extracted from the document;\n
|
---|
110 | <li>
|
---|
111 | <i>Source</i> (i.e. filename) metadata, extracted from the document.\n
|
---|
112 | </ul>
|
---|
113 |
|
---|
114 | <p>
|
---|
115 | Here is a format statement that achieves exactly the same effect explicitly. It
|
---|
116 | applies to all <i>Vlists</i>, and so controls both search results list and the
|
---|
117 | alphabetic title browser.\n
|
---|
118 |
|
---|
119 | <pre>
|
---|
120 | format VList \"
|
---|
121 | <td>[link][icon][/link]<\/td>\n
|
---|
122 | <td>[srclink][srcicon][/srclink]<\/td>\n
|
---|
123 | <td>[Title]<br><i>([Source])</i></td>\"\n
|
---|
124 | </pre>
|
---|
125 | "
|
---|
126 |
|
---|
127 | # -- French text ----------------
|
---|
128 | collectionmeta collectionextra [l=fr] "Cette collection démontre les capacités de Greenstone pour rassembler des collections à partir de documents existants en différents formats. Elle contient plusieurs articles écrits par différents membres du projet NZDL en format PDF, MSWord, RTF, et Postscript.
|
---|
129 | <p>
|
---|
130 | The documents in this collection have been produced by members of the Department of Computer Science, University of Waikato.
|
---|
131 | The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
|
---|
132 |
|
---|
133 | <p>
|
---|
134 | <h3>Comment marche cette collection ?</h3>
|
---|
135 |
|
---|
136 | <p>
|
---|
137 | Le <a href=\"_httpcollection_/etc/collect.cfg\"
|
---|
138 | target=collect.cfg>fichier de configuration</a> de cette collection contient quatre plugins, <i>WordPlugin</i>, <i>RTFPlugin</i>,
|
---|
139 | <i>PDFPlugin</i> et <i>PostScriptPlugin</i> (ensemble avec les quatre plugins standards <i>GreenstoneXMLPlugin</i>, <i>MetadataXMLPlugin</i>, <i>ArchivesInfPlugin</i> et <i>DirectoryPlugin</i>).
|
---|
140 | Tous ces quatre modules extraient les méta-données <i>Titre</i> et <i>Source</i> (c.-a-d. nom de fichier).
|
---|
141 |
|
---|
142 | <p>
|
---|
143 | Greenstone contient des logiciels de tierces parties utilisés pour convertir des fichiers Word, RTF, PDF et PostScript en HTML. L\'équipe Greenstone ne maintient pas ces modules bien que nous incluons les derniÚres versions dans chaque édition de Greenstone. Des coquilles apparaissent avec les documents
|
---|
144 | inhabituels de Word (par exemple à partir de vieux systÚmes Macintosh) et des fois, le texte est mal extrait. Certains fichiers PDF n\'ont pas du tout une forme lisible directement par les machines, mais sont représentés par une séquence de pages d\'<i>images</i> à partir desquelless le texte ne peut être extrait que par une reconnaissance optique de caractÚres (ROC), ce que
|
---|
145 | Greenstone ne tente pas de faire. Si vous rencontrez ce type de problÚmes, vous pouvez soit supprimer les documents problématiques de votre collection, soit essayer d'utiliser les options avancées du plugiciel pour traiter les documents d'une autre façon. Pour plus d'informations, se reporter aux tutoriels avancés sur les documents PDF et Word, disponibles sur <a href=\'http://wiki.greenstone.org/wiki/index.php/Tutorial_exercises\'>le wiki Greenstone</a>.
|
---|
146 |
|
---|
147 | <p>
|
---|
148 | Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a> comprend un index unique, basé sur un texte de document
|
---|
149 | et un classificateur, un <i>AZList</i> basée sur la méta-donnée <i>Titre</i>, montrée <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">ici</a> (le sélecteur
|
---|
150 | alphabétique est supprimé automatiquement parce que la collection ne contient que peu de documents). Cependant aucune déclaration de format n\'est spécifiée. A l\'absence d\'information explicite, Greenstone fournit des défauts sensés. Dans ce cas le format par défaut pour le classificateur donne ceci :
|
---|
151 | <ul>
|
---|
152 | <li>
|
---|
153 | une icÎne pour la version HTML du document (le texte est en fait indexé en grande partie de la même façon que le format d\'archive Greenstone);
|
---|
154 | <li>
|
---|
155 | une icÃŽne pour la version originale du document (en cliquant dessus, on ouvre le document dans sa version originale);
|
---|
156 | <li>
|
---|
157 | méta-donnée <i>Titre</i> extraite du document;
|
---|
158 | <li>
|
---|
159 | méta-donnée <i>Source</i> (c.-à -d. nom du fichier) extraite du document.
|
---|
160 | </ul>
|
---|
161 |
|
---|
162 | <p>
|
---|
163 | Voici une déclaration de format qui fait exactement la même chose de maniÚre explicite.
|
---|
164 | Elle s\'applique à tous les <i>VList</i> et contrÎle donc aussi bien les résultats de recherche que la navigation alphabétique par titre.
|
---|
165 |
|
---|
166 | <pre>
|
---|
167 | format VList \"
|
---|
168 | <td>[link][icon][/link]<\/td>\n
|
---|
169 | <td>[srclink][srcicon][/srclink]<\/td>\n
|
---|
170 | <td>[Title]<br><i>([Source])</i></td>\"\n
|
---|
171 | </pre>
|
---|
172 | "
|
---|
173 |
|
---|
174 | # -- Spanish text ----------------
|
---|
175 | collectionmeta collectionextra [l=es] "
|
---|
176 | Esta colección demuestra la capacidad del programa Greenstone para construir colecciones con documentos en diferentes formatos. Contiene artÃculos escritos por varios de los miembros del proyecto NZDL en formato PDF, MSWord, RTF y Postscript.<p>
|
---|
177 | Los documentos han sido producidos por miembros del Departamento de Ciencias de la Computación, de la Universidad de Waikato. La Universidad tiene el copyright. Ellos pueden distribuirse libremente, sin ninguna restricción.
|
---|
178 |
|
---|
179 | <h3>Cómo trabaja esta colección</h3>
|
---|
180 |
|
---|
181 | Este <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración de la colección</a> contiene los cuatro plugins <i>WordPlugin, RTFPlugin, PDFPlugin</i> y <i>PostScriptPlugin</i> (junto con los cuatro plugins estándar, <i>GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin</i> y <i>DirectoryPlugin</i>). Los cuatro plugins extraen los metadatos de <i>TÃtulo</i> y <i>Fuente</i> (es decir, nombre del archivo).
|
---|
182 | <p>
|
---|
183 |
|
---|
184 | Greenstone contiene un software de otro fabricante que se utiliza para convertir archivos Word, RTF, PDF y PostScript a HTML. El equipo de Greenstone no le da mantenimiento a estos módulos, aunque incluimos las más recientes versiones con cada nueva versión de Greenstone. Los errores lógicos surgen con documentos Word inusuales (p. ej. provenientes de sistemas Macintosh anteriores) y en ocasiones el texto no se extrae adecuadamente. Algunos archivos PDF no contienen textos legibles de ninguna manera, ya que están compuestos de una secuencia de <i>imágenes</i> de página de las cuales el texto únicamente se puede extraer por medio del reconocimiento óptico de caracteres (OCR por sus siglas en inglés), que es algo que Greenstone no pretende hacer. Si encuentra estos problemas entonces puede remover el documento dañado de la colección, o tratar de usar alguna de las opciones avanzadas para procesar los documentos de diferentes maneras. Para más información, vea los tutoriales avanzados sobre PDF y Word en la <a href=\'http://wiki.greenstone.org/wiki/index.php/Tutorial_exercises\'>wiki de Greenstone</a>.
|
---|
185 | <p>
|
---|
186 |
|
---|
187 | El <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración</a> incluye un solo Ãndice basado en el texto de los documentos y un clasificador <i>AZList</i> basado en el metadato de <i>TÃtulo</i>, tal como se muestra <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">aquÃ</a> (el selector alfabético se suprime automáticamente ya que la colección contiene únicamente unos cuantos documentos). Sin embargo, no se especifica ningún enunciado de formato. En ausencia de información explÃcita, Greenstone suministra los formatos por omisión. En este caso, el formato por omisión para el clasificador proporciona:
|
---|
188 | <p>
|
---|
189 | <ul>
|
---|
190 | <li> un icono para la versión HTML del documento (el texto que se está indexando, básicamente el mismo que el formato del Archivo Greenstone);
|
---|
191 |
|
---|
192 | <li> un icono para la versión original del documento (al hacer click en él abre el documento en su forma original);
|
---|
193 |
|
---|
194 | <li> el metadato de <i>TÃtulo</i> extraÃdo del documento;
|
---|
195 |
|
---|
196 | <li> el metadato de <i>Fuente</i> (es decir, el nombre de archivo) extraÃdo del documento.
|
---|
197 | </ul>
|
---|
198 | <p>
|
---|
199 | Aquà se describe un enunciado de formato que logra exactamente el mismo efecto de manera explÃcita. Se aplica a todas las <i>Vlists</i> y por lo tanto controla tanto la lista de resultados de la búsqueda como el explorador de tÃtulos por orden alfabético.
|
---|
200 |
|
---|
201 | <pre>
|
---|
202 | format VList \"
|
---|
203 | <td>[link][icon][/link]<\/td>\n
|
---|
204 | <td>[srclink][srcicon][/srclink]<\/td>\n
|
---|
205 | <td>[Title]<br><i>([Source])</i></td>\"\n
|
---|
206 | </pre>
|
---|
207 | "
|
---|
208 |
|
---|
209 | # -- Russian text ----------------
|
---|
210 | collectionmeta collectionextra [l=ru] "
|
---|
211 | ÐÑа кПллекÑÐžÑ ÐŽÐµÐŒÐŸÐœÑÑÑОÑÑÐµÑ ÑпПÑПбМПÑÑÑ Greenstone к пПÑÑÑÐŸÐµÐœÐžÑ ÐºÐŸÐ»Ð»ÐµÐºÑОО Оз ЎПкÑЌеМÑПв, вÑпПлМеММÑÑ
|
---|
212 | в ÑазлОÑМÑÑ
|
---|
213 | ÑПÑЌаÑаÑ
|
---|
214 | . ÐМа ÑПЎеÑÐ¶ÐžÑ ÐŒÐœÐŸÐ¶ÐµÑÑвП ÑÑаÑей, МапОÑаММÑÑ
|
---|
215 | ÑазлОÑМÑЌО ÑлеМаЌО пÑПекÑа NZDL, в ÑПÑЌаÑаÑ
|
---|
216 | PDF, MSWord, RTF О Postscript.
|
---|
217 | <p>
|
---|
218 | The documents in this collection have been produced by members of the Department of Computer Science, University of Waikato.
|
---|
219 | The University of Waikato holds copyright. They may be distributed freely, without any restrictions.
|
---|
220 |
|
---|
221 |
|
---|
222 | <h3>Ðак ÑабПÑÐ°ÐµÑ ÐºÐŸÐ»Ð»ÐµÐºÑОÑ</h3>
|
---|
223 | <p>
|
---|
224 |
|
---|
225 | <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>ÐПМÑОгÑÑаÑОПММÑй Ñайл</a> ÑÑПй кПллекÑОО ÑПЎеÑÐ¶ÐžÑ ÑеÑÑÑе плагОМа <i>WordPlugin, RTFPlugin, PDFPlugin</i> О <i>PostScriptPlugin</i> (МаÑÑÐŽÑ Ñ ÑеÑÑÑе ÑÑаМЎаÑÑМÑЌО <i>GreenstoneXMLPlugin, MetadataXMLPlugin, ArchivesInfPlugin</i> О <i>DirectoryPlugin</i>). ÐÑе ÑÑО ÑеÑÑÑе плагОМа ОзвлекаÑÑ ÐŒÐµÑаЎаММÑе Оз <i>ÐазваМОÑ</i> (<i>Title</i>) О <i>ÐÑÑПÑМОка</i> (<i>Source</i>), ÑП еÑÑÑ ÐžÐŒÑ Ñайла.
|
---|
226 | <p>
|
---|
227 |
|
---|
228 | Greenstone ÑПЎеÑÐ¶ÐžÑ ÑÑПÑПММее пÑПгÑаЌЌМПе ПбеÑпеÑеМОе, кПÑПÑПе ОÑпПлÑзÑеÑÑÑ ÐŽÐ»Ñ ÑПгП, ÑÑÐŸÐ±Ñ ÐºÐŸÐœÐ²ÐµÑÑОÑПваÑÑ ÑайлÑ, ÑПзЎаММÑе в Word, RTF, PDF О PostScript в HTML. ÐПЌаМЎа Greenstone Ме ПбÑлÑÐ¶ÐžÐ²Ð°ÐµÑ ÑÑО ЌПЎелО, Ñ
|
---|
229 | ПÑÑ ÐŒÑ Ð²ÐºÐ»ÑÑаеЌ ОÑ
|
---|
230 | ÑаЌÑе пПÑлеЎМОе веÑÑОО в кажЎÑй вÑпÑÑк Greenstone. ÐÑОбкО вПзМОкаÑÑ Ñ ÐœÐµÐŸÐ±ÑÑМÑÑ
|
---|
231 | ЎПкÑЌеМÑПв Word (МапÑОЌеÑ, ÐŸÑ ÑÑаÑÑÑ
|
---|
232 | ÑОÑÑеЌ ÐакОМÑПÑа), О ОМПгЎа ÑекÑÑ ÑжаÑМП ОзвлекаеÑÑÑ. ÐекПÑПÑÑе PDF ÑÐ°Ð¹Ð»Ñ ÐœÐµ ÑПзЎаÑÑ ÐœÐžÐºÐ°ÐºÐŸÐ³ÐŸ ЌаÑОММПÑОÑаеЌПгП ÑекÑÑа вППбÑе, а вЌеÑÑП ÑÑПгП вклÑÑаÑÑ Ð¿ÐŸÑлеЎПваÑелÑМПÑÑÑ <i>ОзПбÑажеМОй</i> ÑÑÑаМОÑÑ, Оз кПÑПÑÑÑ
|
---|
233 | ÑекÑÑ ÐŒÐŸÐ¶ÐµÑ Ð±ÑÑÑ ÐžÐ·Ð²Ð»ÐµÑеМ ÑПлÑкП пÑÑеЌ ПпÑОÑеÑкПгП ÑаÑÐ¿ÐŸÐ·ÐœÐ°Ð²Ð°ÐœÐžÑ (OCR), ÑÑП в Greenstone Ме пÑеЎÑÑЌПÑÑеМП.
|
---|
234 | <!-- _text1_ -->
|
---|
235 | If you encounter these problems, you
|
---|
236 | can either remove the offending documents from your collection, or try using
|
---|
237 | some of the advanced plugin options to process the documents in different ways.
|
---|
238 | For more information, see the Enhanced PDf and Word tutorials on the
|
---|
239 | <a href=\'http://wiki.greenstone.org/wiki/index.php/Tutorial_exercises\'>Greenstone wiki</a>.
|
---|
240 | <p>
|
---|
241 |
|
---|
242 |
|
---|
243 | <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>ÐПМÑОгÑÑаÑОПММÑй Ñайл</a> вклÑÑÐ°ÐµÑ ÐµÐŽÐžÐœÑÑвеММÑй ОМЎекÑ, ПÑМПваММÑй Ма ÑекÑÑе ЎПкÑЌеМÑа О ПЎОМ клаÑÑОÑОкаÑÐŸÑ <i>AZList</i>, ПÑМПваММÑй Ма ЌеÑаЎаММÑÑ
|
---|
244 | <i>ÐазваМОÑ</i>, пПказаММÑй <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">зЎеÑÑ</a> (алÑавОÑМÑй ПÑбПÑÑОк авÑПЌаÑОÑеÑкО ПÑклÑÑеМ, пПÑкПлÑÐºÑ ÐºÐŸÐ»Ð»ÐµÐºÑÐžÑ ÑПЎеÑÐ¶ÐžÑ ÑПлÑкП МеÑкПлÑкП ЎПкÑЌеМÑПв). ÐЎМакП МОкакОÑ
|
---|
245 | ПпеÑаÑПÑПв ÑПÑЌаÑа Ме ПпÑеЎелеМП. ÐÑО ПÑÑÑÑÑÑвОО ÑвМПй ОМÑПÑЌаÑОО Greenstone пПЎЎеÑÐ¶ÐžÐ²Ð°ÐµÑ Ð¿ÐŸ ÑЌПлÑÐ°ÐœÐžÑ ÐœÐ°ÐžÐ±ÐŸÐ»ÐµÐµ ПÑÑÑОЌÑе. Ð ÑÑПЌ ÑлÑÑае пП ÑЌПлÑÐ°ÐœÐžÑ ÐžÑпПлÑзÑÑÑÑÑ ÑлеЎÑÑÑОе ÑПÑЌаÑÑ ÐŽÐ»Ñ ÐºÐ»Ð°ÑÑОÑОкаÑПÑа:
|
---|
246 | <p>
|
---|
247 |
|
---|
248 |
|
---|
249 | <ul>
|
---|
250 | <li>
|
---|
251 | ОзПбÑажеМОе (ОкПМка) ÐŽÐ»Ñ HTML-веÑÑОО ЎПкÑЌеМÑа (ÑекÑÑ, кПÑПÑÑй ÑакÑОÑеÑкООМЎекÑОÑПваМ, пП ÑÑÑеÑÑÐ²Ñ ÑакПй же, как ÑПÑÐŒÐ°Ñ Ð°ÑÑ
|
---|
252 | Ова Greenstone);
|
---|
253 | <li>
|
---|
254 | ОзПбÑажеМОе (ОкПМка) ÐŽÐ»Ñ ÐŸÑОгОМалÑМПй веÑÑОО ЎПкÑЌеМÑа (ÑÐµÐ»ÐºÐ°Ñ ÐœÐ° МеЌ, ПÑкÑÑваÑÑ ÐŽÐŸÐºÑÐŒÐµÐœÑ Ð² егП ОÑÑ
|
---|
255 | ПЎМПЌ ÑПÑЌаÑе);
|
---|
256 | <li>
|
---|
257 | ЌеÑаЎаММÑе <i>ÐазваМОÑ</i> (<i>Title</i>), ОзвлеÑеММÑе Оз ЎПкÑЌеМÑа;
|
---|
258 | <li>
|
---|
259 | ЌеÑаЎаММÑе <i>ÐÑÑПÑМОка</i> (<i>Source</i>), ÑП еÑÑÑ ÐžÐŒÑ Ñайла, ОзвлеÑеММПе Оз ЎПкÑЌеМÑа.
|
---|
260 | </ul>
|
---|
261 | <p>
|
---|
262 |
|
---|
263 | ÐЌееÑÑÑ ÐŸÐ¿ÐµÑаÑÐŸÑ ÑПÑЌаÑа, кПÑПÑÑй ЎПÑÑÐžÐ³Ð°ÐµÑ ÑакПй же ÑаЌÑй ÑÑÑекÑ. ÐМ ПбÑаÑаеÑÑÑ ÐºÐŸ вÑеЌ <i>Vlists</i> О ÑакОЌ ПбÑазПЌ ПÑÑÑеÑÑвлÑÐµÑ ÐºÐŸÐœÑÑÐŸÐ»Ñ ÐºÐ°Ðº МаЎ ÑпОÑкПЌ ÑезÑлÑÑаÑПв пПОÑка, Ñак О МаЎ алÑавОÑМÑÐŒ пПказПЌ МазваМОй.
|
---|
264 |
|
---|
265 | <pre>
|
---|
266 | format VList \"
|
---|
267 | <td>[link][icon][/link]<\/td>\n
|
---|
268 | <td>[srclink][srcicon][/srclink]<\/td>\n
|
---|
269 | <td>[Title]<br><i>([Source])</i></td>\"\n
|
---|
270 | </pre>
|
---|
271 | "
|
---|
272 |
|
---|
273 | # -- Chinese text ----------------
|
---|
274 | collectionmeta collectionextra [l=zh] "
|
---|
275 | æ¬éŠèæŒç€ºGreenstoneçšäžåæ ŒåŒææ¡£å建éŠèçåèœãæ¬éŠèæ¶åœäºè¥å¹²NZDL项ç®ç»æåæåç论æïŒæPDFïŒåŸ®èœ¯Word以åPostscriptæ ŒåŒã\n
|
---|
276 | <p>
|
---|
277 | æ¬éŠèäžçææ¡£æ¥èªäºæå¡æå€§åŠè®¡ç®æºç³»çæåãçæç±æå¡æå€§åŠæå±ãè¿äºææ¡£å¯èªç±ååžïŒæ²¡æä»»äœéå¶ã
|
---|
278 |
|
---|
279 | <h3>æ¬éŠèåŠäœå·¥äœ</h3>\n
|
---|
280 | <p>æ¬éŠèç<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>é
|
---|
281 | 眮æä»¶</a>å
|
---|
282 | å«å䞪æä»¶ïŒ<i>WordPlugin</i>ïŒ<i>RTFPlugin</i>ïŒ<i>PDFPlugin</i>äž<i>PostScriptPlugin</i>ïŒä»¥åå䞪æ åæä»¶ïŒ<i>GreenstoneXMLPlugin</i>ïŒ<i>MetadataXMLPlugin</i>ïŒ<i>ArchivesInfPlugin</i>äž<i>DirectoryPlugin</i>ïŒãè¿å䞪æä»¶éœäŒæœå<i>é¢å</i>äž<i>æ¥æº</i>ïŒå³æä»¶åïŒå
|
---|
283 | æ°æ®ã\n
|
---|
284 |
|
---|
285 | <p>Greenstone䜿çšç¬¬äžæ¹èœ¯ä»¶å°WordïŒRTFïŒPDFäžPostScriptæä»¶èœ¬æ¢æHTMLææ¡£ãGreenstoneå°ç»å¹¶äžèŽèŽ£ç»Žæ€è¿äºç¬¬äžæ¹èœ¯ä»¶ïŒå°œç®¡æä»¬å°œéåšååžæ¯äžªGreenstoneçæ¬äžäœ¿çšææ°ççæ¬ãç¹æ®çWordææ¡£å¯èœäŒææäºé®é¢ïŒæ¯åŠæ§çMacintoshç³»ç»å建çWordææ¡£ïŒïŒå¹¶äžææ¶ä»è¿äºææ¡£äžæœåçææ¬èŽšéåŸå·®ãæäºPDFææ¡£äžå
|
---|
286 | æ¬ä»»äœæºåšå¯è¯»çææ¬ïŒèæ¯ç±äžç³»åç页é¢<i>åŸç</i>ç»æïŒåªèœçšå
|
---|
287 | åŠå笊è¯å«ææ¯ïŒOCRïŒä»äžè¯»åææ¬ïŒèGreenstoneå¹¶äžå
|
---|
288 | æ¬OCRææ¯ãåŠæäœ éå°äºè¿äºé®é¢ïŒèŠä¹äœ å¯ä»¥ä»éŠèäžå 逿é®é¢çææ¡£ïŒæè
|
---|
289 | å°è¯é«çº§çæä»¶é项ïŒä»¥äžåçæ¹åŒå€çææ¡£ãæŽå€ä¿¡æ¯ïŒè¯·åé
|
---|
290 | <a href=\'http://wiki.greenstone.org/wiki/index.php/Tutorial_exercises\'>Greenstone wiki</a>äžçæé«çPDFäžWordææ¡£å€çæçšã
|
---|
291 |
|
---|
292 | <p>æ¬éŠèç<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>é
|
---|
293 | 眮æä»¶</a>äžåªæäžäžªçŽ¢åŒïŒè¯¥çŽ¢åŒæ¯åºäºææ¡£ææ¬çïŒä»¥åäžäžªåç±»åšïŒäžäžªåºäº<i>é¢å</i>å
|
---|
294 | æ°æ®ç<i>AZList</i>ïŒåŠ<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">è¿é</a>æç€ºïŒè¿éèªåšéèäºæåæ¯çéæ©æµè§æ¡ïŒå 䞺æ¬éŠèåªæäžºæ°äžå€çå äžªææ¡£ïŒãç¶èïŒæ¬éŠè没æè®Ÿå®ä»»äœæ ŒåŒåéãåšæ²¡æå¶å®ç¹å®æ ŒåŒä¿¡æ¯æ¶ïŒGreenstoneæäŸåçç猺çåŒãåšè¿ç§æ
|
---|
295 | åµäžïŒçŒºççåç±»åšæ ŒåŒå°æŸç€ºïŒ\n
|
---|
296 |
|
---|
297 | <ul><li>äžäžªåŸæ å¹¶éŸæ¥å°ææ¡£çHTMLçæ¬ïŒå³çæ£è¢«çŽ¢åŒçææ¬ïŒæ¬èŽšäžäžGreenstoneå
|
---|
298 | éšååšæ ŒåŒçžåïŒïŒ\n
|
---|
299 | <li>äžäžªåŸæ å¹¶éŸæ¥å°ææ¡£çåå§çæ¬ïŒç¹å»è¯¥åŸæ å°æåŒææ¡£çåå§æ ŒåŒïŒïŒ\n
|
---|
300 | <li><i>é¢å</i>å
|
---|
301 | æ°æ®ïŒæœåèªææ¡£ïŒ\n
|
---|
302 | <li><i>æ¥æº</i>ïŒå³æä»¶åïŒå
|
---|
303 | æ°æ®ïŒæœåèªææ¡£ã\n
|
---|
304 | </ul>
|
---|
305 |
|
---|
306 | <p>è¿äžªç¹å®çæ ŒåŒåéå°åŸå°äžæš¡äžæ ·çå€è§ãå®éçšäºææç<i>Vlists</i>ïŒä¹æ§å¶æçŽ¢ç»æå衚äžåæ¯é¡ºåºçé¢åå衚ã\n
|
---|
307 |
|
---|
308 | <pre>
|
---|
309 | format VList \"<td>[link][icon][/link]<\/td>\n
|
---|
310 | <td>[srclink][srcicon][/srclink]<\/td>\n
|
---|
311 | <td>[Title]<br><i>([Source])</i></td>\"\n
|
---|
312 | </pre>
|
---|
313 | "
|
---|