From: swa <swa@users.sourceforge.net>
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/%22https:/@default-cgi@/faq/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=3b3a3699275014838fe9562233d0973d58875d64;p=privoxy.git

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 @@
   <artheader>
     <title>Junkbuster Developer Manual</title>
 
-    <pubdate>$Id: developer-manual.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $</pubdate>
+    <pubdate>$Id: developer-manual.sgml,v 1.3 2001/09/13 15:27:40 swa Exp $</pubdate>
 
     <authorgroup>
       <author>
@@ -40,7 +40,7 @@ that provides privacy and security to the user of the world wide web.
  </para>
       <para>
 You can find the latest version of the user manual at <ulink
-url="http://ijbswa.sourceforge.net/doc/developer-manual/">http://ijbswa.sourceforge.net/doc/developer-manual/</ulink>.
+url="http://ijbswa.sourceforge.net/developer-manual/">http://ijbswa.sourceforge.net/developer-manual/</ulink>.
 Please see the Contact section in the user-manual if you want to contact the developers.
  </para>
 
@@ -1218,7 +1218,7 @@ static void unload_re_filterfile( void *f ) { ... }</programlisting>
 
     <para><emphasis>Example for file comments:</></para>
 <programlisting>
-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        :  $S<!-- Break CVS Substitution -->ource$
@@ -1278,7 +1278,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION;
 <programlisting>
 #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        :  $S<!-- Break CVS Substitution -->ource$
@@ -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 @@
 <artheader>
 <title>Junkbuster Frequently Asked Questions</title>
 
-<pubdate>$Id: faq.sgml,v 1.1 2001/09/12 15:36:41 swa Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 1.2 2001/09/13 15:20:17 swa Exp $</pubdate>
 
 <authorgroup>
  <author>
@@ -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.
  </para>
  <para>
-You can find the latest version of the document at <ulink url="http://ijbswa.sourceforge.net/doc/faq/">http://ijbswa.sourceforge.net/faq/</ulink>.
+You can find the latest version of the document at <ulink url="http://ijbswa.sourceforge.net/faq/">http://ijbswa.sourceforge.net/faq/</ulink>.
 Please see the Contact section in the user-manual if you want to contact the developers.
  </para>
 
@@ -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 @@
 <artheader>
 <title>Junkbuster User Manual</title>
 
-<pubdate>$Id: user-manual.sgml,v 1.1 2001/09/12 15:36:41 swa Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 1.2 2001/09/13 15:27:40 swa Exp $</pubdate>
 
 <authorgroup>
  <author>
@@ -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.
  </para>
  <para>
-You can find the latest version of the user manual at  <ulink url="http://ijbswa.sourceforge.net/doc/user-manual/">http://ijbswa.sourceforge.net/doc/user-manual/</ulink>.
+You can find the latest version of the user manual at  <ulink url="http://ijbswa.sourceforge.net/user-manual/">http://ijbswa.sourceforge.net/user-manual/</ulink>.
  </para>
 
  <para>
@@ -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