]> git.sesse.net Git - webpdf/blobdiff - index.html
Support FG/BG colors in web pages.
[webpdf] / index.html
index c23881f61f6566b264350f309f64ba844fec8a4e..77ff3231cd98e8945cd87b3511c13fecaac5f06c 100644 (file)
@@ -16,7 +16,7 @@
     <div class="boxes">
       <div class="info">
         <h2>Last updated</h2>
-        <p id="lastupdated">August 8th, 2005</p>
+        <p id="lastupdated">August 15th, 2005</p>
       </div>
 
       <div class="nav">
            </select>
          </td>
        </tr>
+       <tr>
+         <td></td>
+         <td><input name="color" type="checkbox" /> Preserve FG/BG color in web pages</td>
+       </tr>
        <tr>
          <th colspan="2">
            <input type="submit" value="Make PDF" />
       </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
@@ -62,8 +70,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
        (thanks to Tommi Komulainen for telling me about the latter :-) ).</li> 
     </ul>
 
+    <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>
 
     <p>I've had a few requests for the source code, so I put it online in