Remove /unsubscribe from htaccess config
[blerg.git] / www / doc / index.html
index 2040f16..25f6519 100644 (file)
@@ -75,7 +75,7 @@ http://git.bytex64.net/blerg.git.
 — as a standalone HTTP server, or as a CGI.  You will need:
 
 <ul>
-<li><a href="http://lloyd.github.com/yajl/">yajl</a> &gt;= 1.0.0
+<li><a href="http://lloyd.github.com/yajl/">yajl</a> &gt;= 1.0.0 and &lt; 2
 (yajl is a JSON parser/generator written in C which, by some twisted
 sense of humor, requires ruby to compile)</li>
 </ul>
@@ -94,15 +94,8 @@ sense of humor, requires ruby to compile)</li>
 
 <h3><a name="configuring">Configuring</a></h3>
 
-<p>There is now an experimental autoconf build system.  If you run
-<code>add-autoconf</code>, it'll do the magic and create a
-<code>configure</code> script that'll do the familiar things.  If I ever
-get around to distributing source packages, you should find that this
-has already been done.
-
-<p>If you'd rather stick with the manual system, you should edit libs.mk
-and put in the paths where you can find headers and libraries for the
-above requirements.
+<p>Edit libs.mk and put in the paths where you can find headers and
+libraries for the above requirements.
 
 <p>Also, further apologies to BSD folks &mdash; I've probably committed
 several unconscious Linux-isms.  It would not surprise me if the
@@ -113,11 +106,8 @@ more portable, I'd be happy to hear them.
 <h3><a name="building">Building</a></h3>
 
 <p>At this point, it should be gravy.  Type 'make' and in a few seconds,
-you should have <code>blerg.httpd</code>, <code>blerg.cgi</code>,
-<code>rss.cgi</code>, and <code>blergtool</code>.  Each of those can be
-made individually as well, if you, for example, don't want to install
-the prerequisites for <code>blerg.httpd</code> or
-<code>blerg.cgi</code>.
+you should have <code>blerg.cgi</code>, <code>blergtool</code>, and
+<code>blerglatest</code>.
 
 <p><strong>NOTE</strong>: blerg.httpd is deprecated and will not be
 updated with new features.
@@ -159,7 +149,7 @@ right now.
 
 <h4>The extra RSS CGI</h4>
 
-<p>There is an optional RSS cgi (<code>rss.cgi</code>) that will serve
+<p>There is an optional RSS cgi (<code>aux/cgi/rss.cgi</code>) that will serve
 RSS feeds for users.  Install this like <code>blerg.cgi</code> above.
 As of 1.9.0, this is a perl FastCGI script, so you will have to make
 sure the perl libraries are available to it.  A good way of doing that