libkinput 0.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libkinput 0.6 (Default branch)
# 1  
Old 12-30-2008
libkinput 0.6 (Default branch)

libkinput is a small, lightweight command line editing library. It was written as a smaller alternative to the readline library. The main goal of the project is to implement a clean, lightweight, and easy to modify readline equivalent for small and medium CLI applications. It is part of ASNlibs. License: GNU General Public License v3 Changes:
Initial version, offering basic line editing and syntax completion mechanisms. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CAKEPHP-INSTAWEB(1)					      General Commands Manual					       CAKEPHP-INSTAWEB(1)

NAME
cakephp-instaweb - lightweight HTTP server for developing CakePHP applications SYNOPSIS
cakephp-instaweb [-p PORT] [-i INTERFACE] [-r] [-q] [<webroot>] DESCRIPTION
cakephp-instaweb is a lightweight web server designed for quick development of CakePHP web applications. It is designed to be reasonably intelligent in locating your application's webroot folder: running the program from somewhere near your application's "app" folder without specifying a webroot argument will start a small web server on port 3000 that will point at your appli- cation. (If cakephp-instaweb is unsuccessful in locating your application, or you wish to start the server from a different folder, you can specify a precise application webroot location on the command line.) OPTIONS
--port, -p Specify which port to run on. (default: 3000) --interface, -i Specify which interface to run on. (default: 127.0.0.1) --disable-rewrite, -r Disables Apache-style rewriting of URLs. You will need to enable the BASE_URL configuration variable in app/config/core.php for URLs to function correctly after disabling rewrites. --quiet, -q Make as little noise as possible. -help, -h Shows help message. AUTHOR
cakephp-instaweb was written by Chris Lamb <chris@chris-lamb.co.uk>. September 15, 2007 CAKEPHP-INSTAWEB(1)