summaryrefslogtreecommitdiff
path: root/www/heel
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-07 20:49:31 +0000
committerrodent <rodent@pkgsrc.org>2013-04-07 20:49:31 +0000
commit56d0e89eec7a65cd783aaecd29fefde7b20f7a96 (patch)
tree79de035a23bbb285c8713b492fa4fa499634f7f8 /www/heel
parent836f824b7f7339847cc2cb57f6c10401a6122132 (diff)
downloadpkgsrc-56d0e89eec7a65cd783aaecd29fefde7b20f7a96.tar.gz
Edited DESCR in the case of:
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
Diffstat (limited to 'www/heel')
-rw-r--r--www/heel/DESCR22
1 files changed, 7 insertions, 15 deletions
diff --git a/www/heel/DESCR b/www/heel/DESCR
index 2f55b915d5b..598b200e8d7 100644
--- a/www/heel/DESCR
+++ b/www/heel/DESCR
@@ -1,11 +1,10 @@
-Heel is a small static web server for use when you need a quick web
-server for a directory. Once the server is running, heel will use
-launchy (http://copiousfreetime.rubyforge.org/launchy/) to open your
-browser at the URL of your document root. Heel is built using
-Rack(http://rack.rubyforge.org) and Thin
-(http://code.macournoyer.com/thin/)
+Heel is a small static web server for use when you need a quick web server for a
+directory. Once the server is running, heel will use launchy
+(http://copiousfreetime.rubyforge.org/launchy/) to open your browser at the URL
+of your document root. Heel is built using Rack(http://rack.rubyforge.org) and
+Thin (http://code.macournoyer.com/thin/)
- % heel
+% heel
>> Thin web server (v1.0.0 codename That's What She Said)
>> Threaded mode OFF
>> Maximum connections set to 1024
@@ -13,8 +12,7 @@ Rack(http://rack.rubyforge.org) and Thin
Launching your browser...
-Or run it in the background
-
+Or run it in the background:
% heel --daemonize Created /Users/jeremy/.heel
heel's PID (/Users/jeremy/.heel/heel.pid) and log file
@@ -24,9 +22,3 @@ at http://0.0.0.0:4331/
% heel --kill Sending TERM to process 3304
Done.
-
-Heel is a small static web server for use when you need a quick web
-server for a directory. Heel is built using Rack and Thin. Beyond
-just serving up webpages, heel uses an ERB template and famfamfam
-icons to create useful index pages. And to make things even easier it
-launches your browser for you so no cut and paste necessary.