34 Commits

Author SHA1 Message Date
Miguel Del Castillo
f23f70d59a
Updated readme and community health files (#880)
* Updated readme and community health files for upcoming release

* Improved readme formatting. Added 'mailto:' to email links.

Co-authored-by: Mark Peterson <markpet@yahoo.com>
2022-05-24 13:27:20 -05:00
Miguel Del Castillo
240cc3015a
Added 'prepare' npm script (#838)
* Added 'prepare' npm script

* Modified readme to reflect added functionality of 'npm install'
2020-09-18 13:45:10 -05:00
Miguel Del Castillo
c72ba09faa
New release notices on Readme (#831)
* Added Readme notice about new releases

* Corrected unnecessary bullet point in Get Started section
2020-08-12 17:58:49 -05:00
Mark Peterson
07db0fcc0a
License update (#830) 2020-08-12 17:28:51 -05:00
Miguel Del Castillo
8343193250
Fix/release candidate fixes (#829)
* Added charset tag and note on 3rd party libraries to HTML files that lacked them

* Commented out a debugging console.log message that returns the GetCapabilities document

* Updated README for v0.10.0 RC. Updated npm packages.

* 0.10.0

* Corrected typo.
2020-08-12 14:47:46 -05:00
Mark Peterson
eeb9394966 Notice update (#812) 2019-08-21 17:41:56 -05:00
Mark Peterson
3d5cbefeee Notice update (#809) 2019-05-22 15:54:26 -05:00
David Collins
fbeb01a6fc
Update README.md 2019-04-04 19:25:06 -07:00
David Collins
b3e64ebc97 Update Node.js versions listed in README (#805) 2019-03-26 14:06:43 -05:00
David Collins
6bf7ad3cf8
Update WebWorldWind build dependencies (#804)
Updated the WebWorldWind npm project's build dependencies to ensure compatibility with the latest version of Node.js, Grunt, Karma, and Jasmine.

While changes like this are always worthwhile, I'm making it now to ensure that the original WebWorldWind source and its accompanying npm project will continue to operate for as long as possible after the [WorldWind project's suspension on April 5, 2019](https://worldwind.arc.nasa.gov/news/2019-03-08-suspension-notice).  Secondary goals are eliminating all npm audit warnings from old versions of libraries used to build WebWorldWind (i.e. the devDependencies) and ensuring that unit tests continue to operate.

Summary of changes:

- WebWorldWind now builds with Node.js 10.15.3 LTS and 11.12.0. The README file and the Travis CI configuration file reflect that.

- All npm devDependencies, used for building the WorldWind project, are updated to the latest version available as of this pull request.

- All npm security audit vulnerabilities are addressed.

- Subtle errors in unit tests fixed. WorldWind's geometric unit tests erroneously modified global variables, such as Location.ZERO. These values shouldn't be encoded as global variables, but solving that is out of scope here. Previous versions of Jasmine concealed this problem but these unit tests fail with Jasmine 3.x, likely due to a change in the Jasmine interpreter lifecycle between tests.
2019-03-26 12:01:56 -07:00
David Collins
7cd502a71c
Update the README files's Travis CI badge (#803) 2019-03-22 12:57:07 -07:00
David Collins
3651ce8ba7 Update README.md (#801) 2019-03-14 15:30:04 -07:00
Miguel Del Castillo
b8c70d69ca Readme adjustments (#785)
* Rephrased first paragraph

* Removed link

* Adjusted newlines
2018-08-17 09:42:18 -07:00
Miguel Del Castillo
8a2527f438 README adjustments (#783)
* Rephrased first paragraph
2018-08-15 16:37:34 -07:00
David Collins
5f1afa8a30
Update README.md to clarify the Apache license 2018-06-25 19:36:42 -07:00
David Collins
52ee12088d
Merge branch 'develop' into feature/readme-nodejs-link 2017-11-20 14:11:46 -08:00
Patrick Hogan
f326b3c455 Updated. 2017-11-20 13:46:02 -08:00
David Collins
d81a64e4aa
Corrected the README download link for Node.js 2017-11-20 12:33:43 -08:00
David Collins
4bff0dd1e4 Removed redundant Example Usage section from README.md 2017-11-17 16:56:10 -08:00
David Collins
6d24882634 Updated obsolete links in package.json and README.md 2017-11-08 12:12:44 -08:00
David Collins
6a6593e732 Cleanup for the upcoming release
- Moved HowToBuildWebWW.md to a new Building section in README.md

- Moved HowToCreateAndRunUnitTests.md to test/README.md

- Ordered npm build scripts to group testing commands

- Moved and renamed JSDoc configuration files to clarify their purpose

- Removed design-notes with the expecation of re-establishing developer focused documentation on the website or wiki.

- Closes #258
2017-11-08 10:25:23 -08:00
Endia Irizarry
94a54f7095 Fix broken NASA logo reference (#263)
Since migrating to Hugo, the path to this image changed. This error has been fixed
2017-10-31 15:22:21 -07:00
eirizarry
3387ef4eed Make "WorldWind" the name standard (#200)
All instances of "World Wind" in the source code and supporting documents have been changed to "WorldWind".
2017-08-17 11:37:53 -07:00
David Collins
96527f4d3c Initial Travis CI configuration (#156)
- Added .travis.yml configured for the Node.js based build

- Added Travis CI badge to README.md

- Updated README.md to reflect changes in the project's resources
2017-06-30 13:26:49 -07:00
AkeluX
b574b96000 Merge branch 'feature/markdown_guidelines' into develop 2017-06-16 09:16:44 +02:00
AkeluX
f53be082a8 Add more specific links to README.md 2017-05-29 13:14:41 +02:00
AkeluX
94c35b9d43 Remove style attribute which is filtered out by GitHub 2017-03-31 16:25:41 +02:00
AkeluX
42229913a9 Add mention to ESA in README.md 2017-03-31 16:21:01 +02:00
pdavidc
379b59496e Updated forum link to use HTTPS protocol 2016-12-28 08:58:16 -08:00
pdavidc
68a27f1cbd Used HTTPS urls found in documentation wherever possible 2016-12-23 15:34:26 -08:00
pdavidc
eccd32750f Updated references to worldwindlib.js with worldwind.min.js, per #36 and #62 2016-12-23 15:08:12 -08:00
Tom Gaskins
8918a9809e Don't update BlueMarbleLayer in BlueMarbleTimeSeries when the layer is disabled. 2015-10-26 17:30:22 -07:00
Tom Gaskins
001b65c905 Removed subversion keywords string. 2015-08-28 17:18:56 -07:00
Tom Gaskins
9d2f7daa0e Initial checkin. 2015-08-28 17:13:35 -07:00