Changeset 1914

Show
Ignore:
Timestamp:
02/28/07 09:29:18 (1 year ago)
Author:
karpet
Message:

include perl bindings and some doc cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/AUTHORS

    r1913 r1914  
    1 Peter Karman - swish@peknet.com - http://swish-e.org/swish3/ 
     1Peter Karman . peter@peknet.com 
     2http://swish-e.org/swish3/ 
  • libswish3/trunk/configure.ac

    r1913 r1914  
    1 AC_INIT([libswish3], [1.0.0], 
    2         [Peter Karman <swish@peknet.com>], 
     1AC_INIT([libswish3], [0.1.0], 
     2        [Peter Karman <peter@peknet.com>], 
    33        [libswish3]) 
    44AM_INIT_AUTOMAKE 
  • libswish3/trunk/doc/libswish3.3.pod

    r1913 r1914  
    1515     xmlChar **      word; 
    1616 }; 
    17  
     17  
    1818 struct swish_Config 
    1919 { 
     
    2222    xmlHashTablePtr conf;       /* the meat */ 
    2323 }; 
    24  
    25  
     24  
     25  
    2626 struct swish_DocInfo 
    2727 { 
     
    3737 }; 
    3838  
    39    
     39  
    4040  
    4141 struct swish_Word 
     
    325325B<libswish3> is the core C library of B<Swish3>. 
    326326 
    327 B<libswish3> uses the GNOME B<libxml2> library to parse words and metadata  
     327B<libswish3> uses the GNOME L<Libxml2|http://xmlsoft.org/> library to parse words and metadata  
    328328from XML, HTML and plain text files. B<libswish3> supports full UTF-8 encoding. 
    329329 
    330330B<libswish3> is a parsing tool for use with information retrieval (IR) libraries. 
    331 It is written in C. Perl bindings are available on CPAN as B<SWISH::Parser>. 
     331Dynamic language bindings are available in the source distribution in the C<bindings> 
     332directory. 
    332333 
    333334=head1 APIs 
     
    710711aggregator/filter system, then hand the output to libswish3. 
    711712 
     713=head1 AUTHOR 
     714 
     715Peter Karman (peter@peknet.com). 
    712716 
    713717=head1 CREDITS 
    714718 
    715 B<libswish3> is based on code from 
     719B<libswish3> is inspired by code from 
    716720Swish-e (http://www.swish-e.org), 
    717 libxml2 (http://www.xmlsoft.org), 
     721Libxml2 (http://www.xmlsoft.org), 
    718722Apache (http://www.apache.org), 
    719723Rahul Dhesi (http://www.tug.org/tex-archive/tools/zoo/), 
     
    724728 
    725729All mistakes, errors and poor programming choices are, however, those 
    726 of the author: Peter Karman (http://peknet.com/)
     730of the author
    727731 
    728732=head1 LICENSE 
     
    752756The project homepage: http://swish-e.org/swish3/ 
    753757 
    754 swish3(7), swish_lint(1), swish_isw(1), swish_words(1) 
     758swish_lint(1), swish_isw(1), swish_words(1) 
    755759 
    756760=cut