----------------------------------------------------------------------- FWdoc_Verify V 0.1 (2007-07-25) 2007 by Volker Tanger ----------------------------------------------------------------------- This simply reads a JSON/FWdoc file and prints an "okay" message. The program's only reason is to check the validity of the input files. We use the LGPL'ed json-py library for reading JSON files, which is included in the .TAR.GZ archive http://sourceforge.net/projects/json-py/ ----------------------------------------------------------------------- Examples ----------------------------------------------------------------------- To create a cleaned-up firewall documentation without unused objects run fw1r55_to_fwdoc.pl --with_implicit_rules \ --merge_AI=_config/rulebases_5_0.fws \ --rules=_config/Standard.W \ --objects=_config/objects_5_0.C \ --verbose \ | fwdoc_verify.py ----------------------------------------------------------------------- Roadmap / Programming / Contributing ----------------------------------------------------------------------- Updates will be available at http://www.wyae.de/software/fwdoc/ Please check there for updates prior to submitting patches! There is a user/developer mailing list available. To subscribe send a mail with "subscribe fwtools" as subject to minimalist@wyae.de For bug reports and suggestions or if you just want to talk to me please contact me at volker.tanger@wyae.de or fwtools@wyae.de ----------------------------------------------------------------------- History ----------------------------------------------------------------------- July 2007 * Volker Tanger - creation ----------------------------------------------------------------------- Shortcut: Distributable under GPL ----------------------------------------------------------------------- Copyright (C) 2000-2007 Volker Tanger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. or on their website http://www.gnu.org/copyleft/gpl.html -----------------------------------------------------------------------