]> git.sesse.net Git - webpdf/commitdiff
Added a few notes.
authorSteinar H. Gunderson <sesse@samfundet.no>
Fri, 12 Aug 2005 00:31:08 +0000 (00:31 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Fri, 12 Aug 2005 00:31:08 +0000 (00:31 +0000)
- Note about http:// URLs always being passed through Gecko.
- Note about font installation and embedding.

index.html

index 0aff6ad2a724f63613d9f754c49c15e3369644fd..c8106facb0a540e2ef83e6e3db81b238978dfc43 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 12th, 2005</p>
       </div>
 
       <div class="nav">
       </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
        (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