yaws 1.97-1 source package in Ubuntu

Changelog

yaws (1.97-1) unstable; urgency=low


  * New upstream release.
  * Removed patch which fixed building with Erlang R16B01.

 -- Sergei Golovan <email address hidden>  Sat, 19 Oct 2013 17:37:30 +0400

Upload details

Uploaded by:
Debian Erlang Packagers
Uploaded to:
Sid
Original maintainer:
Debian Erlang Packagers
Architectures:
any all
Section:
httpd
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yaws_1.97-1.dsc 1.6 KiB 659aa828bf20985b62ef1fb07ef4618b601bfd713dfd485012cfcb129f5c39f1
yaws_1.97.orig.tar.gz 1.2 MiB aeb1975811896f11b3156dbc91bc15bd9f2f69ec5bce58c1862491eb6f97fc0a
yaws_1.97-1.debian.tar.gz 20.9 KiB d0484e7896c6dcc064e7f480b5e43425721b19df3bd24746e38bc2249c3c5853

Available diffs

No changes file available.

Binary packages built by this source

erlang-yaws: Erlang application which implements HTTP webserver

 Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
 multithreaded webserver where one Erlang light weight process is used to
 handle each client. Two separate modes of operation are supported.
 .
 This package includes Erlang Yaws application suitable to work in embedded
 mode where it runs as a webserver in another Erlang application.

yaws: High performance HTTP 1.1 webserver written in Erlang

 Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
 multithreaded webserver where one Erlang light weight process is used to
 handle each client. Two separate modes of operation are supported.
 .
 This package includes binaries and config to run Yaws in standalone mode
 where it works as a regular webserver daemon.

yaws-chat: Chat application for Yaws web server

 Yaws-chat allows one to create a very simple web-based chatroom.

yaws-doc: Documentation and examples for Yaws web server

 Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
 multithreaded webserver where one Erlang light weight process is used to
 handle each client.
 .
 This package includes Yaws documentation and examples.

yaws-mail: Webmail application for Yaws web server

 Yaws-mail is a small stateless webmail application. It requires
 SMTP and POP3 servers to operate and does not store email locally.

yaws-wiki: Wiki application for Yaws web server

 Yaws-wiki is a small wiki application, written in Erlang for Yaws
 web server.

yaws-yapp: Provides an easy way to deploy applications for Yaws web server

 Yaws-yapp (Yaws application handler) is a helper application.
 It takes care of adding, and removing, the applications into a running
 server. When anyone access the server with an URL that matches the path
 for an added application, the docroot will be temporarily switched
 to where the web pages for that application are located.