Skip to content

Commit d49ff1c

Browse files
author
Tobbe Tornquist
committed
Adding files for Erlware. A very rough packaging of 1.76 has been released at erlware.org. See the doc/overview.edoc for more details.
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@1242 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
1 parent 558e525 commit d49ff1c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

_build.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
project : {
2+
name : yaws
3+
vsn : "1.76"
4+
},
5+
6+
repositories : ["http://repo.erlware.org/pub"],
7+

doc/overview.edoc

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@title Yaws -An Erlang Web Server
2+
@doc
3+
<p>
4+
This is a very rough import of Yaws into Erlware.
5+
In particular <i>-disable-pam</i> was used to create
6+
the configure script. It is uncertain what the effects
7+
of this are. Also some modules was not included in the
8+
yaws.app file and may therefore not be compiled.
9+
</p>
10+
<p>
11+
They were: <code>ymnesia, yaws_showarg, yaws_vdir, yaws_content_negotiation</code>
12+
It is unclear if they were intentionally left out or not.
13+
</p>
14+
<p>
15+
Finally some files, that normally is generated at build time
16+
was included <i>already generated</i>.
17+
They were: <code>mime_types.erl, yaws_generated.erl</code>.
18+
</p>
19+
20+
@author Torbjorn Tornkvist
21+
@copyright 2008 Torbjorn Tornkvist

0 commit comments

Comments
 (0)