Skip to content

Change "World Wind" to "WorldWind" #129

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

Merged
merged 3 commits into from
Aug 28, 2017
Merged

Change "World Wind" to "WorldWind" #129

merged 3 commits into from
Aug 28, 2017

Conversation

eirizarry
Copy link
Contributor

Description of the Change

  • All instances of "World Wind" in the source code comments and supporting documentation have been changed to "WorldWind".

Why Should This Be In Core?, Benefits

  • This pull request is necessary to make "WorldWind" the consistent project name. It is part of a larger epic which updates the documentation in WorldWind Java's repository.

Closes #121, closes #125.

Potential Drawbacks

  • Many files were modified, which may require more time spent on the review process.

Applicable Issues

- All instances of "World Wind" in the source code and supporting documents have been changed to "WorldWind"
@eirizarry eirizarry requested a review from pdavidc August 21, 2017 21:42
@ghost ghost assigned eirizarry Aug 21, 2017
@ghost ghost added the needs review label Aug 21, 2017
Copy link
Contributor

@pdavidc pdavidc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this change looks great. The majority of these changes affect comments, documentation, and examples. I've commented on code changes in the core library, simply to indicate that we've identified them and that they're okay.

README.md Outdated
@@ -69,7 +69,7 @@ binary JAR files as follows:

## License

NASA WORLD WIND
NASA WorldWind
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change needed: Let's keep the uppercase WORLDWIND found in license files.

@@ -87,7 +87,7 @@
<javadoc destdir="${worldwind.doc.dir}/javadoc"
overview="${worldwind.src.dir}/overview.html"
encoding="UTF-8"
windowtitle="NASA World Wind" doctitle="NASA World Wind" header="NASA World Wind"
windowtitle="NASA WorldWind" doctitle="NASA WorldWind" header="NASA WorldWind"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: These JavaDoc arguments affect the documentation displayed at https://worldwind.arc.nasa.gov/java/docs/

@@ -16,7 +16,7 @@
private static final String MINOR_VALUE = "1";
private static final String DOT_VALUE = "0";
private static final String versionNumber = "v" + MAJOR_VALUE + "." + MINOR_VALUE + "." + DOT_VALUE;
private static final String versionName = "NASA World Wind Java";
private static final String versionName = "NASA WorldWind Java";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Safe code change. The version name is not considered backward compatible.

@@ -81,7 +81,7 @@ private void createGpxDocument(org.w3c.dom.Document doc)

org.w3c.dom.Element gpx = doc.createElement("gpx");
gpx.setAttribute("version", "1.1");
gpx.setAttribute("creator", "NASA World Wind");
gpx.setAttribute("creator", "NASA WorldWind");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Safe code change. The GPX "creator" attribute is not considered backward compatible.

@@ -425,7 +425,7 @@ protected static void printUsage()
System.out.println("GeoSymAttributeConverter");
System.out.println();
System.out.println("Converts GeoSym line attributes, area attributes, and area patterns into a form usable by");
System.out.println("World Wind VPF shapes. Outputs to \"" + OUT_DIR + "\" a comma-separated-value file");
System.out.println("WorldWind VPF shapes. Outputs to \"" + OUT_DIR + "\" a comma-separated-value file");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Safe code change. Console output from a VPF command line utility.

@@ -775,13 +775,13 @@ BasicRetrievalService.CancellingTooOldRetrieval=Cancelling request too long on t
BasicRetrievalService.ExceptionDuringRetrieval=Exception during retrieval of {0}
BasicRetrievalService.ExecutionExceptionDuringRetrieval=Execution exception during retrieval of {0}
BasicRetrievalService.ExceptionRetrievingContentSizes=Exception retrieving content sizes from Retriever {0}
BasicRetrievalService.IdleThreadNamePrefix=Idle World Wind Retriever
BasicRetrievalService.IdleThreadNamePrefix=Idle WorldWind Retriever
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Safe code changes. These message strings indicate thread group names and logger content.

@@ -61,7 +61,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="650">
<tbody>
<tr>
<td><p class="style14"><span class="style4"> NASA WORLD WIND </span></p>
<td><p class="style14"><span class="style4"> NASA WorldWind </span></p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change needed: Let's keep the uppercase WORLDWIND found in license files.

@@ -6,7 +6,7 @@

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change needed: This file has a conflict with a develop branch.

@pdavidc pdavidc merged commit 1532580 into develop Aug 28, 2017
@ghost ghost removed the needs review label Aug 28, 2017
@pdavidc pdavidc deleted the feature/worldwind-name branch August 28, 2017 22:27
markpet49 added a commit that referenced this pull request Aug 12, 2020
* Updated urls in documentation to use HTTPS wherever possible

* Updated forum links to use HTTPS protocol

* Repaired intermittent unit test failures due to random values

* Repaired Travis CI build's broken link to Apache ANT binary

* Corrected SurfaceText handling of cached extent. Fixes and closes #28.

* Modified the ANT build to correctly assemble the release JAR files. Fixes #87.

* README adjustments for new continuous integration

- Simplified the opening paragraph and combined it with the Get Started section. Removed unnecessary GitHub issues link.

- Updated the Releases and Roadmap section to reflect the new continuous integration structure.

- Removed Daily Builds section, as daily builds have been shut down. Daily builds are expected to be replaced with a simple snapshot link in the Download section.

- Removed API documentation links to decouple the website structure from the README file.

* Travis CI adjustments for new continuous integration

- Removed daily builds, which are scheduled to be replaced by Maven SNAPSHOT artifacts

- Removed Javadoc publication to the World Wind website, which is now handled independently by the website itself

- Modularized the change log script for interoperability with other World Wind repositories

- Simplified Travis CI deployment tasks to reduce redundancy

* Travis CI adjustments

- Updated Travis CI to notify the World Wind team mailing list on every build

* Corrected copy and paste typos in Travis CI configuration

* Travis CI adjustments

- Adjusted changelog.sh for TRAVIS build environment

- Removed obsolete keystore and its decryption commands

* Removed unnecessary entry from .gitignore

* Restored default Travis CI notifications (#118)

- Removed the custom notifications block from .travis.yml
- Notifying everyone on every build is now unnecessary, as GitHub protected branches and mandatory pull requests ensure that only successful builds make it into the develop and master branches
- Install the Ant JUnit packages missing from the Travis CI environment.
- Closes #113

* Excluded local project files and build output
- Updated .gitignore for project files per IntelliJ guidelines:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
- Eliminates spurious changes to project files from Android Studio automatic changes.

* Update WorldWind Java documentation (#128)

- Added ISSUE_TEMPLATE.md, which gives the guidelines for submitting an issue
- Added PULL_REQUEST_TEMPLATE.md, which gives the guidelines for submitting a pull request
- Added CONTRIBUTING.md, which gives the overall expectations for contributing to WorldWind Java, the coding and design guidelines, and resources for the WorldWind community
- Removed "Design and Coding Guidelines.html"; this file's content was ported into CONTRIBUTING.md

* Change "World Wind" to "WorldWind" (#129)

All instances of "World Wind" in the source code and supporting documents have been changed to "WorldWind"

* Fix broken NASA logo reference (#140)

Path to NASA logo in README was broken, as our website infrastructure changed. It has been fixed.

* Publish API documentation to gh-pages on every push to develop

* Update README.md

* Disabled Travis CI deployment in preparation for project suspension (#165)

* Update README.md

* Notice update

* Notice alignment

* Notice update

* JDK version update

* Build fix

* JOGL and Java 11+ updates

* Updated JOGL/GlueGen libs

* Added jogl windows natives

* Remove outdated jars

* JOGL for OSX

* Remove Scankort demo

* Remove nbproject/private folder

* Travis build fix

* Travis build fix

* Removed webstart build, fixed javadoc

* Javadoc fixes

* Javadoc fixes

* Travis build fix

* Javadoc fix

* Remove local folder references

* Test change

* Test change

* Test change

* Test change

* Move to JDK 11 and latest JOGL 2.4 on Linux

* Update ISSUE_TEMPLATE.md (#170)

File mistakenly linked to Web WorldWind resources.

* JOGL 2.4 for Windows

* JOGL for OSX

* Update the code formatting to be more conformant

* Revert "Update the code formatting to be more conformant"

* Polyline deprecation fixes

* Polyline deprecation fixes

* Polyline deprecation fixes

* Deprecation fixes

* Deprecation/Lint fixes

* Revert Polyline formatting

* Formatting adjustments

* GeoRSS fixes

* Deprecation bug fixes

* Build fixes

* Logging run config

* WebView deprecation

* Moved Collada examples back to test code

* Removed Collada code from incorrect location

* JOGL refresh (#199)

* Add jackson license (#202)

* Add gdal license (#203)

* WWMath unit test (#205)

* License and release updates (#206)

* Final release adjustments (#207)

* Final release adjustments

* Title adjustment

Co-authored-by: pdavidc <[email protected]>
Co-authored-by: Zach Glueckert <[email protected]>
Co-authored-by: eirizarry <[email protected]>
Co-authored-by: Bruce Schubert <[email protected]>
Co-authored-by: markpet49 <[email protected]>
Co-authored-by: Miguel Del Castillo <[email protected]>
Co-authored-by: markpet49 <[email protected]>
quonn77 pushed a commit to quonn77/WorldWindJava that referenced this pull request May 8, 2023
* Updated urls in documentation to use HTTPS wherever possible

* Updated forum links to use HTTPS protocol

* Repaired intermittent unit test failures due to random values

* Repaired Travis CI build's broken link to Apache ANT binary

* Corrected SurfaceText handling of cached extent. Fixes and closes WorldWindEarth#28.

* Modified the ANT build to correctly assemble the release JAR files. Fixes NASAWorldWind#87.

* README adjustments for new continuous integration

- Simplified the opening paragraph and combined it with the Get Started section. Removed unnecessary GitHub issues link.

- Updated the Releases and Roadmap section to reflect the new continuous integration structure.

- Removed Daily Builds section, as daily builds have been shut down. Daily builds are expected to be replaced with a simple snapshot link in the Download section.

- Removed API documentation links to decouple the website structure from the README file.

* Travis CI adjustments for new continuous integration

- Removed daily builds, which are scheduled to be replaced by Maven SNAPSHOT artifacts

- Removed Javadoc publication to the World Wind website, which is now handled independently by the website itself

- Modularized the change log script for interoperability with other World Wind repositories

- Simplified Travis CI deployment tasks to reduce redundancy

* Travis CI adjustments

- Updated Travis CI to notify the World Wind team mailing list on every build

* Corrected copy and paste typos in Travis CI configuration

* Travis CI adjustments

- Adjusted changelog.sh for TRAVIS build environment

- Removed obsolete keystore and its decryption commands

* Removed unnecessary entry from .gitignore

* Restored default Travis CI notifications (NASAWorldWind#118)

- Removed the custom notifications block from .travis.yml
- Notifying everyone on every build is now unnecessary, as GitHub protected branches and mandatory pull requests ensure that only successful builds make it into the develop and master branches
- Install the Ant JUnit packages missing from the Travis CI environment.
- Closes NASAWorldWind#113

* Excluded local project files and build output
- Updated .gitignore for project files per IntelliJ guidelines:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
- Eliminates spurious changes to project files from Android Studio automatic changes.

* Update WorldWind Java documentation (NASAWorldWind#128)

- Added ISSUE_TEMPLATE.md, which gives the guidelines for submitting an issue
- Added PULL_REQUEST_TEMPLATE.md, which gives the guidelines for submitting a pull request
- Added CONTRIBUTING.md, which gives the overall expectations for contributing to WorldWind Java, the coding and design guidelines, and resources for the WorldWind community
- Removed "Design and Coding Guidelines.html"; this file's content was ported into CONTRIBUTING.md

* Change "World Wind" to "WorldWind" (NASAWorldWind#129)

All instances of "World Wind" in the source code and supporting documents have been changed to "WorldWind"

* Fix broken NASA logo reference (NASAWorldWind#140)

Path to NASA logo in README was broken, as our website infrastructure changed. It has been fixed.

* Publish API documentation to gh-pages on every push to develop

* Update README.md

* Disabled Travis CI deployment in preparation for project suspension (NASAWorldWind#165)

* Update README.md

* Notice update

* Notice alignment

* Notice update

* JDK version update

* Build fix

* JOGL and Java 11+ updates

* Updated JOGL/GlueGen libs

* Added jogl windows natives

* Remove outdated jars

* JOGL for OSX

* Remove Scankort demo

* Remove nbproject/private folder

* Travis build fix

* Travis build fix

* Removed webstart build, fixed javadoc

* Javadoc fixes

* Javadoc fixes

* Travis build fix

* Javadoc fix

* Remove local folder references

* Test change

* Test change

* Test change

* Test change

* Move to JDK 11 and latest JOGL 2.4 on Linux

* Update ISSUE_TEMPLATE.md (NASAWorldWind#170)

File mistakenly linked to Web WorldWind resources.

* JOGL 2.4 for Windows

* JOGL for OSX

* Update the code formatting to be more conformant

* Revert "Update the code formatting to be more conformant"

* Polyline deprecation fixes

* Polyline deprecation fixes

* Polyline deprecation fixes

* Deprecation fixes

* Deprecation/Lint fixes

* Revert Polyline formatting

* Formatting adjustments

* GeoRSS fixes

* Deprecation bug fixes

* Build fixes

* Logging run config

* WebView deprecation

* Moved Collada examples back to test code

* Removed Collada code from incorrect location

* JOGL refresh (NASAWorldWind#199)

* Add jackson license (NASAWorldWind#202)

* Add gdal license (NASAWorldWind#203)

* WWMath unit test (NASAWorldWind#205)

* License and release updates (NASAWorldWind#206)

* Final release adjustments (NASAWorldWind#207)

* Final release adjustments

* Title adjustment

Co-authored-by: pdavidc <[email protected]>
Co-authored-by: Zach Glueckert <[email protected]>
Co-authored-by: eirizarry <[email protected]>
Co-authored-by: Bruce Schubert <[email protected]>
Co-authored-by: markpet49 <[email protected]>
Co-authored-by: Miguel Del Castillo <[email protected]>
Co-authored-by: markpet49 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Make "WorldWind" the name standard Update WorldWind Java documentation
2 participants