Beginning work on feeds fork but some small bugfixes and ignores

This commit is contained in:
gmemstr 2017-07-11 10:53:06 -07:00
parent 47017f51b1
commit a959d7c23c
4 changed files with 5 additions and 46 deletions

8
.gitignore vendored
View file

@ -1,7 +1,3 @@
# Custom ignores
feed.rss
podcasts/*
# Binaries for programs and plugins
*.exe
*.dll
@ -18,3 +14,7 @@ podcasts/*
.glide/
feed\.json
podcasts/
feed\.rss

View file

@ -1,4 +1,5 @@
{
"MediaDirectory": "podcasts/",
"Name": "Git Galaxy Stargazers",
"Host": "Gabriel Simmer",
"Email": "gabriel@gitgalaxy.com",

View file

@ -1,21 +0,0 @@
{
"version": "https://jsonfeed.org/version/1",
"title": "Git Galaxy Stargazers",
"home_page_url": "https://podcast.gitgalaxy.com",
"description": "discussion about open source projects",
"author": {
"name": "Gabriel Simmer"
},
"items": [
{
"id": "",
"url": "https://podcast.gitgalaxy.com/download/2017-07-12_TESTING WORLD.mp3",
"title": "TESTING WORLD",
"summary": "In this episode, Gabriel discusses the format of the podcast, rambles about his complete lack of knowledge of Machine Learning, and covers a couple interesting Machine Learning centered projects.",
"date_published": "2017-07-12T00:00:00Z",
"author": {
"name": "Gabriel Simmer"
}
}
]
}

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>Git Galaxy Stargazers</title>
<link>http://podcast.gitgalaxy.com</link>
<description>discussion about open source projects</description>
<managingEditor>gabriel@gitgalaxy.com (Gabriel Simmer)</managingEditor>
<pubDate>Sat, 01 Jul 2017 23:35:38 -0700</pubDate>
<image>
<url>http://podcast.gitgalaxy.com/assets/podcast_image.png</url>
<title>http://podcast.gitgalaxy.com/assets/podcast_image.png</title>
<link>http://podcast.gitgalaxy.com/assets/podcast_image.png</link>
</image>
<item>
<title>TESTING WORLD</title>
<link>http://podcast.gitgalaxy.com/download/2017-07-12_TESTING WORLD.mp3</link>
<description>In this episode, Gabriel discusses the format of the podcast, rambles about his complete lack of knowledge of Machine Learning, and covers a couple interesting Machine Learning centered projects.</description>
<enclosure url="http://podcast.gitgalaxy.com/download/2017-07-12_TESTING WORLD.mp3" length="100" type="audio/mpeg"></enclosure>
<pubDate>Wed, 12 Jul 2017 00:00:00 +0000</pubDate>
</item>
</channel>
</rss>