X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fdeveloper-manual%2Fwebserver-update.html;h=0bae53a10b0aef117627f22ff98804a7c57420a7;hb=797ddff0b98384c2033537b283c9e6e43fba8df3;hp=5112a56dd65b59025deb57fe75dbf95eed8e7811;hpb=0212c18282eaa5f73843cbbec12c9137ea596e1c;p=privoxy.git diff --git a/doc/webserver/developer-manual/webserver-update.html b/doc/webserver/developer-manual/webserver-update.html index 5112a56d..0bae53a1 100644 --- a/doc/webserver/developer-manual/webserver-update.html +++ b/doc/webserver/developer-manual/webserver-update.html @@ -1,239 +1,126 @@ -Update the Webserver
Privoxy Developer Manual
PrevNext

7. Update the Webserver

When updating the webserver, please follow these steps to make - sure that no broken links, incosistent contents or permission - problems will occur: -

If you have changed anything in the documentation source SGML files, - do: -

  make dok # (or make redkat-dok if make dok doesn't work for you)
-

That will generate doc/webserver/user-manual, - doc/webserver/developer-manual, - doc/webserver/faq and - doc/webserver/index.html automatically. -

If you changed the manual page source, generate - doc/webserver/man-page/privoxy-man-page.html - by running "make man". (This is - a separate target due to dependencies on some obscure perl scripts. - See comments in GNUmakefile.) -

If you want to add new files to the webserver, create them locally in - the doc/webserver/* directory (or - create new directories under doc/webserver). -

Next, commit any changes from the above steps to CVS. All set? Then do -

  make webserver
-

This will do the upload to the - webserver (www.privoxy.org) and ensure all files and directories - there are group writable. -

Please do NOT use any other means of transferring - files to the webserver to avoid permission problems. -


PrevHomeNext
Releasing a New Version Contacting the developers, Bug Reporting and Feature Requests
\ No newline at end of file + + + + + Update the Webserver + + + + + + + + + + +
+

7. + Update the Webserver

+ +

The webserver should be updated at least with each stable release. + When updating, please follow these steps to make sure that no broken + links, inconsistent contents or permission problems will occur (as it has + many times in the past!):

+ +

If you have changed anything in the stable-branch documentation source + SGML files, do:

+ + + + + +
+
+  make dok
+
+
+ +

That will generate doc/webserver/user-manual, doc/webserver/developer-manual, doc/webserver/faq, doc/webserver/index.html automatically.

+ +

If you changed the manual page sources, generate doc/webserver/man-page/privoxy-man-page.html by running + "make man". (This is a + separate target due to dependencies on some obscure perl scripts [now in + CVS, but not well tested]. See comments in GNUmakefile.)

+ +

If you want to add new files to the webserver, create them locally in + the doc/webserver/* directory (or create new + directories under doc/webserver).

+ +

Next, commit any changes from the above steps to CVS. All set? If + these are docs in the stable branch, then do:

+ + + + + +
+
+  make webserver
+
+
+ +

This will do the upload to the webserver (www.privoxy.org) and ensure all files and + directories there are group writable.

+ +

Please do NOT + use any other means of transferring files to the webserver to avoid + permission problems. Also, please do not upload docs from development + branches or versions. The publicly posted docs should be in sync with the + last official release.

+
+ + + +