diff options
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml')
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml index 0778aeed44..970809886f 100644 --- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml @@ -29,7 +29,9 @@ POSSIBILITY OF SUCH DAMAGE. --> -<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="the-website"> +<chapter xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" + xml:id="the-website"> <title>The Website</title> <para>The &os; web site is part of the &os; documents. Files for @@ -129,11 +131,12 @@ <para>Having obtained the documentation and web site source files, the web site can be built.</para> - <para>An actual installation of the web site is run as the <systemitem class="username">root</systemitem> - user because the permissions on the web server directory will - not allow files to be installed by an unprivileged user. - For testing, it can be useful to install the files as a normal - user to a temporary directory.</para> + <para>An actual installation of the web site is run as the + <systemitem class="username">root</systemitem> user because the + permissions on the web server directory will not allow files to + be installed by an unprivileged user. For testing, it can be + useful to install the files as a normal user to a temporary + directory.</para> <para>In these examples, the web site files are built by user <systemitem class="username">jru</systemitem> in their home @@ -143,9 +146,10 @@ <tip> <para>The web site build uses the <filename>INDEX</filename> from the Ports Collection and might fail if that file or - <filename>/usr/ports</filename> is not - present. The simplest approach is to install the <link xlink:href="&url.books.handbook;/ports.html#ports-tree">Ports - Collection</link>.</para> + <filename>/usr/ports</filename> is not present. The simplest + approach is to install the <link + xlink:href="&url.books.handbook;/ports.html#ports-tree">Ports + Collection</link>.</para> </tip> <example xml:id="the-website-examples-build"> @@ -241,10 +245,10 @@ Include etc/apache24/Includes/*.conf</programlisting> <screen>&prompt.root; <userinput>service apache24 onestart</userinput></screen> - <para>The web site can be viewed at - <link xlink:href="http://localhost"/>. Be aware that many - links refer to the real &os; site by name, and those links - will still go to the external site instead of the local test + <para>The web site can be viewed at <link + xlink:href="http://localhost"/>. Be aware that many links + refer to the real &os; site by name, and those links will + still go to the external site instead of the local test version. Fully testing the local site will require temporarily setting <acronym>DNS</acronym> so <literal>www.FreeBSD.org</literal> resolves to |