The source code for the main user-facing WorldWide Telescope website.
Перейти к файлу
Peter Williams dd681c8508
Merge pull request #33 from Carifio24/interactives
Add links to more interactives and update educators page
2024-09-12 14:06:54 -04:00
content Change which text has solar eclipse link. 2024-09-07 01:33:07 -04:00
sass Add CosmicDS to educators page and add link under interactives. 2024-09-06 17:27:51 -04:00
static/assets static/assets/wwt-logomark.png: update this 2023-06-07 11:00:18 -04:00
templates First-pass sponsorship branding update 2023-06-05 23:03:49 -04:00
.gitignore Initial skeleton import 2020-04-06 21:48:36 -04:00
LICENSE Import infrastructure files. 2020-04-25 18:54:40 -04:00
README.md README.md: update sponsorship 2023-06-05 22:25:47 -04:00
azure-pipelines.yml azure-pipelines.yml: fix website updating 2022-03-31 21:03:00 -04:00
config.toml Update the "front door" email address to hello@worldwidetelescope.org 2023-08-17 17:08:28 -04:00

README.md

Build Status Powered by NumFOCUS

The worldwidetelescope.org “user” website

The user-facing portion of the WorldWide Telescope (WWT) website:

https://worldwidetelescope.org/home/

This includes the static user-facing pages but not the web client or the legacy API or the Communities component of the web app.

You can monitor metrics for the WWT web services on the public WWT metrics dashboard, made possible by support from Datadog.

Learn more about WWT here.

The WorldWide Telescope project uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

Quick Start for the Initiated

This site is written in CommonMark Markdown and processed with Zola. Zola is distributed as a single executable so it is ridiculously easy to install. Once you have Zola all you have to do is run

zola serve

to build the site and serve it locally for testing. The command zola check will check the build and verify that outgoing links are valid. Zola has lots of documentation.

Merges to master will be published automatically using WWTs continuous deployment infrastructure.

URL structure

The files in this repository drive the following URL paths:

  • /about
  • /assets
  • /connect
  • /download
  • /home
  • /learn
  • /style.css
  • /terms
  • /use

Note that the root path / is handled specially in WWT: users are redirected either to /webclient/ or /home/ depending on a preference cookie.

Routing in the reverse proxy is case-insensitive, as were the URLs in the original app backed, so the generated website provides numerous capitalized aliases to the above too.

Contributing

Contributions are welcome! If youre new to the project, please see the WWT Contributors Guide and the WWT Code of Conduct. We operate with a standard fork-and-pull model.

Acknowledgments

Work on the WorldWide Telescope system has been supported by the American Astronomical Society (AAS), the .NET Foundation, and other partners. See the WWT user website for details.

Legalities

The WWT code is licensed under the MIT License. The copyright to the code is owned by the .NET Foundation.