This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
798 additions
and
2,955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,42 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/> | ||
<title>Add Repo To Watch</title> | ||
|
||
</head> | ||
<body> | ||
<div class='container'> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen" /> | ||
<title>Add Repo To Watch</title> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class='container'> | ||
<form action="#"> | ||
|
||
<form action="#"> | ||
<p> | ||
<label>Enter valid GitHub repo URL (e.g. terminates with .../OWNER/REPO/):</label> | ||
<input type="text" id="repo" autofocus required> | ||
</p> | ||
|
||
<p> | ||
<label>Enter search keywords (or don't):</label> | ||
<input type="text" id="keywords" autofocus> | ||
</p> | ||
<p> </p> | ||
|
||
|
||
<form action="#"> | ||
|
||
<p> | ||
<label>Enter valid GitHub repo URL (e.g. terminates with .../OWNER/REPO/):</label> | ||
<input type="text" id="repo" autofocus required> | ||
</p> | ||
|
||
<p> | ||
<label>Enter search keywords (or don't):</label> | ||
<input type="text" id="keywords" autofocus> | ||
</p> | ||
|
||
|
||
<p> </p> | ||
<button class="btn waves-effect waves-light" type="submit">Add URL</button> | ||
|
||
</form> | ||
</div> | ||
|
||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/addRepo.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
|
||
</body> | ||
</html> | ||
|
||
</form> | ||
</div> | ||
|
||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/addRepo.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,48 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/> | ||
<title>Add Page To Watch</title> | ||
|
||
</head> | ||
<body> | ||
<div class='container'> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen" /> | ||
<title>Add Page To Watch</title> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class='container'> | ||
<form action="#"> | ||
|
||
<form action="#"> | ||
<p> | ||
<label>Enter valid URL:</label> | ||
<input type="text" id="page" autofocus> | ||
</p> | ||
<label>Select mode for tracking changes:</label> | ||
<br> | ||
<label for="diff"> | ||
<input name="selector" type="radio" id="diff" value="diff" checked /> | ||
<span>Diff</span> | ||
</label><br> | ||
<label for="links"> | ||
<input name="selector" type="radio" id="links" value="links" /> | ||
<span>Links</span> | ||
</label><br> | ||
<p> </p> | ||
|
||
|
||
<form action="#"> | ||
|
||
<p> | ||
<label>Enter valid URL:</label> | ||
<input type="text" id="page" autofocus> | ||
</p> | ||
|
||
|
||
<label>Select mode for tracking changes:</label> | ||
<br> | ||
<label for="diff"> | ||
<input name="selector" type="radio" id="diff" value="diff" checked /> | ||
<span>Diff</span> | ||
</label><br> | ||
<label for="links"> | ||
<input name="selector" type="radio" id="links" value="links" /> | ||
<span>Links</span> | ||
</label><br> | ||
|
||
<p> </p> | ||
<button class="btn waves-effect waves-light" type="submit">Add URL</button> | ||
|
||
</form> | ||
</div> | ||
|
||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/addWatchPage.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
|
||
</body> | ||
</html> | ||
|
||
</form> | ||
</div> | ||
|
||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/addWatchPage.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | ||
<link | ||
type="text/css" | ||
rel="stylesheet" | ||
href="../css/materialize.min.css" | ||
media="screen,projection" | ||
/> | ||
<title>Add RSS/Atom Feed</title> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<form> | ||
<div> | ||
<label>Enter valid feed:</label> | ||
<input type="text" id="item" autofocus /> | ||
</div> | ||
<div> | ||
<label>Display all items or only those matching these terms:</label> | ||
<input type="text" id="filterTerms" placeholder="" autofocus /> | ||
</div> | ||
<button class="btn waves-effect waves-light" type="submit"> | ||
Add item | ||
</button> | ||
</form> | ||
</div> | ||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/addWindow.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
</body> | ||
</html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen" /> | ||
<title>Add RSS/Atom Feed</title> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<form> | ||
<div> | ||
<label>Enter valid feed:</label> | ||
<input type="text" id="item" autofocus /> | ||
</div> | ||
<div> | ||
<label>Display all items or only those matching these terms:</label> | ||
<input type="text" id="filterTerms" placeholder="" autofocus /> | ||
</div> | ||
<button class="btn waves-effect waves-light" type="submit"> | ||
Add item | ||
</button> | ||
</form> | ||
</div> | ||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/addWindow.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/> | ||
<title>Feeds</title> | ||
|
||
</head> | ||
<body> | ||
<nav> | ||
<div class="nav-wrapper indigo"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen" /> | ||
<title>Feeds</title> | ||
|
||
</head> | ||
|
||
<body> | ||
<nav> | ||
<div class="nav-wrapper indigo"> | ||
<a class="brand-logo center">vulture-feeds</a> | ||
</div> | ||
</nav> | ||
<div> | ||
<label> Click link to delete feed. Toggle slider to prevent feed display.</label> | ||
</div> | ||
<ul></ul> | ||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/feedWindow.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
</body> | ||
</div> | ||
</nav> | ||
<div> | ||
<label> Click link to delete feed. Toggle slider to prevent feed display.</label> | ||
</div> | ||
<ul></ul> | ||
<!-- <script src="../js/hammerjs.js" onload="window.Hammer = module.exports;"></script> --> | ||
<script src="../js/feedWindow.js" type="text/javascript"></script> | ||
<script type="text/javascript" src="../js/materialize.min.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.