Skip to content

Commit

Permalink
Changed all the http to https on the front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 9, 2023
1 parent f58a804 commit e321f14
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>inline reddit</title>
<link rel="alternate" type="application/rss+xml" title="inline reddit feed" href="http://inline-reddit.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="inline reddit feed" href="https://inline-reddit.com/feed/" />
</head><body>

<p>
Expand Down Expand Up @@ -37,50 +37,50 @@
<p>
To use it, point your feed reader here:
<a href="feed/">
http://inline-reddit.com/feed/
https://inline-reddit.com/feed/
</a>

<p>
<strike>I use it with <a href="http://reader.google.com/">Google Reader</a></strike>, but it
<strike>I use it with <a href="https://reader.google.com/">Google Reader</a></strike>, but it
should work with any feed catcher.

<p>
<b>subreddits:</b> You get them like this:
<a href="feed/?subreddit=AskReddit">
http://inline-reddit.com/feed/?subreddit=AskReddit
https://inline-reddit.com/feed/?subreddit=AskReddit
</a>

<p>
<b>sorting:</b> You want "top" or "hot" or "controversial", etc?<br/>
<a href="feed/?subreddit=AskReddit/top">
http://inline-reddit.com/feed/?subreddit=AskReddit/top
https://inline-reddit.com/feed/?subreddit=AskReddit/top
</a>
<br/>
<a href="feed/?subreddit=AskReddit/hot">
http://inline-reddit.com/feed/?subreddit=AskReddit/hot
https://inline-reddit.com/feed/?subreddit=AskReddit/hot
</a>
<br/>
<a href="feed/?subreddit=AskReddit/controversial">
http://inline-reddit.com/feed/?subreddit=AskReddit/controversial
https://inline-reddit.com/feed/?subreddit=AskReddit/controversial
</a>

<p>
<b>multireddits:</b> You get them like this:
<a href="feed/?multireddit=redditpets&user=reddit">
http://inline-reddit.com/feed/?multireddit=redditpets&amp;user=reddit
https://inline-reddit.com/feed/?multireddit=redditpets&amp;user=reddit
</a>

<p>
<b>private feeds:</b> You get the feed info <a href="http://www.reddit.com/prefs/feeds/">here</a>, and use it like this:<br/>
http://inline-reddit.com/feed/?feed=&lt;some_sha1_looking_hash&gt;&amp;user=&lt;your_reddit_login_name&gt;<br/>
<b>private feeds:</b> You get the feed info <a href="https://www.reddit.com/prefs/feeds/">here</a>, and use it like this:<br/>
https://inline-reddit.com/feed/?feed=&lt;some_sha1_looking_hash&gt;&amp;user=&lt;your_reddit_login_name&gt;<br/>
<b>DO THIS AT YOUR OWN RISK.</b><br/>
This means we'll be republishing possibly-personal information.<br/>
If you give these URLs to Google Reader, they will be discoverable by search.</br>
If you change your password, the URLs will change too, but Google Reader caches any old feed items forever.

<p>
<b>source code:</b>
is <a href="http://github.com/icculus/inline-reddit">here</a>.
is <a href="https://github.com/icculus/inline-reddit">here</a>.
</a>

<p>
Expand All @@ -89,7 +89,7 @@
</a>

<p align="right">
<a href="http://icculus.org/~icculus/">--ryan.</a>
<a href="https://icculus.org/~icculus/">--ryan.</a>
</p>

</body></html>

0 comments on commit e321f14

Please sign in to comment.