aboutsummaryrefslogtreecommitdiff
path: root/www/aws
Commit message (Collapse)AuthorAgeFilesLines
* - Do not hardcode Python version in Makefile test targetFrederic Culot2011-07-194-1/+61
| | | | | | | | | | - Avoid sed errors during documentation build PR: ports/158896 Submitted by: John Marino <freebsdml@marino.st> (maintainer) Notes: svn path=/head/; revision=277948
* AWS stands for Ada Web Server, but it is more than just another webserver...Wen Heping2011-03-039-0/+1078
AWS is a complete framework to develop web based applications. The main part of the framework is the embedded web server. This small yet powerful web server can be embedded into your application so your application will be able to talk with a standard web browser such as Microsoft Internet Explorer or Netscape Communicator. Around this web server, a lot of services have been developed. The framework includes: * seb parameters module * session server * SOAP support * WSDL generation from Ada * template parser * AJAX support * HTTPS/SSL support * large server support * virtual hosting support * server push * directory browser * status page * log module * hotplug module * light communications API * configuration API * client API * web page service * SMTP support * LDAP support * Jabber support WWW: http://libre.adacore.com/libre/tools/aws/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st> Notes: svn path=/head/; revision=270150