From: swa Date: Sun, 23 Sep 2001 10:13:48 +0000 (+0000) Subject: upload process established. run make webserver and X-Git-Tag: v_2_9_9~43 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=3b3a3699275014838fe9562233d0973d58875d64 upload process established. run make webserver and the documentation is moved to the webserver. documents are now linked correctly. --- diff --git a/Makefile.in b/Makefile.in index 888e0b51..49c613b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: Makefile.in,v 1.29 2001/09/16 17:34:27 jongfoster Exp $ +# $Id: Makefile.in,v 1.30 2001/09/19 17:55:49 oes Exp $ # # Written by and Copyright (C) 2001 the SourceForge # IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,9 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # $Log: Makefile.in,v $ +# Revision 1.30 2001/09/19 17:55:49 oes +# Fixed CFLAGS +# # Revision 1.29 2001/09/16 17:34:27 jongfoster # Removing showargs.[ch], adding cgi(simple|edit).[ch] # Replacing $(OBJEXT) with @OBJEXT@ - this seems to be a common source @@ -370,6 +373,22 @@ dok: cd doc/source && db2html -s ldp.dsl faq.sgml && mv faq ../webserver cd doc/source && db2html -s ldp.dsl --nochunks faq.sgml > tmp.html && lynx -dump tmp.html > ../text/faq.txt && rm -rf tmp.html faq +############################################################################# +# +# Webserver +# +# moves dokumentation to webserver +# +############################################################################# +webserver: + $(ECHO) ------------------------------------------------------- + $(ECHO) You have run make dok before, right? + $(ECHO) Note that this command scps all stuff to the webserver, + $(ECHO) it will not remove obsolete documents. + $(ECHO) ------------------------------------------------------- + chmod -R a+r doc/webserver + find doc/webserver -type d -exec chmod a+rx {} \; + cd doc/webserver && scp -Cr . ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ ############################################################################# # Source file dependencies diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 7b642867..e63237da 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -7,7 +7,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $ + $Id: developer-manual.sgml,v 1.3 2001/09/13 15:27:40 swa Exp $ Written by and Copyright (C) 2001 the SourceForge IJBSWA team. http://ijbswa.sourceforge.net @@ -21,7 +21,7 @@ Junkbuster Developer Manual - $Id: developer-manual.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $ + $Id: developer-manual.sgml,v 1.3 2001/09/13 15:27:40 swa Exp $ @@ -40,7 +40,7 @@ that provides privacy and security to the user of the world wide web. You can find the latest version of the user manual at http://ijbswa.sourceforge.net/doc/developer-manual/. +url="http://ijbswa.sourceforge.net/developer-manual/">http://ijbswa.sourceforge.net/developer-manual/. Please see the Contact section in the user-manual if you want to contact the developers. @@ -1218,7 +1218,7 @@ static void unload_re_filterfile( void *f ) { ... } Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.3 2001/09/13 15:27:40 swa Exp $"; /********************************************************************* * * File : $Source$ @@ -1278,7 +1278,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.3 2001/09/13 15:27:40 swa Exp $" /********************************************************************* * * File : $Source$ @@ -1475,6 +1475,9 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.3 2001/09/13 15:27:40 swa + cosmetics + Revision 1.2 2001/09/13 15:20:17 swa merged standards into developer manual diff --git a/doc/source/faq.sgml b/doc/source/faq.sgml index 1fcdd991..35ddec5a 100644 --- a/doc/source/faq.sgml +++ b/doc/source/faq.sgml @@ -7,7 +7,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: faq.sgml,v 1.1 2001/09/12 15:36:41 swa Exp $ + $Id: faq.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $ Written by and Copyright (C) 2001 the SourceForge IJBSWA team. http://ijbswa.sourceforge.net @@ -21,7 +21,7 @@ Junkbuster Frequently Asked Questions -$Id: faq.sgml,v 1.1 2001/09/12 15:36:41 swa Exp $ +$Id: faq.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $ @@ -38,7 +38,7 @@ asked questions about the Internet Junkbuster. The Internet Junkbuster is an app that provides privacy and security to the user of the world wide web. -You can find the latest version of the document at http://ijbswa.sourceforge.net/faq/. +You can find the latest version of the document at http://ijbswa.sourceforge.net/faq/. Please see the Contact section in the user-manual if you want to contact the developers. @@ -154,6 +154,9 @@ Please see the Contact section in the user-manual if you want to contact the dev Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: faq.sgml,v $ +Revision 1.2 2001/09/13 15:20:17 swa +merged standards into developer manual + Revision 1.1 2001/09/12 15:36:41 swa source files for junkbuster documentation diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 78f9f313..9ad3f1a8 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -7,7 +7,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.1 2001/09/12 15:36:41 swa Exp $ + $Id: user-manual.sgml,v 1.2 2001/09/13 15:27:40 swa Exp $ Written by and Copyright (C) 2001 the SourceForge IJBSWA team. http://ijbswa.sourceforge.net @@ -21,7 +21,7 @@ Junkbuster User Manual -$Id: user-manual.sgml,v 1.1 2001/09/12 15:36:41 swa Exp $ +$Id: user-manual.sgml,v 1.2 2001/09/13 15:27:40 swa Exp $ @@ -38,7 +38,7 @@ configure the Internet Junkbuster. The Internet Junkbuster is an application that provides privacy and security to the user of the world wide web. -You can find the latest version of the user manual at http://ijbswa.sourceforge.net/doc/user-manual/. +You can find the latest version of the user manual at http://ijbswa.sourceforge.net/user-manual/. @@ -136,6 +136,9 @@ communication (bugs, feature requests, etc.) Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.2 2001/09/13 15:27:40 swa + cosmetics + Revision 1.1 2001/09/12 15:36:41 swa source files for junkbuster documentation