The "replay introduction video" button was hidden on non-Safari
browsers, but still appeared on Safari. It should have been removed
after the changes described in issue #11 anyway, especially since it
no longer had any effect after the intro video was removed from the
home page.
Remove the now-obsolete button, instead of just hiding it.
Remove intro video from top of page. It is
still available from the WWT YouTube channel (linked below).
Remove secondary menu across the top of the carousel,
as discussed with website committee.
Remove Twitter and News sections, since they are largely
obsolete. For now, this means that we aren't linking to the
blog posts that had been linked from the News section. Maybe
we should add a "Press" or "Media" section and link to those
posts from there. (Or perhaps that already exists somewhere?)
Add notes about more settings to turn on in IIS, and reformat the IIS
section. Add "troubleshooting" section with notes about other solutions
we tried today. @thewebkid and I think that just making the IIS
settings changes should fix the .css/.less issue I had, but the other
notes may help someone else.
The .csproj file for the website-only Visual Studio "solution"
included references to the webclient directory, which doesn't exist
in this repository. This commit removes the references to those
files, allowing the website to build correctly.
Reformat INSTALL.md to take advantage of Markdown's lists and links.
Add a section about getting a Windows VM running on a Linux box, for
people who don't have access to a Windows machine. Update and expand
the instructions about installing the Azure SDK.
This updates links to say "forums.worldwidetelescope.org", instead of
linking to the old "social.microsoft.com" forums, except for one file
where we already addressed that problem on a different branch.
* WWTMVC5/Views/Support/LeftNav.cshtml: Link to new forum location.
* WWTMVC5/Docs/worldwidetelescopeuserguide.html: Same.
* Database/dbo/Scripts/Script.InsertMasterData.sql: Same.
* WWTMVC5/Views/Shared/Footer.cshtml: Say "forums" not "forum".
* WWTMVC5/Views/Support/IssuesAndBugs.cshtml: No change here, because
this file was addressed on the `point-to-discourse-forums` branch.
NOTE: This change is untested. Please sanity-check before deploying.
* WWTMVC5/Views/Support/IssuesAndBugs.cshtml: Link to the new
Discourse forums now, instead of the old Microsoft Social forums.
Get rid of the embedded form, because as far as I know we don't
have support for it in the new Discourse universe.
* CONTRIBUTING.md: Link to the new online instructions for editing the
web site, as a pre-emptive measure to avoid lots of questions in the
forums about how to edit the web site.