I'm thinking about moving the sarissa build to maven (insane i know,
but it fits with the big picture) and changing the dist structure to
JSAN. Anyway, i cant really figure out where to put the documentation
so i was wondering if someone can verify the following, mostly the
tests (i'm using ecmaunit [1]) and the docos (largely jsdoc[2]).
BTW i was wondering if anyone has thoughts of a maven plugin and
packaging type for JSAN?
[1] http://kupu.oscom.org/download/ecmaunit-0.2.html
[2] http://jsdoc.sourceforge.net/
Thanks,
Manos
Sarissa
|-- META.yml
|-- CHANGELOG.txt
|-- lib
|-- sarissa.js
|-- sarissa_dhtml.js
|-- sarissa_ieemu_load.js
|-- sarissa_ieemu_xpath.js
`-- sarissa_ieemu_xslt.js
`-- tests
|-- testsarissa.html
|-- testsarissa.js
`-- lib
`-- ecmaunit
`-- <ecmaunit files>
`-- doc
|-- tutorial.html
`-- api
`-- <jsdoc generated files>
http://www.openjsan.org/documentation/dists.html
Then install Module::Build::JSAN
http://search.cpan.org/dist/Module-Build-JSAN/
Module::Build::JSAN, extracts and removes the Pod from the .js when
you say "Build dist" and generates Pod & HTML & Text versions of it in
the distro.
/doc/html/
/doc/pod
/doc/text
so, I think that it is ok to out any extra doc into /doc...
Well, at least these are what I do...