Re: Copy pdf docs to new website folder (issue 5507046)

2012-03-17 Thread julien . rioux

On 2012/01/03 20:36:48, Graham Percival wrote:

On Tue, Jan 03, 2012 at 06:31:54PM +, mailto:hashas...@gmail.com

wrote:

 Sorry, didn't understand what you mean by add issue 2166 to track

this


It's not relevant unless you're going to be making other patches.
If you are, read the summary for experienced developers again in
more detail.  The git-cl step wasn't done properly.



 Anything I can do to help this to get live?



Wait a day or two.  It's on the countdown right now.  See the
summary for experienced developers if you don't know what that
means.



Cheers,
- Graham


This rietveld issue can be closed.

http://codereview.appspot.com/5507046/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Copy pdf docs to new website folder (issue 5507046)

2012-01-04 Thread James
Hello,

On 1 January 2012 23:14,  gra...@percival-music.ca wrote:
 LGTM, but I had to add issue 2166 to track this.

 http://codereview.appspot.com/5507046/

This is now ready to 'push'.

If you can attach a git formatted patch to the tracker

http://code.google.com/p/lilypond/issues/detail?id=2166

I can push it for you, else I can download the diff from Rietveld.


-- 
--

James

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Copy pdf docs to new website folder (issue 5507046)

2012-01-04 Thread Alberto Simões
On Wed, Jan 4, 2012 at 8:05 AM, James pkx1...@gmail.com wrote:
 Hello,

 On 1 January 2012 23:14,  gra...@percival-music.ca wrote:
 LGTM, but I had to add issue 2166 to track this.

 http://codereview.appspot.com/5507046/

 This is now ready to 'push'.

 If you can attach a git formatted patch to the tracker

 http://code.google.com/p/lilypond/issues/detail?id=2166

 I can push it for you, else I can download the diff from Rietveld.

Attached.

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Copy pdf docs to new website folder (issue 5507046)

2012-01-03 Thread hashashin

Reviewers: Graham Percival,

Message:
On 2012/01/01 23:14:05, Graham Percival wrote:

LGTM, but I had to add issue 2166 to track this.


Sorry, didn't understand what you mean by add issue 2166 to track this

Anything I can do to help this to get live?

Description:
Patch related to http://codereview.appspot.com/5500069/.

There is a git pull request on github to put pdf files in
lilypond-extra.

These patches copy the files to the correct place, and rewrite links.

I did some changes on the contribution documentation page as well, given
that is misses some details. Also not that the wbesite page is not
up-to-date to the latest git repository version.


Please review this at http://codereview.appspot.com/5507046/

Affected files:
  M Documentation/contributor/programming-work.itexi
  M Documentation/contributor/website-work.itexi
  M Documentation/cs/web/introduction.itexi
  M Documentation/de/web/introduction.itexi
  M Documentation/es/web/introduction.itexi
  M Documentation/fr/web/community.itexi
  M Documentation/fr/web/introduction.itexi
  M Documentation/hu/web/community.itexi
  M Documentation/it/web/introduction.itexi
  M Documentation/ja/web/introduction.itexi
  M Documentation/nl/web/introduction.itexi
  M Documentation/web/introduction.itexi
  M Documentation/web/we-wrote.bib
  M make/website.make


Index: Documentation/contributor/programming-work.itexi
diff --git a/Documentation/contributor/programming-work.itexi  
b/Documentation/contributor/programming-work.itexi
index  
e6aa1f0d9961e9522715159e94ff8066c808088c..1ff0247a731a2fd725ae08507a12fca73fa9a3cd  
100644

--- a/Documentation/contributor/programming-work.itexi
+++ b/Documentation/contributor/programming-work.itexi
@@ -29,7 +29,7 @@ number of stages.  This process, along with the types of  
routines that
 accomplish the various stages of the process, is described in this  
section.  A

 more complete description of the LilyPond architecture and internal program
 execution is found in Erik Sandberg's
-@uref{http://lilypond.org/web/images/thesis-erik-sandberg.pdf, master's
+@uref{http://lilypond.org/website/pdf/thesis-erik-sandberg.pdf, master's
 thesis}.

 The first stage of LilyPond processing is @emph{parsing}.  In the parsing
Index: Documentation/contributor/website-work.itexi
diff --git a/Documentation/contributor/website-work.itexi  
b/Documentation/contributor/website-work.itexi
index  
49bf3db6f5a6f1f9196cd9ffd723c8aa37da264e..aaced80cff446d2845649a332f49209d3d8c9839  
100644

--- a/Documentation/contributor/website-work.itexi
+++ b/Documentation/contributor/website-work.itexi
@@ -65,9 +65,9 @@ Initial setup:
 Create directories:

 @example
-$HOME/lilypond/
-$HOME/lilypond/media/
-$HOME/lilypond/trusted-scripts/
+mkdir $HOME/lilypond/
+mkdir $HOME/lilypond/media/
+mkdir $HOME/lilypond/trusted-scripts/
 @end example

 To reduce the CPU burden on the shared host (as well as some
@@ -114,6 +114,17 @@ cp $GIT/Documentation/web/server/lilypond.org.htaccess  
$DEST/lilypond.org.htacce
 cp $GIT/Documentation/web/server/website-dir.htaccess  
$DEST/website-dir.htaccess

 @end smallexample

+For a complete build you will need a copy of @code{lilypond-extra} git  
repository.

+You can checkout a fresh copy easily:
+
+@example
+export LILYPOND_WEB_MEDIA_GIT=$HOME/lilypond-extra
+git clone git://github.com/gperciva/lilypond-extra.git  
$LILYPOND_WEB_MEDIA_GIT

+@end example
+
+Just note that the example above expects a bash environment. If you are  
using another shell

+you might need to use a different keyword, other than @code{export}.
+
 Delete your build directory (or maybe just rename your build
 directory to build-old).

Index: Documentation/cs/web/introduction.itexi
diff --git a/Documentation/cs/web/introduction.itexi  
b/Documentation/cs/web/introduction.itexi
index  
e1290089a155e42b6f589ddb796b9298e9064d5d..b1096adb499c05700a092105120448fae7c1bbeb  
100644

--- a/Documentation/cs/web/introduction.itexi
+++ b/Documentation/cs/web/introduction.itexi
@@ -687,7 +687,7 @@ Francouzský článek o LilyPondu ve verzi 2.6 se objevuje  
na


 Vydavatelé holandského časopisu Computer!Totaal,
 který se věnuje počítačům,
-@uref{http://lilypond.org/web/images/computer-totaal.jpeg,
+@uref{http://lilypond.org/website/pdf/computer-totaal.jpeg,
 popisují LilyPond} ve vydání z října 2004 jako: @qq{báječný
 svobodný (Open Source) program [...] Noty vytvořené LilyPondem
 jsou bez výjimky nádherné [...] Jde o velmi silný systém, který
Index: Documentation/de/web/introduction.itexi
diff --git a/Documentation/de/web/introduction.itexi  
b/Documentation/de/web/introduction.itexi
index  
ba8fc7497481dd82f077998a034549e4cf22a1e4..e9f52b22851c4428575d36c5f436d226fb4c52e4  
100644

--- a/Documentation/de/web/introduction.itexi
+++ b/Documentation/de/web/introduction.itexi
@@ -722,7 +722,7 @@ Oktober 2004

 Die Editoren von Computer!Totaal, einer holländischen
 Computerzeitschrift,
-@uref{http://lilypond.org/web/images/computer-totaal.jpeg,

Re: Copy pdf docs to new website folder (issue 5507046)

2012-01-03 Thread James
Hello,

On 3 January 2012 18:31,  hashas...@gmail.com wrote:
 Reviewers: Graham Percival,

 Message:
 On 2012/01/01 23:14:05, Graham Percival wrote:

 LGTM, but I had to add issue 2166 to track this.


 Sorry, didn't understand what you mean by add issue 2166 to track this

http://code.google.com/p/lilypond/issues/detail?id=2166

We use Google tracker for any issue we have a patch for on Rietveld

Normally you would use git-cl that comes with the LilyPond Code as per
the Contributor's Guide to upload the patch and during the upload
you'd be prompted for a tracker issue.

http://lilypond.org/doc/v2.15/Documentation/contributor/commits-and-patches#uploading-a-patch-for-review

The tracker is required, among other things, so our automated scripts
can test all 'new' google tracker patches to make sure they apply.
Without a tracker issue code uploaded to Rietveld gets missed and so
slows down the eventual pushing of this.


 Anything I can do to help this to get live?

Well, the patch has been changed to 'countdown' see:

http://lilypond.org/doc/v2.15/Documentation/contributor-big-page#summary-for-experienced-developers

under 'reviews'.

Hope this helps.


-- 
--

James

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Copy pdf docs to new website folder (issue 5507046)

2012-01-03 Thread Graham Percival
On Tue, Jan 03, 2012 at 06:31:54PM +, hashas...@gmail.com wrote:
 Sorry, didn't understand what you mean by add issue 2166 to track this

It's not relevant unless you're going to be making other patches.
If you are, read the summary for experienced developers again in
more detail.  The git-cl step wasn't done properly.

 Anything I can do to help this to get live?

Wait a day or two.  It's on the countdown right now.  See the
summary for experienced developers if you don't know what that
means.

Cheers,
- Graham

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Copy pdf docs to new website folder (issue 5507046)

2012-01-01 Thread graham

LGTM, but I had to add issue 2166 to track this.

http://codereview.appspot.com/5507046/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel