Remove deprecated files

This commit is contained in:
Michelle Bergeron
2014-01-21 11:30:40 -05:00
parent 081c8b3b57
commit e0a5bbe1ff
2 changed files with 0 additions and 79 deletions

View File

@@ -1,53 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/bootstrap-theme.css">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="/js/bootstrap.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
Limelight
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Github Links<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://github.com/limelight-stream">Limelight-stream</a></li>
<li><a href="https://github.com/limelight-stream/limelight-pc">Limelight-pc</a></li>
<li><a href="https://github.com/limelight-stream/limelight-android">Limelight-android</a></li>
<li><a href="https://github.com/limelight-stream/limelight-common">Limelight-common</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="well">
{{ content }}
</div>
</div>
</body>
</html>

View File

@@ -1,26 +0,0 @@
---
title: Limelight
layout: default
---
#Limelight
Limelight is an open source implementation of NVIDIA's GameStream. We reverse
engineered the protocol used by the NVIDIA Shield and reimplemented the entire
thing.
Limelight has implementations for most major platforms, and streams your
collection of steam games from your
[GFE compatible PC](http://shield.nvidia.com/play-pc-games/) to your device
running Limelight. There is information on getting Limelight up and running in
the links below.
* [Limelight-android](https://github.com/limelight-stream/limelight-android)
allows streaming to any compatible Android device.
* [Limelight-pc](https://github.com/limelight-stream/limelight-pc) allows
streaming to Linux/OSX/Windows.
Limelight was created by [Case Western](http://case.edu) students as a project
at the [MHacks](http://mhacks.org) hackathon.
You can follow along with Limelight development at the [XDA
Thread](http://forum.xda-developers.com/showthread.php?t=2505510).