]> git.sesse.net Git - webpdf/blobdiff - index.html
Add support for rendering URLs, finally!
[webpdf] / index.html
index 884e06482ccf4f500db4cdca585151e50935b337..2a2ad50278dd8e320eca55c4a38dacc1adffa20d 100644 (file)
@@ -16,7 +16,7 @@
     <div class="boxes">
       <div class="info">
         <h2>Last updated</h2>
-        <p id="lastupdated">August 5th, 2005</p>
+        <p id="lastupdated">August 7th, 2005</p>
       </div>
 
       <div class="nav">
          <th>File:</th>
          <td><input type="file" name="input" /></td>
        </tr>
+        <tr>
+         <th><em>or</em> URL:</th>
+         <td><input type="text" name="url" size="40" /></td>
+       </tr>
        <tr>
          <th>PDF preset:</th>
          <td>
     <ul>
       <li>PostScript (.ps) and Encapsulated PostScript (.pdf), via GS directly</li>
       <li>Plain text (.txt), via mpage</li>
-      <li>BMP (.bmp), PNG (.png), JPEG (.jpg/.jpeg), XPM (.xpm), via <a href="http://www.imagemagick.com">ImageMagick</a>
-        (somewhat odd image placement for now due to bugs in Debian sarge's
-       version of ImageMagick).</li>
+      <li>BMP (.bmp), PNG (.png), JPEG (.jpg/.jpeg), XPM (.xpm), via <a href="http://www.imagemagick.com">ImageMagick</a>.</li>
       <li>Microsoft Word (.doc), Excel (.xls) and PowerPoint (.ppt), via
         <a href="http://www.openoffice.org">OpenOffice.org</a> (could be
        slightly sketchy at times, let me know if it's broken).</li>
       <li>Lots of different programming-related formats (.c, .pl, .js, etc.),
         via <a href="http://www.vim.org/">Vim</a>.</li>
+      <li>Web pages, via <a href="http://www.mozilla.org/newlayout/">Gecko</a>
+        and <a href="http://cvs.gnome.org/viewcvs/gnome-web-photo/">gnome-web-photo</a>
+       (thanks to Tommi Komulainen for telling me about the latter :-) ).</li> 
     </ul>
 
-    <p>If somebody knows a good way of getting a Gecko-based browser to
-      convert from an URL or HTML file to PostScript (on the command line),
-      please let me know; I'd guess HTML would be the most-wanted format
-      missing. :-)</p>
-
     <h2>Source code</h2>
 
     <p>I've had a few requests for the source code, so I put it online in