This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
Log of /branches/humanistika/import_xml
Directory Listing
Revision
269 -
Directory Listing
Modified
Fri Mar 12 16:13:12 2004 UTC
(19 years, 9 months ago)
by
dpavlin
filters and import_xml definitions for Humanistika
Revision
267 -
Directory Listing
Modified
Fri Mar 12 16:02:06 2004 UTC
(19 years, 9 months ago)
by
dpavlin
branched humanistika at r263
Revision
207 -
Directory Listing
Modified
Sat Jan 31 21:03:06 2004 UTC
(19 years, 10 months ago)
by
dpavlin
Original Path:
trunk/import_xml
thesaurus is finally working... It contains recursive entries to parnet
term, and we actually needed to display narrower terms, so mem_lookup was
created. Important changes:
- you can write eval{"901a" eq "Mikrotezaurus"} within <isis>
tag and if expression evaluates to false, no content will be outputed
(It's used to hide microtesarus terms from lover level descriptors)
- mem_lookup.pm now supports formats: you can write something like
[a:5614];;[d:[a:5614]] and it will correctly embed values
Revision
205 -
Directory Listing
Modified
Sun Jan 18 21:11:39 2004 UTC
(19 years, 10 months ago)
by
dpavlin
Original Path:
trunk/import_xml
support for unrolling thesaurus entries which have data only about parent
term, so that we can display child terms for each entry
Revision
178 -
Directory Listing
Modified
Mon Nov 24 21:54:19 2003 UTC
(20 years ago)
by
dpavlin
Original Path:
trunk/import_xml
major improvements: you can select order of scanning in each topic tag
to be eather by line (which is default, repeatable fields in one line will
be unrolled) or page-by-page (using new interate_by_page="1" attribute).
New page-by-page mode is really useful with lookups (because you can
append fields with lookups in same line, but using two tags), but it will
create multiple rows in html output.
Revision
168 -
Directory Listing
Modified
Sun Nov 23 15:37:43 2003 UTC
(20 years ago)
by
dpavlin
Original Path:
trunk/import_xml
added years filter for swish to support 1983- notation
Revision
165 -
Directory Listing
Modified
Sun Nov 23 15:06:29 2003 UTC
(20 years ago)
by
dpavlin
Original Path:
trunk/import_xml
renamed files from HIDRA to contain _hidra_ in filename
Revision
163 -
Directory Listing
Modified
Thu Nov 20 21:23:40 2003 UTC
(20 years ago)
by
dpavlin
Original Path:
trunk/import_xml
Added type="swish_exact" to save data into swish index with boundaries
xxbxx data xxexxx. This is helpful to implement exact match from beginning
of query and exact match to full query which are defined using e[nr] field
in web user interface (with same [nr] as f[nr] and v[nr] fields) which
have to have value 1 (from beginning) 2 (from end, not that useful...) or
3 (1+2 - exact match)
Revision
154 -
Directory Listing
Modified
Mon Nov 17 10:31:29 2003 UTC
(20 years ago)
by
dpavlin
Original Path:
trunk/import_xml
another example of import xml file for ISIS. This one features links
(using format)
Revision
97 -
Directory Listing
Modified
Sun Jul 13 21:57:12 2003 UTC
(20 years, 5 months ago)
by
dpavlin
Original Path:
trunk/import_xml
ability to join repeatable fields before inseting into index
Revision
85 -
Directory Listing
Modified
Fri Jul 11 20:15:01 2003 UTC
(20 years, 5 months ago)
by
dpavlin
Original Path:
trunk/import_xml
various changes on the way to production
Revision
82 -
Directory Listing
Modified
Fri Jul 11 20:12:23 2003 UTC
(20 years, 5 months ago)
by
dpavlin
Original Path:
trunk/import_xml
added missing xml, needed for production site
Revision
74 -
Directory Listing
Modified
Sat Jul 5 22:37:30 2003 UTC
(20 years, 5 months ago)
by
dpavlin
Original Path:
trunk/import_xml
support for new feed format which have decimal number of field, semicolumn
and space at beginning of each line (like: 0: data)
Revision
67 -
Directory Listing
Modified
Fri Jul 4 23:29:27 2003 UTC
(20 years, 5 months ago)
by
dpavlin
Original Path:
trunk/import_xml
implemented feed method which calls external program that returns
data line-by-line
Revision
59 -
Directory Listing
Modified
Fri Jul 4 17:57:11 2003 UTC
(20 years, 5 months ago)
by
dpavlin
Original Path:
trunk/import_xml
added config tag which can read any variable from isis2xml.conf file for
that library
Revision
40 -
Directory Listing
Modified
Sat Mar 15 21:33:36 2003 UTC
(20 years, 9 months ago)
by
dpavlin
Original Path:
trunk/import_xml
major de-mungling of different codepages: use same codepage inside perl
(as opposed to UTF-8) and in files on disk
Revision
35 -
Directory Listing
Modified
Sun Feb 23 15:47:40 2003 UTC
(20 years, 9 months ago)
by
dpavlin
Original Path:
trunk/import_xml
last changes; completly broken charsets
Revision
13 -
Directory Listing
Added
Sun Feb 16 22:41:37 2003 UTC
(20 years, 9 months ago)
by
dpavlin
Original Path:
trunk/import_xml
added configuration file with database descriptions,
moved isis.xml definition file in separate directory (in preparation for MARK),
support for different encodings in different files,
various fixes, improvements and badly written parts which will change ;-)