/[jsFind]/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 43 - Directory Listing
Modified Sun Feb 24 20:04:59 2008 UTC (16 years ago) by dpavlin
fix tests


Revision 42 - Directory Listing
Modified Wed Oct 19 23:54:21 2005 UTC (18 years, 5 months ago) by dpavlin
cludge for Opera (no header update, ugly, should have own id)


Revision 41 - Directory Listing
Modified Wed Oct 19 23:06:03 2005 UTC (18 years, 5 months ago) by dpavlin
fixes dreaded "Operation aborted" message on Internet Explorer by playing
nice and not trying to modify any elements which are not yet drawn. So,
we fire search onLoad, as we should (to catch results and debug div, for
example).


Revision 40 - Directory Listing
Modified Wed Oct 19 10:25:46 2005 UTC (18 years, 5 months ago) by dpavlin
better xmllint testing


Revision 39 - Directory Listing
Modified Sun Dec 19 23:26:23 2004 UTC (19 years, 3 months ago) by dpavlin
support for older Export which doesn't export 'import'. This should make
jsFind functional on perl 5.8.2 (on Darwin for example)


Revision 38 - Directory Listing
Modified Sun Oct 31 01:34:01 2004 UTC (19 years, 4 months ago) by dpavlin
update of MANIFEST before release


Revision 37 - Directory Listing
Modified Sat Oct 30 21:48:31 2004 UTC (19 years, 4 months ago) by dpavlin
homer test can now index any text file supplied as first (and only) argument
in command line. This is useful to generate test data from other sources.
I don't recommend input files which are not plain 7-bit ASCII, because
generated JavaScript array might have wrong encoding for 8-bit characters.
This is serious problem. However, since JavaScript comparison and sort order
are locale dependent, it's much easier to use something like Text::Unaccent
on input data than to fix sort/comparison order (which could also be done,
see my js_locale project)


Revision 36 - Directory Listing
Modified Sat Oct 30 20:50:39 2004 UTC (19 years, 4 months ago) by dpavlin
remove all capital letters from base62 encoding which made it base 36 I
guess. They are not supported under Windows (because filesystem is case
preserving, you can burn files with capital and lower letters, but browser
will read wrong one)


Revision 35 - Directory Listing
Modified Sun Oct 24 11:13:22 2004 UTC (19 years, 4 months ago) by dpavlin
new version 0.06 with API change on to_jsfind.
It also documents (still unimplemented) output_filter option.


Revision 34 - Directory Listing
Modified Sun Oct 10 05:11:29 2004 UTC (19 years, 5 months ago) by dpavlin
last changes before packaging 0.05


Revision 33 - Directory Listing
Modified Sun Oct 10 05:10:25 2004 UTC (19 years, 5 months ago) by dpavlin
Version 0.05: much better documentation, no API change


Revision 32 - Directory Listing
Modified Sun Oct 10 05:07:37 2004 UTC (19 years, 5 months ago) by dpavlin
create debug box on bottom of page


Revision 31 - Directory Listing
Modified Sun Oct 10 04:53:22 2004 UTC (19 years, 5 months ago) by dpavlin
experimental iframe implementation (mostly for Opera 7.54 without Java)


Revision 30 - Directory Listing
Modified Sun Oct 10 01:19:36 2004 UTC (19 years, 5 months ago) by dpavlin
make XHTML 1.0 strict


Revision 29 - Directory Listing
Modified Fri Oct 8 12:22:18 2004 UTC (19 years, 5 months ago) by dpavlin
generate color report, simplify code


Revision 28 - Directory Listing
Modified Thu Oct 7 22:47:39 2004 UTC (19 years, 5 months ago) by dpavlin
create additional homer_freq.txt debug file


Revision 27 - Directory Listing
Modified Thu Oct 7 22:43:49 2004 UTC (19 years, 5 months ago) by dpavlin
re-wrote test to create output with document.createElement, much better
output, print just failed tests and some statistics (more verbose output of
correct tests can be turned on by uncommenting one line)


Revision 26 - Directory Listing
Modified Thu Oct 7 22:41:16 2004 UTC (19 years, 5 months ago) by dpavlin
create debug with appendChild, great speedup for test


Revision 25 - Directory Listing
Modified Thu Oct 7 17:30:03 2004 UTC (19 years, 5 months ago) by dpavlin
create elements in test.html (instead of updating innerHTML), 10homer.t will
now split document in lines instead of paragraphs.


Revision 24 - Directory Listing
Modified Thu Oct 7 16:26:31 2004 UTC (19 years, 5 months ago) by dpavlin
fix MANIFEST, better clean


Revision 23 - Directory Listing
Modified Thu Oct 7 16:21:54 2004 UTC (19 years, 5 months ago) by dpavlin
convert all print STDERR to diag, rename homer test to end with .t (woops),
create homer_words.txt and homer_text.txt, preserve order when inserting
into index (it doesn't really matter for index, but it's nice to have
debugging output which is correct)


Revision 22 - Directory Listing
Modified Wed Oct 6 15:39:56 2004 UTC (19 years, 5 months ago) by dpavlin
added Homer to manifest


Revision 21 - Directory Listing
Modified Wed Oct 6 15:33:33 2004 UTC (19 years, 5 months ago) by dpavlin
added Homer's The Odyssey as test data


Revision 20 - Directory Listing
Modified Mon Oct 4 19:51:05 2004 UTC (19 years, 5 months ago) by dpavlin
start of tests for jsFind


Revision 19 - Directory Listing
Modified Sun Oct 3 21:26:37 2004 UTC (19 years, 5 months ago) by dpavlin
added try{} around header.replaceData which doesn't exists in IE5.5,
better scope header variable, Robert Avilov re-wrote form handler (thanks).


Revision 18 - Directory Listing
Modified Sun Oct 3 21:24:57 2004 UTC (19 years, 5 months ago) by dpavlin
re-wrote debug function to prevent Internet Explorer from returning
"operation aborted", move xmldoc to outer scope to prevent garbage
collector dereferencing it before XML loads (SeaMonkey/FireFox).


Revision 17 - Directory Listing
Modified Mon Sep 13 14:36:06 2004 UTC (19 years, 6 months ago) by dpavlin
check if Test::Pod exists before testing


Revision 16 - Directory Listing
Modified Sun Sep 5 18:00:46 2004 UTC (19 years, 6 months ago) by dpavlin
added forgot base62 test


Revision 15 - Directory Listing
Modified Sun Sep 5 17:57:21 2004 UTC (19 years, 6 months ago) by dpavlin
version 0.04: fix bug when creating jsFind index files without first
encoding numbers in base62


Revision 14 - Directory Listing
Modified Sat Aug 28 15:19:22 2004 UTC (19 years, 6 months ago) by dpavlin
final touches before first release to CPAN


Revision 13 - Directory Listing
Modified Sat Aug 28 14:37:13 2004 UTC (19 years, 6 months ago) by dpavlin
updated manifest


Revision 12 - Directory Listing
Modified Sat Aug 28 14:31:58 2004 UTC (19 years, 6 months ago) by dpavlin
documentation improvements


Revision 11 - Directory Listing
Modified Mon Jul 26 20:30:12 2004 UTC (19 years, 7 months ago) by dpavlin
to_jsfind will try to decode entities from data, and recode then to
target encoding (UTF-8 by default)


Revision 10 - Directory Listing
Modified Mon Jul 26 20:17:57 2004 UTC (19 years, 7 months ago) by dpavlin
xmllint test for produces jsFind index files


Revision 9 - Directory Listing
Modified Wed Jul 21 23:37:49 2004 UTC (19 years, 8 months ago) by dpavlin
Version 0.02: API extension: to_jsfind now accepts also data and xml
encoding as optional parametars


Revision 8 - Directory Listing
Modified Wed Jul 21 15:44:15 2004 UTC (19 years, 8 months ago) by dpavlin
more fixes


Revision 7 - Directory Listing
Modified Wed Jul 21 15:34:03 2004 UTC (19 years, 8 months ago) by dpavlin
documentaton fix and better info message


Revision 6 - Directory Listing
Modified Tue Jul 20 17:59:47 2004 UTC (19 years, 8 months ago) by dpavlin
cleanup and fix


Revision 5 - Directory Listing
Modified Tue Jul 20 17:47:30 2004 UTC (19 years, 8 months ago) by dpavlin
B_search documentation, updated MANIFEST


Revision 4 - Directory Listing
Modified Tue Jul 20 17:08:06 2004 UTC (19 years, 8 months ago) by dpavlin
support for searching more than one index from same page (using index_name
variable which is actually a name of directory in which index is located)


Revision 3 - Directory Listing
Modified Tue Jul 20 17:07:20 2004 UTC (19 years, 8 months ago) by dpavlin
make html documentation with "make html"


Revision 2 - Directory Listing
Modified Sun Jul 11 21:15:44 2004 UTC (19 years, 8 months ago) by dpavlin
print "Noting Found" in all cases (especially on W2K, don't know why)


Revision 1 - Directory Listing
Added Sun Jul 11 20:18:25 2004 UTC (19 years, 8 months ago) by dpavlin
initial import into subversion of version 0.1


  ViewVC Help
Powered by ViewVC 1.1.26