Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Diff Revision Log
2005/07/13 23:38:04 708 708 dpavlin HTML | TEXT
added HyperEstraier back-end indexer
2004/11/06 22:46:30 591 591 dpavlin HTML | TEXT
added crovoc simbols (using lookup)
2004/11/06 21:00:14 587 587 dpavlin HTML | TEXT
bugfix: first decode entities and unaccent string, and then remove all
non-word characters from beggining or end of word (because it would eat &
and ; from entity)
2004/11/01 22:15:41 579 579 dpavlin HTML | TEXT
make iframes after first level of tree
2004/11/01 18:00:26 575 575 dpavlin HTML | TEXT
first iframe implementation of tree, shuffled a bit paramters to
WebPAC::Tree (so, node dir is now parametar to new and not to output)
2004/11/01 17:19:48 574 574 dpavlin HTML | TEXT
fix paths to data in tree
2004/11/01 15:29:17 573 573 dpavlin HTML | TEXT
added detail_url code ref and base_path to unroll
2004/11/01 14:55:16 572 572 dpavlin HTML | TEXT
convert WebPAC::Tree to use Template Toolkit,
started adding support for nodes in iframe
2004/10/31 18:43:33 566 566 dpavlin HTML | TEXT
remove HIDRA mark
2004/10/30 23:56:57 562 562 dpavlin HTML | TEXT
fix patch to icon image
2004/10/30 23:24:54 561 561 dpavlin HTML | TEXT
make icons in tree also
2004/10/30 23:04:37 560 560 dpavlin HTML | TEXT
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
2004/10/26 21:44:57 550 550 dpavlin HTML | TEXT
unaccent html entities from index. This fixes searching for words without
accented characters which are stored as entities in input data.
Unfortunately, searhing via copy/paste of accented result doesn't work in
Firefox (it produces UTF-8 encoded char which isn't handled by l2_unescape).
2004/10/26 20:53:03 549 549 dpavlin HTML | TEXT
Magic regexp to unaccent html entities in input data.
2004/10/26 18:59:38 546 546 dpavlin HTML | TEXT
Removed all unaccented letters except in bfilter for characters in "part".
This solves problem of different browsers sorting differently according to
current locale setting. This way, only US ASCII characters are used and
everything is (hopefully) fine.
2004/10/19 17:43:52 530 530 dpavlin HTML | TEXT
major restructuring of tree output: new function WebPAC::Tree::output which
produce output (so you can apply same output to more than one template)
Copied from /trunk2/eurovoc/hijerarhija.html:529
2004/10/18 20:03:42 520 520 dpavlin HTML | TEXT
stupid, stupid, stupid brown bag kind of bug: don't shift values from array
which you need later.
2004/10/17 17:35:32 511 511 dpavlin HTML | TEXT
implemented optional name paramter to constructor, useful for debugging
2004/10/10 17:36:43 504 504 dpavlin HTML | TEXT
generate headlines for jsFind index from 'index' type, then from 'display'
and finally fallback to <headline>
2004/10/10 17:21:17 503 503 dpavlin make CROVOC symbols working again