/[webpac]/trunk2/lib
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 /trunk2/lib

View Directory Listing Directory Listing


Sticky Revision:

Revision 706 - Directory Listing
Modified Wed Jul 13 23:35:59 2005 UTC (18 years, 8 months ago) by dpavlin
small doc fix


Revision 705 - Directory Listing
Modified Wed Jul 13 22:34:52 2005 UTC (18 years, 8 months ago) by dpavlin
ported code to use Biblio::Isis, newer version (released on CPAN of IsisDB)


Revision 616 - Directory Listing
Modified Fri Dec 31 03:34:33 2004 UTC (19 years, 3 months ago) by dpavlin
cleanup


Revision 609 - Directory Listing
Modified Fri Dec 31 02:19:24 2004 UTC (19 years, 3 months ago) by dpavlin
prefer IsisDB over OpenISIS, small improvement to progress bar


Revision 588 - Directory Listing
Modified Sat Nov 6 21:01:31 2004 UTC (19 years, 4 months ago) by dpavlin
added warn if no words


Revision 584 - Directory Listing
Modified Sat Nov 6 18:36:54 2004 UTC (19 years, 4 months ago) by dpavlin
never show scrollbars (fix scrollbars in Firefox)


Revision 583 - Directory Listing
Modified Tue Nov 2 17:17:51 2004 UTC (19 years, 4 months ago) by dpavlin
fix iframe margins


Revision 581 - Directory Listing
Modified Mon Nov 1 23:38:53 2004 UTC (19 years, 4 months ago) by dpavlin
scroll to result, even in iframe


Revision 580 - Directory Listing
Modified Mon Nov 1 22:52:44 2004 UTC (19 years, 4 months ago) by dpavlin
added wait messages, support for url arguments


Revision 576 - Directory Listing
Modified Mon Nov 1 22:13:07 2004 UTC (19 years, 4 months ago) by dpavlin
create div if creating iframe, not empty ul


Revision 575 - Directory Listing
Modified Mon Nov 1 18:00:26 2004 UTC (19 years, 4 months ago) by dpavlin
first iframe implementation of tree, shuffled a bit paramters to
WebPAC::Tree (so, node dir is now parametar to new and not to output)


Revision 574 - Directory Listing
Modified Mon Nov 1 17:19:48 2004 UTC (19 years, 4 months ago) by dpavlin
fix paths to data in tree


Revision 573 - Directory Listing
Modified Mon Nov 1 15:29:17 2004 UTC (19 years, 4 months ago) by dpavlin
added detail_url code ref and base_path to unroll


Revision 572 - Directory Listing
Modified Mon Nov 1 14:55:16 2004 UTC (19 years, 4 months ago) by dpavlin
convert WebPAC::Tree to use Template Toolkit,
started adding support for nodes in iframe


Revision 563 - Directory Listing
Modified Sat Oct 30 23:58:36 2004 UTC (19 years, 5 months ago) by dpavlin
well, it seems it *IS* what I want. Removed that warning :-)


Revision 560 - Directory Listing
Modified Sat Oct 30 23:04:37 2004 UTC (19 years, 5 months ago) by dpavlin
removed upper case letters from encoding of index nodes (to support Windows
which is case-insensitive), added support for filters into TT templates,
changed crovoc symbol to #C# in data


Revision 555 - Directory Listing
Modified Fri Oct 29 22:09:04 2004 UTC (19 years, 5 months ago) by dpavlin
Special suport for non-repeatable fileds:

Now you can specify s900^a instead of v900^a to get one and singe value.
Have in mind that if you DON'T have any repeatable value in this filed, you
WILL create infinite loop. So, use some repeatable value.

This is however, very useful for situation where you want to reference one
non-repeatable value from field which is repeatable.

There is experimental code that checks for infitite loops, but it's not
working right (and I'm too tired to fix this now).



Revision 540 - Directory Listing
Modified Sun Oct 24 14:51:53 2004 UTC (19 years, 5 months ago) by dpavlin
jsFind 0.06 API


Revision 530 - Directory Listing
Modified Tue Oct 19 17:43:52 2004 UTC (19 years, 5 months ago) by dpavlin
major restructuring of tree output: new function WebPAC::Tree::output which
produce output (so you can apply same output to more than one template)


Revision 529 - Directory Listing
Modified Tue Oct 19 16:30:12 2004 UTC (19 years, 5 months ago) by dpavlin
add pictures to tree, fix warning (just one)


Revision 515 - Directory Listing
Modified Mon Oct 18 13:59:12 2004 UTC (19 years, 5 months ago) by dpavlin
fix


Revision 512 - Directory Listing
Modified Mon Oct 18 12:19:34 2004 UTC (19 years, 5 months ago) by dpavlin
using Tie::Array::Sorted::Lazy, remove usiage of locale (because it creates
wrong sort order for JavaScript)


Revision 511 - Directory Listing
Modified Sun Oct 17 17:35:32 2004 UTC (19 years, 5 months ago) by dpavlin
implemented optional name paramter to constructor, useful for debugging


Revision 501 - Directory Listing
Modified Sun Oct 10 11:25:10 2004 UTC (19 years, 5 months ago) by dpavlin
implement CROVOC marker for tree


Revision 500 - Directory Listing
Modified Sun Oct 10 11:04:52 2004 UTC (19 years, 5 months ago) by dpavlin
implement filter{name} which can be embedded inside filed, just like
eval{...}. Code for filters is not compatibile with old implementation, but
it should be easier.
If you mix eval{} and filter{}, eval has to come first.


Revision 499 - Directory Listing
Modified Sun Oct 10 09:33:57 2004 UTC (19 years, 5 months ago) by dpavlin
removed anchors, now outline will do everything


Revision 492 - Directory Listing
Modified Sat Oct 9 21:48:30 2004 UTC (19 years, 5 months ago) by dpavlin
warn and not die if there is no html generated for tree (while debugging for
example)


Revision 491 - Directory Listing
Modified Sat Oct 9 21:47:42 2004 UTC (19 years, 5 months ago) by dpavlin
lowercase terms before insertion into jsFind index, refactored code a bit


Revision 472 - Directory Listing
Modified Sun Sep 26 16:44:23 2004 UTC (19 years, 6 months ago) by dpavlin
create named anchor always on line as element (so that outlining won't
"miss" it), create classes in html based on tags.


Revision 471 - Directory Listing
Modified Sun Sep 26 15:11:36 2004 UTC (19 years, 6 months ago) by dpavlin
minor changes to have_children_at_level (but it's not really used),
fixed lookup (which obsoleted have_children_at_level :-)


Revision 470 - Directory Listing
Modified Fri Sep 24 20:31:11 2004 UTC (19 years, 6 months ago) by dpavlin
open detail data in new window (popup)


Revision 469 - Directory Listing
Modified Fri Sep 24 18:04:48 2004 UTC (19 years, 6 months ago) by dpavlin
mostly cosmetic changes: create anchor for every element in tree and
position results to ancor, filter on two letters, remove most of debugging


Revision 460 - Directory Listing
Modified Tue Sep 21 20:43:43 2004 UTC (19 years, 6 months ago) by dpavlin
fixed tree generation (have_children_at_level still doesn't work)


Revision 459 - Directory Listing
Modified Tue Sep 21 19:08:11 2004 UTC (19 years, 6 months ago) by dpavlin
fix warning


Revision 455 - Directory Listing
Modified Mon Sep 20 19:13:27 2004 UTC (19 years, 6 months ago) by dpavlin
break out from recursion loop


Revision 454 - Directory Listing
Modified Wed Sep 15 22:36:23 2004 UTC (19 years, 6 months ago) by dpavlin
new simplier implementation of WebPAC::Tree with support for recursion
(still buggy)


Revision 453 - Directory Listing
Modified Wed Sep 15 21:21:36 2004 UTC (19 years, 6 months ago) by dpavlin
fix warning


Revision 448 - Directory Listing
Modified Wed Sep 15 16:53:51 2004 UTC (19 years, 6 months ago) by dpavlin
Major changes this time: updated for new bfilter (filtering on first
element), outline in sorted index when found in thesaurus.


Revision 445 - Directory Listing
Modified Tue Sep 14 21:02:28 2004 UTC (19 years, 6 months ago) by dpavlin
create GraphViz files for debug


Revision 443 - Directory Listing
Modified Tue Sep 14 20:57:58 2004 UTC (19 years, 6 months ago) by dpavlin
add span for outline


Revision 442 - Directory Listing
Modified Tue Sep 14 17:10:04 2004 UTC (19 years, 6 months ago) by dpavlin
display number of elements and not all elements


Revision 441 - Directory Listing
Modified Tue Sep 14 17:07:59 2004 UTC (19 years, 6 months ago) by dpavlin
refactore tree generation into WebPAC::Tree


Revision 439 - Directory Listing
Modified Mon Sep 13 23:13:54 2004 UTC (19 years, 6 months ago) by dpavlin
implemented append and delimiter, hooks for sort (within fields which are
repeatable and within tag)


Revision 436 - Directory Listing
Modified Mon Sep 13 14:55:13 2004 UTC (19 years, 6 months ago) by dpavlin
die if database doesn't exist


Revision 434 - Directory Listing
Modified Mon Sep 13 14:39:16 2004 UTC (19 years, 6 months ago) by dpavlin
require and not use DBM::Deep, so if you are not using low_mem option,
you don't need this module.


Revision 431 - Directory Listing
Modified Sun Sep 12 20:31:34 2004 UTC (19 years, 6 months ago) by dpavlin
new option: start_mfn


Revision 422 - Directory Listing
Modified Sat Sep 11 08:36:38 2004 UTC (19 years, 6 months ago) by dpavlin
better progress_bar, more documentation


Revision 421 - Directory Listing
Modified Fri Sep 10 22:24:42 2004 UTC (19 years, 6 months ago) by dpavlin
low_mem option for desktop class-machines


Revision 418 - Directory Listing
Modified Thu Sep 9 18:08:38 2004 UTC (19 years, 6 months ago) by dpavlin
more debuging, refactore create_lookup


Revision 412 - Directory Listing
Modified Tue Sep 7 18:01:36 2004 UTC (19 years, 6 months ago) by dpavlin
print lf is 100% (so that rest of output starts in new line)


Revision 411 - Directory Listing
Modified Sun Sep 5 22:22:37 2004 UTC (19 years, 6 months ago) by dpavlin
implemented filtered sorted indexes


Revision 410 - Directory Listing
Modified Sun Sep 5 21:40:57 2004 UTC (19 years, 6 months ago) by dpavlin
added sorted index using WebPAC::Index module


Revision 409 - Directory Listing
Modified Sun Sep 5 21:25:10 2004 UTC (19 years, 6 months ago) by dpavlin
documentated log argument to new


Revision 408 - Directory Listing
Modified Sun Sep 5 21:14:17 2004 UTC (19 years, 6 months ago) by dpavlin
moved WebPAC::Index.pm into WebPac::Index::DBI


Revision 406 - Directory Listing
Modified Sun Sep 5 17:53:56 2004 UTC (19 years, 6 months ago) by dpavlin
require fixed jsFind 0.04


Revision 398 - Directory Listing
Modified Sat Jul 24 13:48:08 2004 UTC (19 years, 8 months ago) by dpavlin
moved headline information into $webpac->{'headline'} after data_structure is
called. This makes headline desapier from output templates, and namebles new
template veriable 'headline' to contain headline.


Revision 395 - Directory Listing
Modified Wed Jul 21 23:39:10 2004 UTC (19 years, 8 months ago) by dpavlin
use recode capability (hard-coded, not good!) of new jsFind 0.02


Revision 390 - Directory Listing
Modified Wed Jul 21 16:18:45 2004 UTC (19 years, 8 months ago) by dpavlin
first cut into making jsFind-based search


Revision 389 - Directory Listing
Modified Tue Jul 20 17:15:48 2004 UTC (19 years, 8 months ago) by dpavlin
added progress_bar


Revision 376 - Directory Listing
Modified Sun Jun 20 18:39:30 2004 UTC (19 years, 9 months ago) by dpavlin
fill_in will automatically decode utf8 formats if passed to it.


Revision 375 - Directory Listing
Modified Sun Jun 20 17:52:41 2004 UTC (19 years, 9 months ago) by dpavlin
implement formats


Revision 374 - Directory Listing
Modified Sun Jun 20 16:57:52 2004 UTC (19 years, 9 months ago) by dpavlin
save mfn as field v000, _get logger handles calls from main as it should,
support for <filename> tag


Revision 373 - Directory Listing
Modified Sun Jun 20 15:49:09 2004 UTC (19 years, 9 months ago) by dpavlin
a lot more logging, lookups are now working as expected (and documented)


Revision 372 - Directory Listing
Modified Sat Jun 19 18:16:20 2004 UTC (19 years, 9 months ago) by dpavlin
Log4perl implementation


Revision 371 - Directory Listing
Modified Thu Jun 17 20:44:45 2004 UTC (19 years, 9 months ago) by dpavlin
use local (more relaxed) eval, report errors in eval


Revision 370 - Directory Listing
Modified Thu Jun 17 17:25:12 2004 UTC (19 years, 9 months ago) by dpavlin
method output using Template Toolkit to produce output


Revision 368 - Directory Listing
Modified Thu Jun 17 12:27:02 2004 UTC (19 years, 9 months ago) by dpavlin
data_structure now returns array to preserve order of tags


Revision 367 - Directory Listing
Modified Thu Jun 17 12:05:01 2004 UTC (19 years, 9 months ago) by dpavlin
parse_to_arr, repeatable fieldns now work, documentation improvements


Revision 366 - Directory Listing
Modified Thu Jun 17 01:44:25 2004 UTC (19 years, 9 months ago) by dpavlin
make in-memory data_structure


Revision 363 - Directory Listing
Modified Wed Jun 16 20:05:19 2004 UTC (19 years, 9 months ago) by dpavlin
open_import_xml, debug option to new


Revision 362 - Directory Listing
Modified Wed Jun 16 16:50:30 2004 UTC (19 years, 9 months ago) by dpavlin
fetch_rec method


Revision 359 - Directory Listing
Modified Wed Jun 16 15:41:16 2004 UTC (19 years, 9 months ago) by dpavlin
implemeted eval{...}


Revision 358 - Directory Listing
Modified Wed Jun 16 14:31:33 2004 UTC (19 years, 9 months ago) by dpavlin
format seems to work


Revision 357 - Directory Listing
Modified Wed Jun 16 13:39:17 2004 UTC (19 years, 9 months ago) by dpavlin
implement limit_mfn


Revision 356 - Directory Listing
Modified Wed Jun 16 13:41:54 2004 UTC (19 years, 9 months ago) by dpavlin
begin of parse


Revision 355 - Directory Listing
Modified Wed Jun 16 11:41:50 2004 UTC (19 years, 9 months ago) by dpavlin
added create_lookup


Revision 354 - Directory Listing
Modified Wed Jun 16 11:31:42 2004 UTC (19 years, 9 months ago) by dpavlin
WebPac -> WebPAC


Revision 353 - Directory Listing
Modified Wed Jun 16 11:29:37 2004 UTC (19 years, 9 months ago) by dpavlin
varous clenups


Revision 352 - Directory Listing
Modified Tue Jun 15 22:40:07 2004 UTC (19 years, 9 months ago) by dpavlin
Object-orineted design re-implementation: simple field substitution and
lookups are working well.
Added some documentation about new features.


Revision 348 - Directory Listing
Added Sun Jun 13 20:20:29 2004 UTC (19 years, 9 months ago) by dpavlin
first commit of new code


  ViewVC Help
Powered by ViewVC 1.1.26