From 75f1c7badee1f884bdc3e82add7375ce781c5aa0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 13 Apr 2010 13:46:56 +0100 Subject: [PATCH] Doc: web: add info for shared lilypond.org use. --- Documentation/contributor/website-work.itexi | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 -- 2.39.5