X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=README;h=f8b8136b7727bd45fe15034e88bd47166f6ebb18;hb=78a09c5ae3692336e4a1810af151335c3310cf44;hp=5d2c3d910ec9de978b911f56e73b32af673027ed;hpb=3d5f8b25b2d8aaa9e45e166cfa546901fc4f199a;p=webpac diff --git a/README b/README index 5d2c3d9..f8b8136 100644 --- a/README +++ b/README @@ -2,26 +2,25 @@ this is a free re-implementation of our searcher described at http://webpac.sf.net/ - This code is written by Dobrica Pavlinusic and released under GPL v2 or later license. -Status as of 2002-11-22: +Status as of 2004-03-08: -This code is *NOT* ready for production use. It's not even finished. -But we are working on it. +This code is ready for production use. We have 7 live production +installations. All commands have documentation embeded in them: you can try -$ perldoc isis2xml.pl +$ perldoc all2xml.pl to see it's usage. ### Working notes for documentation: -isis2xml.conf: +all2xml.conf: Type must be defined by one of files in import_xml/. However, those files can be in form type_something so that you can have multiple @@ -44,3 +43,5 @@ to do grep param WebPac.pm. However, you shouldn't need to modify any other fields in html templates other than f[nr]* and v[nr]. If you do, it's a BUG. Please report it to us. + +### For more documentation, please examine doc/ directory!