/[wait]/trunk
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

View Directory Listing Directory Listing


Sticky Revision:

Revision 119 - Directory Listing
Modified Fri Sep 16 22:49:35 2005 UTC (18 years, 6 months ago) by dpavlin
support for .tgz


Revision 118 - Directory Listing
Modified Fri Jul 15 18:59:10 2005 UTC (18 years, 8 months ago) by dpavlin
some rather old changes from 2004-05-28


Revision 117 - Directory Listing
Modified Fri Jul 15 18:58:37 2005 UTC (18 years, 8 months ago) by dpavlin
fix for perl 5.8


Revision 116 - Directory Listing
Modified Wed Jul 14 09:48:26 2004 UTC (19 years, 8 months ago) by dpavlin
more fixes, more debug


Revision 115 - Directory Listing
Modified Wed Jul 14 07:35:56 2004 UTC (19 years, 8 months ago) by dpavlin
fix more tests and code


Revision 114 - Directory Listing
Modified Tue Jul 13 21:27:27 2004 UTC (19 years, 8 months ago) by dpavlin
enought for today, still not passing all tests


Revision 113 - Directory Listing
Modified Tue Jul 13 20:28:45 2004 UTC (19 years, 8 months ago) by dpavlin
IndexScan implementation for BerkeleyDB (from original Ulrich's code)


Revision 112 - Directory Listing
Modified Tue Jul 13 19:50:13 2004 UTC (19 years, 8 months ago) by dpavlin
database tests now pass


Revision 111 - Directory Listing
Modified Tue Jul 13 19:06:46 2004 UTC (19 years, 8 months ago) by dpavlin
change from $self->file to $self->path


Revision 110 - Directory Listing
Modified Tue Jul 13 19:05:31 2004 UTC (19 years, 8 months ago) by dpavlin
come cleanup


Revision 109 - Directory Listing
Modified Tue Jul 13 17:50:27 2004 UTC (19 years, 8 months ago) by dpavlin
pod fixes


Revision 108 - Directory Listing
Modified Tue Jul 13 17:41:12 2004 UTC (19 years, 8 months ago) by dpavlin
beginning of version 2.0 using BerkeleyDB (non-functional for now)


Revision 107 - Directory Listing
Modified Tue Jul 13 12:45:55 2004 UTC (19 years, 8 months ago) by dpavlin
tag for version 1.900


Revision 105 - Directory Listing
Modified Tue Jun 29 22:35:59 2004 UTC (19 years, 8 months ago) by dpavlin
I should remember query string also to avoid undefined variable warning
(and to display query, BTW!)


Revision 104 - Directory Listing
Modified Tue Jun 29 22:29:30 2004 UTC (19 years, 8 months ago) by dpavlin
removed warning


Revision 103 - Directory Listing
Modified Tue Jun 29 22:21:50 2004 UTC (19 years, 8 months ago) by dpavlin
make redisplay last ranking work


Revision 102 - Directory Listing
Modified Fri Jun 25 19:15:49 2004 UTC (19 years, 8 months ago) by dpavlin
update of ALIAS for currnet cpan, create compressed data files (using IO::Zlib)


Revision 101 - Directory Listing
Modified Sun May 30 12:49:46 2004 UTC (19 years, 9 months ago) by dpavlin
more conditions to remove table


Revision 100 - Directory Listing
Modified Thu May 27 22:05:53 2004 UTC (19 years, 9 months ago) by dpavlin
die with meaningfull error message


Revision 99 - Directory Listing
Modified Thu May 27 22:04:30 2004 UTC (19 years, 9 months ago) by dpavlin
new tool to perform maintenance on catalog and meta database files


Revision 98 - Directory Listing
Modified Thu May 27 10:41:59 2004 UTC (19 years, 9 months ago) by dpavlin
Pager default is one from configuration file (and not local function),
added support for lynx as pager. If you search html files you can use
sman like this: sman -pager=lynx -table=html


Revision 97 - Directory Listing
Modified Wed May 26 19:04:02 2004 UTC (19 years, 9 months ago) by dpavlin
last commit also included changes to sman required for this to work:
if filename extension ends in .gz, read file using IO::Zlib. Also,
moved FileHandle to IO::File


Revision 96 - Directory Listing
Modified Wed May 26 19:01:59 2004 UTC (19 years, 9 months ago) by dpavlin
removed duplicate script


Revision 95 - Directory Listing
Modified Wed May 26 19:01:15 2004 UTC (19 years, 9 months ago) by dpavlin
add local development path to libs


Revision 94 - Directory Listing
Modified Tue May 25 19:13:11 2004 UTC (19 years, 9 months ago) by dpavlin
support for gziped man pages (as used by Debian), move usage of FileHandle
to IO::File and IO::Zlib


Revision 93 - Directory Listing
Modified Tue May 25 16:03:38 2004 UTC (19 years, 9 months ago) by dpavlin
moved file to doc dir


Revision 92 - Directory Listing
Modified Tue May 25 16:03:10 2004 UTC (19 years, 9 months ago) by dpavlin
First try to document WAIT query syntax. Basically, slightly modified chapter
from freeWAIS-sf documentation


Revision 91 - Directory Listing
Modified Tue May 25 15:57:50 2004 UTC (19 years, 9 months ago) by dpavlin
make less default pager, display table name along with fields


Revision 90 - Directory Listing
Modified Tue May 25 08:07:31 2004 UTC (19 years, 9 months ago) by dpavlin
correct hash bang, removed duplicate script


Revision 89 - Directory Listing
Modified Mon May 24 20:57:08 2004 UTC (19 years, 9 months ago) by dpavlin
revert to DB_File from BerkeleyDB


Revision 88 - Directory Listing
Modified Mon May 24 13:44:01 2004 UTC (19 years, 9 months ago) by dpavlin
Copied from: cvs-head revision 85
move cvs-head to trunk


Revision 85 - Directory Listing
Modified Fri May 3 16:16:10 2002 UTC (21 years, 10 months ago) by ulpfr
Original Path: cvs-head
First stab at moving backend from DB_File to BerkeleyDB.


Revision 83 - Directory Listing
Modified Sat Apr 27 16:15:31 2002 UTC (21 years, 10 months ago) by ulpfr
Original Path: cvs-head
detypo


Revision 82 - Directory Listing
Modified Mon Apr 22 10:09:34 2002 UTC (21 years, 11 months ago) by ulpfr
Original Path: cvs-head
Fix from Graham Barr:

1. If a database is not opened with O_CREAT and it does not contain
   all indexes then it will crash with cannot call method on undefined
   value because the DB_File tie will return undef.

2. Calling delete with parameters that will cause the access of a
   non-existant tuple was calling problmes as the method needs to
   return undef when it does not exist.


Revision 81 - Directory Listing
Modified Sat Apr 20 15:02:33 2002 UTC (21 years, 11 months ago) by ulpfr
Original Path: cvs-head
Bump version number


Revision 80 - Directory Listing
Modified Sat Apr 20 15:01:38 2002 UTC (21 years, 11 months ago) by ulpfr
Original Path: cvs-head
Fixed some typos


Revision 79 - Directory Listing
Modified Tue Apr 16 22:03:28 2002 UTC (21 years, 11 months ago) by laperla
Original Path: cvs-head
- Update manifest


Revision 78 - Directory Listing
Modified Tue Apr 16 21:51:19 2002 UTC (21 years, 11 months ago) by laperla
Original Path: cvs-head
- O'Reilly web site search


Revision 77 - Directory Listing
Modified Mon Apr 8 21:00:08 2002 UTC (21 years, 11 months ago) by laperla
Original Path: cvs-head
- Buglet in WAIT::Table (Hallo Uli!)

- Oreilly.de side track


Revision 76 - Directory Listing
Modified Sat Apr 6 19:00:54 2002 UTC (21 years, 11 months ago) by laperla
Original Path: cvs-head
- Makefile.PL: remove spurious trailing slash

- Oreilly bugfixes, new article per book "chapter/index.html" and many
  switches for HTML::Parser debugging


Revision 75 - Directory Listing
Modified Thu Mar 14 17:27:22 2002 UTC (22 years ago) by laperla
Original Path: cvs-head
- no stop, s/split2/split;


Revision 74 - Directory Listing
Modified Fri Mar 8 21:18:51 2002 UTC (22 years ago) by laperla
Original Path: cvs-head
- much better markup in the docs makes parsing so much easier and more
  reliable.

- New documents added: inx and toc.

- Output of index_ora more helpful and additional option of setting
  $traceALL that allows us to debug what the parser passes on to WAIT.


Revision 73 - Directory Listing
Modified Tue Mar 5 13:40:38 2002 UTC (22 years ago) by laperla
Original Path: cvs-head
- Just a snapshot before we rewrite the indexer since the text is
  marked up better today.


Revision 72 - Directory Listing
Modified Mon Jan 28 21:35:39 2002 UTC (22 years, 1 month ago) by laperla
Original Path: cvs-head
- erste Demoinstallation fuer oreilly fertig


Revision 71 - Directory Listing
Modified Sun Jan 27 15:27:38 2002 UTC (22 years, 1 month ago) by laperla
Original Path: cvs-head
- trigrams working


Revision 70 - Directory Listing
Modified Fri Jan 25 09:30:34 2002 UTC (22 years, 1 month ago) by ulpfr
Original Path: cvs-head
added bang line


Revision 69 - Directory Listing
Modified Fri Jan 25 07:27:30 2002 UTC (22 years, 1 month ago) by laperla
Original Path: cvs-head
- Produced the first index that worked with 5.7.2@14354


Revision 68 - Directory Listing
Modified Thu Jan 24 01:53:25 2002 UTC (22 years, 1 month ago) by laperla
Original Path: cvs-head
- Enable reindexing with atomic symlinkhack


Revision 67 - Directory Listing
Modified Thu Jan 24 00:40:43 2002 UTC (22 years, 1 month ago) by laperla
Original Path: cvs-head
- remove clean option


Revision 66 - Directory Listing
Modified Wed Jan 23 13:16:05 2002 UTC (22 years, 1 month ago) by ulpfr
Original Path: cvs-head
Use a local write lock in order to protect the generation of read lock files.


Revision 65 - Directory Listing
Modified Wed Jan 23 12:22:54 2002 UTC (22 years, 1 month ago) by laperla
Original Path: cvs-head
- Zwischenzustand


Revision 64 - Directory Listing
Modified Sat Jan 19 20:48:29 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Fix long standing bug related to result ordering


Revision 63 - Directory Listing
Modified Mon Jan 14 23:29:20 2002 UTC (22 years, 2 months ago) by laperla
Original Path: cvs-head
Allow running test in parallel processes for debugging.


Revision 62 - Directory Listing
Modified Fri Jan 4 15:11:54 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Index and store ISBN


Revision 61 - Directory Listing
Modified Fri Jan 4 15:11:26 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Look for the ISBN in index.html


Revision 60 - Directory Listing
Modified Fri Jan 4 15:10:53 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Return index.html too.


Revision 59 - Directory Listing
Modified Fri Jan 4 14:51:53 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Index about field and don't store a copy of 'text'


Revision 58 - Directory Listing
Modified Fri Jan 4 14:51:09 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
New parser based on HTML::Parser.


Revision 57 - Directory Listing
Modified Fri Jan 4 14:50:26 2002 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Ignore missing author.html


Revision 56 - Directory Listing
Modified Mon Dec 31 14:14:16 2001 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
First stab at O'Reilly catalog.


Revision 55 - Directory Listing
Modified Mon Dec 31 14:07:22 2001 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Traverses 'catalog' and generates a simple index.  Searching with
'sman -tab ora' sort of works.


Revision 54 - Directory Listing
Modified Mon Dec 31 14:05:55 2001 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Can retrieve separate title and author names


Revision 53 - Directory Listing
Modified Mon Dec 31 14:04:38 2001 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Can retrieve desc.html and author.html.


Revision 52 - Directory Listing
Modified Mon Dec 31 14:03:00 2001 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Made -max option really optional


Revision 51 - Directory Listing
Modified Mon Dec 31 14:00:22 2001 UTC (22 years, 2 months ago) by ulpfr
Original Path: cvs-head
Moved 'sub keys' to end of file to avoid warnings about CORE::keys.


Revision 50 - Directory Listing
Modified Sat Mar 3 11:24:59 2001 UTC (23 years ago) by laperla
Original Path: cvs-head
close DATA to free filehandle


Revision 49 - Directory Listing
Modified Fri Dec 29 16:57:55 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
Works with modified nnir.el.


Revision 48 - Directory Listing
Modified Fri Dec 29 16:09:58 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
Mail indexing works resonable


Revision 47 - Directory Listing
Modified Fri Dec 29 15:33:06 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
First steps towards a mail indexer


Revision 46 - Directory Listing
Modified Fri Dec 29 14:20:03 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
Typo in manual


Revision 45 - Directory Listing
Modified Fri Dec 29 14:19:27 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
First tested debian package generation.


Revision 44 - Directory Listing
Modified Fri Dec 29 12:29:27 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
First untested debian package generation.


Revision 43 - Directory Listing
Modified Fri Dec 29 12:28:53 2000 UTC (23 years, 2 months ago) by ulpfr
Original Path: cvs-head
Removed checks on WAIT_home and directory creation to ease
debianizing.  This should be done on install anyway.


Revision 42 - Directory Listing
Modified Wed Nov 15 08:54:25 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
We should try to get a lock before tieing.


Revision 41 - Directory Listing
Modified Mon Nov 13 20:25:49 2000 UTC (23 years, 4 months ago) by laperla
Original Path: cvs-head
utf8iso was completely nonsense, returning only true and false.

LockFile::Simple now default-configured to remove stale locks.


Revision 40 - Directory Listing
Modified Mon Nov 13 10:44:03 2000 UTC (23 years, 4 months ago) by laperla
Original Path: cvs-head
seq returns 0 on success. So if there is an error on positioning the
cursor on $O$;, then we can say it is not an old index. The condition
is
    if $dbh->seq, then return
but it was
    $dbh->seq or return.

Besides there are now some outcommented debugging statements that I
needed from time to time. They should be removed some day later but
left for a while to ease the debugging process.


Revision 39 - Directory Listing
Modified Sun Nov 12 17:20:54 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
cleanup: remove obsolete files


Revision 38 - Directory Listing
Modified Sun Nov 12 17:20:21 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Handle VERSION explicitely in lib/WAIT.pm


Revision 37 - Directory Listing
Modified Sun Nov 12 17:11:16 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
cleanup: remove obsolete files


Revision 36 - Directory Listing
Modified Sun Nov 12 17:01:59 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
$0 -> $O$;


Revision 35 - Directory Listing
Modified Sun Nov 12 17:00:27 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Moved locking stuff to new method getlock().  Checked for write lock
in drop().


Revision 34 - Directory Listing
Modified Sun Nov 12 14:22:40 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Opening a table twice should not be a problem any more.


Revision 33 - Directory Listing
Modified Sun Nov 12 13:25:57 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Check dbh->seq return value in is_an_old_index


Revision 32 - Directory Listing
Modified Sun Nov 12 09:31:04 2000 UTC (23 years, 4 months ago) by laperla
Original Path: cvs-head
UTF-8 conversion deprecated and for the time being replaced by a
perl-only UTF-8 converter


Revision 31 - Directory Listing
Modified Sun Nov 12 01:26:10 2000 UTC (23 years, 4 months ago) by laperla
Original Path: cvs-head
Table loads Index and doesn't load InvertedIndex anymore


Revision 30 - Directory Listing
Modified Sun Nov 12 01:23:47 2000 UTC (23 years, 4 months ago) by laperla
Original Path: cvs-head
InvertedIndex needs some $VERSION so that others can reliably say it was loaded.

Added a DIVZERO check


Revision 29 - Directory Listing
Modified Sun Nov 12 01:21:05 2000 UTC (23 years, 4 months ago) by laperla
Original Path: cvs-head
Index needs some $VERSION so that others can reliably say it was loaded


Revision 28 - Directory Listing
Modified Sat Nov 11 17:33:42 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
*** empty log message ***


Revision 27 - Directory Listing
Modified Sat Nov 11 17:31:03 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Forgot to add that in the first place.


Revision 26 - Directory Listing
Modified Sat Nov 11 17:27:58 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Added some scripts


Revision 25 - Directory Listing
Modified Sat Nov 11 17:24:38 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Forgot -w in bang line


Revision 24 - Directory Listing
Modified Sat Nov 11 17:21:28 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Die if attribute setting is not possible.


Revision 23 - Directory Listing
Modified Sat Nov 11 17:07:26 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
access class that joins multiple access objects into a single one -
DOnated by Marc Lehmann


Revision 22 - Directory Listing
Modified Sat Nov 11 16:58:53 2000 UTC (23 years, 4 months ago) by ulpfr
Original Path: cvs-head
Modified structure of inverted indices.  The old one was not able to
cope with words starting with "\377(o|m)".  Prefix and interval
searches have not been tested yet.


Revision 20 - Directory Listing
Modified Tue May 9 11:29:45 2000 UTC (23 years, 10 months ago) by cvs2svn
Original Path: cvs-head
This commit was generated by cvs2svn to compensate for changes in r10,
which included commits to RCS files with non-trunk default branches.


Revision 17 - Directory Listing
Modified Tue May 9 11:29:44 2000 UTC (23 years, 10 months ago) by ulpfr
Original Path: cvs-head
Initial revision


Revision 14 - Directory Listing
Modified Fri Apr 28 15:42:44 2000 UTC (23 years, 10 months ago) by cvs2svn
Original Path: cvs-head
This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


Revision 10 - Directory Listing
Added Fri Apr 28 15:40:52 2000 UTC (23 years, 10 months ago) by ulpfr
Original Path: cvs-head
Initial revision


  ViewVC Help
Powered by ViewVC 1.1.26