]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
2002->2003
[lilypond.git] / buildscripts / mutopia-index.py
old mode 100755 (executable)
new mode 100644 (file)
index 2e5d3b5..8731b01
@@ -65,6 +65,9 @@ browser.
 the postscript files.
 """
 
+headertext_nopics= r"""
+<p>Nothing to be seen here, move along.
+"""
 
 #
 # FIXME breaks on multiple strings.
@@ -150,7 +153,12 @@ def gen_list(inputs, filename):
                list.write ('<ul>\n')
                def list_item(filename, desc, type, l = list):
                        if file_exist_b(filename):
+                               
                                l.write ('<li><a href="%s">%s</a>' % (filename, desc))
+
+                               # todo: include warning if it uses \include
+                               # files.
+                               
                                size=os.stat(filename)[stat.ST_SIZE]
                                kB=(size + 512) / 1024
                                if kB: