source: documented-example-collections/trunk/bibliogr/etc/collect.cfg@ 18738

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

the rest of the documented example collections

  • Property svn:executable set to *
File size: 50.0 KB
Line 
1creator [email protected]
2maintainer [email protected]
3public true
4
5buildtype mgpp
6
7groupsize 200
8
9format SearchTypes "form,plain"
10
11indexes text metadata
12
13plugin ZIPPlug
14plugin GAPlug
15plugin MetadataXMLPlug
16plugin BibTexPlug
17plugin ArcPlug
18plugin RecPlug
19
20classify AZList -metadata Title
21
22classify AZCompactList -metadata Author -buttonname Creator
23
24classify DateList -metadata Date
25
26classify Phind -text document:Title,document:Creator,document:Booktitle,document:Publisher
27
28format VList "<td valign=top>[link][icon][/link]</td>
29<td valign=top><b>[Title]</b> - <i>{Or}{[Creator],[Editor]}</i>
30{If}{[Year], - [Month] [Year]}</td>"
31
32format HList "[link][highlight][ex.Title][/highlight][/link]"
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>}
42{If}{[Number], <b>_Number_:</b></td><td> [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_&c=_cgiargc_&cl=_cgiargcl_&a=d&d=_cgiargd_\'>_HideBibTeXrecord_</a></center>,
61<center><a href=\'_gwcgi_?e=_cgiarge_&c=_cgiargc_&cl=_cgiargcl_&a=d&d=_cgiargd_&showrecord=1\'>
62_ShowBibTeXrecord_</a></center>}"
63
64format DocumentButtons ""
65
66format CL2VList "<td valign=top>[link][icon][/link]</td>
67<td valign=top>{If}{[numleafdocs],<b>[Title]</b>,
68<b>[Author]</b> ([Creator]) -- <i>[Title]</i>}
69{If}{[Year], - [Month] [Year]}</td>"
70
71format CL3DateList "<td valign=top>[link][icon][/link]</td>
72<td valign=top><b>[Title]</b> - <i>{Or}{[Creator],[Editor]}</i></td>"
73
74format DateList "<td>[link][icon][/link]</td>
75<td>[highlight]{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}[/highlight]</td>
76<td>{Or}{[dc.Date],[exp.Date],[ex.Date]}</td>"
77
78collectionmeta iconcollection [l=en] _httpprefix_/collect/bibliogr/images/en/bibliogr.gif
79collectionmeta iconcollection [l=fr] _httpprefix_/collect/bibliogr/images/fr/bibliogr.gif
80collectionmeta iconcollection [l=es] _httpprefix_/collect/bibliogr/images/es/bibliogr.gif
81collectionmeta iconcollection [l=ru] _httpprefix_/collect/bibliogr/images/ru/bibliogr.gif
82
83collectionmeta collectionname [l=en] "Bibliography collection"
84collectionmeta .document:text [l=en] "text"
85collectionmeta .document:Title [l=en] "titles"
86collectionmeta .document:Source [l=en] "filenames"
87collectionmeta .text [l=en] "full records"
88collectionmeta .Title [l=en] "titles"
89collectionmeta .Source [l=en] "filenames"
90
91collectionmeta AuthoredBy [l=en] "Authored By"
92collectionmeta PaperTitle [l=en] "Paper Title"
93collectionmeta Editors [l=en] "Editor(s)"
94collectionmeta EditorRole [l=en] "Editor Role"
95collectionmeta BookJournalTitle [l=en] "Book/Journal Title"
96collectionmeta In [l=en] "In"
97collectionmeta Number [l=en] "Number"
98collectionmeta Vol [l=en] "Vol."
99collectionmeta MeetingDate [l=en] "Meeting Date"
100collectionmeta MeetingPlace [l=en] "Meeting Place"
101collectionmeta PublicationPlace [l=en] "Publication Place"
102collectionmeta Publisher [l=en] "Publisher"
103collectionmeta PublicationDate [l=en] "Publication Date"
104collectionmeta Pages [l=en] "Pages"
105collectionmeta DocType [l=en] "DocType"
106collectionmeta LocationURL [l=en] "Location/URL"
107collectionmeta Annotations [l=en] "Annotations"
108collectionmeta Abstract [l=en] "Abstract"
109collectionmeta Keywords [l=en] "Keywords"
110
111collectionmeta BibTeXrecord [l=en] "BibTeX Record"
112collectionmeta ShowBibTeXrecord [l=en] "Show BibTeX Record"
113collectionmeta HideBibTeXrecord [l=en] "Hide BibTeX Record"
114
115
116# -- French strings ----------------
117collectionmeta collectionname [l=fr] "Collection bibliographie"
118
119collectionmeta .text [l=fr] "enregistrements complets"
120
121collectionmeta AuthoredBy [l=fr] "Nom de l'auteur"
122collectionmeta PaperTitle [l=fr] "Titre de l'article"
123collectionmeta Editors [l=fr] "Editeur(s)"
124collectionmeta EditorRole [l=fr] "RÎle de l'éditeur"
125collectionmeta BookJournalTitle [l=fr] "Titre de Livre/Journal"
126collectionmeta In [l=fr] "Dans"
127collectionmeta Number [l=fr] "Numéro"
128collectionmeta Vol [l=fr] "Vol."
129collectionmeta MeetingDate [l=fr] "Date de rencontre"
130collectionmeta MeetingPlace [l=fr] "Lieu de rencontre"
131collectionmeta PublicationPlace [l=fr] "Lieu de publication"
132collectionmeta Publisher [l=fr] "Editeur"
133collectionmeta PublicationDate [l=fr] "Date de publication"
134collectionmeta Pages [l=fr] "Pages"
135collectionmeta DocType [l=fr] "TypeDocument"
136collectionmeta LocationURL [l=fr] "Emplacement/URL"
137collectionmeta Annotations [l=fr] "Annotations"
138collectionmeta Abstract [l=fr] "Résumé"
139collectionmeta Keywords [l=fr] "Mots-clés"
140
141collectionmeta BibTeXrecord [l=fr] "Enregistrement BibTeX"
142collectionmeta ShowBibTeXrecord [l=fr] "Montrer Enregistrement BibTeX"
143collectionmeta HideBibTeXrecord [l=fr] "Cacher l'enregistrement BibTeX"
144
145
146# -- Spanish strings ----------------
147collectionmeta collectionname [l=es] "Colección bibliográfica"
148
149collectionmeta .text [l=es] "registros completos"
150
151collectionmeta AuthoredBy [l=es] "Autor"
152collectionmeta PaperTitle [l=es] "Título del documento"
153collectionmeta Editors [l=es] "Editor(es)"
154collectionmeta EditorRole [l=es] "Papel del editor"
155collectionmeta BookJournalTitle [l=es] "Título del libro o revista"
156collectionmeta In [l=es] "En"
157collectionmeta Number [l=es] "Número"
158collectionmeta Vol [l=es] "Volumen"
159collectionmeta MeetingDate [l=es] "Fecha de la reunión"
160collectionmeta MeetingPlace [l=es] "Lugar de la reunión"
161collectionmeta PublicationPlace [l=es] "Lugar de la publicación"
162collectionmeta Publisher [l=es] "Editorial"
163collectionmeta PublicationDate [l=es] "Fecha de publicación"
164collectionmeta Pages [l=es] "Páginas"
165collectionmeta DocType [l=es] "Tipo de documento"
166collectionmeta LocationURL [l=es] "Ubicación/URL"
167collectionmeta Annotations [l=es] "Anotaciones"
168collectionmeta Abstract [l=es] "Resumen"
169collectionmeta Keywords [l=es] "Palabras clave"
170
171collectionmeta BibTeXrecord [l=es] "Registro BibTeX"
172collectionmeta ShowBibTeXrecord [l=es] "Mostrar registro BibTeX"
173collectionmeta HideBibTeXrecord [l=es] "Ocultar registro BibTeX"
174
175
176# -- Russian strings ----------------
177collectionmeta collectionname [l=ru] "БОблОПграфОческая кПллекцОя"
178
179collectionmeta .text [l=ru] "ППлМые запОсО"
180
181collectionmeta AuthoredBy [l=ru] "АвтПр"
182collectionmeta PaperTitle [l=ru] "НазваМОе статьО"
183collectionmeta Editors [l=ru] "РеЎактПр (ы)"
184collectionmeta EditorRole [l=ru] "РПль реЎактПра"
185collectionmeta BookJournalTitle [l=ru] "НазваМОе кМОгО/журМала"
186collectionmeta In [l=ru] "В"
187collectionmeta Number [l=ru] "ЧОслП (НПЌер)"
188collectionmeta Vol [l=ru] "ТПЌ"
189collectionmeta MeetingDate [l=ru] "Дата встречО"
190collectionmeta MeetingPlace [l=ru] "МестП встречО"
191collectionmeta PublicationPlace [l=ru] "Дата ПублОкацОО"
192collectionmeta Publisher [l=ru] "ИзЎатель"
193collectionmeta PublicationDate [l=ru] "Дата ПублОкацОО"
194collectionmeta Pages [l=ru] "СтраМОцы"
195collectionmeta DocType [l=ru] "ТОп ЎПкуЌеМта"
196collectionmeta LocationURL [l=ru] "МестПпПлПжеМОе/URL"
197collectionmeta Annotations [l=ru] "АММПтацОО"
198collectionmeta Abstract [l=ru] "РезюЌе"
199collectionmeta Keywords [l=ru] "Ключевые слПва"
200
201collectionmeta BibTeXrecord [l=ru] "ЗапОсь BibTeX"
202collectionmeta ShowBibTeXrecord [l=ru] "ППказать запОсь BibTeX"
203collectionmeta HideBibTeXrecord [l=ru] "Скрытая запОсь BibTeX"
204
205
206# -- English text ----------------
207collectionmeta collectionextra [l=en] "This collection, which contains _about:numdocs_
208 BibTeX entries, is a collection of working papers published from 1997 to 2006
209 at <a href=\"http://www.cs.waikato.ac.nz/\">Department of Computer Science</a>,
210 <a href=\"http://www.waikato.ac.nz/\">the University of Waikato</a>.\n
211
212\n<h3>How the collection works</h3>\n
213
214<p>
215The collection incorporates a
216<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=q&ct=1&qt=1\">form-based search interface</a> that allows
217fielded searching. In Greenstone, this means that an enhanced search engine
218(called <i>mgpp</i>) must be used, rather than Greenstone\'s default search engine
219(called <i>mg</i>). There is an online
220<a href=\"http://www.greenstone.org/manuals/mgpp_user.pdf\">help document</a>
221for <i>mgpp</i>.
222The collection has an <a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=q&ct=1&qt=1&qf=1\">\"advanced\" form
223search interface</a>, and also a plain
224<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=q&ct=1&qt=0\">single-field search page</a>. These two variants
225can be selected from the collection\'s
226<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=p&p=preferences&ct=1&qt=1\">Preferences</a> page.\n
227
228<p>
229The <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>collection
230configuration file</a> begins with the specification <i>groupsize 200</i>.
231This groups documents together into groups of 200. Bibliography collections
232typically have many small documents, and grouping them together prevents
233Greenstone\'s internal file structures from becoming bloated and occupying more
234disk space than necessary.\n
235
236<p>
237Apart for the standard ones, the plugins specified for this collection are
238<i>ZIPPlug</i>, which unzips compressed documents and archives, and
239<i>BibTexPlug</i>, which processes references in the BibTeX format (well known
240to computer scientists).\n
241
242<p>
243Fielded searching, with a form-based interface, is selected by <i>format SearchTypes \"form,plain\"
244</i> in the configuration file. In fact, a plain textual full-text search
245index is included in this collection as well (since <i>form</i> comes first,
246it is the default interface; you reach the <i>plain</i> search through
247the <i>Preferences</i> page).\n
248
249<p>
250The <i>buildtype</i> shows that the search engine <i>mgpp</i> is
251used, and for this indexes are specified in a slightly different way. Whereas
252Greenstone normally allows the various indexes to be specified to be
253at different \"levels\" (<i>document</i>, <i>section</i>, <i>paragraph)</i>, with
254<i>mgpp</i> they are all at the same level -- <i>document</i> by default (as in this case). The
255level can be changed using a <i>levels</i> statement. Also, whereas in other
256collections indexes can be specified on text or on any metadata, here there are
257additional possibilities: you can specify indexes on <i>every</i> metadata
258field by using the single word <i>metadata</i>, and an index for all the metadata
259fields together by using the word <i>allfields</i>.\n
260
261<p>
262In this case the <i>indexes</i> line specifies searchable indexes on the full
263text and on every metadata field. Thus when the \"field\" menus in the
264<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=q&ct=1&qt=1\">search page</a> are pulled down, they show
265<i>full records</i> followed by an entry for each metadata element.
266Collection-level metadata <i>collectionmeta</i> can be specified for any index
267to determine what it is called in the menu (except for <i>metadata</i>, which
268produces many menu items). In this case, the
269<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>configuration
270file</a> specifies that the text index should be named \"full records\" because it
271contains the original bibliographic record.\n
272
273<p>
274This collection contains <i>Title, Author</i>, and <i>Date</i> browsers, and a
275special kind of phrase index called \"Phind.\" The <i>AZCompactList</i>
276classifier used for the <i>Author</i> browser is like <i>AZList</i> but
277generates a bookshelf for duplicate items as shown <a
278href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=d&cl=CL2\">here</a>. The BibTeX plugin records each
279author as <i>Author</i> metadata; it also puts a list containing all authors
280into the <i>Creator</i> metadata element. Consequently the <i>AZCompactList</i>
281classifier is based on <i>Author</i>. However, Greenstone has a standard button
282reading <i>authors a-z</i> whose name is (confusingly) \"Creator\", so this
283button name is specified for the classifier.\n
284
285<p>
286The \"Phind\" classifier creates a phrase index like
287<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=d&cl=CL4\">this</a>. It contains a browsable list
288of phrases extracted from the material specified
289in the <i>text</i> argument of the <i>classify Phind</i> line in the
290<a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>configuration file</a>.
291Here the specification is\n
292<pre>
293 document:Title,document:Creator,document:Booktitle,\n
294 document:Publisher
295</pre>\n
296
297-- that is, the title, list of authors, title of the collected work (if any) in
298which this item appears, and publisher. Note that this specification follows
299the <i>mg</i> convention with <i>level:field</i>. <i>Phind</i> indexes are more
300usually based on the entire full text of a collection, using the specification
301<i>document:text</i>.\n
302
303<p>
304The best way to see what Phind does is to play with this index. You type a word in
305the search box, click <i>Search</i>, and a list of phrases containing that term
306appears in the top panel. Click on one of these phrases and a list of phrases
307containing that <i>phrase</i> appears in the bottom panel. You can continue
308doing this, expanding the phrase more and more. The lists can be lengthened
309using the <i>get more phrases </i> button. At the end of the list of phrases
310appears a list of documents containing that phrase, in blue text; you can
311lengthen this list by clicking get <i>more documents</i>.\n
312
313<p>
314The format statements for the search results list and the title browser are
315both determined by the <i>VList</i> specification. It gives a document icon
316that links to the document itself (which in this collection is the full
317reference); the title in bold; <i>Creator</i> metadata if there is any,
318otherwise <i>Editor</i> metadata; and <i>Date</i> metadata if there is any.
319<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=Jain,,,&fqf=TX,CR,BO,SO\">Here</a>
320is an example.\n
321
322<p>
323The format statement for the author browser (<i>CL2VList</i>) is more
324complex. The <i>AZCompactList</i> classifier generates a tree whose nodes are
325either leaf nodes, representing documents, or internal nodes. A metadata item
326called <i>numleafdocs</i> gives the total number of documents below an internal
327node. This format statement checks whether numleafdocs exists. If so the node
328must be an internal node, in which case the node is labeled by its
329<i>Title</i>. But beware: this classifier is generated on <i>Author</i>
330metadata, so its title -- the title of the classifier -- is actually the author\'s
331name! This means that the bookshelf nodes
332<a href=\"_gwcgi_?l=_cgiargl_&c=bibliogr&a=d&cl=CL2\">here</a> are labeled by author\'s name.
333The leaf nodes, however, are labeled the same way as documents (i.e. references)
334are in the search results list.\n
335
336<p>
337The documents themselves (here is an
338<a href=\"_gwcgi_?l=_cgiargl_&a=d&c=bibliogr&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135\">example</a>)
339are generated by two format statements, one (a long one)
340called <i>DocumentHeading</i>, and another called <i>DocumentText</i>. The
341<i>DocumentHeading</i>, which is the top two-thirds of the page, contains the
342document\'s <i>Title</i> followed by a table that gives all the metadata
343elements that the BibTeX plugin can generate. The role of all the <i>If</i>
344statements in the <a href=\"_httpcollection_/etc/collect.cfg\"
345target=collect.cfg>configuration file</a> is to determine which elements are
346defined.\n
347
348<p>
349The <i>DocumentText</i> shows the BibTeX version of the reference. However,
350when the document is displayed initially, only a hyperlink reading <i>Show
351BibTex Record</i> appears -- this corresponds to the last part (that is, the
352\"else\" part) of the <i>If</i> statement in <i>DocumentText</i>. When this
353hyperlink is clicked, the <i>href</i> goes to the same URL but with
354<i>showrecord=1</i>, which generates a page like <a
355href=\"_gwcgi_?l=_cgiargl_&a=d&c=bibliogr&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135&showrecord=1\">this</a>.
356The <i>If</i> test succeeds, which shows the <i>Text</i> of the document. With
357the BibTeX plugin, the text of a document is its unadulterated BibTeX record.\n
358"
359
360
361# -- French text ----------------
362collectionmeta collectionextra [l=fr] "
363Cette collection qui contient des entrées _about:numdocs_ BibTex, est working papers éditées de 1997 à 2006
364au <a href=\"http://www.cs.waikato.ac.nz/\">Département d'informatique</a>, <a href=\"http://www.waikato.ac.nz/\">Université de Waikato</a>.\n
365
366<h3>Comment marche la collection?</h3>
367<p>
368Cette collection englobe une <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1\">interface de recherche par formulaire</a>
369qui permet une recherche par champ. Dans Greenstone, cela signifie qu'un moteur de recherche avancé (appelé <i>mgpp</i>) doit être utilisée plutÎt
370que le moteur de recherche par défaut de Greenstone (<i>mg</i>). Il y a un document d'<a href=\"http://www.greenstone.org/manuals/mgpp_user.pdf\">aide en ligne</a> pour <i>mgpp</i>. Le document possÚde une <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&qf=1\">interface de recherche avancée</a> ainsi qu'une <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=0\">page de recherche simple par champ</a>. Ces deux variantes peuvent être sélectionnées à partir de la page <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=p&p=preferences&ct=1&qt=1\">Préférences</a> de la collection.
371
372<p>
373Le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de
374configuration de la collection</a> commence par la spécification
375<i>groupsize 200</i>. Ceci regroupe les documents en groupe de 200.
376Les collections de bibliographies ont généralement beaucoup de petits documents; le fait de les regrouper empêche le gonflement des structures de fichiers internes et l'occupation inutile d'espace disque.
377
378<p>
379A part les Plugins standards, les modules qui sont spécifiés pour
380cette collection sont <i>Zipplug</i> qui ouvre les archives et les documents compressés, et <i>Bibtext plug</i> qui traite les références dans le
381format BibText (bien connu des informaticiens).
382
383<p>
384La recherche par champ à travers une interface basée sur un formulaire est sélectionnée par <i>format SearchTypes \"form,plain\"</i> dans le fichier de configuration. En fait, cette collection utilise <i>format SearchTypes \"form,plain\"</i> qui contient aussi un index de recherche de texte simple textuelle (puisque <i>form</i> vient en premier, c'est l'interface par defaut; vous accédez à la recherche <i>plain</i> a travers la page <i>Préférences</i>).
385
386<p>
387L'inclusion de <i>buildtype</i> signifie que le moteur de recherche <i>mgpp</i> est utilisé, et pour ceci les indexes sont spécifiés d'une maniÚre
388légÚrement différente. Tandis que Greenstone permet aux divers
389indexes qui vont être spécifiés d'être a des \"niveaux\" différents,
390(<i>document</i>, <i>section</i>, <i>paragraph</i>), avec <i>mgpp</i> ils sont tous au même niveau--- <i>document</i> par défaut (comme dans ce cas ci). Le niveau peut être changé en utilisant une déclaration <i>Levels</i>. De plus,
391alors que dans les autres collections des indexes peuvent être
392spécifiés sur du texte ou sur n'importe quelle méta-donnée, ici il y a
393des possibilités additionelles: vous pouvez spécifier les indexes
394sur <i>chaque</i> champ de méta-donnée en utilisant le mot <i>metadata</i>,
395et un index pour tous les champs de méta-données réunis en utilisant
396le mot <i>allfields</i>.
397
398<p>
399Dans ce cas la ligne des <i>indexes</i> spécifie les indexes qui peuvent
400être recherches par texte ou par champ de méta-donnée.
401Ainsi, quand les menus déroulants \"Field\" dans la <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1\">page recherche</a> sont
402sélectionnés, ils montrent <i>Full records</i> suivi par une entrée pour
403chaque élément de méta-donnée. Une méta-donnée <i>collectionmeta</i> de niveau collection peut être spécifiée pour tout index pour déterminer
404ce qui est appele dans le menu (exceptÚ pour <i>metadata</i> qui
405produit beaucoup d'éléments de menu). Dans ce cas,le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier
406de configuration</a> spécifie que l'index du texte devrait être
407appele \"full records\" parcequ'il contient l'enregistrement bibliographique
408original.
409
410<p>
411Cette collection contient les \"browsers\" <i>Title</i>, <i>Author</i>,et <i>Date</i> ainsi qu'un type special d'index de phrase appele \"Phind\".
412Le classificateur <i>AZCompactList</i> utilisé pour le browser <i>Author</i> est comme <i>AZList</i> mais produit un rayon pour les éléments dupliqués comme montré <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL2\">ici</a>. Le plugin BibTEX enregistre chaque auteur comme méta-donnée <i>Author</i>; il met aussi une liste contenant tous les auteurs dans l'élément de méta-donnée <i>Creator</i>.
413Par conséquent, le classificateur <i>AZCompact List</i> est basé sur <i>Author</i>. Cependant, Greenstone a un bouton standard appelé <i>authors a-z</i> dont le nom (qui prête à confusion) est \"Creator\", ainsi le nom
414de ce bouton est spécifié pour le classificateur.
415
416<p>
417Le classificateur \"Phind\" crée un index d'expression comme <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL4\">ceci</a>. Il contient une liste d'expressions qu'on peut parcourir extraite du materiel spécifié dans l'argument <i>text</i> de la ligne
418<i>Classify Phind</i> du <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de configuration</a>.
419Ici, la spécification est :
420<pre>
421 document:Title,document:Creator,document:Booktitle,\n
422 document:Publisher
423</pre>
424
425-- c'est le titre, la liste des auteurs, le titre du travail
426recueilli (s'il y en a) dans lequel chaque article apparaît,
427et l'éditeur. Il faut noter que cette spécification suit la
428convention <i>mg</i> avec <i>level:field</i>. Les indexes <i>Phind</i>
429sont généralement plus basés sur le texte entier de la collection,
430en utilisant la spécification <i>document:text</i>.
431
432<p>
433La meilleure façon de voir ce que fait Phind est de jouer
434avec cet index. Vous tapez un mot dans la boîte recherche,
435cliquez <i>Search</i>, et une liste d'expressions contenant ce terme
436apparaît en haut du tableau. Cliquez sur une de ces expressions
437et une liste d'expressions contenant cette <i>expression</i> apparaît
438au bas du tableau. Vous pouvez continuer à faire ceci en
439allongeant l'expression de plus en plus. Ces listes peuvent
440être allongees en utilisant le bouton <i>Get more phrases</i>.
441A la fin de la liste d'expression une liste de document
442contenant cette expression apparaît dans un texte bleu, vous
443pouvez allonger cette liste en cliquant sur Get <i>more documents</i>.
444
445<p>
446Le format de déclaration pour la liste de résultats de recherche
447et le browser de titre sont tous les deux déterminés par la spécification <i>VList</i>. Elle donne une icÎne de document qui renvoie sur le document lui-même (qui est la référence complÚte dans cette collection);
448le titre en gras; la méta-donnée <i>Creator</i> s'il y en a, sinon la méta-donnée <i>Editor</i>; et la méta-donnée <i>Date</i> s'il y en a. En <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=Bshouty,,,&fqf=TX,CR,BO,SO\">voici</a> un exemple.
449
450<p>
451Le format de déclaration pour le browser auteur (<i>CL2VList</i>) est plus
452complexe. Le classificateur <i>AZCompactList</i> donne un arbre dont les nœuds
453sont soit des nœuds de feuilles représentant des documents ou des
454nœuds internes. Un élément de de méta-donnée appelé <i>numleafdocs</i> donne le nombre total de documents en dessous d'un nœud interne. La déclaration de
455format vérifie si numleafdocs existe. Si le nœud doit être un nœud
456interne, dans ce cas le nœud est catalogue par son <i>Title</i>.
457Mais attention : ce classificateur est produit sur la méta-donnée <i>Author</i>, donc son titre -- le titre du classificateur -- est en fait le nom de l'auteur! Ceci signifie que les nœuds des rayons sont catalogués <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL2\">ici</a> suivant le nom de l'auteur. Les nœuds d'extrémité sont catalogués dans la liste des résultats de recherche de la même façon que les documents (c.-à-d. les références) .
458
459<p>
460Les documents eux-mêmes (voici un <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135\">exemple</a>) sont produits par
461deux déclarations de format, une (longue celle-la) appelée <i>DocumentHeading</i>, et une autre appelée <i>DocumentText</i>. Le <i>Document Heading</i>, qui est représente les deux tiers supérieurs de la page contient le <i>Titre</i> du document suivi d'une table qui
462donne tous les éléments de méta-donnée que le plugin BibTex peut générer.
463Le rÃŽle de toutes les instructions <i>If</i> dans le <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>fichier de
464configuration</a> est de déterminer les éléments définis.
465
466<p>
467Le <i>DocumentText</i> montre la version BibTex de la référence.
468Cependant, quand le document est affiché la premiÚre fois, seul
469le lien <i>ShowBibtexRecord</i> apparaît --- ceci correspond à la derniÚre partie (c'est la partie \"else\") de l'instruction <i>If</i> dans <i>DocumentText</i>. Quand le lien est cliqué, <i>href</i> va vers la même URL mais avec <i>showrecord=1</i>, qui génÚre une page comme <a
470href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135&showrecord=1\">celle-ci</a>. Le test <i>If</i> marche, ce qui affiche le <i>Text</i> du document. Avec le plugin BibTex, le texte d'un document est son enregistrement BibTEX pur.
471"
472
473
474# -- Spanish text ----------------
475collectionmeta collectionextra [l=es] "
476Esta colección contiene entradas _about:numdocs_ BibTeX y ha sido creada a partir de la Bibliografía de la working papers published from 1997 to 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
477
478<h3>Cómo trabaja esta colección</h3>
479<p>
480
481La colección incorpora una <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1\">interfaz de búsqueda basada en formas</a> que permite la búsqueda por campos. En el caso de Greenstone, esto significa que se debe usar un motor de búsqueda avanzada (llamado <i>mgpp</i>), en vez del motor de búsqueda por omisión de Greenstone (llamado <i>mg</i>). También existe un <a href=\"http://www.greenstone.org/manuals/mgpp_user.pdf\">documento de ayuda</a> en línea para <i>mgpp</i>. La colección tiene una <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&qf=1\">interfaz de búsqueda \"avanzada\" de formas</a>, así como una <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=0\">página de búsqueda sencilla por campos</a> de sólo texto. Estas dos variantes se pueden seleccionar desde la página de <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=p&p=preferences&ct=1&qt=1\">Preferencias de la colección</a>.
482<p>
483
484El <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración de la colección</a> empieza con la especificación <i>groupsize 200</i>, la cual reúne a los documentos en grupos de 200. Por lo general las colecciones bibliográficas tienen muchos documentos pequeños y al agruparlos se evita que las estructuras de archivos internos de Greenstone se inflen demasiado y ocupen más espacio del necesario.
485<p>
486
487Aparte de los plugins estándar esta colección cuenta con <i>ZIPPlug</i>, que descomprime los documentos y archivos comprimidos, y <i>BibTexPlug</i>, que procesa las referencias en el formato BibTeX (bastante conocido por los especialistas en informática).
488<p>
489
490La búsqueda por campos con una interfaz basada en formas se selecciona por medio de la <i>forma searchtype</i> en el archivo de configuración. De hecho, esta colección también utiliza la <i>forma searchtype de sólo texto</i>, la cual incluye asimismo un índice de búsqueda de textos completos (ya que <i>forma</i> viene primero, ésta es la interfaz por omisión; la búsqueda <i>de sólo texto</i> se puede seleccionar por medio de la página de <i>Preferencias</i>).
491<p>
492
493La inclusión de <i>searchtype</i> significa que el motor de búsqueda <i>mgpp</i> se está usando y que estos índices se especifican de manera ligeramente diferente. En tanto que Greenstone normalmente le permite a los diferentes índices que se van a especificar estar a diferentes \"niveles\" (<i>documento</i>, <i>sección</i>, <i>párrafo</i>), con <i>mgpp</i> todos ellos están al mismo nivel, siendo <i>documento</i> el ajuste por omisión (como en este caso). El nivel se puede cambiar por medio de un enunciado de <i>niveles</i>. Asimismo, mientras que en otras colecciones los índices se pueden especificar sobre el texto o sobre cualquier metadato, aquí existen además otras posibilidades: se pueden especificar índices en <i>cada</i> campo del metadato utilizando solamente la palabra <i>metadato</i> y un índice para todos los campos del metadato juntos utilizando la palabra <i>allfields</i>.
494<p>
495
496En este caso la línea de <i>índices</i> especifica los índices que se pueden buscar en el texto completo y en cada campo del metadato. Así, cuando los menús de \"campo\" se despliegan en la <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1\">página de búsqueda</a>, muestran el <i>registro completo</i> seguido de una entrada para cada elemento del metadato. El metadato a nivel de colección <i>collectionmeta</i> se puede especificar para cualquier índice con el fin de determinar lo que se llama en el menú (excepto metadato, que produce varios ítems). En este caso el <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración</a> especifica que el índice de texto debería llamarse \"registro completo\", debido a que contiene el registro bibliográfico original.
497<p>
498
499Esta colección contiene exploradores de <i>Título</i>, <i>Autor</i> y <i>Fecha</i>, así como un tipo especial de índice de frases llamado \"Phind\". El clasificador <i>AZCompactList</i> que se usa para el explorador de <i>Autor</i> es como <i>AZList</i>, pero genera un estante para los ítems duplicados tal como se muestra <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL2\">aquí</a>. El plugin BibTeX registra a cada autor como metadato de <i>Autor</i>. También coloca una lista de todos los autores en el elemento del metadato <i>Creador</i>. Como resultado de ello, el clasificador <i>AZCompactList</i> se basa en el <i>Autor</i>. Sin embargo, Greenstone tiene un botón estándar que lee los <i>autores de la \"a\" a la \"z\"</i> y cuyo nombre es (de manera un tanto confusa) \"Creador\", por lo que el nombre de este botón ha sido especificado para el clasificador.
500<p>
501
502El clasificador \"Phind\" crea un índice de frases como <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL4\">este</a>, el cual contiene una lista que se puede explorar de frases extraídas del material especificado en el argumento de texto de la línea <i>clasificar Phind</i> en el <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>archivo de configuración</a>. Aquí la especificación es
503<p>
504
505<pre>
506 document:Title,document:Creator,document:Booktitle,\n
507 document:Publisher
508</pre>\n
509
510<p>
511
512es decir, el título, la lista de autores, el título del trabajo (si es que hay alguno) en el que aparece este ítem y el editor. Recuerde que esta especificación sigue la convención <i>mg</i> con <i>level:field</i>. Los índices <i>Phind</i> se basan más comúnmente en el texto completo de una colección por medio de la especificación <i>document:text</i>.
513<p>
514
515La mejor forma de ver lo que hace Phind es practicar con este índice. Escriba una palabra en el cuadro de búsqueda, haga click en <i>Buscar</i> y una lista de frases con dicho término aparecerá en el panel de la parte superior. Haga click en una de estas frases y una lista de frases que contengan dicha <i>frase</i> aparecerá en el panel de la parte inferior. Usted puede continuar extendiendo la frase más y más. Las listas se pueden alargar utilizando el botón <i>obtener más frases</i>. Al final de la lista de frases aparece una lista de los documentos que contienen dicha frase en azul. Usted puede extender esta lista haciendo click en más documentos.
516<p>
517
518Los enunciados de formato para la lista de resultados de la búsqueda y el explorador de títulos se determinan por medio de la especificación <i>VList</i>. Ésta proporciona un icono de documento que lo vincula con el documento mismo (el cual es en esta colección la referencia completa), el título en negritas, el metadato <i>Creador</i> si es que hay alguno o en su defecto el metadato <i>Editor</i>, y el metadato de <i>Fecha</i> si es que hay alguno. He <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=Bshouty,,,&fqf=TX,CR,BO,SO\">aquí</a> un ejemplo.
519<p>
520
521El enunciado de formato para el explorador de autor (<i>CL2VList</i>) es más complejo. El clasificador AZCompactList genera un árbol cuyos nodos son hojas representando documentos o nodos internos. Un ítem de metadato llamado <i>numleafdocs</i> proporciona el número total de documentos debajo de un nodo interno. Este enunciado de formato comprueba si numleafdocs existe. En caso afirmativo se trata de un nodo interno, en cuyo caso el nodo se etiquetará por su <i>Título</i>. ¡Pero cuidado! Este clasificador se genera en el metadato <i>Autor</i>, por lo que su título -- el título del clasificador -- es realmente el nombre del autor, lo que significa que los nodos del estante que están <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL2\">aquí</a> se etiquetan de acuerdo al nombre del autor. Las hojas se etiquetan de la misma manera que los documentos (es decir, referencias) en la lista de resultados de la búsqueda.
522<p>
523
524Los documentos mismos (he aquí un <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135\">ejemplo</a>) se generan por medio de dos enunciados de formato, uno llamado <i>DocumentHeading</i>, que es bastante largo, y otro llamado <i>DocumentText</i>. DocumentHeading ocupa los dos tercios superiores de la página y contiene el <i>Título</i> del documento seguido por una tabla de todos los elementos del metadato que el plugin BibTeX puede generar. El papel de todos los enunciados <i>If</i> en el <a href=\"_httpcollection_/etc/collect.cfg\"
525target=collect.cfg>archivo de configuración</a> es determinar los elementos que se definen.
526<p>
527
528<i>DocumentText</i> muestra la versión BibTeX de la referencia. Sin embargo, cuando el documento se despliega por primera vez únicamente aparece un hipervínculo llamado <i>Mostrar Registro BibTex</i>. Este corresponde a la última parte (es decir, a la parte \"adicional\") del enunciado <i>If</i> en <i>DocumentText</i>. Cuando se hace click en este hipervínculo la <i>href</i> va al mismo URL pero con showrecord=1, que genera una página como <a
529href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135&showrecord=1\">ésta</a>. A continuación sigue la prueba <i>If</i>, que muestra el <i>Texto</i> del documento. Con el plugin BibTeX el texto de un documento es su registro BibTeX no adulterado.
530"
531
532
533# -- Russian text ----------------
534collectionmeta collectionextra [l=ru] "
535Эта кПллекцОя, кПтПрая сПЎержОт элеЌеМты запОсО _about:numdocs_ BibTeX, is a collection of working papers published from 1997 to 2006
536 at <a href=\"http://www.cs.waikato.ac.nz/\">Department of Computer Science</a>,
537 <a href=\"http://www.waikato.ac.nz/\">the University of Waikato</a>.\n.
538
539<p>
540
541<h3>Как рабПтает кПллекцОя</h3>\n
542
543<p>
544
545КПллекцОя включает <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1\">ОМтерфейс пПОска Ма таблОчМПй ПсМПве</a>, кПтПрый пПзвПляет Псуществлять пПОск пП пПляЌ. В Greenstone этП ПзМачает, чтП ОМструЌеМт усПвершеМствПваММПгП пПОска, МазываеЌый <i>mgpp</i>, ЎПлжеМ ОспПльзПваться преЎпПчтОтельМей, чеЌ стаМЎартМая пПОскПвая сОстеЌа пПОска Greenstone, МазываеЌая <i>mg</i>. ИЌеется ПМ-лайМПвПе ПпОсаМОе пПЌПщО Ўля <i>mgpp</i>. КПллекцОя ОЌеет <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&qf=1\">«прПЎвОМутую» фПрЌу ОМтерфейса пПОска</a>, а также прПстую <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=p&p=preferences&ct=1&qt=1\">ПЎМП-пПлевую страМОцу пПОска</a>. ЭтО Ўва варОаМта ЌПгут быть выбраМы Оз страМОцы преЎпПчтеМОй (Preferences) кПллекцОО.
546
547<p>
548
549Ѐайл кПМфОгурацОО кПллекцОО МачОМается с ПпреЎелеМОя <i>groupsize 200</i>, кПтПрПе ПбъеЎОМяет ЎПкуЌеМты в группы пП 200. БОблОПграфОческОе кПллекцОО ПбычМП сПстПят Оз бПльшПгП чОсла МебПльшОх
550 ЎПкуЌеМтПв, О группОрПвка Ох
551 вЌесте преЎПтвращает вМутреММОе файлПвые структуры Greenstone Пт увелОчеМОя ПбъёЌа О заМятОя бПльшегП ЎОскПвПгП прПстраМства, чеЌ МеПбх
552ПЎОЌП.
553
554<p>
555
556В ПтлОчОе Пт стаМЎартМых
557, спецОфОчМыЌО плагОМаЌО Ўля этПй кПллекцОО являются -- <i>ZIPPlug</i>, кПтПрый распакПвывают сжатые ЎПкуЌеМты О арх
558Овы, О <i>BibTexPlug</i>, кПтПрый Пбрабатывает ссылкО в фПрЌате BibTex, х
559ПрПшП ОзвестМПЌ Ўля учеМых
560.
561
562<p>
563
564ППОск пП пПляЌ с ОМтерфейсПЌ Ма таблОчМПй ПсМПве Псуществляется фПрЌатПЌ <i>searchtype form</i> в кПМфОгурацОПММПЌ файле. ЀактОческО эта кПллекцОя ОспПльзует прПстПй фПрЌат <i>searchtype</i>, кПтПрый включает прПстПй текстПвый ОМЎекс Ўля пПлМПтекстПвПгП пПОска, а также (так как <i>form</i> пПявляется сМачала, этП -- ОМтерфейс пП уЌПлчаМОю). Вы ЌПжете выбрать прПстПй плПскОй (<i>plain</i>) пПОск Оз страМОцы ПреЎпПчтеМОй (<i>Preferences</i>).
565
566<p>
567
568ВключеМОе <i>searchtype</i> ПзМачает, чтП ОспПльзуется пПОскПвый ОМструЌеМт <i>mgpp</i> О Ўля этПгП ОМЎексы ПпреЎелеМы МеЌМПгП ЎругОЌ спПсПбПЌ. ПрОМОЌая вП вМОЌаМОе, чтП в Greenstone ПбычМП вПзЌПжМП ПпреЎелять спецОфОчМые ОМЎексы Ўля разлОчМых
569 \"урПвМей\" (<i>ЎПкуЌеМт</i>, <i>разЎел</i>, <i>параграф</i>), тП прО ОспПльзПваМОО <i>mgpp</i> ПМО все Мах
570ПЎятся Ма ПЎМПЌ урПвМе -- ЎПкуЌеМт пП уЌПлчаМОю (как в этПЌ случае). УрПвеМь ЌПжет быть ОзЌеМеМ прО ОспПльзПваМОО ПператПра <i>levels</i>. Также, прОМОЌая вП вМОЌаМОе, чтП в ЎругОх
571 кПллекцОях
572 ОМЎексы ЌПгут быть ПпреЎелеМы пП тексту ОлО пП какОЌ-лОбП ЌетаЎаММыЌ, зЎесь преЎусЌПтреМы ЎПпПлМОтельМые вПзЌПжМПстО. Вы ЌПжете ПпреЎелОть ОМЎексы пП кажЎПЌу пПлю ЌетаЎаММых
573, ОспПльзуя ПтЎельМПе слПвП <i>metadata</i>, О ОМЎекс Ўля всех
574 пПлей ЌетаЎаММых
575, ОспПльзуя слПвП <i>allfields</i>.
576
577<p>
578
579
580В этПЌ случае стрПка <i>ОМЎексПв</i> ПпреЎеляет ЎПступМые Ўля пПОска ОМЎексы вП всёЌ тексте О в кажЎПЌ пПле ЌетаЎаММых
581. ТакОЌ ПбразПЌ, кПгЎа Ма пПОскПвПй страМОце пПявляется спускающееся ЌеМю \"пПле\", в МёЌ пПказаМ пПлМый спОсПк, сПпрПвПжЎающОй прО
582вх
583ПЎе Ўля кажЎПгП элеЌеМта ЌетаЎаММых
584. МетаЎаММые Ма урПвМе кПллекцОО <i>collectionmeta</i> ЌПгут быть заЎаМы Ўля любПгП ОМЎекса, чтПбы ПпреЎелОть, чтП этП ПзМачает в ЌеМю (за ОсключеМОеЌ <i>metadata</i>, кПтПрПе сПзЎает ЌМПгП пуМктПв ЌеМю). В этПЌ случае <a href=\"_httpcollection_/etc/collect.cfg\" target=collect.cfg>кПМфОгурацОПММый файл</a> ПпреЎеляет, чтП текстПвый ОМЎекс ЎПлжеМ быть МазваМ \"<i>full record</i>\", пПтПЌу чтП ПМа сПЎержОт ПрОгОМальМую бОблОПграфОческую запОсь.
585
586<p>
587
588Эта кПллекцОя сПЎержОт прПграЌЌы прПсЌПтра пП <i>НазваМОю</i>, <i>АвтПру О Дате</i>, О спецОальМый вОЎ ОМЎекса фразы, МазываеЌый \"<i>Phind</i>\". КлассОфОкатПр <i>AZCompactList</i>, ОспПльзуеЌый Ўля прПсЌПтра пП <i>АвтПру</i>, пПх
589Пж <i>Ма AZLIST</i>, МП геМерОрует кМОжМую пПлку Ўля ЎублОкатПв, как пПказаМП зЎесь. ПлагОМ BibText сПставляет запОсь Ўля кажЎПгП автПра пП ЌетаЎаММыЌ <i>АвтПр</i>; ПМ также пПЌещает спОсПк, сПЎержащОй перечеМь всех
590 автПрПв, в элеЌеМт ЌетаЎаММых
591 <i>СПзЎатель</i> (<i>Сreator</i>). ТакОЌ ПбразПЌ, классОфОкатПр <i>AZCompactList</i> базОруется Ма пПле <i>АвтПр</i>. ОЎМакП в Greenstone ОЌеется стаМЎартМая кМПпка, чОтающаяся как <i>АвтПры а-z</i>, чье МаОЌеМПваМОе ПтЎалеММП сППтветствует <i>Сreator</i>, так чтП МазваМОе этПй кМПпкО ОспПльзПваМП Ўля классОфОкатПра.
592
593<p>
594
595КлассОфОкатПр \"Phind\" сПзЎает ОМЎекс фразы пПЎПбМП <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL4\">пПказаММПЌу зЎесь</a>. ОМ сПЎержОт спОсПк ЎПступМых
596 Ўля прПсЌПтра фраз, ОзвлечеММых
597 Оз ЌатерОала, указаММПгП в аргуЌеМте <i>text</i> стрПкО <i>classify</i> в <i>Phind</i> кПМфОгурацОПММПгП файла. ОпреЎелеМОяЌО зЎесь являются
598
599<p>
600<pre>
601 document:Title,document:Creator,document:Booktitle,\n
602 document:Publisher
603</pre>\n
604<p>
605
606(<i>ЎПкуЌеМт:НазваМОе, ЎПкуЌеМт:СПзЎатель, ЎПкуЌеМт:ЗагПлПвПк кМОгО, ЎПкуЌеМт: ИзЎатель</i>)
607
608тП есть МазваМОе, спОсПк автПрПв, МазваМОе любПгП сбПрМОка рабПт, в кПтПрПЌ этПт пуМкт пПявляется, О ОзЎатель. ОбратОте вМОЌаМОе, чтП этО ПпреЎелеМОя сППтветствуют ПбычМПЌу <i>mg</i> Ма урПвМе:пПле (<i>level:field</i>). ИМЎексы чаще базОруются Ма ПсМПве пПлМПтекстПвПй кПллекцОО, ОспПльзуя спецОфОкацОю <i>ЎПкуЌеМта:text</i>.
609
610<p>
611
612ᅵучшОй спПсПб увОЎеть, чтП <i>Phind</i> Ўелает, сПстПОт в тПЌ, чтПбы пПОграть с этОЌ ОМЎексПЌ. Вы МапечаталО слПвП в пПле пПОска, щелкМулО <i>ППОск</i>, О спОсПк фраз, сПЎержащОх
613 этПт терЌОМ, пПявляется Ма верх
614Мей паМелО. ЩелкМОте Ма ПЎМПй Оз этОх
615 фраз, О спОсПк, сПЎержащОй эту фразу, пПявляется Ма МОжМей паМелО. Вы ЌПжете прПЎПлжать Ўелать этП, расшОряя фразу все бПлее. СпОскО ЌПгут быть увелОчеМы, ОспПльзуя кМПпку <i>get more phrases</i>. В кПМце спОска фраз пПявляется спОсПк ЎПкуЌеМтПв, сПЎержащОх
616 эту фразу, ПкрашеММый в сОМОй цвет. Вы ЌПжете расшОрОть этПт спОсПк путеЌ щелчка Ма <i>more documents</i>.
617
618<p>
619
620ОператПры фПрЌата Ўля спОска результатПв пПОска О МаОЌеМПваМОе браузера Пба ПпреЎелеМы в спецОфОкацОО <i>Vlist</i>. ОМО сПзЎают ОзПбражеМОе (ОкПМку) ЎПкуЌеМта, кПтПрПе связывается с саЌОЌ ЎПкуЌеМтПЌ (кПтПрый в ЎаММПй кПллекцОО является пПлМПй ссылкПй); <i>НазваМОе</i> выЎелеМП пПлужОрМыЌ шрОфтПЌ; ЌетаЎаММые <i>СПзЎателя</i> ЎПкуЌеМта, еслО такПвПй ОЌеется, ОлО же ЌетаЎаММые <i>ИзЎателя</i> О ЌетаЎаММые <i>Даты</i>, еслО ПМа существует. <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=q&ct=1&qt=1&r=1&hs=1&fqa=0&fqv=Bshouty,,,&fqf=TX,CR,BO,SO\">ЗЎесь</a> прОвПЎОтся прОЌер.
621
622<p>
623
624ОператПр фПрЌата Ўля пПказа автПра (<i>CL2Vlist</i>) является бПлее слПжМыЌ. КлассОфОкатПр <i>AZCompactList</i> геМерОрует ЎеревП, узлы кПтПрПгП являются ОлО узлаЌО спОска, преЎставляя ЎПкуЌеМты, ОлО же вМутреММОЌО узлаЌО. ПуМкт ЌетаЎаММых
625, МазываеЌый <i>numleafdocs</i>, Ўает Пбщее кПлОчествП ЎПкуЌеМтПв, распПлПжеММых
626 МОже вМутреММегП узла. ЭтПт ПператПр фПрЌата прПверяет, существуют лО чОслП лОстПв ЎПкуЌеМтПв <i>numleafdocs</i>. ЕслО этП так, тП узел ЎПлжеМ быть вМутреММОЌ узлПЌ. В этПЌ случае ОЌеет свПю Ќетку <i>НазваМОе</i>. НП ОЌейте в вОЎу, чтП этПт классОфОкатПр прПОзвеЎеМ Ма ПсМПве ЌетаЎаММых
627 <i>АвтПра</i>, так чтП егП МазваМОе - МазваМОе классОфОкатПра -- является фактОческО ОЌеМеЌ автПра. ЭтП ПзМачает, чтП узлы кМОжМПй пПлкО <a href=\"_gwcgi_?l=_cgiargl_&c=_cgiargc_&a=d&cl=CL2\">зЎесь</a> МазваМы ОЌеМеЌ автПра. Узлы лОста, ПЎМакП, пПЌечеМы такОЌ же ПбразПЌ, как ЎПкуЌеМты (тП есть ссылкО Ма МОх
628), Мах
629ПЎящОеся в спОске результатПв пПОска.
630
631<p>
632
633СаЌО же ДПкуЌеМты (зЎесь ОЌеется <a href=\"_gwcgi_?l=_cgiargl_&a=d&c=_cgiargc_&cl=CL1.12&d=HASH019158002a5f5d5ee754c0f4_135\">прОЌер</a>), геМерОруются ЎвуЌя ПператПраЌО фПрЌата, ПЎОМ Оз кПтПрых
634 (ЎлОММый) МазваМ <i>DocumentHeading</i>, а ЎругПй - <i>DocumentText</i>. <i>DocumentHeading</i>, кПтПрый сПставляет верх
635МОе Ўве третО страМОцы, сПЎержОт <i>НазваМОе</i> ЎПкуЌеМта, сПпрПвПжЎаеЌПе таблОцей, кПтПрая сПЎержОт все элеЌеМты ЌетаЎаММых
636, кПтПрые плагОМ BibTex ЌПжет геМерОрПвать. НазМачеМОе всех
637 ПператПрПв <i>If</i> в кПМфОгурацОПММПЌ файле сПстПОт в тПЌ, чтПбы решОть, какОе элеЌеМты ПпреЎелеМы.
638
639<p>
640
641<i>DocumentText</i> пПказывает BibTex-версОю ссылкО. ОЎМакП, кПгЎа ЎПкуЌеМт пПказаМ в первый раз, пПявляется тПлькП гОперссылка <i>Show BibTex Record</i>. ЭтП сППтветствует пПслеЎМей частО, тП есть зМачеМОю \"ЎругПй\" ПператПра <i>If</i> в <i>DocumentText</i>. ЕслО щелкМуть Ма этПй гОперссылке, <i>href</i> ОЎет к тПЌу же саЌПЌу URL, МП с <i>Showrecord=1</i>, кПтПрый геМерОрует страМОцу пПЎПбМП этПй. ППслеЎующОй тест <i>If</i> пПказывает <i>Текст</i> ЎПкуЌеМта. ПлагОМ <i>BibTeX</i> Ўает запОсь текста ЎПкуЌеМта в фПрЌате <i>BibTeX</i>.
642"
Note: See TracBrowser for help on using the repository browser.