]> git.sesse.net Git - webpdf/blobdiff - index.html
Added a few notes.
[webpdf] / index.html
index beb72c84da333b4836c6f876a07521c64e7bf64a..c8106facb0a540e2ef83e6e3db81b238978dfc43 100644 (file)
     <div class="boxes">
       <div class="info">
         <h2>Last updated</h2>
-        <p id="lastupdated">August 7th, 2005</p>
+        <p id="lastupdated">August 12th, 2005</p>
       </div>
 
       <div class="nav">
-        <p><a href="sitemap.html">Site map</a> :
-          <a href="index.html">Home</a> :
-         <a href="search.html">Search</a><br />
-          <span class="copy">&copy; 2005 <a href="mailto:sgunderson@bigfoot.com">Steinar H. Gunderson</a>.</span></p>
+          <span class="copy">&copy; 2005 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.</span></p>
       </div>
     </div>
 
          <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>
       </table>
     </form>
 
+    <p><em>Note:</em> Since 2005-08-12, I've installed a few extra fonts on
+      the server, which should solve most font problems for people. If you
+      still see them, try the “ebook” or better presets.</p>
+
     <p>This is an “anything to PDF” converter, not unlike what you get
       from <a href="http://createpdf.adobe.com/">Adobe's PDF Online service</a>,
       but completely free and running entirely on free software. It is also
@@ -61,8 +66,9 @@
       multi-gigabyte jobs etc. on it regularily I might just not be able to
       do that. Please be nice :-)</p>
 
-    <p>Note that there is minimal security involved; if I feel like it, I
-      might even take a look at what people are processing. <strong>Do not submit
+    <p>Note that there is minimal security involved; you can even look at
+      <a href="last.pl">the last 20 submitted jobs</a> at any time (this
+      is also handy for resuming a big download). <strong>Do not submit
       any sensitive data!</strong></p>
 
     <p>The converter is currently based on <a href="http://www.ghostscript.com/">GPL
        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>
+    <p>Note that all URLs are currently treated as web pages; you cannot,
+      for instance, points to a PostScript file on the net and expect it
+      to be rendered correctly. Expect this to change in the not-too-distant
+      future.</p>
 
     <h2>Source code</h2>