62 Commits

Author SHA1 Message Date
Jeff Williams
4839915cec the mailing list is back! 2014-06-28 08:53:40 -07:00
Jeff Williams
fa57a07c6b refer questions to Stack Overflow until the mailing list is fixed 2014-06-14 07:58:25 -07:00
Jeff Williams
3242a5de52 fancy new Travis CI badge 2014-03-27 08:26:04 -07:00
Jeff Williams
f9e36811ae add links to 3rd-party templates; update copyright 2014-03-12 09:26:38 -07:00
Jeff Williams
48e6c392d5 huge whitespace cleanup
- remove all trailing whitespace
- for consistency, replace all tabs with spaces
2014-03-03 07:43:01 -08:00
Jeff Williams
6d62a114bf fix line break 2014-02-12 08:54:21 -08:00
Jeff Williams
4f8e9fb5dc don't use npm to install the Rhino version (#577) 2014-02-10 21:14:43 -08:00
Jeff Williams
e007f71c86 typo 2014-01-31 08:08:23 -08:00
Jeff Williams
1c0c06f588 explain npm permissions issue and solution (#572) 2014-01-31 08:07:33 -08:00
Jeff Williams
28b467f3a8 punctuation 2014-01-25 20:57:31 -08:00
Nick Schonning
90f8efe7e9 Add link to Grunt plug-in 2014-01-06 01:06:38 -05:00
Jeff Williams
e4b97bf6ba add the supported Node.js version 2013-12-26 10:17:08 -08:00
Jeff Williams
405ebb5c3b fix typo; clarify Node.js instructions 2013-12-20 11:09:47 -08:00
Jeff Williams
1670745352 fix npm syntax 2013-11-04 21:32:28 -08:00
Jeff Williams
95338341a8 update installation/usage instructions 2013-11-04 21:22:57 -08:00
Jeff Williams
de4297b20b refactor jsdoc.js; update Rhino
- Switched to a new Rhino fork: https://github.com/jsdoc3/rhino
  (currently reflects mozilla/rhino HEAD + enhancements for JSDoc)
- Removed jsdoc/util/global; new Rhino fork provides a `global` alias
  just like Node.js
- Moved most of jsdoc.js into cli.js, and refactored for clarity
2013-10-27 10:46:27 -07:00
cgwyllie
c236bf955f Update README.md
Changed clone URL for repo to HTTPS read-only so it doesn't require keypair access.
2013-08-01 10:05:02 +01:00
Jeff Williams
609c9c5910 update README 2013-04-16 08:45:27 -07:00
Jeff Williams
21dbd5804f document OS X fix for bad Rhino version (#340) 2013-02-13 08:28:36 -08:00
Jeff Williams
7616d7f73e fix Travis CI image 2013-01-02 07:55:11 -08:00
Jeff Williams
5849971920 only use master to display Travis CI badge 2013-01-02 07:53:23 -08:00
Jeff Williams
d5877c1217 move rhino_modules/ to lib/ 2012-12-23 14:09:37 -08:00
Jeff Williams
e3cef388fb further clarification about npm support 2012-12-21 22:08:29 -08:00
Jeff Williams
f49d69e05d update installation instructions (#282) 2012-12-21 12:02:32 -08:00
Jeff Williams
6d5d526c52 Merge pull request #248 from nschonni/travis-ci-pr-testing
Add Travis CI config and status image
2012-11-06 08:45:54 -08:00
Jeff Williams
1c1ce62a0e Fix link to documentation source 2012-11-04 21:48:02 -08:00
Jeff Williams
0403706e5d Correct filename in README 2012-11-04 21:44:32 -08:00
Nick Schonning
9aa6729d75 Add Travis build status image to README 2012-11-03 20:18:44 -04:00
Jeff Williams
4ad4dde687 remove bad link 2012-10-18 13:57:24 -07:00
Jeff Williams
857ad8efc5 add npm command; remove test info 2012-10-17 09:24:05 -07:00
Jeff Williams
1ad33e0e52 update license info and README files 2012-10-17 08:21:04 -07:00
Jeff Williams
33703539f1 use Rhino 1.7R3 fork with Node.js/CommonJS package support
https://github.com/hegemonic/rhino/commit/9f9382cfb8dbf83ec89972ad4e3554
01f74302c1
2012-10-13 23:19:02 -07:00
Jakob Heuser
d61259a90c attempt to make npm compatible paths by removing node_modules as a path... darn you npm 2012-08-15 11:09:58 -07:00
Michael Mathews
69e90109ce Removed beta status notice from readme. 2012-05-27 21:48:41 +01:00
Jannon
526a22673a Update readme docs 2012-05-06 03:41:04 -07:00
Jannon Frank
544f6126a2 Merge pull request #110 from benblank/windows
Add "short-form" command for Windows
2012-04-22 02:35:04 -07:00
Jannon
6145b7ff69 Readme additions and pull request instructions
The primary change is the addition of the HOW_TO_CONTRIBUTE file detailing the best way to make it easy for maintainers to merge pull requests.
2012-04-21 03:14:29 -07:00
Ben Blank
f962577793 added short-form command for Windows 2012-04-18 16:28:42 -07:00
Michael Mathews
2f8c9cc3be Updated README to include cwd as module arg in the debugging example too. 2012-04-04 07:46:51 +01:00
Michael Mathews
74c5faa71c Updated README to include cwd as module arg in the example. [hattip Kristian] 2012-04-04 07:44:27 +01:00
Jannon
bcf1ab3870 Link updates 2012-03-16 02:42:58 -07:00
Jannon
c51595bfa6 Just some link updates 2012-03-16 02:40:47 -07:00
Michael Mathews
47518c3e0f Fixed incorrect code sample in README for running the debugger. Closes #42. 2011-10-08 10:23:31 +01:00
Michael Mathews
15429167b2 Updated README to show usage of the new -modules argument to Rhino. 2011-09-23 07:30:18 +01:00
Michael Mathews
e92a6ccbfe Updated readme. 2011-09-05 20:04:07 +01:00
masklinn
c9b77182f7 Fix formatting of See Also section, add link to project documentation sources. 2011-08-19 00:32:08 +03:00
Michael Mathews
c506b2f149 Updated README. 2011-06-18 10:24:32 +01:00
Michael Mathews
fc1094cfb2 Updated README. 2011-06-18 10:13:44 +01:00
Michael Mathews
ee382cdad1 Removing my own jar file and just including rhino with updated instructions on how to run jsdoc via rhino directly, build script is no longer necessary. This should path issues reported on non *nix platforms. [closes #15] 2011-05-10 21:03:37 +01:00
Michael Mathews
f7421592e2 Fixed bug that caused documenting built-in names like "constructor" to cause crash, and missing symbols from the template index. (Fixes #12). 2011-04-13 00:02:30 +02:00