Skip to content

Instantly share code, notes, and snippets.

@stuckless
Created January 6, 2017 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuckless/85565419d45096c7d6f7c676c9494ee5 to your computer and use it in GitHub Desktop.
Save stuckless/85565419d45096c7d6f7c676c9494ee5 to your computer and use it in GitHub Desktop.
SageTV Sample index.html
<html>
<head>
<title>SageTV Appliations</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="SageTV Applications">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
</head>
<body>
<ul>
<li><a href="/phoenixweb">Phoenix</a>
<li><a href="/bmt">Batch Metadata Tools</a>
<li><a href="/sage">Sage Web Server</a>
<li><a href="/sagem/m">Sage Mobile Web Server</a>
<li><a href="/sagex/api">SageTV API</a>
</ul>
</body>
</html>
@stuckless
Copy link
Author

Put this file in the SAGETV_HOME/jetty/static/ directory, and call it 'index.htm'. Add/Remove any links as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment