Update of /cvsroot/babeldoc/babeldoc/readme
In directory sc8-pr-cvs1:/tmp/cvs-serv27392/readme
Modified Files:
style.css userguide.xml
Log Message:
Lots of updates to the documentation. The processor documentation is now generated directly from the source code.
Index: style.css
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** style.css 7 Aug 2003 21:14:57 -0000 1.1
--- style.css 8 Aug 2003 23:43:11 -0000 1.2
***************
*** 15,19 ****
BODY {
! font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
background-color: #fffdf0;
--- 15,19 ----
BODY {
! font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
background-color: #fffdf0;
***************
*** 56,72 ****
b.userinput {
! font-family: "Courier New", Courier;
color: #be1b33;
}
! b.userinput tt p {
! margin-top: -.1em;
! margin-bottom: -.1em;
! font-size: 11;
}
! tt.computeroutput p {
! margin-top: -.1em;
! margin-bottom: -.1em;
! font-size: 11;
! }
\ No newline at end of file
--- 56,79 ----
b.userinput {
! font-family: 'Andale Mono', Courier, monospace;
color: #be1b33;
+ font-size: 11pt;
}
! tt.computeroutput {
! font-family: 'Andale Mono', Courier, monospace;
! background-color: #eeeeee;
! font-size: 9pt;
}
! tt.computeroutput table.simplelist {
! font-family: 'Andale Mono', Courier, monospace;
! background-color: #eeeeee;
! font-size: 9pt;
! }
!
! div.informaltable table {
! background-color: #eeeeee;
! font-family: Verdana, Helvetica, Arial, sans-serif;
! font-size: 10pt;
! }
Index: userguide.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/readme/userguide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** userguide.xml 8 Apr 2003 03:04:50 -0000 1.3
--- userguide.xml 8 Aug 2003 23:43:11 -0000 1.4
***************
*** 11,14 ****
--- 11,15 ----
<!ENTITY pipelinestages SYSTEM "pipelinestages.xml">
<!ENTITY scanners SYSTEM "scanners.xml">
+ <!ENTITY processors SYSTEM "processors.xml">
]>
|