|
From: Benjamin C. <bc...@us...> - 2001-10-25 13:00:24
|
Update of /cvsroot/phpbt/phpbt/docs/html
In directory usw-pr-cvs1:/tmp/cvs-serv25207/html
Modified Files:
devguide.html devstandards.html docs.css index.html
Added Files:
schema.html
Log Message:
Added database schema
--- NEW FILE: schema.html ---
<HTML
><HEAD
><TITLE
>Database Schema</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
"><LINK
REL="HOME"
TITLE="phpBugTracker"
HREF="index.html"><LINK
REL="UP"
TITLE="Developer's Guide"
HREF="devguide.html"><LINK
REL="PREVIOUS"
TITLE="Development Standards"
HREF="devstandards.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
[...3357 lines suppressed...]
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="devguide.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
> </TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
Index: devguide.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- devguide.html 2001/10/17 13:44:10 1.14
+++ devguide.html 2001/10/25 13:00:21 1.15
@@ -120,6 +120,11 @@
></DT
></DL
></DD
+><DT
+>3.3. <A
+HREF="schema.html"
+>Database Schema</A
+></DT
></DL
></DIV
><BLOCKQUOTE
Index: devstandards.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- devstandards.html 2001/10/17 13:44:10 1.15
+++ devstandards.html 2001/10/25 13:00:21 1.16
@@ -15,6 +15,9 @@
REL="PREVIOUS"
TITLE="Developer's Guide"
HREF="devguide.html"><LINK
+REL="NEXT"
+TITLE="Database Schema"
+HREF="schema.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="docs.css"></HEAD
@@ -58,7 +61,11 @@
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
-> </TD
+><A
+HREF="schema.html"
+ACCESSKEY="N"
+>Next</A
+></TD
></TR
></TABLE
><HR
@@ -421,7 +428,11 @@
WIDTH="33%"
ALIGN="right"
VALIGN="top"
-> </TD
+><A
+HREF="schema.html"
+ACCESSKEY="N"
+>Next</A
+></TD
></TR
><TR
><TD
@@ -442,7 +453,7 @@
WIDTH="33%"
ALIGN="right"
VALIGN="top"
-> </TD
+>Database Schema</TD
></TR
></TABLE
></DIV
Index: docs.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/docs.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- docs.css 2001/10/17 13:43:41 1.6
+++ docs.css 2001/10/25 13:00:21 1.7
@@ -23,6 +23,6 @@
text-align: center;
}
-TT {
- font-family: "Tahoma", "Lucida", "Helvetica", "Arial", "Sans-Serif";
- }
+thead { background-color: #dddddd; }
+
+.TABLE { padding: .5em; }
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index.html 2001/10/17 13:44:10 1.12
+++ index.html 2001/10/25 13:00:21 1.13
@@ -110,6 +110,11 @@
HREF="devstandards.html"
>Development Standards</A
></DT
+><DT
+>3.3. <A
+HREF="schema.html"
+>Database Schema</A
+></DT
></DL
></DD
></DL
|