-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of feeds when discover encounters feel links without…
… a protocol (#405) Signed-off-by: Accalia <Accalia@Elementia.me> Signed-off-by: Accalia <Accalia@Elementia.me> Co-authored-by: alexdebril <alexdebril@users.noreply.github.com>
- Loading branch information
1 parent
63dd6ea
commit 5808bc2
Showing
4 changed files
with
72 additions
and
4 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
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<head> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.src" title="Add search"> | ||
<link rel="alternate" type="application/atom+xml" href="//example.org/feed.xml" title="Main feed"> | ||
<link rel="alternate" type="application/atom+xml" href="//example.org/comments.xml" title="Comments feed"> | ||
|
||
<link rel="canonical" href="//example.org/index.php"> | ||
<link rel="shorturl" href="//example.org/index"> | ||
<link rel="alternate" href="//example.org/index" hreflang="x-default"> | ||
|
||
<link rel="stylesheet" type="text/css" href="//example.org/styles/home.css" media="screen"> | ||
</head> | ||
<body></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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<head> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.src" title="Add search"> | ||
<link rel="alternate" type="application/atom+xml" href="https://example.org/feed.xml" title="Main feed"> | ||
<link rel="alternate" type="application/atom+xml" href="https://example.org/comments.xml" title="Comments feed"> | ||
|
||
<link rel="canonical" href="https://example.org/index.php"> | ||
<link rel="shorturl" href="https://example.org/index"> | ||
<link rel="alternate" href="https://example.org/index" hreflang="x-default"> | ||
|
||
<link rel="stylesheet" type="text/css" href="https://example.org/styles/home.css" media="screen"> | ||
</head> | ||
<body></body> | ||
</html> |