diff options
Diffstat (limited to 'site/download/index.php')
-rw-r--r-- | site/download/index.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php index 3e8b620..04b0a46 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -137,6 +137,15 @@ ?> </ul> + <h2 id="mirror">Mirroring <?php echo $lbProjectName; ?></h2> + <p> + Create a directory in your web server directory, eg <?php echo $lbProjectName; ?>/.<br/> + $ <b><?php echo $lbRsyncCommand; ?></b> + </p> + <p> + Add this to your crontab. + </p> + <p> Are you running a mirror? Contact the <?php echo $lbProjectName; ?> project (details are on the <a href="../">home page</a>), and the link will be added here. |