cvs: smarty /docs README getting-started.sgml
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1061219314@cvsserver> |
mohrt Mon Aug 18 11:08:34 2003 EDT
Modified files:
/smarty/docs README getting-started.sgml
Log:
change installation wording confusion
Index: smarty/docs/README
diff -u smarty/docs/README:1.1 smarty/docs/README:1.2
--- smarty/docs/README:1.1 Wed Aug 13 10:50:18 2003
+++ smarty/docs/README Mon Aug 18 11:08:34 2003
@@ -1,6 +1,6 @@
This directory contains the documentation for Smarty. All files are in docbook
-format. The top level directory contains the english docs, while the subdirs
-contain different available languages.
+format with an .sgml extention. The top level directory contains the english
+docs, while the subdirs contain different available languages.
To compile the documentation, I use the docbook utilities (available as an rpm
for redhat linux.) Compiling goes as such:
@@ -10,3 +10,6 @@
Be sure to edit the html.dsl file and set the path to your docbook.dsl
stylesheet file.
+
+This will create a subdirectory called manual/ which will contain the generated
+HTML docs to view with a browser.
Index: smarty/docs/getting-started.sgml
diff -u smarty/docs/getting-started.sgml:1.22 smarty/docs/getting-started.sgml:1.23
--- smarty/docs/getting-started.sgml:1.22 Thu Aug 7 11:37:42 2003
+++ smarty/docs/getting-started.sgml Mon Aug 18 11:08:34 2003
@@ -168,8 +168,8 @@
example, the document root is "/web/www.mydomain.com/docs/". The Smarty
directories are only accessed by the Smarty library and never accessed
directly by the web browser. Therefore to avoid any security concerns, it
- is recommended to place these directories in a directory
- <emphasis>off</emphasis> the document root.
+ is recommended to place these directories <emphasis>outside</emphasis> of
+ the document root.
</para>
<para>
For our installation example, we will be setting up the Smarty environment
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php