source: documented-examples/trunk/bibtex-supp-e/etc/collect.cfg@ 36463

Last change on this file since 36463 was 36463, checked in by anupama, 20 months ago

Correcting some spelling/grammatical errors in the DEC collection that uses supercollections. I don't yet know if this can be ported.

  • Property svn:executable set to *
File size: 33.0 KB
RevLine 
[36463]1infodbtype gdbm
[18738]2creator [email protected]
3maintainer [email protected]
4public true
5
6buildtype mgpp
7
[19132]8groupsize 200
[18738]9
[19132]10supercollection documented-examples/bibtex-supp-e documented-examples/bibtex-e
11
[18738]12indexes text metadata
13
[19367]14plugin BibTexPlugin -OIDtype assigned -OIDmetadata Number
[19273]15plugin GreenstoneXMLPlugin
16plugin MetadataXMLPlugin
17plugin ArchivesInfPlugin
18plugin DirectoryPlugin
[18738]19
20classify AZList -metadata Title
21classify AZCompactList -metadata Author -buttonname Creator
[19132]22classify DateList -metadata Date
[18738]23
[19132]24format SearchTypes "form, plain"
25
[18738]26format VList "<td valign=top>[link][icon][/link]</td>
27<td valign=top><b>[Title]</b> - <i>{Or}{[Creator],[Editor]}</i>
28{If}{[Year], - [Month] [Year]}</td>"
[19151]29
[18738]30format CL2VList "<td valign=top>[link][icon][/link]</td>
31<td valign=top>{If}{[numleafdocs],<b>[Title]</b>,
32<b>[Author]</b> ([Creator]) -- <i>[Title]</i>}
33{If}{[Year], - [Month] [Year]}</td>"
[19151]34
[18738]35format DateList "<td valign=top>[link][icon][/link]</td>
36<td valign=top><b>[Title]</b> - <i>{Or}{[Creator],[Editor]}</i></td>"
37
[19151]38format HList "[link][highlight][ex.Title][/highlight][/link]"
39
[18738]40format DocumentHeading "<H1>[Title]</H1><hr><table>
41{If}{[Creator],<tr><td><b>_AuthoredBy_:</b></td><td>[Creator]</td></tr>}
42{If}{[Title],<tr><td><b>_PaperTitle_:</b></td><td>[Title]</td></tr>}
43{If}{[Editor],<tr><td><b>_Editors_:</b></td><td>[Editor]</td></tr>}
44{If}{[EditorRole],<tr><td><b>_EditorRole_:</b></td><td>[EditorRole]</td></tr>}
45{If}{[Booktitle],<tr><td><b>_BookJournalTitle_:</b></td><td>[Booktitle]</td></tr>}
46{If}{[Journal],<tr><td><b>_In_:</b></td><td>[Journal]</td></tr>}
47{If}{\"[Volume][Number]\",<tr><td colspan=\'2\'>}
48{If}{[Number], <b>_Number_</b> [Number] }
49{If}{[Volume], <b>_Vol_</b> [Volume]}
50{If}{\"[Volume][Number]\",</td></tr>}
51{If}{[MeetingDate],<tr><td><b>_MeetingDate_:</b></td><td>[MeetingDate]</td></tr>}
52{If}{[MeetingPlace],<tr><td><b>_MeetingPlace_:</b></td><td>[MeetingPlace]</td></tr>}
53{If}{[PublicationPlace],<tr><td><b>_PublicationPlace_:</b></td><td>[PublicationPlace] </td></tr>}
54{If}{[Publisher],<tr><td><b>_Publisher_:</b></td><td>[Publisher]</td></tr>}
55{If}{[Year],<tr><td><b>_PublicationDate_:</b></td><td>[Month] [Year]</td></tr>}
56{If}{[Pages],<tr><td><b>_Pages_:</b></td><td>[Pages]</td></tr>}
57{If}{[DocType],<tr><td><b>_DocType_:</b></td><td>[DocType]</td></tr>}
58{If}{[Location],<tr><td><b>_LocationURL_:</b></td><td>[Location]</td></tr>}
59{If}{[Notes],<tr><td><b>_Annotations_:</b></td><td>[Notes]</td></tr>}
60{If}{[Abstract],<tr><td><b>_Abstract_:</b></td><td>[Abstract]</td></tr>}
61{If}{[Keywords],<tr><td><b>_Keywords_:</b></td><td>[Keywords]</td></tr>}
62</table><hr>"
63
64format DocumentText "{If}{_cgiargshowrecord_,
65<b>_BibTeXrecord_:</b><br/><tt>[Text]</tt><br><center>
[19151]66<a href=\'_gwcgi_?e=_cgiarge_&c=_cgiargc_&cl=_cgiargcl_&a=d&d=_cgiargd_\'>_HideBibTeXrecord_</a></center>,
67<center><a href=\'_gwcgi_?e=_cgiarge_&c=_cgiargc_&cl=_cgiargcl_&a=d&d=_cgiargd_&showrecord=1\'>
[18738]68_ShowBibTeXrecord_</a></center>} "
69
70format DocumentButtons ""
71format DocumentContents false
72
73# -- English strings ----------------
74collectionmeta collectionname [l=en] "Bibliography supplement"
75
76collectionmeta .text [l=en] "full records"
77
78collectionmeta AuthoredBy [l=en] "Authored By"
79collectionmeta PaperTitle [l=en] "Paper Title"
80collectionmeta Editors [l=en] "Editor(s)"
81collectionmeta EditorRole [l=en] "Editor Role"
82collectionmeta BookJournalTitle [l=en] "Book/Journal Title"
83collectionmeta In [l=en] "In"
84collectionmeta Number [l=en] "Number"
85collectionmeta Vol [l=en] "Vol."
86collectionmeta MeetingDate [l=en] "Meeting Date"
87collectionmeta MeetingPlace [l=en] "Meeting Place"
88collectionmeta PublicationPlace [l=en] "Publication Place"
89collectionmeta Publisher [l=en] "Publisher"
90collectionmeta PublicationDate [l=en] "Publication Date"
91collectionmeta Pages [l=en] "Pages"
92collectionmeta DocType [l=en] "DocType"
93collectionmeta LocationURL [l=en] "Location/URL"
94collectionmeta Annotations [l=en] "Annotations"
95collectionmeta Abstract [l=en] "Abstract"
96collectionmeta Keywords [l=en] "Keywords"
97
98collectionmeta BibTeXrecord [l=en] "BibTeX Record"
99collectionmeta ShowBibTeXrecord [l=en] "Show BibTeX Record"
100collectionmeta HideBibTeXrecord [l=en] "Hide BibTeX Record"
101
102# -- French strings ----------------
103collectionmeta collectionname [l=fr] "Supplément bibliographie"
104
105collectionmeta .text [l=fr] "enregistrements complets"
106
107collectionmeta AuthoredBy [l=fr] "Nom de l\'auteur"
108collectionmeta PaperTitle [l=fr] "Titre de l\'article"
109collectionmeta Editors [l=fr] "Editeur(s)"
110collectionmeta EditorRole [l=fr] "RÎle de l\'éditeur"
111collectionmeta BookJournalTitle [l=fr] "Titre de Livre/Journal"
112collectionmeta In [l=fr] "Dans"
113collectionmeta Number [l=fr] "Numéro"
114collectionmeta Vol [l=fr] "Vol."
115collectionmeta MeetingDate [l=fr] "Date de rencontre"
116collectionmeta MeetingPlace [l=fr] "Lieu de rencontre"
117collectionmeta PublicationPlace [l=fr] "Lieu de publication"
118collectionmeta Publisher [l=fr] "Editeur"
119collectionmeta PublicationDate [l=fr] "Date de publication"
120collectionmeta Pages [l=fr] "Pages"
121collectionmeta DocType [l=fr] "TypeDocument"
122collectionmeta LocationURL [l=fr] "Emplacement/URL"
123collectionmeta Annotations [l=fr] "Annotations"
124collectionmeta Abstract [l=fr] "Résumé"
125collectionmeta Keywords [l=fr] "Mots-clés"
126
127collectionmeta BibTeXrecord [l=fr] "Enregistrement BibTeX"
128collectionmeta ShowBibTeXrecord [l=fr] "Montrer Enregistrement BibTeX"
129collectionmeta HideBibTeXrecord [l=fr] "Cacher l\'enregistrement BibTeX"
130
131# -- Spanish strings ----------------
132collectionmeta collectionname [l=es] "Suplemento bibliográfico"
133
134collectionmeta .text [l=es] "registros completos"
135
136collectionmeta AuthoredBy [l=es] "Autor"
137collectionmeta PaperTitle [l=es] "Título del documento"
138collectionmeta Editors [l=es] "Editor(es)"
139collectionmeta EditorRole [l=es] "Papel del editor"
140collectionmeta BookJournalTitle [l=es] "Título del libro o revista"
141collectionmeta In [l=es] "En"
142collectionmeta Number [l=es] "Número"
143collectionmeta Vol [l=es] "Volumen"
144collectionmeta MeetingDate [l=es] "Fecha de la reunión"
145collectionmeta MeetingPlace [l=es] "Lugar de la reunión"
[20507]146collectionmeta PublicationPlace [l=es] "Lugar de publicación"
[18738]147collectionmeta Publisher [l=es] "Editorial"
148collectionmeta PublicationDate [l=es] "Fecha de publicación"
149collectionmeta Pages [l=es] "Páginas"
150collectionmeta DocType [l=es] "Tipo de documento"
151collectionmeta LocationURL [l=es] "Ubicación/URL"
152collectionmeta Annotations [l=es] "Anotaciones"
153collectionmeta Abstract [l=es] "Resumen"
154collectionmeta Keywords [l=es] "Palabras clave"
155
156collectionmeta BibTeXrecord [l=es] "Registro BibTeX"
157collectionmeta ShowBibTeXrecord [l=es] "Mostrar registro BibTeX"
158collectionmeta HideBibTeXrecord [l=es] "Ocultar registro BibTeX"
159
160# -- Russian strings ----------------
161collectionmeta collectionname [l=ru] "ПрОлПжеМОе бОблОПграфОО"
162
163collectionmeta .text [l=ru] "ППлМые запОсО"
164
165collectionmeta AuthoredBy [l=ru] "АвтПр"
166collectionmeta PaperTitle [l=ru] "НазваМОе статьО"
167collectionmeta Editors [l=ru] "РеЎактПр (ы)"
168collectionmeta EditorRole [l=ru] "РПль реЎактПра"
169collectionmeta BookJournalTitle [l=ru] "НазваМОе кМОгО/журМала"
170collectionmeta In [l=ru] "В"
171collectionmeta Number [l=ru] "ЧОслП (НПЌер)"
172collectionmeta Vol [l=ru] "ТПЌ"
173collectionmeta MeetingDate [l=ru] "Дата встречО"
174collectionmeta MeetingPlace [l=ru] "МестП встречО"
175collectionmeta PublicationPlace [l=ru] "Дата ПублОкацОО"
176collectionmeta Publisher [l=ru] "ИзЎатель"
177collectionmeta PublicationDate [l=ru] "Дата ПублОкацОО"
178collectionmeta Pages [l=ru] "СтраМОцы"
179collectionmeta DocType [l=ru] "ТОп ЎПкуЌеМта"
180collectionmeta LocationURL [l=ru] "МестПпПлПжеМОе/URL"
181collectionmeta Annotations [l=ru] "АММПтацОО"
182collectionmeta Abstract [l=ru] "РезюЌе"
183collectionmeta Keywords [l=ru] "Ключевые слПва"
184
185collectionmeta BibTeXrecord [l=ru] "ЗапОсь BibTeX"
186collectionmeta ShowBibTeXrecord [l=ru] "ППказать запОсь BibTeX"
187collectionmeta HideBibTeXrecord [l=ru] "Скрытая запОсь BibTeX"
188
[19546]189# -- Simplified Chinese strings ----------------
190collectionmeta collectionname [l=zh] "文献补å…
191…
192銆藏"
193
194collectionmeta .text [l=zh] "所有记圕"
195
196collectionmeta AuthoredBy [l=zh] "著者
197"
198collectionmeta PaperTitle [l=zh] "论文题名"
199collectionmeta Editors [l=zh] "猖蟑"
200collectionmeta EditorRole [l=zh] "猖蟑角色"
201collectionmeta BookJournalTitle [l=zh] "乊/期刊题名"
202collectionmeta In [l=zh] "于"
203collectionmeta Number [l=zh] "期"
204collectionmeta Vol [l=zh] "卷"
205collectionmeta MeetingDate [l=zh] "䌚见时期"
206collectionmeta MeetingPlace [l=zh] "䌚见地点"
207collectionmeta PublicationPlace [l=zh] "出版地址"
208collectionmeta Publisher [l=zh] "出版商"
209collectionmeta PublicationDate [l=zh] "出版日期"
210collectionmeta Pages [l=zh] "页"
211collectionmeta DocType [l=zh] "文档类型"
212collectionmeta LocationURL [l=zh] "䜍眮/URL"
213collectionmeta Annotations [l=zh] "泚释"
214collectionmeta Abstract [l=zh] "文摘"
215collectionmeta Keywords [l=zh] "å…
216³é”®è¯"
217
[18738]218collectionmeta BibTeXrecord [l=zh] "BibTeX记圕"
219collectionmeta ShowBibTeXrecord [l=zh] "星瀺BibTeX记圕"
220collectionmeta HideBibTeXrecord [l=zh] "隐藏BibTeX记圕"
221
222# -- English text ----------------
223collectionmeta collectionextra [l=en] "This collection, which contains _about:numdocs_
224BibTeX entries, is a small adjunct to the sample bibliography
225collection. It contains working papers published in the year 2006 at <a href=\"http://www.cs.waikato.ac.nz/\">Department of Computer Science</a>, <a href=\"http://www.waikato.ac.nz/\">the University of Waikato</a>.\n
[19273]226
[19132]227\n<h3>How the collection works</h3>\n
[18738]228
229<p>
230The purpose of the collection, whose name is \"bibtex-supp-e\", is to
231illustrate Greenstone\'s \"supercollection\" facility.\n
232
233<p>
[19132]234It is a very small collection with only _about:numdocs_ documents, as you
[18738]235can see by clicking the
236<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles</i></a> button.
237It has the same structure as the much larger
238<a href=\"_gwcgi_?l=_cgiargl_&c=documented-examples/bibtex-e&a=p&p=about&ct=1&qto=3&qt=1&l=en&w=utf-8\">bibliography
239collection</a>, except that there is no <i>phrases</i> button (because it\'s far too small
240for a phrase index to make sense).\n
[19132]241
[18738]242<p>
243The <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>collection
244configuration file</a> is just the same as that for the bibliography
[19273]245collection (which is called \"bibtex-e\"), except for one small but crucial
[18738]246difference: a line that states\n
[19273]247
248<pre>
249supercollection documented-examples/bibtex-supp-e documented-examples/bibtex-e
[19165]250</pre>\n
[18738]251
252The \"documented-examples/\" parts of the collection names are necessary
253because these collections reside in the \"documented-examples\" collection
[19132]254group subfolder in the collect directory.\n
[18738]255
[19132]256<p>
257This only affects <i>searching</i>, not browsing. It means that when you do
[18738]258a search, the <i>bibtex-e</i> collection is automatically
259searched as well. For example, if you look in the
260<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles</i></a> list you will see that a couple of the items are about \"event\". But if you
261<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=event,,,&fqf=TX,CR,LA,SO\">search</a>
262for <i>event</i> you will find that 17 documents match the query. That\'s
[36463]263because the same search in the bibliography collection finds 12 documents.\n
[18738]264
265<p>
266<i>Supercollection</i> has two principal uses. One is when a collection is
267being continually updated with new material, but it's impractical to rebuild
268after each addition. New material can be accumulated in a small supplementary
269collection that rebuilds very quickly. Periodically, the two are amalgamated
270and rebuilt. The main collection would contain a <i>supercollection</i>
271statement. (The present collection has a main \"bibliography\" and a smaller
272\"supplement\", but here -- because of the way we have decided to explain it --
273the <i>supercollection</i> statement is in the wrong collection!)\n
274
[36463]275<p>
[18738]276<i>Supercollection</i> is also useful for gigantic collections. Ordinary
[36463]277Greenstone collections can be very large -- we have built one with 11 million
[18738]278short documents, and another with 7 GB of text. However, gigantic collections
279may have to be split up. One smaller-scale example is a collection of over a
280million small documents that is delivered on 5 CD-ROMs, each of which works
281individually as an independent Greenstone collection. When several are installed on the hard
[19273]282drive, they can be searched together as a seamless unit.\n
[19132]283
[18738]284<p>
285The supercollection facility only works for <i>searching</i>. The present
286collection, when browsed, is very small; but when searched it is much larger.
287We have found that browsing is of limited use for very large collections
288anyway. For example, in the above-mentioned CD-ROM collection, there are no
289browsing buttons, only searching.\n
290
291<p>
292In the present example the two collections have precisely the same structure.
293<i>Supercollection</i> still works even if they are different.
294Each collection appears as it would normally, and cross-collection searching
295works as expected. When documents are displayed, they\'re shown according to the
296format defined in the collection to which they belong.\n
297
298<p>
299Each collection can be used individually by following the instructions below
300(which Greenstone generates automatically).\n
301"
302
303# -- French text ----------------
304collectionmeta collectionextra [l=fr] "
305Cette collection qui contient _about:numdocs_ entrées BibTeX est un ajout à la collection de bibliographie fournie en exemple.
306Elle contient quelques articles published in the year 2006 at <a href=\"http://www.cs.waikato.ac.nz/\">Department of Computer Science</a>, <a href=\"http://www.waikato.ac.nz/\">the University of Waikato</a>. \n
[19132]307
[18738]308<h3>Comment marche cette collection ?</h3>
309
310<p>
311Le but de la collection dont le nom est \"bibtex-supp-e\", est d\'illustrer
[19132]312la fonctionnalité \"supercollection\" de Greenstone.
[18738]313
[19132]314<p>
[18738]315C\'est une petite collection avec environ seulement _about:numdocs_ documents, comme vous le voyez en cliquant le bouton
316<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles a-z</i></a>.
317
318Elle a la même structure que la plus grande <a href=\"_gwcgi_?l=_cgiargl_&c=documented-examples/bibtex-e&a=p&p=about&ct=1&qto=3&qt=1&l=en&w=utf-8\">Bibliography Collection</a>,
[19132]319excepté qu\'il n\'y a pas de bouton <i>phrase</i> (parce qu\'elle
[18738]320est beaucoup trop petite pour qu\'un index d\'expression ait un sens).
321
[19273]322<p>
[18738]323Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a> de la collection est le même que celui de la collection de bibliographies (qui est appelé \"bibtex-e\"), excepté une petite mais cruciale différence: une ligne qui stipule
[19691]324
[18738]325<pre>
326supercollection documented-examples/bibtex-supp-e documented-examples/bibtex-e
[19132]327</pre>
[18738]328Les parties des noms de collections \"documented-examples/\" sont nécessaires parce que ces collections sont localisées dans le sous-dossier du groupe de collections \"documented-examples\", situé dans le répertoire collect.\n
329
330<p>
331Ceci affecte seulement la fonction <i>\"rechercher\"</i>, mais pas \"parcourir\". Ceci signifie que quand on effectue une recherche dans la collection, une recherche est automatiquement effectuée dans la collection <i>bibtex-e</i> aussi. Par exemple, si vous regardez dans la liste <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles a-z</i></a>, on voit que quelques éléments sont sur \"event\". Mais si on <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=event,,,&fqf=TX,CR,LA,SO\">recherche</a> <i>event</i>, on trouvera 17 documents qui traitent le sujet. C\'est par ce que la même recherche dans la collection de bibliographie trouve 12 documents.
332
333<p>
334<i>Supercollection</i> a deux principales utilisations. L\'une est
335quand la collection est continuellement mise à jour avec du nouveau
336matériau, et qu\'il n\'est pas pratique de reconstruire la collection aprÚs chaque ajout.
337Les nouveaux matériaux peuvent être accumulés dans une petite collection
338supplémentaire qu\'on peut reconstruire trÚs rapidement. Périodiquement,
339les deux sont unifiées et reconstruites. La collection principale
340contiendrait une déclaration <i>supercollection</i>. (La présente
341collection possÚde une \"bibliographie\" principale et un \"supplément\" plus petit. Mais ici -- à cause dela maniÚre dont nous avez décidé de l\'expliquer -- la déclaration <i>supercollection</i> n\'est pas dans la bonne collection!)
342
343<p>
344<i>Supercollection</i> est aussi utile pour les collections gigantesques.
345En général, les collections Greenstone peuvent être trÚs grandes.
346Nous en avons construit une avec 11 millions de courts documents
347et une autre avec 7 GB de texte. Cependant, les trÚs grandes collections
348peuvent être segmentées. Un exemple a échelle réduite est une
349collection de plus d\'un million de documents qui est produite
350dans 5 CD-ROMs, chacune travaillant individuellement dans une
351collection Greenstone indépendante. Quand plusieurs de ces CD-ROMs sont
352installées sur le disque dur, on peut y effectuer des recherches comme s\'ils formaient une seule unité.
353
354<p>
355La fonctionnalité \"supercollection\" ne marche que pour la <i>recherche</i>. Quand on parcourt la présente collection, on voit qu\'elle est trÚs petite. Mais quand on effectue des recherches sur elle, elle devient beaucoup plus grande.
356De toutes les façons, nous avons trouvé que parcourir de trÚs grandes collections n\'est que d\'une utilité trÚs limitée. Par exemple, dans
357la collection CD-ROM mentionnée ci-dessus, il n\'y a pas de
358boutons pour \"Parcourir\" mais seulement pour \"Rechercher\".
359
360<p>
361Dans le présent exemple, les deux collections ont exactement
362la même structure. <i>Supercollection</i> fonctionne aussi même si
363elles sont différentes. Chaque collection apparaît comme elle
364le serait normallement, et la recherche \"inter-collection\" marche comme prévu. Quand des documents sont affichés, ils sont présentés selon le format défini dans la collection à laquelle ils appartiennent.
365
366<p>
367Chaque collection peut être utilisée individuellement en suivant les instructions ci-dessous (que Greenstone génÚre automatiquement).
[20507]368"
[18738]369
370# -- Spanish text ----------------
371collectionmeta collectionextra [l=es] "
372Esta colección contiene _about:numdocs_ registros de BibTeX y es un pequeño anexo de la misma colección bibliográfica. Contiene papers de trabajo Está formada por unos cuantos documentos correspondientes a la Teoría para published in the year 2006 at <a href=\"http://www.cs.waikato.ac.nz/\">Department of Computer Science</a>, <a href=\"http://www.waikato.ac.nz/\">the University of Waikato</a>. \n
373<p>
[20507]374
[18738]375<h3>Cómo trabaja esta colección</h3>
376<p>
[20507]377
[18738]378El propósito de esta colección, cuyo nombre es \"bibtex-supp-e\", es ilustrar la opción \"supercolección\" de Greenstone.
379<p>
[36463]380
[18738]381Se trata de una colección muy pequeña con solo unos _about:numdocs_ documentos , como se puede ver haciendo click en el botón <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\">títulos</a>. Tiene la misma estructura que la <a href=\"_gwcgi_?l=_cgiargl_&a=p&p=about&c=documented-examples/bibtex-e&ct=1&qto=3&qt=1\">colección bibliográfica</a> más grande, excepto que ésta no cuenta con el botón de frases (ya que es demasiado pequeña para que el índice de frases tuviera sentido).
382<p>
[19273]383
[18738]384El <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración de la colección</a> es el mismo que el de la colección bibliográfica (llamada \"bibtex-e\"), excepto por una pequeña pero muy importante diferencia: la línea que dice
[20507]385
[19359]386<pre>
[18738]387supercollection documented-examples/bibtex-supp-e documented-examples/bibtex-e
[20507]388</pre>\n
[18738]389
390La parte \"documented-examples/\" de los nombres de las colecciones es necesaria porque estas colecciones residen en el subgrupo de colecciones \"documented-examples\" en la carpeta collect.\n
391
392Este enunciado sólo afecta a la <i>búsqueda</i> y no a los navegadores. Esto significa que cuando se hace una búsqueda también se busca automáticamente en la colección bibtex-e. Por ejemplo, si se mira en la lista de títulos se verá que un par de ítems son acerca de \"event\". Pero si se <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=event,,,&fqf=TX,CR,LA,SO\">busca</a> <i>event</i>, entonces aparecerán 17 documentos. Esto se debe a que se encontraron al mismo tiempo 12 documentos en la colección bibliográfica.
393<p>
394
395La <i>supercolección</i> tiene dos usos principales. Una es cuando la colección se va actualizar continuamente con nuevos materiales, pero no resulta práctico reconstruirla después de cada adición. Los nuevos materiales se pueden acumular en una pequeña colección suplementaria que se reconstruye rápidamente. Periódicamente ambas colecciones se juntan y reconstruyen. La colección principal tendrá un enunciado de <i>supercolección</i>. (La presente colección tiene una \"bibliografía\" principal y un \"suplemento\" más pequeño, pero debido a la forma en que hemos querido explicarlo, aquí el enunciado de <i>supercolección</i> no está en la colección que le corresponde.)
396<p>
[20507]397
[18738]398La <i>supercolección</i> también es útil para colecciones de gran tamaño. Las colecciones Greenstone pueden ser muy grandes: una vez construimos una con 11 millones de pequeños documentos y otra con 7 GB de texto. Sin embargo, es posible que las colecciones de gran tamaño tengan que dividirse. Un ejemplo a pequeña escala es una colección de más de un millón de pequeños documentos que se distribuyen en 5 CD-ROMs, cada uno de los cuales trabaja de manera individual como una colección Greenstone independiente. De esta manera, cuando se instalan varios en la unidad de disco duro pueden buscarse como una unidad continua y sin interrupciones.
399<p>
[20507]400
[18738]401La opción de supercolección únicamente sirve para <i>búsquedas</i>. Cuando se explora la presente colección resulta muy pequeña, pero cuando se busca es mucho más grande. De cualquier manera hemos encontrado que los navegadores tienen un uso limitado para colecciones muy grandes. Por ejemplo, en el caso arriba mencionado de la colección en CD-ROM no hay botones que permitan realizar exploraciones, sólo búsquedas.
402<p>
403
404En el presente ejemplo las dos colecciones tienen precisamente la misma estructura. No obstante, la opción de <i>supercolección</i> trabaja incluso si son diferentes. Cada colección aparece tal como lo haría normalmente y la búsqueda a través de las colecciones funciona como es de esperarse. Cuando los documentos aparecen en pantalla lo hacen de acuerdo al formato definido en la colección a a la que pertenecen.
405<p>
406
407Cada colección puede usarse de manera individual siguiendo las instrucciones que aparecen a continuación (que Greenstone genera automáticamente).
408<p>
409"
410
411# -- Russian text ----------------
412collectionmeta collectionextra [l=ru] "
413Эта кПллекцОя, кПтПрая сПЎержОт запОсО <i>about:numdocs BibTeX</i>, является ЌалеМькОЌ ЎПпПлМеМОеЌ к тОпПвПй бОблОПграфОческПй кПллекцОО. ОМа сПЎержОт МескПлькП статей published in the year 2006 at <a href=\"http://www.cs.waikato.ac.nz/\">Department of Computer Science</a>, <a href=\"http://www.waikato.ac.nz/\">the University of Waikato</a>. \n
414<p>
[19132]415
[18738]416<h3>Как рабПтает кПллекцОя</h3>
417<p>
[19132]418
[18738]419Њель этПй кПллекцОО, ОЌя кПтПрПй \"<i>bibtex-supp-e</i>\", сПстПОт в тПЌ, чтПбы прПОллюстрОрПвать вПзЌПжМПстО \"суперкПллекцОО\" Greenstone.
420<p>
[19132]421
[18738]422ЭтП ПчеМь ЌалеМькая кПллекцОя, сПЎержащая тПлькП ЎПкуЌеМты _about:numdocs_, чтП Вы ЌПжете вОЎеть, щелкая кМПпку <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles</i></a>. ОМа ОЌеет такую же структуру, чтП О гПразЎП бПльшая бОблОПграфОческая кПллекцОя, за ОсключеМОеЌ тПгП, чтП зЎесь Мет кМПпкО <i>phrases</i>, пПскПльку ПМа слОшкПЌ Ќала Ўля тПгП, чтПбы ОМЎекс фразы ОЌел сЌысл.
[19273]423<p>
[18738]424
[19786]425<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>КПМфОгурацОПММый файл</a> кПллекцОО является такОЌ же, какОЌ ПМ является Ўля бОблОПграфОческПй кПллекцОО (кПтПрая Мазывается \"<i>bibtex-e</i>\"), за ОсключеМОеЌ ПЎМПгП МебПльшПгП, МП крОтОческПгП разлОчОя в стрПке сПстПяМОя.
[19691]426<pre>
[36463]427supercollection documented-examples/bibtex-supp-e documented-examples/bibtex-e
428</pre>
[19786]429
[18738]430<!-- _text1_ -->
431The \"documented-examples/\" parts of the collection names are necessary
[19132]432because these collections reside in the \"documented-examples\" collection
[18738]433group subfolder in the collect directory.\n
434<p>
435
436ЭтП затрагОвает тПлькП пПОск, МП Ме прПсЌПтр. ЭтП ПзМачает, чтП кПгЎа Вы Ўелаете пПОск, кПллекцОя <i>bibtex-e</i> также автПЌатОческО пПЎвергается прПсЌПтру. НапрОЌер, еслО Вы прПсЌатрОваете спОсПк <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles</i></a>, Вы увОЎОте, чтП МескПлькП элеЌеМтПв кПллекцОО ПтМПсОтся к \"event\". НП еслО Вы прПвеЎете <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=event,,,&fqf=TX,CR,LA,SO\">пПОск</a> пП слПву <i>event</i>, тП Вы МайЎете, чтП 17 ЎПкуЌеМтПв сППтветствуют этПЌу запрПсу, тПгла как тПт же саЌый пПОск в бОблОПграфОческПй кПллекцОО ПбМаружОт тПлькП 12 ЎПкуЌеМтПв.
437
438<p>
439
440СуперкПллекцОя ОЌеет Ўва ПсМПвМых
441 МаправлеМОя ОспПльзПваМОя. ОЎМП -- этП, кПгЎа кПллекцОя МепрерывМП пПпПлМяется МПвыЌ ЌатерОалПЌ, МП МепрактОчМП ПбМПвлять её пПсле кажЎПгП ЎПпПлМеМОя. НПвый ЌатерОал ЌПжет МакаплОваться в МебПльшПй ЎПпПлМОтельМПй кПллекцОО, кПтПрая ПбМПвляется ПчеМь быстрП. ПерОПЎОческО этО Ўве кПллекцОО ПбъеЎОМяются О ПбМПвляются. ГлавМая кПллекцОя буЎет сПЎержать ПператПр -- <i>supercollection</i>. НастПящая кПллекцОя сПЎержОт -- \"бОблОПграфОю\" О ЌеМьшую -- \"прОлПжеМОе\", МП зЎесь Оз-за спПсПба, кПтПрый Ќы решОлО ОспПльзПвать Ўля ПбъясМеМОя, ПператПр <i>supercollection</i> Мах
442ПЎОтся в МеправОльМПй кПллекцОО(!).
443<p>
444
445<i>СупперкПллекцОя</i> также пПлезМа Ўля гОгаМтскОх
446 кПллекцОй. ОбычМые кПллекцОО Greenstone ЌПгут быть ПчеМь бПльшОЌО -- Ќы сПзЎалО ПЎМу, сПЎержащую 11 ЌОллОПМПв кПрПткОх
447 ЎПкуЌеМтПв, О Ўругую, сПЎержащую 7 Gb текста. ОЎМакП гОгаМтскОе кПллекцОО ЌПгут быть разЎрПблеММыЌО. ОЎМОЌ Оз прОЌерПв ЌеМьшегП Ќасштаба является кПллекцОя, сПЎержащая бПлее ЌОллОПМа МебПльшОх
448 ЎПкуЌеМтПв, кПтПрая пПставляется Ма 5 CD-ROM, кажЎый Оз кПтПрых
449 рабПтает ОМЎОвОЎуальМП как МезавОсОЌая кПллекцОя Greenstone. КПгЎа МескПлькП Оз МОх
450 ОМсталлОрПваМы Ма жесткПЌ ЎОске, в МОх
[19546]451 ЌПжет прПвПЎОться пПОск как в еЎОМПЌ ЌассОве.
452<p>
453
454СреЎства суперкПллекцОО преЎМазМачеМы тПлькП Ўля <i>пПОска</i>. ДаММая кПллекцОя, кПгЎа ее прПсЌатрОвают, ПчеМь Ќала, МП кПгЎа в Мей прПОзвПЎОтся пПОск, ПМа зМачОтельМП бПльше. Мы ПбМаружОлО, чтП прПсЌПтр так ОлО ОМаче ОЌеет ПграМОчеММПе ОспПльзПваМОе Ўля ПчеМь бПльшОх
[36463]455 кПллекцОй. НапрОЌер, в вышеупПЌяМутПй кПллекцОО Ма CD-ROM Мет МОкакОх
456 кМПпПк прПсЌПтра, а ОЌеются тПлькП пПОскПвые.
457<p>
458
459В преЎставлеММПЌ прОЌере этО Ўве кПллекцОО ОЌеют ПЎОМакПвую структуру. <i>СуперкПллекцОя</i> прПЎПлжает рабПтать, Ўаже еслО ПМО ОЌеют ПтлОчОя. КажЎая кПллекцОя пПявляется как ПбычМП, О пПОск в ПбъеЎОМеММПй кПллекцОО вПзЌПжеМ, как О ПжОЎалПсь. КПгЎа ЎПкуЌеМты вых
460ПЎят Ма ЌПМОтПр, ПМО выгляЎят сПгласМП тПЌу фПрЌату, кПтПрый ПпреЎелеМ в кПллекцОО, к кПтПрПй ПМО прОМаЎлежат.
[19546]461
462<p>
[36463]463
464КажЎая кПллекцОя ЌПжет ОспПльзПваться саЌПстПятельМП, еслО слеЎПвать ОМструкцОяЌ, прОвеЎеММыЌ МОже, кПтПрые Greenstone геМерОруют автПЌатОческО.
[19546]465"
[36463]466
467# -- Simplified Chinese text ----------------
468collectionmeta collectionextra [l=zh] "
469本銆藏包
470含了_about:numdocs_条BibTeX记圕由<a href=\"http://www.waikato.ac.nz\">怀卡托倧孊</a>
471<a href=\"http://www.cs.waikato.ac.nz\">计算机系</a>圚1997至2006幎闎发衚的工䜜论文组成。\n
472
473<h3>本銆藏劂䜕工䜜</h3>\n
[19546]474
475<p>本銆藏\"bibtex-supp-e\"的目的是挔瀺Greenstone的\"supercollection\"䞊级銆藏功胜。\n
476
[36463]477<p>本銆藏埈小只有_about:numdocs_䞪文档劂同点击<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>题名</i></a>按钮所瀺。
478它的结构䞎曎倧些的銆藏<a href=\"_gwcgi_?l=_cgiargl_&c=documented-examples/bibtex-e&a=p&p=about&ct=1&qto=3&qt=1&l=en&w=utf-8\">
[19546]479文献銆藏</a>盞同陀了没有<i>词组</i>按钮之倖因䞺本銆藏倪小䞍适合甚词组玢匕。\n
480
[36463]481<p>本銆藏的<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>é…
482çœ®æ–‡ä»¶</a>䞎文献銆藏\"bibtex-e\"的é…
[19546]483çœ®æ–‡ä»¶ç›žåŒïŒŒé™€äº†åŸˆå°äœ†å…
484³é”®
[36463]485的䞀倄区别这䞀行\n
486
[19546]487<pre>
[36463]488supercollection documented-examples/bibtex-supp-e documented-examples/bibtex-e
489</pre>\n
[19546]490
491\"documented-examples/\"郚分的銆藏名是必
492需的因䞺这些銆藏存圚于collect目圕䞭\"documented-examples\"銆藏组子文件倹䞭。\n
493
494<p>这只䌚圱响到<i>搜玢</i>䞍䌚圱响到浏览。这意味着圓进行搜玢时<i>bibtex-e</i>銆藏也䌚被自劚搜玢到。比劂劂果䜠浏览
495<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>题名</i></a>列衚䜠将看到䞀些å…
496³äºŽ\"event\"事件的记圕。
497䜆是劂果䜠<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=event,,,&fqf=TX,CR,LA,SO\">搜玢</a>
498<i>event</i>䜠将扟到17匹é…
499çš„文档。这是因䞺同样的搜玢圚文献銆藏䞭匹é…
500åˆ°12䞪文档。\n
501
502<p><i>䞊级銆藏</i>有䞀䞪䞻芁的甚途。䞀种情
503况是圓䞀䞪銆藏被持续曎新添加新材料而又䞍可胜圚每次添加后郜重新构建銆藏。新材料可以被添加到小的、
504可快速重建的附属銆藏䞭。这䞀䞪銆藏定期䌚被融合、重建。䞻銆藏可以包
505含䞀䞪<i>supercollection</i>䞊级銆藏的定义。圓前銆藏即有䞀䞪䞻䜓的
506\"文献\"銆藏和䞀䞪小些的\"附属\"銆藏䜆是这里——因䞺我们决定这么来解释这䞪功胜——实际
507侊<i>supercollection</i>定义出现圚\"附属\"銆藏䞭!)\n
508
509<p><i>䞊级銆藏</i>同样可甚于庞倧的銆藏。通垞情
510况䞋Greenstone銆藏可以是埈倧规暡的——我们构建过由1千1癟䞇䞪短文档组成的銆藏而及䞀䞪銆藏由
5117 GB文本组成。然而倧规暡銆藏可以被分割成几郚分。䞀䞪小规暡的䟋子是䞀䞪有䞀癟䞇䞪小文档的銆藏被分散到5匠CD-ROM䞊每䞪郜是独立的Greenstone
512銆藏。圓倚䞪銆藏被安装
513到硬盘䞊时这些銆藏即可成䞺䞀䞪无猝的敎䜓并对å…
514¶å…
515šéƒšè¿›è¡ŒæœçŽ¢ã€‚\n
516
517<p>䞊级銆藏的功胜只限于<i>搜玢</i>。圚浏览时目前的这䞪銆藏非垞小。䜆是圚搜玢时它就星埗倧埈倚。我们发现对于倧规暡銆藏而蚀浏览的䜜甚也是
518有限的。比劂前面提到的CD-ROM銆藏就没有浏览按钮只有搜玢按钮。\n
519
520<p>本瀺䟋䞭的䞀䞪銆藏有着䞀暡䞀样的结构。<i>䞊级銆藏</i>也可甚于结构䞍䞀样的銆藏。每䞪銆藏郜将正垞星瀺而跚銆藏搜玢也将正垞工䜜。圓星瀺文档
521时å…
522¶æ˜Ÿç€ºæ–¹åŒå°†å–决于它们所属銆藏的栌匏定义。\n
523"
Note: See TracBrowser for help on using the repository browser.