X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor%2Fwebsite-work.itexi;h=427feac96d354546863926922653e451470fc69c;hb=0945e7219a3995158d76267d26f77f57659c8578;hp=f0225c3f5b313cac8b8cdb224f36aca8a4042f0b;hpb=46b1f3d0e85a213677e9748a902f249a31bc15c7;p=lilypond.git diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index f0225c3f5b..427feac96d 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -57,6 +57,29 @@ makefiles and scripts directly from git; copies of the relevant scripts are examined and copied to @code{~graham/lilypond/trusted-scripts/} +@subheading Initial setup + +You should symlink your own @file{~/lilypond/} to +@file{~graham/@/lilypond/} + +If this directory does not exist, make it. Git master should go +in @file{~/lilypond/@/lilypond@/-git/} but make sure you enable: + +@example +git config core.filemode false +@end example + +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 + + +@subheading Normal maintenance + Get latest source code: @verbatim @@ -130,10 +153,10 @@ Cronjob to automate the trusted portions: To reduce the CPU burden on the shared host (as well as some -security concerns), the @file{Documentation/pictures/} and -@file{Documentation/web/ly-examples/} directories are @strong{not} +security concerns), the @file{Documentation/@/pictures/} and +@file{Documentation/@/web/@/ly-examples/} directories are @strong{not} compiled. If you modify any files in those directories, a user in -the @code{lilypond} group must upload them to @file{~graham/media} +the @code{lilypond} group must upload them to @file{~graham/@/media} on the host. Upload latest pictures/ and ly-examples/ (local script): @@ -155,20 +178,9 @@ rsync -a $EXAMPLES graham@lilypond.org:ly-examples @subsubheading Additional information Some information about the website is stored in -@file{~graham/lilypond/*.txt}; this information should not be +@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 @@ -192,7 +204,7 @@ make website however, please note that this command is not designed for being run multiple times. If you see unexpected output (mainly the page footers getting all messed up), then delete your -@file{out-website} directory and run @code{make website} again. +@file{out@/-website} directory and run @code{make website} again. @item Some of the translation infrastructure is defined in python files; @@ -206,7 +218,7 @@ scripts/build/website_post.py @item Translations are not included by default in @code{make website}. To test your translation, edit the @code{WEB_LANGS} line in -@file{make/website.make}. Do not submit a patch to add your language +@file{make/@/website@/.make}. Do not submit a patch to add your language to this file unless @code{make website} completes with less than 5 warnings.