yaws 1.99-1 source package in Ubuntu

Changelog

yaws (1.99-1) unstable; urgency=medium

  * New upstream release.
  * Split out the yapp application into the separate erlang-yapp package to
    simplify its embedding into Yaws applications.
  * Simplified the get-orig-source target in debian/rules because the upstream
    no longer creates the yaws symlink at the upper level in the tarball.
  * Moved the Yaws applications web files to /usr/share/yaws-<application>/www,
    or to /var/lib/yaws-wiki/www.
  * Converted directory /usr/lib/yaws into a symlink since upstream now
    installs Yaws binaries into /usr/lib/yaws-<version> instead of
    /usr/lib/yaws.
  * Moved the directory for custom Yaws modules from /usr/lib/yaws/custom to
    /usr/local/lib/yaws-appmods.
  * Added missing copyrights to the debian/copyright file.
  * Overridden the lintian warning on a Javascript file without source
    because it isn't obfuscated or minified.

 -- Sergei Golovan <email address hidden>  Wed, 11 Nov 2015 16:11:44 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yaws_1.99-1.dsc 2.4 KiB 93f048c901a58c3668ee9ae317afb0e681bc05e600e81ca3fd5a86fd1b45d6a2
yaws_1.99.orig.tar.gz 1.5 MiB 94f1ef7c588c2c864c0755c565bdd0f3a359878ed344d54774974449d0abfe14
yaws_1.99-1.debian.tar.xz 26.4 KiB ad45db25bd96e22b4284a46679e888c10a5b75dacf1e99cb77cf488c499bff82

Available diffs

No changes file available.

Binary packages built by this source

erlang-yapp: Erlang application for deploying Yaws webserver applications

 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.
 .
 This package includes the Yapp Erlang module which can be used in Yaws
 embedded mode without separate server config.

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.

erlang-yaws-dbgsym: debug symbols for package erlang-yaws

 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 webserver

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

yaws-doc: Documentation and examples for Yaws 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.
 .
 This package includes Yaws documentation and examples.

yaws-mail: Webmail application for Yaws webserver

 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 webserver

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

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

 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.
 .
 This package provides Yapp config file which is intended to use along
 with fully installed Yaws webserver.