Skip to content

Commit

Permalink
Update to latest Mochiweb version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyio committed Dec 20, 2010
1 parent b275775 commit c1cbc00
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -120,6 +120,8 @@ rel_copy_quickstart:
cp -R Quickstart/src/* rel/nitrogen/site/src
cp -R Quickstart/static/* rel/nitrogen/site/static
cp -R Quickstart/templates/* rel/nitrogen/site/templates
cp -R doc/html/* rel/nitrogen/site/static/doc

(cd rel/nitrogen; ln -s site/static static)
(cd rel/nitrogen; ln -s site/templates templates)

Expand Down
2 changes: 1 addition & 1 deletion apps/VERSIONS
Expand Up @@ -13,7 +13,7 @@ Nitrogen relies on the following software:

- mochiweb - HTTP Server (Optional)
SVN Repo: http://mochiweb.googlecode.com/svn/trunk/
Revision: 170
Tag: 1.5.0

- webmachine - HTTP Resource Server (Optional)
git@github.com:basho/webmachine.git
Expand Down
7 changes: 4 additions & 3 deletions apps/get_mochiweb.sh
Expand Up @@ -2,6 +2,7 @@

DIR=$(cd ${0%/*} && pwd)
(cd $DIR; \
svn checkout http://mochiweb.googlecode.com/svn/trunk@170 mochiweb; \
cd mochiweb;
make all)
git clone git://github.com/mochi/mochiweb.git mochiweb; \
cd mochiweb; \
git checkout 1.5.0; \
make)
8 changes: 4 additions & 4 deletions doc/html/about.html
Expand Up @@ -7,7 +7,7 @@
<title>Nitrogen 2.x Documentation</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2010-12-20 17:14:34 EST"/>
<meta name="generated" content="2010-12-20 17:45:24 EST"/>
<meta name="author" content="Rusty Klophaus (@rklophaus)"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h2 id="sec-2"><span class="section-number-2">2</span> Versions </h2>
Git Repo: git://github.com/rklophaus/SimpleBridge.git
</li>
<li>
Commit: 652a3d1
Tag: v1.1.0

</li>
</ul>
Expand All @@ -156,7 +156,7 @@ <h2 id="sec-2"><span class="section-number-2">2</span> Versions </h2>
SVN Repo: <a href="http://mochiweb.googlecode.com/svn/trunk/">http://mochiweb.googlecode.com/svn/trunk/</a>
</li>
<li>
Revision: 170
Tag: 1.5.0

</li>
</ul>
Expand Down Expand Up @@ -286,7 +286,7 @@ <h2 id="sec-4"><span class="section-number-2">4</span> Documentation </h2>
<div id="postamble">
<p class="author"> Author: Rusty Klophaus (@rklophaus)
</p>
<p class="date"> Date: 2010-12-20 17:14:34 EST</p>
<p class="date"> Date: 2010-12-20 17:45:24 EST</p>
<p class="creator">HTML generated by org-mode 7.01h in emacs 24</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/org-mode/about.org
Expand Up @@ -26,11 +26,11 @@

+ *SimpleBridge* - Common interface to Erlang HTTP servers.
- Git Repo: git://github.com/rklophaus/SimpleBridge.git
- Commit: 652a3d1
- Tag: v1.1.0

+ *mochiweb* - HTTP Server (Optional)
- SVN Repo: http://mochiweb.googlecode.com/svn/trunk/
- Revision: 170
- Tag: 1.5.0

+ *webmachine* - HTTP Server (Optional)
- SVN Repo: https://github.com/basho/webmachine
Expand Down

0 comments on commit c1cbc00

Please sign in to comment.