| 2008/08/03 06:31:00 |
775 |
775 |
dpavlin | HTML | TEXT | switch back to GDBM_File which is included in recent
Debian, and TDB_File won't compile against tdb-dev
|
| 2006/10/29 16:34:25 |
750 |
750 |
dpavlin | HTML | TEXT | use join_subfields_with from Biblio::Isis 0.23 to handle repeatable subfields
|
| 2006/06/06 12:34:25 |
747 |
747 |
dpavlin | HTML | TEXT | added check for broken CDATA at beginning, fix also broken delimiters
|
| 2006/04/13 19:44:51 |
730 |
730 |
dpavlin | HTML | TEXT | support distinct flag for field to show just unique values if field is
repeatable
|
| 2006/04/13 19:35:19 |
726 |
726 |
dpavlin | HTML | TEXT | fix start_row when using excel import
|
| 2005/02/28 10:01:34 |
679 |
679 |
dpavlin | HTML | TEXT | added import_xml_file and import_xml_tag into configuration file,
documentation for .dbf import
|
| 2005/02/27 23:07:35 |
678 |
678 |
dpavlin | HTML | TEXT | Experimental support for dBase .dbf files. Usege like this in all2xml.conf:
[hda]
dbf_file=/data/drustvene/hda/ISO.DBF
type=dbf
dbf_codepage=cp852
dbf_mapping=<<_END_OF_MAP_
ID_BROJ 001
ISBN_BROJ 010
SKUPINA1 200
SKUPINA2 205
SKUPINA4 210
SKUPINA5 215
SKUPINA6 225
SKUPINA7 300
ANOTACIJA 330
PREDMET1 610
PREDMET2 610
PREDMET3 510
UDK 675
REDALICA 700
SIGNATURA 990
_END_OF_MAP_
dbf type will use <isis> tag in import_xml and dbf_codepage will
override codepage specified in import_xml file.
Small code refactoring.
Copied from /trunk/isis_sf.pm:677 |
| 2005/02/17 18:11:57 |
673 |
673 |
dpavlin | HTML | TEXT | bugfix: check Isis database error in correct place
|
| 2005/02/17 18:08:14 |
672 |
672 |
dpavlin | HTML | TEXT | bugfix: now database names are always transfered to filtering function
(previously it work with Isis databases)
|
| 2005/01/27 20:23:36 |
650 |
650 |
dpavlin | HTML | TEXT | bugfixes and improvements: skip MARC databases that can't be opened,
fix progress bar on MARC databases (so that it finish on 100%),
minor pod update
|
| 2005/01/27 17:55:09 |
647 |
647 |
dpavlin | HTML | TEXT | don't die if ISIS database is not found, just go to next one
|
| 2005/01/23 15:18:03 |
643 |
643 |
dpavlin | HTML | TEXT | add filtering to index (using parameter filter, for now single)
|
| 2005/01/23 14:31:02 |
642 |
642 |
dpavlin | HTML | TEXT | renamed tag to finger to avoid confusion (I tried to exmplain why I use term
tag and failed -- it too similar to tags used in import_xml)
Copied from /trunk/index_DBI_tag.pm:641 |
| 2005/01/23 02:02:10 |
641 |
641 |
dpavlin | HTML | TEXT | New implementation of indexes: now it uses only two tables (index for all
data and tags for all tags). Currently, it doesn't enforce relation between
them on RDBMS level (I have to test this code against SQLite and MySQL
before enforcing that).
Removed swish-e output while indexing, database is used as default tag to
enable filtering by database (there isn't possiblity to set tag to something
else yet!). Output usage count in index.
|
| 2005/01/16 18:35:24 |
632 |
632 |
dpavlin | HTML | TEXT | use Bibio::Isis istead of IsisDB (same module, but name is changed for CPAN
upload)
|
| 2005/01/02 22:09:01 |
628 |
628 |
dpavlin | HTML | TEXT | yet another progress bar fix
|
| 2005/01/02 00:53:33 |
626 |
626 |
dpavlin | HTML | TEXT | fix for progress bar (don't fake slowdown)
|
| 2005/01/01 19:09:53 |
623 |
623 |
dpavlin | HTML | TEXT | cleanup and documentation updates
|
| 2005/01/01 19:01:55 |
622 |
622 |
dpavlin | HTML | TEXT | use IsisDB module instead of OpenIsis -- this will fix various problems in
index generation becasue IsisDB doesn't have problems as OpenIsis perl
bindings does.
|
| 2005/01/01 18:16:21 |
620 |
620 |
dpavlin | | use newer MARC::File::USMARC instead of MARC
|