From d553bcca8bf06775f22a45964a78636c67d922f8 Mon Sep 17 00:00:00 2001 From: Abel Abraham Camarillo Ojeda Date: Mon, 12 Dec 2011 01:13:26 -0600 Subject: [PATCH] Deletes Makefile, no more needed syncs README --- Makefile | 3 --- README | 35 ++++++++++------------------------- 2 files changed, 10 insertions(+), 28 deletions(-) delete mode 100644 Makefile rewrite README (88%) diff --git a/Makefile b/Makefile deleted file mode 100644 index 61c208a..0000000 --- a/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -all: - sh ./tool/gen_startup_pl > startup.pl - sh ./tool/gen_httpd_conf > httpd.conf diff --git a/README b/README dissimilarity index 88% index 7ff8333..ec42238 100644 --- a/README +++ b/README @@ -1,25 +1,10 @@ -To install: - -do - - $ make; - # will generate startup.pl and httpd.conf - -and - - $ cat httpd.conf >> /etc/http/httpd.conf; - -(or whatever is the site to put your apache configuration in your distribution) - --- -Perl modules you will need: - -PerlIO (by default). -Carp (by default). -CGI (by default). -File::Find (by default) - -Apache::Constants -Apache::Request (depends on libapreq) -Text::Markdown -MIME::Types +To install: + +$ cp Semece.psgi.orig Semece.psgi; +# edit Semece.psgi following comments +$ plackup Semece.psgi + +-- +Perl modules you will need: + +HTTP::Status, from HTTP::Message bundle -- 2.11.4.GIT