From: Graham Percival Date: Tue, 13 Apr 2010 12:46:56 +0000 (+0100) Subject: Doc: web: add info for shared lilypond.org use. X-Git-Tag: release/2.13.18-1~15^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75f1c7badee1f884bdc3e82add7375ce781c5aa0;p=lilypond.git Doc: web: add info for shared lilypond.org use. --- diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index 24928668aa..8617215b07 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -114,7 +114,7 @@ cd $HOME/lilypond/build-website/ cp $HOME/lilypond/trusted-scripts/website.make . make -f website.make WEBSITE_ONLY_BUILD=1 website -rsync -ra $HOME/src/build-website/out-website/website/ $DEST/website/ +rsync -raO $HOME/lilypond/build-website/out-website/website/ $DEST/website/ cp $HOME/src/build-website/out-website/pictures $DEST cp $HOME/src/build-website/out-website/.htaccess $DEST @end verbatim @@ -151,6 +151,24 @@ rsync -a $EXAMPLES graham@lilypond.org:ly-examples @end verbatim +@subsubheading Additional information + +Some information about the website is stored in +@file{~graham/lilypond/*.txt}; this information should not be +shared with people without trusted access to the server. + +If you have created any files in @file{~graham/lilypond/} then +please run: + +@example +chgrp lilypond ~graham/lilypond/ -R +chmod 775 ~graham/lilypond/ -R +@end example + +You should symlink your own @file{~/lilypond/} to +@file{~graham/lilypond/} + + @node Translating the website @section Translating the website