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 Tue Oct 27 16:00:53 -0700 2009 Add delegates to elements and actions. [Rusty Klophaus]
file .gitmodules Mon Oct 12 05:13:23 -0700 2009 Update dependency references. [rklophaus]
file CHANGELOG Sun May 03 07:43:24 -0700 2009 Update changelog. [rklophaus]
file Emakefile Wed Sep 09 17:58:25 -0700 2009 Continue massive refactoring. [rklophaus]
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 Sat Nov 07 06:04:29 -0800 2009 Update Makefile. [rklophaus]
file Nitrogen.tmproj Sat Dec 05 07:15:09 -0800 2009 Update the upload element. [rklophaus]
directory Quickstart/ Tue Oct 13 20:10:22 -0700 2009 Fix flash/session bug. [rklophaus]
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 deps/ Sat Nov 07 15:56:30 -0800 2009 Update SimpleBridge [rklophaus]
directory ebin/ Fri Dec 05 21:31:28 -0800 2008 Updates to Quickstart [rklophaus]
directory include/ Tue Oct 27 16:00:53 -0700 2009 Add delegates to elements and actions. [Rusty Klophaus]
directory priv/ Sun Mar 22 07:27:52 -0700 2009 Added patch by Mats Westin to fix Makefile in s... [rklophaus]
directory src/ Sat Dec 05 07:15:09 -0800 2009 Update the upload element. [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/ Fri Nov 06 13:31:26 -0800 2009 Fix comet wiring bug. Make lightbox use styles ... [Rusty Klophaus]
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.