Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<html>

<head>
<title>stalk</title>
<title>people</title>

<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript" src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
Expand All @@ -40,7 +40,7 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-68936800-1', 'auto');
ga('create', 'UA-68936800-3', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');

Expand Down
2 changes: 1 addition & 1 deletion js/stalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function hideSpinner() {
$(function(){
$("#search").focus();

c = new JUB.Client("https://api.jacobs-cs.club");
c = new JUB.Client("https://legacyapi.jacobs.university");

var q = $.query.get("q");

Expand Down
5 changes: 2 additions & 3 deletions opensearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>#stalk</ShortName>
<Description>A fresh way of searching Jacobs people</Description>
<Url type="text/html" method="get" template="http://stalk.everyone.wtf/?q={searchTerms}"/>
<!--<Image width="16" height="16">http://stalk.everyone.wtf/favicon.png</Image>-->
<Url type="text/html" method="get" template="https://people.jacobs.university/?q={searchTerms}"/>
<InputEncoding>UTF-8</InputEncoding>
<SearchForm>http://stalk.everyone.wtf/</SearchForm>
<SearchForm>https://people.jacobs.university/</SearchForm>
</OpenSearchDescription>
8 changes: 4 additions & 4 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<html>

<head>
<title>stalk privacy</title>
<title>people privacy</title>

<link rel="stylesheet" href="style.css">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="search" href="/opensearch.xml" type="application/opensearchdescription+xml" title="Project Stalk" />
<link rel="search" href="/opensearch.xml" type="application/opensearchdescription+xml" title="Project People" />

</head>

Expand All @@ -37,14 +37,14 @@ <h1>#stalk - our no privacy agreement</h1>
If you're afraid of knowing the truth, don't use this page.<br>
</p>
<p>
<a href="/">Back to stalk</a>
<a href="/">Back to people</a>
</p>
</div>

<div id="credits">
<span>&copy; 2016 <a href="https://twitter.com/kuboschek/">Kuboschek</a></span>
&middot;
<a href="https://github.com/kuboschek/jupi">src</a>
<a href="https://github.com/OpenJUB/People">src</a>
&middot;
<a href="privacy.html">privacy</a>
</div>
Expand Down