Op zondag 27-06-2010 om 18:35 uur [tijdzone +0100], schreef Graham
Percival:

> I noticed some javascript code on the old webpage about a goal.
> Relevant questions are:
> - do we want to bother with this for the new website?

Grep for urchin, the most important ones are on the download
links themselves, in the old site script/format-page.py

    def sub_download_link (m):
        version = m.group (2)
        version = re.sub ('([0-9]+)[.]([0-9]+)[.].*', r'\1.\2', version)
        track = (r'''onClick="javascript:urchinTracker ('/download/v%
s');"'''
                 % version)
        return track + ' ' +  m.group (0)

It would be nice to have these real soon.

Jan.



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to