HanoverHighSchool / hhswebsite

The GitHub repository for the Hanover High School website.
3 stars 2 forks source link

Page Linking #27

Closed ezfe closed 11 years ago

ezfe commented 12 years ago

For the sake of simplicity, and to save a lot of time, we are not using /foo/index.php. We are using /foo.php, so no directories for different pages.

Also:

All URL's to our server should not have http://hanoverhs.org. They should go directly to the file

Example:

YES:

/foo.php

NO:

http://hanoverhs.org/foo.php

EXCEPTIONS:

Linking to pages on the current school website (hanoverhigh.us) is allowed as a direct link, because that file is known not to change. This is for linking to old pages during the time that we have not developed a new one. For instance, if we don't have art.php ready, we would link to hanoverhigh.us/Hanover/art.html. Again, this is allowed because it is not going to be in the final.

TL;DR: Should be portable between domain names and hosts. Only dependencies should be from old hanoverhigh.us.

owenversteeg commented 12 years ago

Awesome, agreed. Could you clarify the exception?

Tagged with [psa] as it is a public service announcement.

BTW, have you seen https://github.com/HanoverHighSchool/hhswebsite/issues/13?

ezfe commented 12 years ago

Sure, and added a tldr