Difference between revisions of "Rack"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Rack |Short description=a modular Ruby webserver interface. |Full description=Rack provides a minimal, modular and adaptable interface for developing web applicatio...")
 
(Added Python and Ruby link)
 
Line 3: Line 3:
 
|Short description=a modular Ruby webserver interface.
 
|Short description=a modular Ruby webserver interface.
 
|Full description=Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. The exact details of this are described in the Rack specification, which all Rack applications should conform to.
 
|Full description=Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. The exact details of this are described in the Rack specification, which all Rack applications should conform to.
 +
|Homepage URL=https://rubygems.org/gems/rack
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
 
|Homepage URL=http://rack.rubyforge.org/
 
|VCS checkout command=
 
 
|Computer languages=Ruby
 
|Computer languages=Ruby
 
|Documentation note=http://rack.rubyforge.org/doc/SPEC.html and http://rack.rubyforge.org/doc/
 
|Documentation note=http://rack.rubyforge.org/doc/SPEC.html and http://rack.rubyforge.org/doc/
|Paid support=
+
|Accepts cryptocurrency donations=No
|IRC help=
 
 
|IRC general=irc://irc.freenode.net/rack
 
|IRC general=irc://irc.freenode.net/rack
|IRC development=
 
 
|Related projects=Rack_Contrib,Rack_Test
 
|Related projects=Rack_Contrib,Rack_Test
 
|Keywords=HTTP,Web,interface,Ruby,web application
 
|Keywords=HTTP,Web,interface,Ruby,web application
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2010-05-25
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=1.1.0
 
|Version identifier=1.1.0
 
|Version date=2010-01-03
 
|Version date=2010-01-03
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://chneukirchen.org/releases/rack-1.1.0.tar.gz
 
|Version download=http://chneukirchen.org/releases/rack-1.1.0.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2018/03/29
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Is GNU=No
 +
|License verified date=2010-05-25
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License verified by=Kelly Hopkins
 
|License verified date=2010-05-25
 
|License verified date=2010-05-25
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Christian Neukirchen
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Christian Neukirchen
 
 
|Email=chneukirchen@yahoo.de
 
|Email=chneukirchen@yahoo.de
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/rack
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/rack
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 40: Line 47:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=Expat
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-05-25
 
}}
 

Latest revision as of 15:56, 29 March 2018


[edit]

Rack

https://rubygems.org/gems/rack
a modular Ruby webserver interface.

Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. The exact details of this are described in the Rack specification, which all Rack applications should conform to.





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Kelly Hopkins

Verified on

25 May 2010




Leaders and contributors

Contact(s)Role
Christian Neukirchen Maintainer


Resources and communication

AudienceResource typeURI
Ruby (Ref)https://rubygems.org/gems/rack
Python (Ref)https://pypi.org/project/rack


Software prerequisites




Entry










"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.