Skip to content

Commit 5812c77

Browse files
authored
Merge pull request #565 from Podcastindex-org/public_datasets
a few more style tweaks
2 parents 117a5ec + 2f3ada4 commit 5812c77

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

server/data/public_datasets.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"title": "Public Data",
33
"tagline": "Open datasets generated and published by the Podcast Index project.",
4-
"intro": "Podcast Index produces a number of public data exports full feed catalogs, recommendation lists, value-block dumps, activity stats, and infrastructure pointers all served as static files under public.podcastindex.org and a few sibling subdomains. They are free to mirror and use; please don't hammer them in tight loops, and prefer the SQLite/CSV catalog dumps over live API scraping when you need bulk data.",
4+
"intro": "Podcast Index produces a number of public data exports - full feed catalogs, recommendation lists, value-block dumps, activity stats, and infrastructure pointers - all served as static files under public.podcastindex.org and a few sibling subdomains. They are free to mirror and use; please don't hammer them in tight loops, and prefer the SQLite/CSV catalog dumps over live API scraping when you need bulk data.",
55
"sections": [
66
{
77
"id": "catalog",
88
"name": "Catalog snapshots",
9-
"description": "Full feed catalogs. The SQLite dumps are the canonical bulk artifacts load them directly with sqlite3 or any client.",
9+
"description": "Full feed catalogs. The SQLite dumps are the canonical bulk artifacts - load them directly with sqlite3 or any client.",
1010
"datasets": [
1111
{
12-
"name": "All live feeds SQLite",
12+
"name": "All live feeds - SQLite",
1313
"url": "https://public.podcastindex.org/podcastindex_feeds.db.tgz",
1414
"format": "tar.gz (SQLite)",
1515
"cadence": "weekly",
16-
"description": "Every feed currently being polled, with title, URL, owner, iTunes ID, host, language, categories, generator, and lastest-episode timestamps. The most heavily used artifact downstream most third-party mirrors of the Podcast Index data start here."
16+
"description": "Every feed currently being polled, with title, URL, owner, iTunes ID, host, language, categories, generator, and lastest-episode timestamps. The most heavily used artifact downstream - most third-party mirrors of the Podcast Index data start here."
1717
},
1818
{
19-
"name": "Dead feeds CSV (id only)",
19+
"name": "Dead feeds - CSV (id only)",
2020
"url": "https://public.podcastindex.org/podcastindex_dead_feeds.csv",
2121
"format": "CSV",
2222
"cadence": "daily",
2323
"description": "Lightweight CSV of dead feed IDs and the ID of the feed they duplicate (if any). Use this if you only need to reconcile your own list of feeds against the dead set."
2424
},
2525
{
26-
"name": "Problematic feeds CSV",
26+
"name": "Problematic feeds - CSV",
2727
"url": "https://public.podcastindex.org/podcastindex_problematic_feeds.csv",
2828
"format": "CSV",
2929
"cadence": "daily",
@@ -37,28 +37,28 @@
3737
"description": "Curated and computed lists derived from podcast 2.0 tags and feed metadata.",
3838
"datasets": [
3939
{
40-
"name": "Recommendations all media",
40+
"name": "Recommendations - all media",
4141
"url": "https://public.podcastindex.org/recommendations.json",
4242
"format": "JSON",
4343
"cadence": "daily",
4444
"description": "Show recommendations mined from <podcast:podroll> tags across the whole index, ranked by mention count."
4545
},
4646
{
47-
"name": "Recommendations video only",
47+
"name": "Recommendations - video only",
4848
"url": "https://public.podcastindex.org/recommendations_video.json",
4949
"format": "JSON",
5050
"cadence": "daily",
5151
"description": "The same recommendation graph, filtered to feeds whose <podcast:medium> or content profile marks them as video."
5252
},
5353
{
54-
"name": "Recommendations music only",
54+
"name": "Recommendations - music only",
5555
"url": "https://public.podcastindex.org/recommendations_music.json",
5656
"format": "JSON",
5757
"cadence": "daily",
5858
"description": "The same recommendation graph, filtered to feeds whose <podcast:medium> or content profile marks them as music."
5959
},
6060
{
61-
"name": "Value-enabled feeds CSV",
61+
"name": "Value-enabled feeds - CSV",
6262
"url": "https://public.podcastindex.org/valueEnabledFeeds.csv",
6363
"format": "CSV",
6464
"cadence": "daily",
@@ -79,14 +79,14 @@
7979
"description": "Time-series counts and rolling new-feed reports.",
8080
"datasets": [
8181
{
82-
"name": "24-hour feed report HTML",
82+
"name": "24-hour feed report - HTML",
8383
"url": "https://public.podcastindex.org/24hourFeedReport.html",
8484
"format": "HTML",
8585
"cadence": "daily",
8686
"description": "Human-readable daily report: counts of new feeds added in the last 24 hours, top generators, hour-by-hour add rate, and keyword-based scoring of the new-arrival mix."
8787
},
8888
{
89-
"name": "Newly-added feeds (last 24h) CSV",
89+
"name": "Newly-added feeds (last 24h) - CSV",
9090
"url": "https://public.podcastindex.org/newlyAddedFeeds24hours.csv",
9191
"format": "CSV",
9292
"cadence": "daily",
@@ -104,7 +104,7 @@
104104
"url": "https://stats.podcastindex.org/daily_counts.json",
105105
"format": "JSON",
106106
"cadence": "daily",
107-
"description": "Day-bucketed aggregate counts with a longer retention window than the hourly file better for long-term trend lines."
107+
"description": "Day-bucketed aggregate counts with a longer retention window than the hourly file - better for long-term trend lines."
108108
}
109109
]
110110
},
@@ -121,7 +121,7 @@
121121
"description": "Plain-text list of Hive blockchain RPC nodes that have recently passed a health check. Consumed by Podping listeners that need a working node to subscribe to."
122122
},
123123
{
124-
"name": "Live tracking firehose current window",
124+
"name": "Live tracking firehose - current window",
125125
"url": "https://tracking.podcastindex.org/current",
126126
"format": "JSON",
127127
"cadence": "every few minutes",

ui/src/pages/Datasets/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
.datasets-intro {
2626
line-height: 1.6;
2727
margin: 0;
28-
max-width: 70ch;
2928
}
3029

3130
.datasets-toc {

0 commit comments

Comments
 (0)