On 12 Oct 2008, at 09:28 , Sebastien Lelong wrote:

> I've just read the dedicated Jalapi wiki page and seen there are all
> instructions to generate files, and things about formatting your
> comments, etc...
>
>    http://code.google.com/p/jallib/wiki/JalapiWelcome
>


Pages about pages that are generated from code. I like it :-)

Seriously: we are laying the groundwork for great things here. I've  
never seen code anywhere that is even remotely formatted as we do now.

Some remarks:

> jalapi is the jallib API documentation. You access jalapi from here:
>
>     * jalapi for unvalidated map
>
>     * jalapi for unvalidated map (available soon)

second one should be "validated map".

> Ex
>
> cd ..../tools
> SAMPLEDIR=../unvalidated/sample python jalapi.py jalapi_html.tmpl  
> mylib.jal > mylib.html

too many dots.

Sampledir is an environment variable?

What should the command look like? This:

        python jalapi.py jalapi_html.tmpl mylib.jal > mylib.html

could you junk the .tmpl argument? Also, the path to jalapi.py should  
be spelled out, right?

as in:

        $ python ~/jalv2/jallib/tools/jalapi.py lcd_hd44780_4.jal

which does not work now.


        $ python ~/jalv2/jallib/tools/jalapi.py ~/jalv2/jallib/tools/ 
jalapi_html.tmpl lcd_hd44780_4.jal

this should work, but doesn't?

>  File "/Users/eur/jalv2/jallib/tools/jalapi.py", line 29, in <module>
>     import wikify
> ImportError: No module named wikify

---
ir EE van Andel [EMAIL PROTECTED]  http://www.fiwihex.nl
Fiwihex B.V. Wierdensestraat 74, NL7604BK Almelo, Netherlands
tel+31-546-491106 fax+31-546-491107



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to