Index: openacs-4/packages/acs-core-docs/www/xml/README.fo
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/README.fo,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/acs-core-docs/www/xml/README.fo 18 Nov 2003 23:30:22 -0000 1.1.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/README.fo 19 Nov 2003 00:10:34 -0000 1.1.2.2
@@ -11,8 +11,19 @@
(all this except Jimi was installed unchanged via emerge on gentoo)
-FOP generates a number of non-intuitive errors for docbook problems.
+I did have to change the fop executable script to increase the JVM
+memory. On the last line of /usr/bin/fop (or whereever yours ends
+up) add -Xms64m -Xmx256m; smaller might work too...
+104c104
+< $JAVACMD -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@"
+---
+> $JAVACMD -Xms64m -Xmx256m -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@"
+
+
+
+FOP generates a number of non-intuitive errors for docbook problems...
+
* If you
...
it can end up in an
infinite loop trying to place the table.
@@ -27,4 +38,9 @@
It does make a pdf with a TOC and page numbers though.
-Jeff Davis davis@xarg.net
\ No newline at end of file
+
+I would be interested in seeing the output produced by PassiveTeX and
+XEP.
+
+
+Jeff Davis davis@xarg.ne
Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml,v
diff -u -r1.8.2.1 -r1.8.2.2
--- openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 17 Nov 2003 16:38:09 -0000 1.8.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 19 Nov 2003 00:10:34 -0000 1.8.2.2
@@ -133,14 +133,18 @@
+
If the literal value is a
huge string, then we waste a lot of time in the database server doing
useless parsing.
+
+
Second, if the literal value contains characters like
single quotes, we have to be careful to double-quote them, because not
quoting them will lead to surprising errors.
+
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v
diff -u -r1.15.2.1 -r1.15.2.2
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 14 Nov 2003 09:43:47 -0000 1.15.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 19 Nov 2003 00:10:35 -0000 1.15.2.2
@@ -487,9 +487,8 @@
- Attempt to connect to the service from a web browser. You should specify a URL like:
-
- http://yourserver.test:8000
+ Attempt to connect to the service from a web browser. You should specify a URL like: http://yourserver.test:8000
+
You should see a page that looks like this. If you #PermitEmptyPasswords no to PermitEmptyPasswords no (this blocks passwordless accounts)
and save and exit by typing C-x C-s C-x C-c
- Restart sshd so that the change takes effect.service sshd restart
+ Restart sshd so that the change takes effect.service sshd restart
Index: openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml,v
diff -u -r1.5.2.2 -r1.5.2.3
--- openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml 18 Nov 2003 15:18:36 -0000 1.5.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml 19 Nov 2003 00:10:35 -0000 1.5.2.3
@@ -821,14 +821,14 @@
-URL sharing could be dangerous. If I happen to be browsing Amazon
+URL sharing could be dangerous. If I happen to be browsing Amazon
while logged in and I email a friend, he could conceivably receive it and follow
it before my session has expired, gaining all of the privileges I
-had.
+had.
-User-entered URLs are harder to handler. If a user is in the middle of
+User-entered URLs are harder to handler. If a user is in the middle of
a session and then types in the URL of some page, he could be kicked out of his
-session.
+session.