1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Style "preformatted text" :)

This commit is contained in:
Hannes Magnusson
2010-12-26 21:40:12 +00:00
parent 0d876c0f04
commit a8806d2d98
6 changed files with 19 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ $minute = rand(0, 59);
As you have rsync, fetch the web files with the following:
</p>
<pre>
<pre class="info">
rsync -avzC --timeout=600 --delete --delete-after \
--include='distributions/*.exe' \
rsync.php.net::phpweb /your/local/path
@@ -94,7 +94,7 @@ $minute = rand(0, 59);
language of the manual? Add:
</p>
<pre>
<pre class="info">
--include='manual/en/' --include='manual/en/**' --exclude='manual/**' --exclude='distributions/manual/**'
</pre>
@@ -154,7 +154,7 @@ $minute = rand(0, 59);
</p>
<a name="settings"></a>
<pre>
<pre class="info">
&lt;VirtualHost *-or-your-hostname-or-your-ip-here&gt;
&lt;Directory /www/htdocs/phpweb&gt;
# Do not display directory listings if index is not present,
@@ -271,7 +271,7 @@ $minute = rand(0, 59);
is up to date. Something like:
</p>
<pre>
<pre class="info">
<?php echo $minute; ?> * * * * rsync -avzC --timeout=600 --delete --delete-after --include='distributions/*.exe' rsync.php.net::phpweb /your/local/path
</pre>