wok-4.x rev 11878
up yaws 1.91
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 23:35:14 2012 -0800 (2012-02-27) |
parents | a1ba07a3f4cb |
children | 225d25cad6bf |
files | tor/description.txt yaws/description.txt yaws/receipt zbar/description.txt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tor/description.txt Mon Feb 27 23:35:14 2012 -0800 1.3 @@ -0,0 +1,4 @@ 1.4 +Tor is free software and an open network that helps you defend against a form of 1.5 +network surveillance that threatens personal freedom and privacy, confidential 1.6 +business activities and relationships, and state security known as traffic 1.7 +analysis.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/yaws/description.txt Mon Feb 27 23:35:14 2012 -0800 2.3 @@ -0,0 +1,10 @@ 2.4 +Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for 2.5 +dynamic-content web applications. Two separate modes of operations are 2.6 +supported: 2.7 + 2.8 + Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. 2.9 + 2.10 + Embedded mode where Yaws runs as an embedded webserver in another Erlang application. 2.11 + 2.12 +Yaws is entirely written in Erlang, and furthermore it is a multithreaded 2.13 +webserver where one Erlang lightweight process is used to handle each client.
3.1 --- a/yaws/receipt Mon Feb 27 23:19:14 2012 -0800 3.2 +++ b/yaws/receipt Mon Feb 27 23:35:14 2012 -0800 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="yaws" 3.7 -VERSION="1.84" 3.8 +VERSION="1.91" 3.9 CATEGORY="development" 3.10 SHORT_DESC="http webserver written in erlang" 3.11 MAINTAINER="allan316@gmail.com"
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/zbar/description.txt Mon Feb 27 23:35:14 2012 -0800 4.3 @@ -0,0 +1,4 @@ 4.4 +ZBar is an open source software suite for reading bar codes from various 4.5 +sources, such as video streams, image files and raw intensity sensors. It 4.6 +supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, 4.7 +UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.