change installation wording confusion

This commit is contained in:
mohrt
2003-08-18 15:08:34 +00:00
parent 09aa653a75
commit aeb830dcb5
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
This directory contains the documentation for Smarty. All files are in docbook This directory contains the documentation for Smarty. All files are in docbook
format. The top level directory contains the english docs, while the subdirs format with an .sgml extention. The top level directory contains the english
contain different available languages. docs, while the subdirs contain different available languages.
To compile the documentation, I use the docbook utilities (available as an rpm To compile the documentation, I use the docbook utilities (available as an rpm
for redhat linux.) Compiling goes as such: for redhat linux.) Compiling goes as such:
@@ -10,3 +10,6 @@ db2html -d /path/to/html.dsl manual.sgml
Be sure to edit the html.dsl file and set the path to your docbook.dsl Be sure to edit the html.dsl file and set the path to your docbook.dsl
stylesheet file. stylesheet file.
This will create a subdirectory called manual/ which will contain the generated
HTML docs to view with a browser.

View File

@@ -168,8 +168,8 @@ $smarty = new Smarty;</screen>
example, the document root is "/web/www.mydomain.com/docs/". The Smarty example, the document root is "/web/www.mydomain.com/docs/". The Smarty
directories are only accessed by the Smarty library and never accessed directories are only accessed by the Smarty library and never accessed
directly by the web browser. Therefore to avoid any security concerns, it directly by the web browser. Therefore to avoid any security concerns, it
is recommended to place these directories in a directory is recommended to place these directories <emphasis>outside</emphasis> of
<emphasis>off</emphasis> the document root. the document root.
</para> </para>
<para> <para>
For our installation example, we will be setting up the Smarty environment For our installation example, we will be setting up the Smarty environment