yaws 1.98-2 source package in Ubuntu

Changelog

yaws (1.98-2) unstable; urgency=low


  * Use userdel --force in postrm script to remove the yaws user on purging
    the yaws package.
  * Create yaws homedir if it doesn't exist in postinst script.
  * Delete /etc/yaws directory in postrm script only if it does exist.
  * Use init functions from lsb-base to report init.d script progress and
    status.
  * More carefully process errors when starting and stopping the Yaws daemon
    (closes: #728796).

 -- Sergei Golovan <email address hidden>  Fri, 20 Dec 2013 15:49:50 +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
Trusty release universe web

Downloads

File Size SHA-256 Checksum
yaws_1.98-2.dsc 1.6 KiB cd4f491018b4c2f1dc08b08532a91051c7005e26f014414761dcee9458fd736d
yaws_1.98.orig.tar.gz 1.2 MiB b7eaaab6030200c16f2901cda9f40bfddd608f5152581c1d30be1ea448d5f18e
yaws_1.98-2.debian.tar.gz 21.3 KiB bbfec582cd52c91489c340b139c80b71eea05290f5d828e3b2cbbb32ddb8d691

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: No summary available for yaws-doc in ubuntu utopic.

No description available for yaws-doc in ubuntu utopic.

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.