Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
James Thomas committed Aug 22, 2012
1 parent 879b3f1 commit 1f2bde8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
@@ -1,12 +1,10 @@
Server Side Dijit
===
# Server Side Dijit

Middleware plugin for Connect that renders dijit widget templates, which are normally rendered client-side, on the server.
Returned pages are modified to include the generated server-side templates inline, with a client-side JavaScript plugin
to hook up the templates to the widget.

Running the demo
--
## Running the demo

Run the following command line to start a test application, demonstrating a variety of widgets rendered
on the server side.
Expand Down Expand Up @@ -54,7 +52,6 @@ These widgets are instantiated in the server side environment and their rendered
page. On the client-side, the mixin modifies widget construct to stop templated widgets from trying to
do the client-side rendering and simply hooking up the template node that are already present.

Requirements
--
## Requirements

* The Dojo Toolkit (version 1.8) source distribution available locally.

0 comments on commit 1f2bde8

Please sign in to comment.