Jump to: navigation, search

Koc Lab Server Web Index Setup: Difference between revisions

(Created page with "The goal of the KoC In-classroom media server is to provide a variety of offline educational content to student computers via a local network connection, preferably via a web...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
# All resources (javascript, images, css) should be served locally
# All resources (javascript, images, css) should be served locally
# Text should be available in English, plus localized based on where the server will be used
# Text should be available in English, plus localized based on where the server will be used
## Should detect browser locale, and default to that language if available
=== Example ===
Available in English ...
[[File:Koc_lab_server_index_en.png|450px|Koc Lab Server Index - English]]
... and Spanish.
[[File:Koc_lab_server_index_es.png|450px|Koc Lab Server Index - Spanish]]

Latest revision as of 06:13, 11 October 2012

The goal of the KoC In-classroom media server is to provide a variety of offline educational content to student computers via a local network connection, preferably via a web browser. Many components of the Offline content come with their own user interface.

When students and teachers access the media server with a web browser, we want to present an index to the packages that are available, with links to easily access the content.

Requirements

  1. HTML based index, or "home" page
  2. All resources (javascript, images, css) should be served locally
  3. Text should be available in English, plus localized based on where the server will be used
    1. Should detect browser locale, and default to that language if available

Example

Available in English ...

Koc Lab Server Index - English

... and Spanish.

Koc Lab Server Index - Spanish