On 07/03/13 06:24 -0800, [email protected] wrote:
> 
> How I can help in develop for Tryton web client, what tools do I need?
> 
> javascript library
> debug tools
> template library
> ide
> other tools : frameworks, widgets, ui etc

No tools are needed except a text editor and grunt [1].
Of course to see the result, you will also need a recent browser (any
supported by jQuery except for IE 6 and 7).

It only use jQuery [2] and jQuery UI [3] as external library
(automaticaly fetched from the website if not present in external
directory).

But for development, some tools are needed and could be installed via
npm [4] (run: npm install from sao directory).

There are 2 tasks registered for grunt:

    - default: build a minified version
    - dev: build a non-minified version

Once you have a build, you just need to set in trytond.conf the
jsondata_path to point to the sao directory and open
http://localhost:8000/

You can help by testing, sending patches and developping missing
feature. But before developping, you should ensure nobody is working on
it already. You should also be aware that we try to follow the GTK
client as much as possible for the behavior but also the code structure.


[1] http://gruntjs.com/
[2] http://jquery.com/
[3] http://jqueryui.com/
[4] https://npmjs.org/
-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpwNou8mea1F.pgp
Description: PGP signature

Reply via email to