webpac
20 years agomake index with lookup field working with iterate on page
Dobrica Pavlinusic [Sat, 29 Nov 2003 15:59:19 +0000 (15:59 +0000)]
make index with lookup field working with iterate on page

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@182 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix swish_exact fields so that they don't show up in display
Dobrica Pavlinusic [Tue, 25 Nov 2003 20:19:03 +0000 (20:19 +0000)]
fix swish_exact fields so that they don't show up in display

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@181 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoinvalidate memory cache when needed
Dobrica Pavlinusic [Tue, 25 Nov 2003 20:04:24 +0000 (20:04 +0000)]
invalidate memory cache when needed

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@180 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoscript which will create log of webpac memory and processor usage
Dobrica Pavlinusic [Tue, 25 Nov 2003 18:28:42 +0000 (18:28 +0000)]
script which will create log of webpac memory and processor usage

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@179 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agomajor improvements: you can select order of scanning in each topic tag
Dobrica Pavlinusic [Mon, 24 Nov 2003 21:54:19 +0000 (21:54 +0000)]
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.

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@178 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agosupport for lookup fields. Implemented using GDBM or TDB (which I recommend
Dobrica Pavlinusic [Mon, 24 Nov 2003 01:19:15 +0000 (01:19 +0000)]
support for lookup fields. Implemented using GDBM or TDB (which I recommend
because it's fastest implementation)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@177 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix for wierd prefixes (consisting of chars and numbers)
Dobrica Pavlinusic [Mon, 24 Nov 2003 01:16:04 +0000 (01:16 +0000)]
fix for wierd prefixes (consisting of chars and numbers)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@176 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix path
Dobrica Pavlinusic [Sun, 23 Nov 2003 17:33:59 +0000 (17:33 +0000)]
fix path

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@175 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoradio buttons for exact search
Dobrica Pavlinusic [Sun, 23 Nov 2003 17:13:53 +0000 (17:13 +0000)]
radio buttons for exact search

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@174 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoremoved fixed width
Dobrica Pavlinusic [Sun, 23 Nov 2003 17:05:26 +0000 (17:05 +0000)]
removed fixed width

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@173 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoprofiling tests of cacheing of formats: improvements are close to 50%. Not
Dobrica Pavlinusic [Sun, 23 Nov 2003 17:04:34 +0000 (17:04 +0000)]
profiling tests of cacheing of formats: improvements are close to 50%. Not
bad for one evening of hacking...

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@172 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoconfiguration option for unac_filter
Dobrica Pavlinusic [Sun, 23 Nov 2003 16:45:39 +0000 (16:45 +0000)]
configuration option for unac_filter

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@171 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoRe-wrote parsing for ISO-type data (isis, marc) to use in-memory cache of
Dobrica Pavlinusic [Sun, 23 Nov 2003 15:42:16 +0000 (15:42 +0000)]
Re-wrote parsing for ISO-type data (isis, marc) to use in-memory cache of
format... 10% speed improvement and cleaner code. Include filter functions
just once.

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@170 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodie with message if no field name is specified
Dobrica Pavlinusic [Sun, 23 Nov 2003 15:39:23 +0000 (15:39 +0000)]
die with message if no field name is specified

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@169 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded years filter for swish to support 1983- notation
Dobrica Pavlinusic [Sun, 23 Nov 2003 15:37:43 +0000 (15:37 +0000)]
added years filter for swish to support 1983- notation

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@168 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadd prototype
Dobrica Pavlinusic [Sun, 23 Nov 2003 15:36:12 +0000 (15:36 +0000)]
add prototype

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@167 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded TODO for HIDRA
Dobrica Pavlinusic [Sun, 23 Nov 2003 15:06:54 +0000 (15:06 +0000)]
added TODO for HIDRA

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@166 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agorenamed files from HIDRA to contain _hidra_ in filename
Dobrica Pavlinusic [Sun, 23 Nov 2003 15:06:29 +0000 (15:06 +0000)]
renamed files from HIDRA to contain _hidra_ in filename

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@165 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoimplemented filter which can replace (or be used together with) unac_string
Dobrica Pavlinusic [Sat, 22 Nov 2003 22:04:05 +0000 (22:04 +0000)]
implemented filter which can replace (or be used together with) unac_string
from Text::Unaccent

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@164 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoAdded type="swish_exact" to save data into swish index with boundaries
Dobrica Pavlinusic [Thu, 20 Nov 2003 21:23:40 +0000 (21:23 +0000)]
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)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@163 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded profile target
Dobrica Pavlinusic [Thu, 20 Nov 2003 21:20:57 +0000 (21:20 +0000)]
added profile target

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@162 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agowrite nice (?) message indicating that there are no results for this query
Dobrica Pavlinusic [Thu, 20 Nov 2003 19:33:00 +0000 (19:33 +0000)]
write nice (?) message indicating that there are no results for this query

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@161 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix
Dobrica Pavlinusic [Tue, 18 Nov 2003 19:56:51 +0000 (19:56 +0000)]
fix

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@160 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoremoved name of library (to produce generic template)
Dobrica Pavlinusic [Tue, 18 Nov 2003 19:44:38 +0000 (19:44 +0000)]
removed name of library (to produce generic template)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@159 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofixed transfer of variables with multiple values in headline
Dobrica Pavlinusic [Mon, 17 Nov 2003 21:18:37 +0000 (21:18 +0000)]
fixed transfer of variables with multiple values in headline

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@158 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agosmall fix
Dobrica Pavlinusic [Mon, 17 Nov 2003 20:53:03 +0000 (20:53 +0000)]
small fix

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@157 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded template example (which include do_checkbox JavaScript)
Dobrica Pavlinusic [Mon, 17 Nov 2003 20:46:18 +0000 (20:46 +0000)]
added template example (which include do_checkbox JavaScript)
added select all/none/toggle at results page (usage of do_checkbox.js)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@156 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoimprovements
Dobrica Pavlinusic [Mon, 17 Nov 2003 20:12:47 +0000 (20:12 +0000)]
improvements

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@155 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoanother example of import xml file for ISIS. This one features links
Dobrica Pavlinusic [Mon, 17 Nov 2003 10:31:29 +0000 (10:31 +0000)]
another example of import xml file for ISIS. This one features links
(using format)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@154 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoimplemented formats which can be used to produce links between records
Dobrica Pavlinusic [Sun, 16 Nov 2003 22:42:41 +0000 (22:42 +0000)]
implemented formats which can be used to produce links between records
in WebPac (documented in README.links)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@153 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agonew languages
Dobrica Pavlinusic [Sun, 16 Nov 2003 22:40:04 +0000 (22:40 +0000)]
new languages

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@152 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agokeep <a href>
Dobrica Pavlinusic [Sun, 16 Nov 2003 22:39:36 +0000 (22:39 +0000)]
keep <a href>

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@151 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agosupport for "f" and "v" fields without number on which wildcards don't apply
Dobrica Pavlinusic [Sun, 16 Nov 2003 22:39:06 +0000 (22:39 +0000)]
support for "f" and "v" fields without number on which wildcards don't apply

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@150 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodisplay full record without path specified (used for linking)
Dobrica Pavlinusic [Sun, 16 Nov 2003 16:57:11 +0000 (16:57 +0000)]
display full record without path specified (used for linking)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@149 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agomaster template example
Dobrica Pavlinusic [Sun, 16 Nov 2003 16:16:28 +0000 (16:16 +0000)]
master template example

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@148 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoImplementation of master template: just create template html file in
Dobrica Pavlinusic [Sun, 16 Nov 2003 16:14:37 +0000 (16:14 +0000)]
Implementation of master template: just create template html file in
public_html and insert ##webpac## where you want output of webpac.
Then define template to full path to that template, and you are ready to go.

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@147 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoconvert more than one URL to correct html link
Dobrica Pavlinusic [Sun, 16 Nov 2003 13:20:14 +0000 (13:20 +0000)]
convert more than one URL to correct html link

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@146 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded more languages
Dobrica Pavlinusic [Sun, 16 Nov 2003 12:35:21 +0000 (12:35 +0000)]
added more languages

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@145 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofixed filters (again)
Dobrica Pavlinusic [Sun, 16 Nov 2003 11:55:18 +0000 (11:55 +0000)]
fixed filters (again)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@144 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded two missing characters (and still missing one)
Dobrica Pavlinusic [Thu, 6 Nov 2003 21:35:17 +0000 (21:35 +0000)]
added two missing characters (and still missing one)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@143 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoif no entries found, count should return number of all entries
Dobrica Pavlinusic [Thu, 30 Oct 2003 01:02:22 +0000 (01:02 +0000)]
if no entries found, count should return number of all entries

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@142 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoanother alternative encoding for Crolist. How many does it have?
Dobrica Pavlinusic [Thu, 30 Oct 2003 00:49:43 +0000 (00:49 +0000)]
another alternative encoding for Crolist. How many does it have?

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@141 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix for total number of entries from index if using filter, renamed
Dobrica Pavlinusic [Thu, 30 Oct 2003 00:10:09 +0000 (00:10 +0000)]
fix for total number of entries from index if using filter, renamed
check function to count and added limit

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@140 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoremoved unneeded delimiter parametar
Dobrica Pavlinusic [Wed, 29 Oct 2003 23:19:58 +0000 (23:19 +0000)]
removed unneeded delimiter parametar

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@139 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoAargh! I should really go to sleep or make PostgeSQL replication or something...
Dobrica Pavlinusic [Wed, 29 Oct 2003 23:10:51 +0000 (23:10 +0000)]
Aargh! I should really go to sleep or make PostgeSQL replication or something...

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@138 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoI removed too much: this always added delimiter before first element
Dobrica Pavlinusic [Wed, 29 Oct 2003 22:57:43 +0000 (22:57 +0000)]
I removed too much: this always added delimiter before first element

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@137 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoanother fix for repeatable fields
Dobrica Pavlinusic [Wed, 29 Oct 2003 22:46:49 +0000 (22:46 +0000)]
another fix for repeatable fields

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@136 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix repeatable fields in index data
Dobrica Pavlinusic [Wed, 29 Oct 2003 21:27:00 +0000 (21:27 +0000)]
fix repeatable fields in index data

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@135 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agomore tasks
Dobrica Pavlinusic [Tue, 28 Oct 2003 10:19:02 +0000 (10:19 +0000)]
more tasks

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@134 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded note about SQLite performance, example in global.conf
Dobrica Pavlinusic [Thu, 9 Oct 2003 11:24:19 +0000 (11:24 +0000)]
added note about SQLite performance, example in global.conf

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@133 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agobetter documentation, allmost useful :-)
Dobrica Pavlinusic [Thu, 9 Oct 2003 10:22:35 +0000 (10:22 +0000)]
better documentation, allmost useful :-)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@132 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoCrolist CROASCII
Dobrica Pavlinusic [Wed, 8 Oct 2003 22:05:00 +0000 (22:05 +0000)]
Crolist CROASCII

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@131 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofilter to import Crolist data in CROASCII code-page
Dobrica Pavlinusic [Wed, 8 Oct 2003 21:26:13 +0000 (21:26 +0000)]
filter to import Crolist data in CROASCII code-page

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@130 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodocumentation about MARC import
Dobrica Pavlinusic [Wed, 8 Oct 2003 21:25:47 +0000 (21:25 +0000)]
documentation about MARC import

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@129 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agouse index_DBI_cache.pm (non-cache version is depriciated)
Dobrica Pavlinusic [Thu, 4 Sep 2003 14:57:02 +0000 (14:57 +0000)]
use index_DBI_cache.pm (non-cache version is depriciated)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@128 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoif searched word is not found when searching from beginning of index, try
Dobrica Pavlinusic [Thu, 4 Sep 2003 14:56:41 +0000 (14:56 +0000)]
if searched word is not found when searching from beginning of index, try
to find in anywhere (substring match)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@127 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded links from result headline to details, CSS style to make headline links
Dobrica Pavlinusic [Thu, 4 Sep 2003 13:47:36 +0000 (13:47 +0000)]
added links from result headline to details, CSS style to make headline links
and links in index non-underlined

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@126 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofixed whitespace
Dobrica Pavlinusic [Thu, 4 Sep 2003 10:51:19 +0000 (10:51 +0000)]
fixed whitespace

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@125 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agolinks from index back to search
Dobrica Pavlinusic [Wed, 3 Sep 2003 23:07:21 +0000 (23:07 +0000)]
links from index back to search

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@124 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years ago(not working) links from index to search
Dobrica Pavlinusic [Wed, 3 Sep 2003 20:08:57 +0000 (20:08 +0000)]
(not working) links from index to search

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@123 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodon't add wildcards only to full words and, or, not (part of swish-e quiery
Dobrica Pavlinusic [Wed, 3 Sep 2003 20:08:26 +0000 (20:08 +0000)]
don't add wildcards only to full words and, or, not (part of swish-e quiery
language)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@122 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodon't report error if user didn't selected any result and clicked on
Dobrica Pavlinusic [Tue, 2 Sep 2003 21:31:54 +0000 (21:31 +0000)]
don't report error if user didn't selected any result and clicked on
details. However, there is still bug: it will reset pager to first page.
I will have to re-write pager without JavaScript to fix this.

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@121 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded minimum numbers of characters for wildcard * to kick in for swish
Dobrica Pavlinusic [Tue, 2 Sep 2003 13:24:33 +0000 (13:24 +0000)]
added minimum numbers of characters for wildcard * to kick in for swish

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@120 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofixes
Dobrica Pavlinusic [Tue, 2 Sep 2003 11:46:58 +0000 (11:46 +0000)]
fixes

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@119 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agouse latest dump from psinib backup
Dobrica Pavlinusic [Tue, 2 Sep 2003 11:45:47 +0000 (11:45 +0000)]
use latest dump from psinib backup

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@118 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agouse select query and not \d
Dobrica Pavlinusic [Mon, 21 Jul 2003 16:05:42 +0000 (16:05 +0000)]
use select query and not \d

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@117 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoyou can specify database name
Dobrica Pavlinusic [Mon, 21 Jul 2003 15:54:57 +0000 (15:54 +0000)]
you can specify database name

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@116 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadditional button on bottom of results
Dobrica Pavlinusic [Wed, 16 Jul 2003 15:54:38 +0000 (15:54 +0000)]
additional button on bottom of results

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@115 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodon't generate all html for headline results, lot of html fixes
Dobrica Pavlinusic [Wed, 16 Jul 2003 15:49:56 +0000 (15:49 +0000)]
don't generate all html for headline results, lot of html fixes

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@114 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoimprovements
Dobrica Pavlinusic [Wed, 16 Jul 2003 10:08:11 +0000 (10:08 +0000)]
improvements

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@113 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix: dynamicly create perasistent variables
Dobrica Pavlinusic [Tue, 15 Jul 2003 15:07:42 +0000 (15:07 +0000)]
fix: dynamicly create perasistent variables

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@112 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix pager bug when you have selected items
Dobrica Pavlinusic [Tue, 15 Jul 2003 12:48:49 +0000 (12:48 +0000)]
fix pager bug when you have selected items

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@111 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix
Dobrica Pavlinusic [Tue, 15 Jul 2003 12:46:43 +0000 (12:46 +0000)]
fix

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@110 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoerase also *.PTR files
Dobrica Pavlinusic [Mon, 14 Jul 2003 18:50:39 +0000 (18:50 +0000)]
erase also *.PTR files

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@109 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoOvercome limit of 32 open databases. Unfortunatly, OpenIsis in current
Dobrica Pavlinusic [Mon, 14 Jul 2003 18:20:27 +0000 (18:20 +0000)]
Overcome limit of 32 open databases. Unfortunatly, OpenIsis in current
version (0.9.0) doesn't support close call, so you need patch from:
http://www.rot13.org/~dpavlin/projects/openisis-0.9.0-perl_close.diff

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@108 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodump isis records using OpenIsis...
Dobrica Pavlinusic [Mon, 14 Jul 2003 17:34:45 +0000 (17:34 +0000)]
dump isis records using OpenIsis...

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@107 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agocheck for bogus *.TXT databases (with zero length or 0 records) and
Dobrica Pavlinusic [Mon, 14 Jul 2003 17:09:36 +0000 (17:09 +0000)]
check for bogus *.TXT databases (with zero length or 0 records) and
erase them to force OpenIsis to use binary files

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@106 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agorenamed get_sf to (isis|marc)_sf to avoid warning abouts re-definining of
Dobrica Pavlinusic [Mon, 14 Jul 2003 17:08:37 +0000 (17:08 +0000)]
renamed get_sf to (isis|marc)_sf to avoid warning abouts re-definining of
function

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@105 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoremove fake progress bar also
Dobrica Pavlinusic [Mon, 14 Jul 2003 10:55:35 +0000 (10:55 +0000)]
remove fake progress bar also

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@104 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agonew option show_progress for progress bar indicator
Dobrica Pavlinusic [Mon, 14 Jul 2003 10:53:10 +0000 (10:53 +0000)]
new option show_progress for progress bar indicator

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@103 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoremoved debugging
Dobrica Pavlinusic [Mon, 14 Jul 2003 10:54:34 +0000 (10:54 +0000)]
removed debugging

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@102 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years ago- better error reporing from OpenIsis
Dobrica Pavlinusic [Mon, 14 Jul 2003 10:52:13 +0000 (10:52 +0000)]
- better error reporing from OpenIsis
- added show_progress in global.conf to turn off progress bar

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@101 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofilter to join shelf numbers in one field for index
Dobrica Pavlinusic [Mon, 14 Jul 2003 10:34:00 +0000 (10:34 +0000)]
filter to join shelf numbers in one field for index

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@100 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoadded filter
Dobrica Pavlinusic [Sun, 13 Jul 2003 22:29:49 +0000 (22:29 +0000)]
added filter

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@99 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofixed ordering
Dobrica Pavlinusic [Sun, 13 Jul 2003 22:29:14 +0000 (22:29 +0000)]
fixed ordering

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@98 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoability to join repeatable fields before inseting into index
Dobrica Pavlinusic [Sun, 13 Jul 2003 21:57:12 +0000 (21:57 +0000)]
ability to join repeatable fields before inseting into index

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@97 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agospeedup
Dobrica Pavlinusic [Sun, 13 Jul 2003 21:55:32 +0000 (21:55 +0000)]
speedup

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@96 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix: first index entry should have nr. 1 not 0
Dobrica Pavlinusic [Sun, 13 Jul 2003 21:54:22 +0000 (21:54 +0000)]
fix: first index entry should have nr. 1 not 0

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@95 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agore-wrote module to use in-memory sorting
Dobrica Pavlinusic [Sun, 13 Jul 2003 19:30:28 +0000 (19:30 +0000)]
re-wrote module to use in-memory sorting

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@94 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agofix OpenIsis 0.9.0 perl bug
Dobrica Pavlinusic [Sun, 13 Jul 2003 14:44:03 +0000 (14:44 +0000)]
fix OpenIsis 0.9.0 perl bug

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@93 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agorepeatable fields in feeds are currently not supported
Dobrica Pavlinusic [Sun, 13 Jul 2003 13:42:17 +0000 (13:42 +0000)]
repeatable fields in feeds are currently not supported

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@92 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agomake this version called webpac-dev
Dobrica Pavlinusic [Sun, 13 Jul 2003 13:23:17 +0000 (13:23 +0000)]
make this version called webpac-dev

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@91 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agorepeatable fields (broken when other input formats where introduced) work
Dobrica Pavlinusic [Sun, 13 Jul 2003 13:22:50 +0000 (13:22 +0000)]
repeatable fields (broken when other input formats where introduced) work
again

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@90 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agocount number of entries in tables (one for each index)
Dobrica Pavlinusic [Sun, 13 Jul 2003 12:24:06 +0000 (12:24 +0000)]
count number of entries in tables (one for each index)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@89 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoprint timings of last operation
Dobrica Pavlinusic [Sat, 12 Jul 2003 16:02:15 +0000 (16:02 +0000)]
print timings of last operation

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@88 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoprint datestamp before starting sort (for benchmarking)
Dobrica Pavlinusic [Fri, 11 Jul 2003 20:58:45 +0000 (20:58 +0000)]
print datestamp before starting sort (for benchmarking)

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@87 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agorun wget only weekly
Dobrica Pavlinusic [Fri, 11 Jul 2003 20:58:06 +0000 (20:58 +0000)]
run wget only weekly

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@86 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agovarious changes on the way to production
Dobrica Pavlinusic [Fri, 11 Jul 2003 20:15:01 +0000 (20:15 +0000)]
various changes on the way to production

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@85 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agoprint mfn
Dobrica Pavlinusic [Fri, 11 Jul 2003 20:14:45 +0000 (20:14 +0000)]
print mfn

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@84 13eb9ef6-21d5-0310-b721-a9d68796d827

20 years agodon't die if unable to insert into index, instead just warn
Dobrica Pavlinusic [Fri, 11 Jul 2003 20:14:19 +0000 (20:14 +0000)]
don't die if unable to insert into index, instead just warn

git-svn-id: file:///home/dpavlin/private/svn/webpac/trunk@83 13eb9ef6-21d5-0310-b721-a9d68796d827