]> git.decadent.org.uk Git - videolink.git/commitdiff
Updated documentation.
authorBen Hutchings <ben@decadent.org.uk>
Wed, 16 Aug 2006 00:51:27 +0000 (00:51 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:57:10 +0000 (23:57 +0000)
ChangeLog
README
TODO
debian/changelog

index cfa9ab1f54523a70d1a12486696f49fb2c58c397..3d81d31beb7803a63e62637725c488bc86174087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ videolink (0.9) unstable; urgency=low
     - Enabled more warnings
   * Updated to work with Mozilla 1.8 and with XULRunner
 
- -- 
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Aug 2006 01:47:28 +0100
 
 videolink (0.8) unstable; urgency=low
 
diff --git a/README b/README
index a752c963c085c8c5628ce6d0ad39091d6fd28fda..df6b8f72e48e7225f5df57af1e1b41cadc2cba72 100644 (file)
--- a/README
+++ b/README
@@ -139,12 +139,12 @@ reason VideoLink applies a stylesheet to all pages that adds 60 pixels of
 padding on all sides of the body; this doesn't apply to the
 background.
 
-Prior to Mozilla version 1.8, which I have not yet tested, Mozilla may
-signal that a page is completely loaded before any background images
-are loaded and displayed.  This results in snapshots that do not
-include background images.  You can work around this by using
-absolutely-positioned "inline" images, or attempt to build VideoLink
-against Mozilla 1.8.
+Prior to version 1.8, Mozilla may signal that a page is completely
+loaded before any background images are loaded and displayed.  This
+can result in VideoLink converting the page without the background
+images.  If VideoLink is built with an older version of Mozilla you
+can work around this by using absolutely-positioned "inline" images,
+since Mozilla will always wait for these to load.
 
 DVD players do not have "back" buttons, so you should generally
 provide links to "higher" menu pages.  However, they do have a button
diff --git a/TODO b/TODO
index 072cba3ca77f4b8f00dca399236546c1a6f957c2..41c777089e39f14f6cc1ac70267958dd821cd99b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,3 +13,4 @@ May need to override default menu navigation actions because dvdauthor seems to
 For any page with no links, add a "back" link (this raises the issue of localisation, of course).
 If a page is too large, split it and add "next" and "previous" links (seems very difficult).
 Set Mozilla's idea of the pixel aspect ratio to match video pixels. (For extra credit, scale preview mode to correct for the differing aspect ratio.) This seems to be impossible.
+Avoid running Xvfb if we're only going to display an error message.
index 8ef4949162af6bba4d237a1af7f5393334d3435e..f4ec4c23a5f6479603005c8b7e4ef3691dd4d1eb 100644 (file)
@@ -1,3 +1,10 @@
+videolink (0.9-1) unstable; urgency=low
+
+  * New upstream version
+  * Changed to build with XULRunner by preference
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Aug 2006 01:47:34 +0100
+
 videolink (0.8-1) unstable; urgency=low
 
   * Initial upload - closes: #382117