public
Description: Prototype UI
Homepage: http://prototype-ui.com
Clone URL: git://github.com/xilinus/prototypeui.git
sgruhier (author)
Sun Jul 20 04:32:44 -0700 2008
commit  bd14194a011bdc60796135e583045fea5ba7eb6f
tree    978cf45382051436454133cd10968027a50a2d9a
parent  43637ab7afca0f7e43dd3818a084df5b1f2bbaf3
name age message
file .gitignore Thu May 01 07:44:55 -0700 2008 more detail on README, prepare for pdoc [sgruhier]
file .gitmodules Thu May 01 01:47:49 -0700 2008 add pdoc as submodule [sgruhier]
file CHANGELOG Thu May 01 00:10:07 -0700 2008 init git repository [sgruhier]
file MIT-LICENSE Thu May 01 00:10:07 -0700 2008 init git repository [sgruhier]
file README.markdown Fri May 02 00:00:22 -0700 2008 better README [sgruhier]
file Rakefile Thu May 01 02:59:12 -0700 2008 add .gitignore and update README [sgruhier]
file Rakefile.pdoc Thu May 01 07:44:55 -0700 2008 more detail on README, prepare for pdoc [sgruhier]
directory doc/ Thu May 01 02:59:12 -0700 2008 add .gitignore and update README [sgruhier]
directory lib/ Sun Jul 20 04:32:44 -0700 2008 fix FF3 and debug tokens serialisation in auto-... [sgruhier]
directory src/ Sun Jul 20 04:32:44 -0700 2008 fix FF3 and debug tokens serialisation in auto-... [sgruhier]
directory test/ Sun Jul 20 04:32:44 -0700 2008 fix FF3 and debug tokens serialisation in auto-... [sgruhier]
directory themes/ Thu May 01 00:10:07 -0700 2008 init git repository [sgruhier]

Prototype UI

Distrib files

To generate distrib files, you need to run rake tasks.

rake dist

To generate one JS file in dist directory with all components (prototype-iu.js)

rake dist:each

To generate one JS file per component (window.js, carousel.js ...) in dist directory

rake dist:compress

To compress all JS files from dist directory (window.js ==> window.packed.js ...)

Documentation

Currently, documentation is based on NaturalDocs. To generate hmtl files just tun

rake doc

Help Wanted

We want to move to PDoc and we need help to write new documentation. Nothing has been done yet, only rake tasks.

If you want to generate pdoc files, you need to get pdoc (it's included as a git submodule) Do it only once to get pdoc

git submodule init git submodule update

then you can generate pdoc files

rake -f Rakefile.pdoc pdoc

And open pdoc/index.html to check it. Pretty easy.

To avoid conflicts with current doc, do not includ pdoc comment in current JS file. Edit documentation.pdoc in each component directory (add any new .pdoc file, they will be used in rake pdoc). When you're done, pull request :).

Thanks in advance for your help.

Bugs Report

We are also moving to lighthouseapp.com, right now you can fill tockets on our Trac