Commit f510b4c6 authored by Romain Courteaud's avatar Romain Courteaud

Move documentation to the website.

parent 73c9f3eb
What is RenderJs? What is RenderJs?
RenderJs is a JavaScript library which uses jQuery and RequireJS. A JavaScript library which helps modularizing your HTML5 code and your JavaScript for Browser.
RenderJs provides an easy way to define gadgets (aka mashups) in pure HTML5 and does not require application server.
It handles dependencies through RequireJS, caching and interaction.
It is suitable for the development of mobile applications, desktop applications. It is used by OfficeJS, ERP5.
Documentation Documentation
...@@ -11,8 +8,8 @@ Documentation ...@@ -11,8 +8,8 @@ Documentation
Developer Developer
> git clone https://git.erp5.org/repos/renderjs.git > git clone http://git.erp5.org/repos/renderjs.git
> make (will produce a minified version for now, requires nodejs installed as well its uglifyjs module) > npm install
> make lint (will produce a jslint report, requires nodejs installed as well its jslint module) > grunt server
\ No newline at end of file
handle relative url #parseGadgetHTML TODO
how to manage local script tag #parseGadgetHTML TODO how to manage local script tag #parseGadgetHTML TODO
check that gadget/dom context is kept in promise TODO check that gadget/dom context is kept in promise TODO
keep css file media query #declareCSS TODO keep css file media query #declareCSS TODO
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment