From 86955c63b3e46398910c5f0b7326c953eaa9ec98 Mon Sep 17 00:00:00 2001 From: swa Date: Wed, 27 Mar 2002 09:34:26 +0000 Subject: [PATCH] new stylesheet for docs. new stylesheet for web. --- doc/source/ldp.dsl | 2 +- doc/text/developer-manual.txt | 31 ++++++---- doc/text/faq.txt | 73 ++++++++++++----------- doc/text/user-manual.txt | 108 ++++++++++++++++++++++------------ doc/webserver/ijb_docs.css | 11 ---- doc/webserver/index.html | 8 +-- doc/webserver/p_doc.css | 11 ++++ doc/webserver/p_web.css | 11 ++++ doc/webserver/swa.css | 9 --- 9 files changed, 157 insertions(+), 107 deletions(-) delete mode 100644 doc/webserver/ijb_docs.css create mode 100644 doc/webserver/p_doc.css create mode 100644 doc/webserver/p_web.css delete mode 100644 doc/webserver/swa.css diff --git a/doc/source/ldp.dsl b/doc/source/ldp.dsl index 5c245a48..e4352a5a 100644 --- a/doc/source/ldp.dsl +++ b/doc/source/ldp.dsl @@ -123,7 +123,7 @@ ;; /DESC ;; AUTHOR N/A ;; /REFENTRY - "../ijb_docs.css") + "../p_doc.css") (define %stylesheet-type% ;; REFENTRY stylesheet-type diff --git a/doc/text/developer-manual.txt b/doc/text/developer-manual.txt index a0380fb5..e0a86856 100644 --- a/doc/text/developer-manual.txt +++ b/doc/text/developer-manual.txt @@ -3,17 +3,24 @@ Privoxy Developer Manual By: Privoxy Developers - $Id: developer-manual.sgml,v 1.10 2002/03/24 12:33:01 swa Exp $ + $Id: developer-manual.sgml,v 1.13 2002/03/27 01:16:41 hal9 Exp $ The developer manual gives the users information on how to help the developer team. It provides guidance on coding, testing, documentation - and other issues. Privoxy is a web proxy with advanced filtering - capabilities for protecting privacy, filtering web page content, - managing cookies, controlling access, and removing ads, banners, - pop-ups and other obnoxious Internet Junk. Privoxy has a very flexible - configuration and can be customized to suit individual needs and - tastes. Privoxy has application for both stand-alone systems and - multi-user networks. + and other issues. + + Privoxy is a web proxy with advanced filtering capabilities for + protecting privacy, filtering web page content, managing cookies, + controlling access, and removing ads, banners, pop-ups and other + obnoxious Internet junk. Privoxy has a very flexible configuration and + can be customized to suit individual needs and tastes. Privoxy has + application for both stand-alone systems and multi-user networks. + + Privoxy is based on the code of the Internet Junkbuster. Junkbuster + was originally written by JunkBusters Corporation, and was released as + free open-source software under the GNU GPL. Stefan Waldherr made many + improvements, and started the SourceForge project to continue + development. Other developers have since joined Stefan. You can find the latest version of the user manual at [1]http://www.privoxy.org/developer-manual/. Please see the Contact @@ -1038,8 +1045,8 @@ static void unload_re_filterfile( void *f ) { ... } 4.8. Addendum: Template for files and function comment blocks: Example for file comments: -const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.10 2002/03/24 12:33 -:01 swa Exp $"; +const char FILENAME_rcs[] = "$Id: developer-manual.sgml,v 1.13 2002/03/27 01:16 +:41 hal9 Exp $"; /********************************************************************* * * File : $Source$ @@ -1096,8 +1103,8 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; Example for file header comments: #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.10 2002/03/24 12:33: -01 swa Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.13 2002/03/27 01:16: +41 hal9 Exp $" /********************************************************************* * * File : $Source$ diff --git a/doc/text/faq.txt b/doc/text/faq.txt index 5b69dbed..2e9bfbb9 100644 --- a/doc/text/faq.txt +++ b/doc/text/faq.txt @@ -3,16 +3,23 @@ Privoxy Frequently Asked Questions By: Privoxy Developers - $Id: faq.sgml,v 1.30 2002/03/25 16:39:22 hal9 Exp $ + $Id: faq.sgml,v 1.32 2002/03/27 00:57:03 hal9 Exp $ - The FAQ document gives users and developers alike answers to - frequently asked questions about Privoxy. Privoxy is a web proxy with - advanced filtering capabilities for protecting privacy, filtering web - page content, managing cookies, controlling access, and removing ads, - banners, pop-ups and other obnoxious Internet Junk. Privoxy has a very - flexible configuration and can be customized to suit individual needs - and tastes. Privoxy has application for both stand-alone systems and - multi-user networks. + This FAQ gives users and developers alike answers to frequently asked + questions about Privoxy. + + Privoxy is a web proxy with advanced filtering capabilities for + protecting privacy, filtering web page content, managing cookies, + controlling access, and removing ads, banners, pop-ups and other + obnoxious Internet junk. Privoxy has a very flexible configuration and + can be customized to suit individual needs and tastes. Privoxy has + application for both stand-alone systems and multi-user networks. + + Privoxy is based on the code of the Internet Junkbuster. Junkbuster + was originally written by JunkBusters Corporation, and was released as + free open-source software under the GNU GPL. Stefan Waldherr made many + improvements, and started the SourceForge project to continue + development. You can find the latest version of the document at [1]http://www.privoxy.org/faq/. Please see the Contact section in the @@ -802,7 +809,7 @@ References 3. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#QUESTIONS 4. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#GENERAL 5. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#NEWJB - 6. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN32 + 6. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN37 7. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#DIFFERS 8. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#FEATURES 9. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#PROXYMORON @@ -813,43 +820,43 @@ References 14. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#WHICHBROWSERS 15. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#WHICHOS 16. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#NEWINSTALL - 17. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN146 + 17. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN151 18. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#LOCALHOST - 19. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN171 + 19. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN176 20. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#CONFIGURATION 21. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#NEWCONFIG - 22. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN187 + 22. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN192 23. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#ACTIONSS - 24. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN205 + 24. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN210 25. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#CONFIGFILES 26. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#BROWSECONFIG - 27. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN322 - 28. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN334 - 29. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN346 - 30. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN357 - 31. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN362 + 27. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN327 + 28. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN339 + 29. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN351 + 30. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN362 + 31. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN367 32. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#OTHERPROXY 33. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#MISC - 34. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN381 + 34. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN386 35. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#LOADINGTIMES 36. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#CONFIGURL 37. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#BLOCKLIST 38. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#NEWADS 39. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#IP - 40. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN422 - 41. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN433 - 42. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN443 - 43. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN451 - 44. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN456 - 45. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN465 - 46. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN469 - 47. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN476 + 40. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN427 + 41. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN438 + 42. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN448 + 43. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN456 + 44. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN461 + 45. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN470 + 46. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN474 + 47. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN481 48. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#TURNOFF - 49. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN494 - 50. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN496 - 51. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN509 - 52. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN515 - 53. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN533 + 49. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN499 + 50. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN501 + 51. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN514 + 52. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN520 + 53. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN538 54. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#COPYRIGHT 55. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#SEEALSO 56. http://www.junkbusters.com/ diff --git a/doc/text/user-manual.txt b/doc/text/user-manual.txt index 576dea0c..5a33782e 100644 --- a/doc/text/user-manual.txt +++ b/doc/text/user-manual.txt @@ -3,7 +3,7 @@ Privoxy User Manual By: Privoxy Developers - $Id: user-manual.sgml,v 1.57 2002/03/24 20:33:30 hal9 Exp $ + $Id: user-manual.sgml,v 1.60 2002/03/27 01:57:34 hal9 Exp $ The user manual gives users information on how to install, configure and use Privoxy. Privoxy is a web proxy with advanced filtering @@ -84,16 +84,20 @@ Privoxy User Manual 1. Introduction Privoxy is a web proxy with advanced filtering capabilities for - protecting privacy, filtering and modifying web page content, managing - cookies, controlling access, and removing ads, banners, pop-ups and - other obnoxious Internet Junk. Privoxy has a very flexible - configuration and can be customized to suit individual needs and - tastes. Privoxy has application for both stand-alone systems and - multi-user networks. + protecting privacy, filtering web page content, managing cookies, + controlling access, and removing ads, banners, pop-ups and other + obnoxious Internet junk. Privoxy has a very flexible configuration and + can be customized to suit individual needs and tastes. Privoxy has + application for both stand-alone systems and multi-user networks. + + Privoxy is based on the code of the Internet Junkbuster. Junkbuster + was originally written by JunkBusters Corporation, and was released as + free open-source software under the GNU GPL. Stefan Waldherr made many + improvements, and started the SourceForge project to continue + development. - Privoxy is derived from Internet Junkbuster by Junkbusters - Corporation, which is no longer under development. Many enhancements - and new features have been added. + Privoxy continues the Junkbuster tradition, but adds many refinements + and enhancements. This documentation is included with the current BETA version of Privoxy and is mostly complete at this point. The most up to date @@ -1964,13 +1968,43 @@ Please choose from the following options: Now the page displays ;-) + + But now what about a situation where we get no explicit matches like + we did with: + + { -block } + /adsl + + + That actually was very telling and pointed us quickly to where the + problem was. If you don't get this kind of match, then it means one of + the default rules in the first section is causing the problem. This + would require some guesswork, and maybe a little trial and error to + isolate the offending rule. One likely cause would be one of the + "{+filter}" actions. Try adding the URL for the site to one of aliases + that turn off "+filter": + + {shop} + .quietpc.com + .worldpay.com # for quietpc.com + .jungle.com + .scan.co.uk + .forbes.com + + + "{shop}" is an "alias" that expands to "{ -filter -no-cookies + -no-cookies-keep }". Or you could do your own exception to negate + filtering: + + {-filter} + .forbes.com References Visible links 1. http://www.privoxy.org/user-manual/ 2. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#INTRODUCTION - 3. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN31 + 3. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN35 4. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#INSTALLATION 5. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#INSTALLATION-SOURCE 6. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#INSTALLATION-RH @@ -1979,30 +2013,30 @@ References 9. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#INSTALLATION-WIN 10. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#INSTALLATION-OTHER 11. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#CONFIGURATION - 12. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN150 - 13. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN168 - 14. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN199 - 15. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN232 - 16. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN325 - 17. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN462 - 18. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN550 - 19. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN659 + 12. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN154 + 13. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN172 + 14. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN203 + 15. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN236 + 16. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN329 + 17. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN466 + 18. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#FORWARDING + 19. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN663 20. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#ACTIONSFILE - 21. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN758 - 22. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN832 - 23. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1149 + 21. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN762 + 22. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN836 + 23. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1153 24. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#FILTERFILE - 25. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1208 + 25. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1212 26. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#QUICKSTART - 27. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1264 + 27. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1268 28. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#CONTACT 29. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#COPYRIGHT - 30. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1323 - 31. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1329 + 30. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1327 + 31. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1333 32. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#SEEALSO 33. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#APPENDIX 34. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#REGEX - 35. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1517 + 35. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1521 36. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#ACTIONSANAT 37. http://p.p/ 38. http://sourceforge.net/projects/ijbswa/ @@ -2027,7 +2061,7 @@ References 57. http://sourceforge.net/mail/?group_id=11118 58. http://sourceforge.net/mail/?group_id=11118 59. http://www.gnu.org/copyleft/gpl.html - 60. http://www.junkbusters.com/ht/en/ijbfaq.html + 60. http://www.junkbusters.com/ 61. http://www.waldherr.org/junkbuster/ 62. http://sourceforge.net/projects/ijbswa/ 63. http://sourceforge.net/projects/ijbswa @@ -2052,12 +2086,12 @@ References 82. http://google.com/ Hidden links: - 83. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1389 - 84. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1397 - 85. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1400 - 86. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1403 - 87. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1406 - 88. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1411 - 89. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1414 - 90. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1417 - 91. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1423 + 83. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1393 + 84. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1401 + 85. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1404 + 86. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1407 + 87. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1410 + 88. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1415 + 89. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1418 + 90. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1421 + 91. file://localhost/home/swa/sf/current-org/doc/source/tmp.html#AEN1427 diff --git a/doc/webserver/ijb_docs.css b/doc/webserver/ijb_docs.css deleted file mode 100644 index 05935ca3..00000000 --- a/doc/webserver/ijb_docs.css +++ /dev/null @@ -1,11 +0,0 @@ -hr { width: 95% } -body { background: #EEEEEE} -h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif } -code { color: green } -pre { margin-left: 2% } -h1 { color: #404; - font-size: 175% -} -h2 { color: #606 } -h3, h4 { color: #806 } -ul { list-style-type: square } diff --git a/doc/webserver/index.html b/doc/webserver/index.html index 8263916f..e3bf7298 100644 --- a/doc/webserver/index.html +++ b/doc/webserver/index.html @@ -7,7 +7,7 @@ This file belongs in ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.html,v 1.12 2002/03/26 13:21:41 swa Exp $ + $Id: index.html,v 1.13 2002/03/26 22:29:56 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -39,7 +39,7 @@ Privoxy|Project Homepage - + @@ -84,9 +84,9 @@ originally written by
  • Download recent releases
  • -
  • You can browse the Browse the - CVS repository online.
  • + CVS repository

    Documentation

    diff --git a/doc/webserver/p_doc.css b/doc/webserver/p_doc.css new file mode 100644 index 00000000..8eb2159a --- /dev/null +++ b/doc/webserver/p_doc.css @@ -0,0 +1,11 @@ +hr { width: 95% } +body { background: #EEEEEE; } +h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif } +code { color: green } +pre { margin-left: 2% } +# p { margin-left:20px } +body { margin-left:20px } +h1 { color: #404; font-size: 175%; margin-left:0px } +h2 { color: #606; margin-left:0px } +h3, h4 { color: #806; margin-left:0px } +ul { list-style-type: square } diff --git a/doc/webserver/p_web.css b/doc/webserver/p_web.css new file mode 100644 index 00000000..8eb2159a --- /dev/null +++ b/doc/webserver/p_web.css @@ -0,0 +1,11 @@ +hr { width: 95% } +body { background: #EEEEEE; } +h1, h2, h3, h4 { font-family: arial, helvetica, sans-serif } +code { color: green } +pre { margin-left: 2% } +# p { margin-left:20px } +body { margin-left:20px } +h1 { color: #404; font-size: 175%; margin-left:0px } +h2 { color: #606; margin-left:0px } +h3, h4 { color: #806; margin-left:0px } +ul { list-style-type: square } diff --git a/doc/webserver/swa.css b/doc/webserver/swa.css deleted file mode 100644 index 22489e52..00000000 --- a/doc/webserver/swa.css +++ /dev/null @@ -1,9 +0,0 @@ -body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;} -h1 { margin-left:20px; font-family:Helvetica,Arial; font-size:18pt;} -h2 { margin-left:25px; font-family:Helvetica,Arial; font-size:14pt; } -h3 { margin-left:25px; font-family:Helvetica,Arial; font-size:12pt; } -p { margin-left:27px; margin-right:20px; font-size:10pt; } -# next definition removes bullets for netscape -# li { margin-left:27px; margin-right:20px; font-size:10pt; } -form,pre,ul,ol { margin-left:27px; margin-right:20px; font-size:10pt; } -div,td,th,address,nobr,b,i { font-size:10pt; } -- 2.39.2