public
Description: Nitrogen Web Framework for Erlang
Homepage: http://nitrogenproject.com
Clone URL: git://github.com/rklophaus/nitrogen.git
Click here to lend your support to: nitrogen and make a donation at www.pledgie.com !
name age message
file .gitattributes Sun May 03 07:20:55 -0700 2009 Update .gitattributes files. [rklophaus]
file .gitignore Sun Mar 08 08:59:48 -0700 2009 Ignore coverage files. [rklophaus]
file .gitmodules Sun Mar 08 09:35:25 -0700 2009 Add coverize submodule, update Makefile accordi... [rklophaus]
file CHANGELOG Sun May 03 07:43:24 -0700 2009 Update changelog. [rklophaus]
file Emakefile Wed Feb 25 20:25:40 -0800 2009 integrating coverize for coverage analysis [mmullis]
file INSTALL Tue Jan 06 16:45:14 -0800 2009 Created Installation Instructions. [JonGretar]
file MIT-LICENSE Tue Jan 06 18:31:32 -0800 2009 Updated changelog, copyright dates. [rklophaus]
file Makefile Sun Mar 08 09:54:05 -0700 2009 Added commands to init and update the lib/cover... [rklophaus]
file Nitrogen.tmproj Fri Oct 02 07:54:06 -0700 2009 More documentation. [Rusty Klophaus]
directory Quickstart/ Fri Oct 02 07:54:06 -0700 2009 More documentation. [Rusty Klophaus]
file README Sat Dec 06 10:40:23 -0800 2008 Added quickstart.bat for Windows. (Hat tip to J... [rklophaus]
file VERSIONS Sun Mar 08 07:54:45 -0700 2009 Added patch for a DatePicker Textbox, courtesy ... [rklophaus]
directory ebin/ Fri Dec 05 21:31:28 -0800 2008 Updates to Quickstart [rklophaus]
directory include/ Sat Mar 28 17:23:37 -0700 2009 Finish file upload support. [rklophaus]
directory lib/ Sun Mar 08 09:35:25 -0700 2009 Add coverize submodule, update Makefile accordi... [rklophaus]
directory priv/ Sun Mar 22 07:27:52 -0700 2009 Added patch by Mats Westin to fix Makefile in s... [rklophaus]
directory src/ Fri Oct 02 05:21:02 -0700 2009 Documentation. [rklophaus]
directory support/ Tue Jan 06 19:53:42 -0800 2009 Added Copyright to missing files. [JonGretar]
directory test/ Sun May 03 07:41:08 -0700 2009 Fix up some unit tests. [rklophaus]
directory www/ Sun May 03 07:00:43 -0700 2009 Add some samples in preparation for ErlangFacto... [rklophaus]
README
NITROGEN Web Framework for Erlang

---

Nitrogen is an Erlang-based web framework that allows you to develop
infinitely scaleable, Ajax-rich web applications within a pure Erlang 
technology stack.

---

------------------------------------
 GETTING STARTED IN MAC OSX / LINUX
------------------------------------

$> cd Quickstart 
$> ./quickstart.sh

Open your web browser to http://localhost:8000

------------------------------------
     GETTING STARTED IN WINDOWS
------------------------------------

$> cd Quickstart 
$> quickstart.bat

Open your web browser to http://localhost:8000

---

See Quickstart/README for information on how to get up and running 
quickly in Mochiweb and Inets.