OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.7 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../lua-wsapi/lua-wsapi.desc
  5. [COPY] Copyright (C) 2008 - 2009 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] Lua Web Server API
  15. [T] WSAPI is an API that abstracts the web server from Lua web applications.
  16. [T] By coding against WSAPI your application can run on any of the supported
  17. [T] servers and interfaces (currently CGI, FastCGI and Xavante, on Windows
  18. [T] and UNIX-based systems).
  19. [T]
  20. [T] WSAPI provides a set of helper libraries that help with request processing
  21. [T] and output buffering. You can also write applications that act as filters
  22. [T] that provide some kind of service to other applications, such as
  23. [T] authentication, file uploads, request isolation, or multiplexing.
  24. [T]
  25. [T] WSAPI's main influence is Ruby's Rack framework, but it was also
  26. [T] influenced by Python's WSGI (PEP 333). It's not a direct clone of either
  27. [T] of them, though, and tries to follow standard Lua idioms.
  28. [U] http://wsapi.luaforge.net/
  29. [A] André Carregal <carregal@pobox.com>
  30. [M] Alejandro Mery <amery@opensde.org>
  31. [C] extra/development
  32. [F] LUA
  33. [L] MIT
  34. [S] Stable
  35. [V] 1.1.0
  36. [P] X -?---5---9 800.000
  37. [D] 2660160195 wsapi-1.1.0.tar.gz http://luaforge.net/frs/download.php/3935/