-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: VirtualTam <[email protected]>
- Loading branch information
1 parent
817e827
commit d6cec3e
Showing
3 changed files
with
83 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ type ( | |
) | ||
|
||
const ( | ||
Version1 string = "1.0" | ||
Version1_1 string = "1.1" | ||
Version2 string = "2.0" | ||
|
||
|
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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<opml version="1.0"> | ||
<head> | ||
<title>My subscriptions in feedly Cloud</title> | ||
</head> | ||
<body> | ||
<outline text="Programming" title="Programming"> | ||
<outline type="rss" text="Elixir Lang" title="Elixir Lang" xmlUrl="https://feeds.feedburner.com/ElixirLang" htmlUrl="http://elixir-lang.org"/> | ||
<outline type="rss" text="Zephyr Project" title="Zephyr Project" xmlUrl="https://www.zephyrproject.org/feed/" htmlUrl="https://www.zephyrproject.org"/> | ||
<outline type="rss" text="Python Insider" title="Python Insider" xmlUrl="https://feeds.feedburner.com/PythonInsider" htmlUrl="https://pythoninsider.blogspot.com/"/> | ||
</outline> | ||
<outline text="Games" title="Games"> | ||
<outline type="rss" text="BeamNG.drive" title="BeamNG.drive" xmlUrl="https://www.beamng.com/game/index.xml" htmlUrl="https://www.beamng.com/game/"/> | ||
<outline type="rss" text="Vintage Story" title="Vintage Story" xmlUrl="https://www.vintagestory.at/blog.html/?rss=1" htmlUrl="https://www.vintagestory.at/blog.html/"/> | ||
</outline> | ||
</body> | ||
</opml> |