From 35f91ea7421eb9bb1e6d024086be46eb0d7befb0 Mon Sep 17 00:00:00 2001 From: Chip Black Date: Wed, 18 Feb 2015 21:36:16 -0600 Subject: [PATCH] Reorganize auxilliary CGIs --- Makefile | 2 +- rss.cgi => aux/cgi/rss.cgi | 0 www/doc/index.html | 9 +++------ 3 files changed, 4 insertions(+), 7 deletions(-) rename rss.cgi => aux/cgi/rss.cgi (100%) diff --git a/Makefile b/Makefile index e46eb6d..caf187f 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ install-environment: all docs $(ENV_DIR)/www/css \ $(ENV_DIR)/www/doc/perl \ $(ENV_DIR)/www/images - install --mode 755 blerg.cgi rss.cgi $(ENV_DIR)/lib/cgi-bin/ + install --mode 755 blerg.cgi aux/cgi/*.cgi $(ENV_DIR)/lib/cgi-bin/ install --mode 755 blergtool blerglatest $(ENV_DIR)/bin/ install --mode 644 www/favicon.gif www/favicon.ico www/index.html \ www/welcome.html \ diff --git a/rss.cgi b/aux/cgi/rss.cgi similarity index 100% rename from rss.cgi rename to aux/cgi/rss.cgi diff --git a/www/doc/index.html b/www/doc/index.html index 9a92088..25f6519 100644 --- a/www/doc/index.html +++ b/www/doc/index.html @@ -106,11 +106,8 @@ more portable, I'd be happy to hear them.

Building

At this point, it should be gravy. Type 'make' and in a few seconds, -you should have blerg.httpd, blerg.cgi, -rss.cgi, and blergtool. Each of those can be -made individually as well, if you, for example, don't want to install -the prerequisites for blerg.httpd or -blerg.cgi. +you should have blerg.cgi, blergtool, and +blerglatest.

NOTE: blerg.httpd is deprecated and will not be updated with new features. @@ -152,7 +149,7 @@ right now.

The extra RSS CGI

-

There is an optional RSS cgi (rss.cgi) that will serve +

There is an optional RSS cgi (aux/cgi/rss.cgi) that will serve RSS feeds for users. Install this like blerg.cgi 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 -- 2.25.1