lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: anybody know apache? (dir structure of docs)


From: Graham Percival
Subject: Re: anybody know apache? (dir structure of docs)
Date: Sat, 14 Nov 2009 00:39:37 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Nov 12, 2009 at 11:06:54PM +0100, Reinhold Kainhofer wrote:
> Here's the updated snippet for the .htaccess file:

Thanks!  Evidently Jan has already added that to the web server.

(please bear with me for this question; I know I could answer it
myself by spending between 10 and 60 minutes reading tutorials,
but I don't have the heart to do this right now... OTOH, I don't
want to delay this build system stuff)


For reference, our current .htaccess (after adding this fix) can
be found here:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=tree;h=refs/heads/web;hb=refs/heads/web

I'm now planning an internal dir structure as something like this:
  web/index.html
  web/manuals.html
  doc/v2.14/learning/index.html

Internally, web/* is remapped to /, so going to
  lilypond.org/manuals.html
should display the internal web/manuals.html

Now, when I write web/manuals.html, how do I link to the LM?
1)  <a href="../doc/v2.14/learning/index.html">
2)  <a href="doc/v2.14/learning/index.html">
3)  either way, doesn't matter at all
4)  either way, but {#1 / #2} is not recommended because it uses
more resources / it's slower.


(similar question: from the LM, how do I link back to the
manuals.html page... "../../manuals.html" or
"../../web/manuals.html" -- I assume the answer to this is the
same as the earlier question)

Cheers,
- Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]