[Zope3-checkins] SVN: Zope3/trunk/ Fixed documentation bug as
reported in issue 399.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed May 18 14:40:05 EDT 2005
Log message for revision 30387:
Fixed documentation bug as reported in issue 399.
Changed:
U Zope3/trunk/README.txt
U Zope3/trunk/doc/INSTALL.txt
-=-
Modified: Zope3/trunk/README.txt
===================================================================
--- Zope3/trunk/README.txt 2005-05-18 18:35:24 UTC (rev 30386)
+++ Zope3/trunk/README.txt 2005-05-18 18:40:05 UTC (rev 30387)
@@ -60,10 +60,10 @@
this release of Zope 3 requires recent versions of Mozilla or IE.
If you insist on using an older browser (or a text-based browser)
- you can use the basic Zope 3 skin by putting '++skin++basic' after
+ you can use the basic Zope 3 skin by putting '++skin++Basic' after
the server part of the URL::
- http://localhost:8080/++skin++basic/manage
+ http://localhost:8080/++skin++Basic/manage
See doc/INSTALL.txt for more information.
Modified: Zope3/trunk/doc/INSTALL.txt
===================================================================
--- Zope3/trunk/doc/INSTALL.txt 2005-05-18 18:35:24 UTC (rev 30386)
+++ Zope3/trunk/doc/INSTALL.txt 2005-05-18 18:40:05 UTC (rev 30387)
@@ -44,10 +44,10 @@
this release of Zope 3 requires recent versions of Mozilla or IE.
If you insist on using an older browser (or a text-based browser)
- you can use the basic Zope 3 skin by putting '++skin++basic' after
+ you can use the basic Zope 3 skin by putting '++skin++Basic' after
the server part of the URL::
- http://localhost:8080/++skin++basic/manage
+ http://localhost:8080/++skin++Basic/manage
You will be prompted for a user name and password. Use the user name
and password you entered into your principals.zcml file.
More information about the Zope3-Checkins
mailing list