Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port jodoc to JS #17

Open
markc opened this issue Oct 7, 2010 · 4 comments
Open

Port jodoc to JS #17

markc opened this issue Oct 7, 2010 · 4 comments
Labels

Comments

@markc
Copy link

markc commented Oct 7, 2010

Would you be interested in a port of jodoc to javascript using node?

I've been working on a similar inline doc system using markdown but based on showdown.js. I use /*** ... ***/ as special comment markers so it leaves /** ... */ javadoc style comments in place and I mark up the actual live JS files by preprocessing them before passing them to my hacked showdown.js. Your joDoc system is far more mature and complete in that it creates linked indexes. I'm still learning JS and node'isms but I'd love to "port" my markdown js hack to a Jo-like style and include all or most of jodoc functionality as a single file node script (no deps other than the node binary, certainly no perl or ruby etc.)

@davebalmer
Copy link
Owner

ABSOLUTELY! This is on the roadmap for joDoc, and I'd love to see what you put together because Dan and I haven't started on the node.js port yet.

@rtsuk
Copy link

rtsuk commented Mar 30, 2011

I would try to find some time to help out with porting joDoc to JavaScript. Or even CoffeeScript.

@davebalmer
Copy link
Owner

Check out Dan Freedman's efforts. He has a good start to a node.js port of joDoc over here http://bit.ly/exwmu4 (Dan is also responsible for beating the perl into shape for this version of joDoc!)

@rtsuk
Copy link

rtsuk commented Mar 30, 2011

Quoting davebalmer
[email protected]:

Check out Dan Freedman's efforts.

I will, thanks!

Rob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants