/[webpac]/trunk/import_xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/import_xml

View Directory Listing Directory Listing


Sticky Revision:

Revision 207 - Directory Listing
Modified Sat Jan 31 21:03:06 2004 UTC (20 years, 1 month ago) by dpavlin
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 (20 years, 2 months ago) by dpavlin
support for unrolling thesaurus entries which have data only about parent
term, so that we can display child terms for each entry


Revision 204 - Directory Listing
Modified Sun Jan 18 16:24:41 2004 UTC (20 years, 2 months ago) by dpavlin
updated according to specification


Revision 193 - Directory Listing
Modified Thu Dec 11 18:42:40 2003 UTC (20 years, 3 months ago) by dpavlin
closer to specification


Revision 189 - Directory Listing
Modified Sat Nov 29 19:07:29 2003 UTC (20 years, 3 months ago) by dpavlin
local changes specific to hida


Revision 178 - Directory Listing
Modified Mon Nov 24 21:54:19 2003 UTC (20 years, 3 months ago) by dpavlin
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, 3 months ago) by dpavlin
added years filter for swish to support 1983- notation


Revision 165 - Directory Listing
Modified Sun Nov 23 15:06:29 2003 UTC (20 years, 3 months ago) by dpavlin
renamed files from HIDRA to contain _hidra_ in filename


Revision 163 - Directory Listing
Modified Thu Nov 20 21:23:40 2003 UTC (20 years, 4 months ago) by dpavlin
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 157 - Directory Listing
Modified Mon Nov 17 20:53:03 2003 UTC (20 years, 4 months ago) by dpavlin
small fix


Revision 155 - Directory Listing
Modified Mon Nov 17 20:12:47 2003 UTC (20 years, 4 months ago) by dpavlin
improvements


Revision 154 - Directory Listing
Modified Mon Nov 17 10:31:29 2003 UTC (20 years, 4 months ago) by dpavlin
another example of import xml file for ISIS. This one features links
(using format)


Revision 125 - Directory Listing
Modified Thu Sep 4 10:51:19 2003 UTC (20 years, 6 months ago) by dpavlin
fixed whitespace


Revision 119 - Directory Listing
Modified Tue Sep 2 11:46:58 2003 UTC (20 years, 6 months ago) by dpavlin
fixes


Revision 110 - Directory Listing
Modified Tue Jul 15 12:46:43 2003 UTC (20 years, 8 months ago) by dpavlin
fix


Revision 99 - Directory Listing
Modified Sun Jul 13 22:29:49 2003 UTC (20 years, 8 months ago) by dpavlin
added filter


Revision 97 - Directory Listing
Modified Sun Jul 13 21:57:12 2003 UTC (20 years, 8 months ago) by dpavlin
ability to join repeatable fields before inseting into index


Revision 85 - Directory Listing
Modified Fri Jul 11 20:15:01 2003 UTC (20 years, 8 months ago) by dpavlin
various changes on the way to production


Revision 82 - Directory Listing
Modified Fri Jul 11 20:12:23 2003 UTC (20 years, 8 months ago) by dpavlin
added missing xml, needed for production site


Revision 74 - Directory Listing
Modified Sat Jul 5 22:37:30 2003 UTC (20 years, 8 months ago) by dpavlin
support for new feed format which have decimal number of field, semicolumn
and space at beginning of each line (like: 0: data)


Revision 68 - Directory Listing
Modified Fri Jul 4 23:30:47 2003 UTC (20 years, 8 months ago) by dpavlin
misc other changes


Revision 67 - Directory Listing
Modified Fri Jul 4 23:29:27 2003 UTC (20 years, 8 months ago) by dpavlin
implemented feed method which calls external program that returns
data line-by-line


Revision 62 - Directory Listing
Modified Fri Jul 4 20:11:48 2003 UTC (20 years, 8 months ago) by dpavlin
added MARC file import


Revision 59 - Directory Listing
Modified Fri Jul 4 17:57:11 2003 UTC (20 years, 8 months ago) by dpavlin
added config tag which can read any variable from isis2xml.conf file for
that library


Revision 54 - Directory Listing
Modified Mon Jun 23 20:20:32 2003 UTC (20 years, 9 months ago) by dpavlin
added Microsoft Excel file import


Revision 40 - Directory Listing
Modified Sat Mar 15 21:33:36 2003 UTC (21 years ago) by dpavlin
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 (21 years ago) by dpavlin
last changes; completly broken charsets


Revision 25 - Directory Listing
Modified Sun Feb 23 06:57:43 2003 UTC (21 years ago) by dpavlin
new fields definitions based on BiblioXML (from http://www.culture.fr/BiblioML/)
but really it's just so that we don't have to re-invent field names.


Revision 22 - Directory Listing
Modified Sun Feb 23 00:01:08 2003 UTC (21 years ago) by dpavlin
*** empty log message ***


Revision 13 - Directory Listing
Added Sun Feb 16 22:41:37 2003 UTC (21 years, 1 month ago) by dpavlin
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 ;-)


  ViewVC Help
Powered by ViewVC 1.1.26