The superseded, ASP.NET-powered WWT user website extracted from the wwt-website repository.
Перейти к файлу
Peter Williams 87c85c5405 README.md: note that this repository is now old 2020-04-25 18:43:23 -04:00
WWTUserWebsite Merge branch 'dedupe' 2020-04-25 18:40:12 -04:00
WWTUserWebsite.Tests Get it compiling. But still not working. 2019-12-29 10:48:30 -05:00
.gitignore .gitignore: ignore CSS build outputs 2019-12-29 13:58:58 -05:00
LICENSE Skeleton import test 2019-12-28 17:03:18 -05:00
README.md README.md: note that this repository is now old 2020-04-25 18:43:23 -04:00
WWTUserWebsite.sln Populate with a VS2015 ASP.NET template 2019-12-28 17:29:26 -05:00
azure-pipelines.yml azure-pipelines.yml: looking like "npm install" is indeed necessary 2019-12-29 13:28:59 -05:00

README.md

The SUPERSEDED worldwidetelescope.org “user” website

This repository contains an old version of the WWT user website powered by ASP.NET. It has been superseded by the static site in wwt-user-website.


SUPERSEDED content follows

The user-facing portion of the AAS WorldWide Telescope (WWT) website — various mostly-static pages but not the web client or the API or the Communities component of the web app.

WWT is a free, open-source tool for showcasing astronomical data and knowledge. WWT is brought to you by the non-profit American Astronomical Society (AAS) and the .NET Foundation. Established in 1899 and based in Washington, DC, the AAS is the major organization of professional astronomers in North America.

Getting involved

We love it when people get involved in the WWT community! You can get started by participating in our user forum or by signing up for our low-traffic newsletter. If you would like to help make WWT better, our Contributor Hub aims to be your one-stop shop for information about how to contribute to the project, with the Contributors Guide being the first thing you should read. Here on GitHub we operate with a standard fork-and-pull model.

All participation in WWT communities is conditioned on your adherence to the WWT Code of Conduct, which basically says that you should not be a jerk.

URL structure

The files in this repository drive the following URL paths of the main WWT website. The ones labeled static contain static content that is simply served up by the server. The rest contain dynamic content generated by the ASP.NET MVC5 application on the fly.

  • /About/
  • /Content/ — static
  • /Download/
  • /favicon.ico — static
  • /fonts/ — static
  • /GetInvolved/
  • /Home
  • /images/ — note served by wwtwebstatic backend, not wwtuserstaging
  • /Learn/
  • /Scripts/ — static
  • /Support/
  • /Terms/
  • /Upgrade/
  • /Use/

Much of the dynamically-served content, however, could just as well be turned into static content at some point. But in the interests of continuity, we're sticking with the active content for the time being.

Acknowledgments

The AAS WorldWide Telescope system is a .NET Foundation project managed by the American Astronomical Society (AAS). Work on WWT has been supported by AAS, the US National Science Foundation (grants 1550701 and 1642446), the Gordon and Betty Moore Foundation, and Microsoft.

Legalities

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