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

Last change on this file since 19068 was 19060, checked in by oranfry, 15 years ago

using new plugin names to get the example collections to build

  • Property svn:executable set to *
File size: 27.3 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5groupsize 200
6supercollection bibtex-supp-e bibtex-e
7buildtype mgpp
8
9format SearchTypes "form, plain"
10
11indexes text metadata
12
13plugin ZIPPlugin
14plugin GreenstoneXMLPlugin
15plugin MetadataXMLPlugin
16plugin BibTexPlugin
17plugin ArchivesInfPlugin
18plugin DirectoryPlugin
19
20classify AZList -metadata Title
21classify AZCompactList -metadata Author -buttonname Creator
22classify DateList
23
24format VList "<td valign=top>[link][icon][/link]</td>
25<td valign=top><b>[Title]</b> - <i>{Or}{[Creator],[Editor]}</i>
26{If}{[Year], - [Month] [Year]}</td>"
27format CL2VList "<td valign=top>[link][icon][/link]</td>
28<td valign=top>{If}{[numleafdocs],<b>[Title]</b>,
29<b>[Author]</b> ([Creator]) -- <i>[Title]</i>}
30{If}{[Year], - [Month] [Year]}</td>"
31format DateList "<td valign=top>[link][icon][/link]</td>
32<td valign=top><b>[Title]</b> - <i>{Or}{[Creator],[Editor]}</i></td>"
33
34format DocumentHeading "<H1>[Title]</H1><hr><table>
35{If}{[Creator],<tr><td><b>_AuthoredBy_:</b></td><td>[Creator]</td></tr>}
36{If}{[Title],<tr><td><b>_PaperTitle_:</b></td><td>[Title]</td></tr>}
37{If}{[Editor],<tr><td><b>_Editors_:</b></td><td>[Editor]</td></tr>}
38{If}{[EditorRole],<tr><td><b>_EditorRole_:</b></td><td>[EditorRole]</td></tr>}
39{If}{[Booktitle],<tr><td><b>_BookJournalTitle_:</b></td><td>[Booktitle]</td></tr>}
40{If}{[Journal],<tr><td><b>_In_:</b></td><td>[Journal]</td></tr>}
41{If}{\"[Volume][Number]\",<tr><td colspan=\'2\'>}
42{If}{[Number], <b>_Number_</b> [Number] }
43{If}{[Volume], <b>_Vol_</b> [Volume]}
44{If}{\"[Volume][Number]\",</td></tr>}
45{If}{[MeetingDate],<tr><td><b>_MeetingDate_:</b></td><td>[MeetingDate]</td></tr>}
46{If}{[MeetingPlace],<tr><td><b>_MeetingPlace_:</b></td><td>[MeetingPlace]</td></tr>}
47{If}{[PublicationPlace],<tr><td><b>_PublicationPlace_:</b></td><td>[PublicationPlace] </td></tr>}
48{If}{[Publisher],<tr><td><b>_Publisher_:</b></td><td>[Publisher]</td></tr>}
49{If}{[Year],<tr><td><b>_PublicationDate_:</b></td><td>[Month] [Year]</td></tr>}
50{If}{[Pages],<tr><td><b>_Pages_:</b></td><td>[Pages]</td></tr>}
51{If}{[DocType],<tr><td><b>_DocType_:</b></td><td>[DocType]</td></tr>}
52{If}{[Location],<tr><td><b>_LocationURL_:</b></td><td>[Location]</td></tr>}
53{If}{[Notes],<tr><td><b>_Annotations_:</b></td><td>[Notes]</td></tr>}
54{If}{[Abstract],<tr><td><b>_Abstract_:</b></td><td>[Abstract]</td></tr>}
55{If}{[Keywords],<tr><td><b>_Keywords_:</b></td><td>[Keywords]</td></tr>}
56</table><hr>"
57
58format DocumentText "{If}{_cgiargshowrecord_,
59<b>_BibTeXrecord_:</b><br/><tt>[Text]</tt><br><center>
60<a href=\'_gwcgi_?e=_cgiarge_&a=d&d=_cgiargd_\'>_HideBibTeXrecord_</a></center>,
61<center><a href=\'_gwcgi_?e=_cgiarge_&a=d&d=_cgiargd_&showrecord=1\'>
62_ShowBibTeXrecord_</a></center>} "
63
64format DocumentButtons ""
65format DocumentContents false
66
67format HList "[link][highlight][ex.Title][/highlight][/link]"
68
69
70# -- English strings ----------------
71collectionmeta collectionname [l=en] "Bibliography supplement"
72
73collectionmeta .text [l=en] "full records"
74
75collectionmeta AuthoredBy [l=en] "Authored By"
76collectionmeta PaperTitle [l=en] "Paper Title"
77collectionmeta Editors [l=en] "Editor(s)"
78collectionmeta EditorRole [l=en] "Editor Role"
79collectionmeta BookJournalTitle [l=en] "Book/Journal Title"
80collectionmeta In [l=en] "In"
81collectionmeta Number [l=en] "Number"
82collectionmeta Vol [l=en] "Vol."
83collectionmeta MeetingDate [l=en] "Meeting Date"
84collectionmeta MeetingPlace [l=en] "Meeting Place"
85collectionmeta PublicationPlace [l=en] "Publication Place"
86collectionmeta Publisher [l=en] "Publisher"
87collectionmeta PublicationDate [l=en] "Publication Date"
88collectionmeta Pages [l=en] "Pages"
89collectionmeta DocType [l=en] "DocType"
90collectionmeta LocationURL [l=en] "Location/URL"
91collectionmeta Annotations [l=en] "Annotations"
92collectionmeta Abstract [l=en] "Abstract"
93collectionmeta Keywords [l=en] "Keywords"
94
95collectionmeta BibTeXrecord [l=en] "BibTeX Record"
96collectionmeta ShowBibTeXrecord [l=en] "Show BibTeX Record"
97collectionmeta HideBibTeXrecord [l=en] "Hide BibTeX Record"
98
99# -- French strings ----------------
100collectionmeta collectionname [l=fr] "Supplément bibliographie"
101
102collectionmeta .text [l=fr] "enregistrements complets"
103
104collectionmeta AuthoredBy [l=fr] "Nom de l\'auteur"
105collectionmeta PaperTitle [l=fr] "Titre de l\'article"
106collectionmeta Editors [l=fr] "Editeur(s)"
107collectionmeta EditorRole [l=fr] "RÎle de l\'éditeur"
108collectionmeta BookJournalTitle [l=fr] "Titre de Livre/Journal"
109collectionmeta In [l=fr] "Dans"
110collectionmeta Number [l=fr] "Numéro"
111collectionmeta Vol [l=fr] "Vol."
112collectionmeta MeetingDate [l=fr] "Date de rencontre"
113collectionmeta MeetingPlace [l=fr] "Lieu de rencontre"
114collectionmeta PublicationPlace [l=fr] "Lieu de publication"
115collectionmeta Publisher [l=fr] "Editeur"
116collectionmeta PublicationDate [l=fr] "Date de publication"
117collectionmeta Pages [l=fr] "Pages"
118collectionmeta DocType [l=fr] "TypeDocument"
119collectionmeta LocationURL [l=fr] "Emplacement/URL"
120collectionmeta Annotations [l=fr] "Annotations"
121collectionmeta Abstract [l=fr] "Résumé"
122collectionmeta Keywords [l=fr] "Mots-clés"
123
124collectionmeta BibTeXrecord [l=fr] "Enregistrement BibTeX"
125collectionmeta ShowBibTeXrecord [l=fr] "Montrer Enregistrement BibTeX"
126collectionmeta HideBibTeXrecord [l=fr] "Cacher l\'enregistrement BibTeX"
127
128# -- Spanish strings ----------------
129collectionmeta collectionname [l=es] "Suplemento bibliográfico"
130
131collectionmeta .text [l=es] "registros completos"
132
133collectionmeta AuthoredBy [l=es] "Autor"
134collectionmeta PaperTitle [l=es] "Título del documento"
135collectionmeta Editors [l=es] "Editor(es)"
136collectionmeta EditorRole [l=es] "Papel del editor"
137collectionmeta BookJournalTitle [l=es] "Título del libro o revista"
138collectionmeta In [l=es] "En"
139collectionmeta Number [l=es] "Número"
140collectionmeta Vol [l=es] "Volumen"
141collectionmeta MeetingDate [l=es] "Fecha de la reunión"
142collectionmeta MeetingPlace [l=es] "Lugar de la reunión"
143collectionmeta PublicationPlace [l=es] "Lugar de la publicación"
144collectionmeta Publisher [l=es] "Editorial"
145collectionmeta PublicationDate [l=es] "Fecha de publicación"
146collectionmeta Pages [l=es] "Páginas"
147collectionmeta DocType [l=es] "Tipo de documento"
148collectionmeta LocationURL [l=es] "Ubicación/URL"
149collectionmeta Annotations [l=es] "Anotaciones"
150collectionmeta Abstract [l=es] "Resumen"
151collectionmeta Keywords [l=es] "Palabras clave"
152
153collectionmeta BibTeXrecord [l=es] "Registro BibTeX"
154collectionmeta ShowBibTeXrecord [l=es] "Mostrar registro BibTeX"
155collectionmeta HideBibTeXrecord [l=es] "Ocultar registro BibTeX"
156
157# -- Russian strings ----------------
158collectionmeta collectionname [l=ru] "ПрОлПжеМОе бОблОПграфОО"
159
160collectionmeta .text [l=ru] "ППлМые запОсО"
161
162collectionmeta AuthoredBy [l=ru] "АвтПр"
163collectionmeta PaperTitle [l=ru] "НазваМОе статьО"
164collectionmeta Editors [l=ru] "РеЎактПр (ы)"
165collectionmeta EditorRole [l=ru] "РПль реЎактПра"
166collectionmeta BookJournalTitle [l=ru] "НазваМОе кМОгО/журМала"
167collectionmeta In [l=ru] "В"
168collectionmeta Number [l=ru] "ЧОслП (НПЌер)"
169collectionmeta Vol [l=ru] "ТПЌ"
170collectionmeta MeetingDate [l=ru] "Дата встречО"
171collectionmeta MeetingPlace [l=ru] "МестП встречО"
172collectionmeta PublicationPlace [l=ru] "Дата ПублОкацОО"
173collectionmeta Publisher [l=ru] "ИзЎатель"
174collectionmeta PublicationDate [l=ru] "Дата ПублОкацОО"
175collectionmeta Pages [l=ru] "СтраМОцы"
176collectionmeta DocType [l=ru] "ТОп ЎПкуЌеМта"
177collectionmeta LocationURL [l=ru] "МестПпПлПжеМОе/URL"
178collectionmeta Annotations [l=ru] "АММПтацОО"
179collectionmeta Abstract [l=ru] "РезюЌе"
180collectionmeta Keywords [l=ru] "Ключевые слПва"
181
182collectionmeta BibTeXrecord [l=ru] "ЗапОсь BibTeX"
183collectionmeta ShowBibTeXrecord [l=ru] "ППказать запОсь BibTeX"
184collectionmeta HideBibTeXrecord [l=ru] "Скрытая запОсь BibTeX"
185
186# -- English text ----------------
187collectionmeta collectionextra [l=en] "This collection, which contains _about:numdocs_
188BibTeX entries, is a small adjunct to the sample bibliography
189collection. 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
190
191\n<h3>How the collection works</h3>\n
192
193<p>
194The purpose of the collection, whose name is \"bibliog1\", is to illustrate Greenstone\'s
195\"supercollection\" facility.\n
196
197<p>
198It is a very small collection with only _about:numdocs_ documents, as you
199can see by clicking the
200<a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL1\"><i>titles</i></a> button.
201It has the same structure as the much larger
202<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=p&p=about&ct=1&qto=3&qt=1&l=en&w=utf-8\">bibliography
203collection</a>, except that there is no <i>phrases</i> button (because it\'s far too small
204for a phrase index to make sense).\n
205
206<p>
207The <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>collection
208configuration file</a> is just the same as that for the bibliography
209collection (which is called \"bibliogr\"), except for one small but crucial
210difference: a line that states\n
211
212<pre>
213supercollection bibliog1 bibliogr
214</pre>\n
215
216<p>
217This only affects <i>searching</i>, not browsing. It means that when you do
218a search, the <i>bibliogr</i> collection is automatically
219searched as well. For example, if you look in the
220<a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&a=d&cl=CL1\"><i>titles</i></a> list you will see that a couple of the items are about \"event\". But if you
221<a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=event,,,&fqf=TX,CR,LA,SO\">search</a>
222for <i>event</i> you will find that 17 documents match the query. That\'s
223because the same search in the bibliography collection finds 12 documents.\n
224
225<p>
226<i>Supercollection</i> has two principal uses. One is when a collection is
227be continually updated with new material, but is impractical to rebuild
228after each addition. New material can be accumulated in a small supplementary
229collection that rebuilds very quickly. Periodically, the two are amalgamated
230and rebuilt. The main collection would contain a <i>supercollection</i>
231statement. (The present collection has a main \"bibliography\" and a smaller
232\"supplement\", but here -- because of the way we have decided to explain it --
233the <i>supercollection</i> statement is in the wrong collection!)\n
234
235<p>
236<i>Supercollection</i> is also useful for gigantic collections. Ordinary
237Greenstone collections can be very large -- we have built one with 11 million
238short documents, and another with 7 GB of text. However, gigantic collections
239may have be split up. One smaller-scale example is a collection of over a
240million small documents that is delivered on 5 CD-ROMs, each of which works
241individually as an independent Greenstone collection. When several are insalled on the hard
242drive, they can be searched together as a seamless unit.\n
243
244<p>
245The supercollection facility only works for <i>searching</i>. The present
246collection, when browsed, is very small; but when searched it is much larger. We
247have found that browsing is of limited use for very large collections
248anyway. For example, in the above-mentioned CD-ROM collection, there are no
249browsing buttons, only searching.\n
250
251<p>
252In the present example the two collections have precisely the same structure.
253<i>Supercollection</i> still works even if they are different.
254Each collection appears as it would normally, and cross-collection searching
255works as expected. When documents are displayed, they\'re shown according to the
256format defined in the collection to which they belong.\n
257
258<p>
259Each collection can be used individually by following the instructions below
260(which Greenstone generates automatically).\n
261
262<h3>How to use the collection</h3>\n
263"
264
265# -- French text ----------------
266collectionmeta collectionextra [l=fr] "
267Cette collection qui contient _about:numdocs_ entrées BibTeX est un ajout à la collection de bibliographie fournie en exemple.
268Elle 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
269
270<h3>Comment marche cette collection ?</h3>
271
272<p>
273Le but de la collection dont le nom est \"bibliog1\", est d\'illustrer
274la fonctionnalité \"supercollection\" de Greenstone.
275
276<p>
277C\'est une petite collection avec environ seulement _about:numdocs_ documents, comme vous le voyez en cliquant le bouton
278<a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&a=d&cl=CL1\"><i>titles a-z</i></a>.
279
280Elle a la même structure que la plus grande <a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=p&p=about&c=bibliogr&ct=1&qto=3&qt=1&l=en&w=utf-8\">Bibliography Collection</a>,
281excepté qu\'il n\'y a pas de bouton <i>phrase</i> (parce qu\'elle
282est beaucoup trop petite pour qu\'un index d\'expression ait un sens).
283
284<p>
285Le <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é \"bibliogr\"), excepté une petite mais cruciale différence: une ligne qui stipule
286
287<pre>
288supercollection bibliog1 bibliogr
289</pre>
290
291<p>
292Ceci 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>bibliogr</i> aussi. Par exemple, si vous regardez dans la liste <a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&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=bibliog1&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.
293
294<p>
295<i>Supercollection</i> a deux principales utilisations. L\'une est
296quand la collection est continuellement mise à jour avec du nouveau
297matériau, et qu\'il n\'est pas pratique de reconstruire la collection aprÚs chaque ajout.
298Les nouveaux matériaux peuvent être accumulés dans une petite collection
299supplémentaire qu\'on peut reconstruire trÚs rapidement. Périodiquement,
300les deux sont unifiées et reconstruites. La collection principale
301contiendrait une déclaration <i>supercollection</i>. (La présente
302collection 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!)
303
304<p>
305<i>Supercollection</i> est aussi utile pour les collections gigantesques.
306En général, les collections Greenstone peuvent être trÚs grandes.
307Nous en avons construit une avec 11 millions de courts documents
308et une autre avec 7 GB de texte. Cependant, les trÚs grandes collections
309peuvent être segmentées. Un exemple a échelle réduite est une
310collection de plus d\'un million de documents qui est produite
311dans 5 CD-ROMs, chacune travaillant individuellement dans une
312collection Greenstone indépendante. Quand plusieurs de ces CD-ROMs sont
313installées sur le disque dur, on peut y effectuer des recherches comme s\'ils formaient une seule unité.
314
315<p>
316La 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.
317De 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
318la collection CD-ROM mentionnée ci-dessus, il n\'y a pas de
319boutons pour \"Parcourir\" mais seulement pour \"Rechercher\".
320
321<p>
322Dans le présent exemple, les deux collections ont exactement
323la même structure. <i>Supercollection</i> fonctionne aussi même si
324elles sont différentes. Chaque collection apparaît comme elle
325le 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.
326
327<p>
328Chaque collection peut être utilisée individuellement en suivant les instructions ci-dessous (que Greenstone génÚre automatiquement).
329
330<h3>Comment utiliser cette collection</h3>
331"
332
333# -- Spanish text ----------------
334collectionmeta collectionextra [l=es] "
335Esta colección contiene entradas _about:numdocs_ BibTeX y es un pequeño anexo a la misma colección bibliográfica. 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
336<p>
337
338<h3>Cómo trabaja esta colección</h3>
339<p>
340
341El propósito de esta colección, cuyo nombre es \"bibliog1\", es ilustrar el programa \"supercolección\" de Greenstone.
342<p>
343
344Se trata de una colección muy pequeña con unos cuantos documentos _about:numdocs_, como se puede ver haciendo click en el botón de <a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&a=d&cl=CL1\">títulos de la \"a\" a la \"z\"</a>. Tiene la misma estructura que la <a href=\"_gwcgi_?l=_cgiargl_&a=p&p=about&c=bibliogr&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).
345<p>
346
347El <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 \"bibliogr\"), excepto por una pequeña pero muy importante diferencia: la línea
348<p>
349
350<pre>
351supercollection bibliog1 bibliogr
352</pre>\n
353
354Este 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 bibliogr. Por ejemplo, si se mira en la lista de títulos de la \"a\" a la \"z\" se verá que un par de ítems son acerca de \"event\". Pero si se <a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&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.
355<p>
356
357La <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.)
358<p>
359
360La <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.
361<p>
362
363El programa 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.
364<p>
365
366En el presente ejemplo las dos colecciones tienen precisamente la misma estructura. No obstante, el programa <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 al que pertenecen.
367<p>
368
369Cada colección puede usarse de manera individual siguiendo las instrucciones que aparecen a continuación (que Greenstone genera automáticamente).
370<p>
371
372<h3>Cómo usar la colección</h3>
373"
374
375# -- Russian text ----------------
376collectionmeta collectionextra [l=ru] "
377Эта кПллекцОя, кПтПрая сПЎержОт запОсО <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
378<p>
379
380<h3>Как рабПтает кПллекцОя</h3>
381<p>
382
383Њель этПй кПллекцОО, ОЌя кПтПрПй \"<i>bibliog1</i>\", сПстПОт в тПЌ, чтПбы прПОллюстрОрПвать вПзЌПжМПстО \"суперкПллекцОО\" Greenstone.
384<p>
385
386ЭтП ПчеМь ЌалеМькая кПллекцОя, сПЎержащая тПлькП ЎПкуЌеМты <i>about:numdocs</i>, чтП Вы ЌПжете вОЎеть, щелкая кМПпку <a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&a=d&cl=CL1\"><i>titles a-z</i></a>. ОМа ОЌеет такую же структуру, чтП О гПразЎП бПльшая бОблОПграфОческая кПллекцОя, за ОсключеМОеЌ тПгП, чтП зЎесь Мет кМПпкО <i>phrases</i>, пПскПльку ПМа слОшкПЌ Ќала Ўля тПгП, чтПбы ОМЎекс фразы ОЌел сЌысл.
387<p>
388
389<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>КПМфОгурацОПММый файл</a> кПллекцОО является такОЌ же, какОЌ ПМ является Ўля бОблОПграфОческПй кПллекцОО (кПтПрая Мазывается \"<i>bibliogr</i>\"), за ОсключеМОеЌ ПЎМПгП МебПльшПгП, МП крОтОческПгП разлОчОя в стрПке сПстПяМОя.
390<pre>
391Supercollection bibliog1 bibliogr
392</pre>
393<p>
394
395ЭтП затрагОвает тПлькП пПОск, МП Ме прПсЌПтр. ЭтП ПзМачает, чтП кПгЎа Вы Ўелаете пПОск, кПллекцОя <i>bibliogr</i> также автПЌатОческО пПЎвергается прПсЌПтру. НапрОЌер, еслО Вы прПсЌатрОваете спОсПк <a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&a=d&cl=CL1\"><i>titles a-z</i></a>, Вы увОЎОте, чтП МескПлькП элеЌеМтПв кПллекцОО ПтМПсОтся к \"event\". НП еслО Вы прПвеЎете <a href=\"_gwcgi_?l=_cgiargl_&c=bibliog1&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 ЎПкуЌеМтПв.
396
397<p>
398
399СуперкПллекцОя ОЌеет Ўва ПсМПвМых
400 МаправлеМОя ОспПльзПваМОя. ОЎМП -- этП, кПгЎа кПллекцОя МепрерывМП пПпПлМяется МПвыЌ ЌатерОалПЌ, МП МепрактОчМП ПбМПвлять её пПсле кажЎПгП ЎПпПлМеМОя. НПвый ЌатерОал ЌПжет МакаплОваться в МебПльшПй ЎПпПлМОтельМПй кПллекцОО, кПтПрая ПбМПвляется ПчеМь быстрП. ПерОПЎОческО этО Ўве кПллекцОО ПбъеЎОМяются О ПбМПвляются. ГлавМая кПллекцОя буЎет сПЎержать ПператПр -- <i>supercollection</i>. НастПящая кПллекцОя сПЎержОт -- \"бОблОПграфОю\" О ЌеМьшую -- \"прОлПжеМОе\", МП зЎесь Оз-за спПсПба, кПтПрый Ќы решОлО ОспПльзПвать Ўля ПбъясМеМОя, ПператПр <i>supercollection</i> Мах
401ПЎОтся в МеправОльМПй кПллекцОО(!).
402<p>
403
404<i>СупперкПллекцОя</i> также пПлезМа Ўля гОгаМтскОх
405 кПллекцОй. ОбычМые кПллекцОО Greenstone ЌПгут быть ПчеМь бПльшОЌО -- Ќы сПзЎалО ПЎМу, сПЎержащую 11 ЌОллОПМПв кПрПткОх
406 ЎПкуЌеМтПв, О Ўругую, сПЎержащую 7 Gb текста. ОЎМакП гОгаМтскОе кПллекцОО ЌПгут быть разЎрПблеММыЌО. ОЎМОЌ Оз прОЌерПв ЌеМьшегП Ќасштаба является кПллекцОя, сПЎержащая бПлее ЌОллОПМа МебПльшОх
407 ЎПкуЌеМтПв, кПтПрая пПставляется Ма 5 CD-ROM, кажЎый Оз кПтПрых
408 рабПтает ОМЎОвОЎуальМП как МезавОсОЌая кПллекцОя Greenstone. КПгЎа МескПлькП Оз МОх
409 ОМсталлОрПваМы Ма жесткПЌ ЎОске, в МОх
410 ЌПжет прПвПЎОться пПОск как в еЎОМПЌ ЌассОве.
411<p>
412
413СреЎства суперкПллекцОО преЎМазМачеМы тПлькП Ўля <i>пПОска</i>. ДаММая кПллекцОя, кПгЎа ее прПсЌатрОвают, ПчеМь Ќала, МП кПгЎа в Мей прПОзвПЎОтся пПОск, ПМа зМачОтельМП бПльше. Мы ПбМаружОлО, чтП прПсЌПтр так ОлО ОМаче ОЌеет ПграМОчеММПе ОспПльзПваМОе Ўля ПчеМь бПльшОх
414 кПллекцОй. НапрОЌер, в вышеупПЌяМутПй кПллекцОО Ма CD-ROM Мет МОкакОх
415 кМПпПк прПсЌПтра, а ОЌеются тПлькП пПОскПвые.
416<p>
417
418В преЎставлеММПЌ прОЌере этО Ўве кПллекцОО ОЌеют ПЎОМакПвую структуру. <i>СуперкПллекцОя</i> прПЎПлжает рабПтать, Ўаже еслО ПМО ОЌеют ПтлОчОя. КажЎая кПллекцОя пПявляется как ПбычМП, О пПОск в ПбъеЎОМеММПй кПллекцОО вПзЌПжеМ, как О ПжОЎалПсь. КПгЎа ЎПкуЌеМты вых
419ПЎят Ма ЌПМОтПр, ПМО выгляЎят сПгласМП тПЌу фПрЌату, кПтПрый ПпреЎелеМ в кПллекцОО, к кПтПрПй ПМО прОМаЎлежат.
420
421<p>
422
423КажЎая кПллекцОя ЌПжет ОспПльзПваться саЌПстПятельМП, еслО слеЎПвать ОМструкцОяЌ, прОвеЎеММыЌ МОже, кПтПрые Greenstone геМерОруют автПЌатОческО.
424"
Note: See TracBrowser for help on using the repository browser.