lilypond-user
[Top][All Lists]
Advanced

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

Re: Potential improvements to the homepage?


From: David Kastrup
Subject: Re: Potential improvements to the homepage?
Date: Sat, 27 Aug 2016 07:30:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

David Pirotte <address@hidden> writes:

> Don't be! You'll get use to it a lot faster then you think! It
> actually reads almost as if it was English [and *nod* a lot easier
> then the corresponding html page], here is a simplified example. The
> schema is the same for all pages:
>
>   import
>       utils
>       shared
>
>   define the page
>
>   `(html (@ (lang "en"))
>        ,(html-page-header "About")    ;; defined in shared
>        (body
>         ,(html-page-description)              ;; dito
>         ,(html-page-links)                            ;; dito
>       <the page content comes here>
>       ,(html-page-footer)))                   ;; dito
>
> The page content can be as simple as
>
>         (div (@ (id "content-box"))
>              (article
>               (h1 "About the Project")
>               (p "Lylipond is ...")))

Still needs to be tied into the translation process and means another
technology the translators need to master.

-- 
David Kastrup



reply via email to

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