-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for alternate relative link on Atom feeds
- Loading branch information
Showing
18 changed files
with
119 additions
and
30 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
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
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
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
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
18 changes: 18 additions & 0 deletions
18
rssparser/src/commonTest/kotlin/com/prof18/rssparser/atom/XmlParserAtomRelativeLink.kt
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,18 @@ | ||
package com.prof18.rssparser.atom | ||
|
||
import com.prof18.rssparser.BASE_FEED_URL | ||
import com.prof18.rssparser.BaseXmlParserTest | ||
|
||
class XmlParserAtomRelativeLink : BaseXmlParserTest( | ||
feedPath = "atom-relative-url.xml", | ||
channelTitle = "Aurimas Liutikas", | ||
channelLink = "$BASE_FEED_URL/", | ||
channelDescription = "A personal page of Aurimas Liutikas.", | ||
channelLastBuildDate = "2024-12-19T06:13:47+00:00", | ||
articleTitle = "What The Distribution - What Is Inside Gradle Distribution Zips?", | ||
articlePubDate = "2024-12-18T00:00:00+00:00", | ||
articleLink = "$BASE_FEED_URL/2024/12/18/What-The-Distribution.html", | ||
articleGuid = "/2024/12/18/What-The-Distribution", | ||
articleDescription = "When I saw this post", | ||
articleAuthor = "", | ||
) |
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,22 @@ | ||
<feed> | ||
<generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator> | ||
<link href="/feed.xml" rel="self" type="application/atom+xml"/> | ||
<link href="/" rel="alternate" type="text/html"/> | ||
<updated>2024-12-19T06:13:47+00:00</updated> | ||
<id>/feed.xml</id> | ||
<title type="html">Aurimas Liutikas</title> | ||
<subtitle>A personal page of Aurimas Liutikas. </subtitle> | ||
<entry> | ||
<title type="html"> | ||
What The Distribution - What Is Inside Gradle Distribution Zips? | ||
</title> | ||
<link href="/2024/12/18/What-The-Distribution.html" rel="alternate" type="text/html" title="What The Distribution - What Is Inside Gradle Distribution Zips?"/> | ||
<published>2024-12-18T00:00:00+00:00</published> | ||
<updated>2024-12-18T00:00:00+00:00</updated> | ||
<id>/2024/12/18/What-The-Distribution</id> | ||
<author> | ||
<name/> | ||
</author> | ||
<summary type="html">When I saw this post</summary> | ||
</entry> | ||
</feed> |
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
Binary file removed
BIN
-197 KB
...pp.xcodeproj/project.xcworkspace/xcuserdata/mg.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.