]> git.sesse.net Git - webpdf/blobdiff - index.html
Back out the OO.o native file formats. It seems OO.o likes to be really unpredictable...
[webpdf] / index.html
index 2119e1308479f89b5733ff6569e2e02c904ba08f..beb72c84da333b4836c6f876a07521c64e7bf64a 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">
@@ -62,8 +62,8 @@
       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. Do not submit
-      any sensitive data!</p>
+      might even take a look at what people are processing. <strong>Do not submit
+      any sensitive data!</strong></p>
 
     <p>The converter is currently based on <a href="http://www.ghostscript.com/">GPL
       GhostScript</a> 8.01 (yes, a bit old); everything is pushed through it in one form or the
@@ -80,9 +80,7 @@
     <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>
       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
+      an <a href="http://arch.sesse.net/index.cgi/sgunderson@bigfoot.com--2005/webpdf--mainline--1.0">Arch archive</a>.
+      If you're not familiar with Arch, don't despair, here's how with
+      either tla or bazaar:</p>
+
+    <h3>Using tla</h3>
+    
+    <pre>tla register-archive sgunderson@bigfoot.com--2005 http://arch.sesse.net/sgunderson@bigfoot.com--2005
+tla get sgunderson@bigfoot.com--2005/webpdf--mainline--1.0 webpdf/</pre>
+
+    <h3>Using bazaar</h3>
+
+<pre>baz get http://arch.sesse.net/sgunderson@bigfoot.com--2005/webpdf--mainline--1.0 webpdf/</pre>
   </body>
 </html>