X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor%2Fwebsite-work.itexi;h=bb8c19fe949fc7d4bc8c4e529eea521b5c553105;hb=7ba0a22641cb0c7f5949d66a06d1e2e1fd0b3033;hp=b4f55aec5fd77f8a53d5e6fa614323da34b69681;hpb=0960af56b761197555446c7ce36c36abf88fac03;p=lilypond.git diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index b4f55aec5f..bb8c19fe94 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -42,8 +42,8 @@ the IR or certain NR appendices. @item The bibliography in Community->Publications is generated automatically -from @file{@/.bib} files; formatting is done automatically by -@file{texi@/-web@/.bst}. +from @file{.bib} files; formatting is done automatically by +@file{texi-web.bst}. @item @dots{} @@ -66,17 +66,17 @@ scripts are examined and copied to @subheading Initial setup -You should symlink your own @file{@/~/lilypond/} to -@file{@/~graham/@/lilypond/} +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: +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 +If you have created any files in @file{~graham/lilypond/} then please run: @example @@ -85,11 +85,11 @@ chmod 775 ~graham/lilypond/ -R @end example 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 +security concerns), the @file{Documentation/pictures/} and +@file{Documentation/web/ly-examples/} directories are @strong{not} compiled. You need to upload them, and if they ever change, a user in the @code{lilypond} group must upload them to -@file{@/~graham/@/lilypond@/media} on the host. +@file{~graham/lilypond/media} on the host. Upload latest pictures/ and ly-examples/ (local script): @@ -190,7 +190,7 @@ Cronjob to automate the trusted portions: @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. @@ -250,7 +250,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; @@ -264,7 +264,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.