]> git.decadent.org.uk Git - videolink.git/commitdiff
Brought documentation up-to-date. 0.4
authorBen Hutchings <ben@decadent.org.uk>
Mon, 5 Dec 2005 00:34:26 +0000 (00:34 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:19:47 +0000 (23:19 +0000)
README
TODO
debian/changelog

diff --git a/README b/README
index 9c2ee0314200a8178b82965f87a528962055951f..47125949b4a7a5c13435c6e8d60670dd80656aed 100644 (file)
--- a/README
+++ b/README
@@ -41,24 +41,19 @@ NTSC DVDs you can override this by adding the option "--video-std ntsc"
 to the following commands.
 
 To get a rough preview of the menus, run "webdvd --preview menu-url"
 to the following commands.
 
 To get a rough preview of the menus, run "webdvd --preview menu-url"
-where menu-url is the URL of the first page to show.  Currently
-videos cannot be displayed in this preview mode; if you select one it
-will cause WebDVD to exit.
+where menu-url is the URL or filename of the first page to show.
+Currently videos cannot be displayed in this preview mode.
 
 To create a DVD filesystem, run "webdvd menu-url output-dir" where
 
 To create a DVD filesystem, run "webdvd menu-url output-dir" where
-menu-url is the address of the top menu page and output-dir is the
-directory in which to create the filesystem (which should be either
-nonexistent or empty).  WebDVD will automatically follow links to the
-other pages and to the video files.
-
-If this is successful you can then use mkisofs to create a DVD image:
-
-    mkisofs -dvd-video DIR > IMAGE
-    rm -rf DIR
-
-Alternately you can write the filesystem directly to a writable DVD
-with growisofs or with mkisofs piped to a suitable version of
-cdrecord.
+menu-url is the URL or filename of the top menu page and output-dir is
+the directory in which to create the filesystem (which should be
+either nonexistent or empty).  WebDVD will automatically follow links
+to the other pages and to the video files.
+
+If this is successful you can then use mkisofs to create a DVD image
+from the output directory.  Alternately you can write this directory
+directly to a writable DVD with growisofs or with mkisofs piped to a
+suitable version of cdrecord.
 
 Limitations
 -----------
 
 Limitations
 -----------
diff --git a/TODO b/TODO
index d5648c885ea26b648cdb3a74d0779c5700e57fe4..120485d741e60bf4a9747cb8e612687ba2407323 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,8 @@
 Add keyboard command for "top menu" in preview mode.
 Add keyboard command for "top menu" in preview mode.
+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.)
 Add support for videos in preview mode.
 Disable scrollbars (not sure how how to do this).
 Add support for videos in preview mode.
 Disable scrollbars (not sure how how to do this).
-May need to override default menu navigation actions because dvdauthor
-seems to cause rather undesirable behaviour when buttons are not
-arranged in a grid.
+May need to override default menu navigation actions because dvdauthor seems to cause rather undesirable behaviour when buttons are not arranged in a grid.
 Search whole of history rather than just previous page when deciding whether a link goes back or forward.
 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).
 Search whole of history rather than just previous page when deciding whether a link goes back or forward.
 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).
index a8532d80b5efc66c73623cd00c9611bbc4e5b0b0..b516010a037007ab570403112460a2708785eacc 100644 (file)
@@ -1,3 +1,10 @@
+webdvd (0.4) unstable; urgency=low
+
+  * Implemented preview mode
+  * Added support for use of page filenames on the command line
+
+ -- Ben Hutchings <ben@decadentplace.org.uk>  Mon, 05 Dec 2005 00:33:45 +0000
+
 webdvd (0.3) unstable; urgency=low
 
   * Cleaned up command-line arguments
 webdvd (0.3) unstable; urgency=low
 
   * Cleaned up command-line arguments