Skip to content

Commit c44b910

Browse files
committed
Switch to subdomain of fileformat.info
1 parent e0c75fc commit c44b910

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# OPML Outline Viewer [<img alt="Outline Viewer logo" src="public/favicon.svg" height="90" align="right" />](https://opml.xml.style/)
1+
# OPML Outline Viewer [<img alt="Outline Viewer logo" src="public/favicon.svg" height="90" align="right" />](https://opml-viewer.fileformat.info/)
22

33
[![NodePing status](https://img.shields.io/nodeping/status/O0XVZ8N8-AB6K-4DZG-80XJ-5P7F7HP3DCMG?label=Current%20status)](https://nodeping.com/reports/checks/O0XVZ8N8-AB6K-4DZG-80XJ-5P7F7HP3DCMG)
44
[![NodePing uptime](https://img.shields.io/nodeping/uptime/O0XVZ8N8-AB6K-4DZG-80XJ-5P7F7HP3DCMG?label=30-day%20uptime)](https://nodeping.com/reports/uptime/O0XVZ8N8-AB6K-4DZG-80XJ-5P7F7HP3DCMG)
5-
[![deploy](https://github.com/fileformat/opml.xml.style/actions/workflows/gcr-deploy.yaml/badge.svg)](https://github.com/fileformat/opml.xml.style/actions/workflows/gcr-deploy.yaml)
5+
[![deploy](https://github.com/FileFormatInfo/opml-viewer/actions/workflows/gcr-deploy.yaml/badge.svg)](https://github.com/FileFormatInfo/opml-viewer/actions/workflows/gcr-deploy.yaml)
66

7-
This is a graphical viewer for `opml.xml` outlines. Try it at [opml.xml.style](https://opml.xml.style/)!
7+
This is a graphical viewer for `opml.xml` outlines. Try it at [opml-viewer.fileformat.info](https://opml-viewer.fileformat.info/)!
88

99
## Running locally
1010

public/demo.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="utf8"?>
22
<opml version="1.1">
33
<head>
4-
<title>Demo for opml.xml.style</title>
4+
<title>Demo for the OPML Viewer</title>
55
<dateCreated>2025-01-19 18:50:24.004243</dateCreated>
66
<dateModified>2025-01-19 18:50:24.004243</dateModified>
77
</head>
88
<body>
9-
<outline text="Privatdozent" title="Privatdozent" type="rss" version="RSS" htmlUrl="https://www.privatdozent.co" xmlUrl="https://www.privatdozent.co/feed" />
109
<outline text="Bloggers">
1110
<outline text="Simon Willison" title="Simon Willison" type="rss" version="RSS" htmlUrl="https://fedi.simonwillison.net/@simon" xmlUrl="https://fedi.simonwillison.net/@simon.rss" />
1211
<outline text="Jacques Mattheij" title="Jacques Mattheij" type="rss" version="RSS" htmlUrl="https://jacquesmattheij.com/" xmlUrl="https://jacquesmattheij.com/rss.xml" />
@@ -61,10 +60,12 @@
6160
<outline text="Vendors">
6261
<outline text="Facebook Developers" title="Facebook Developers" type="rss" version="RSS" htmlUrl="https://developers.facebook.com/blog/" xmlUrl="https://developers.facebook.com/blog/feed" />
6362
<outline text="ClickHouse Blog" title="ClickHouse Blog" type="rss" version="RSS" htmlUrl="https://clickhouse.com/blog" xmlUrl="https://clickhouse.com/rss.xml" />
64-
<outline text="Google Developers Blog" title="Google Developers Blog" type="rss" version="RSS" htmlUrl="https://developers.googleblog.com/rss/" xmlUrl="http://feeds.feedburner.com/GDBcode" />
65-
<outline text="Google Maps Platform" title="Google Maps Platform" type="rss" version="RSS" htmlUrl="http://mapsplatform.googleblog.com/" xmlUrl="http://feeds.feedburner.com/GoogleGeoDevelopersBlog" />
66-
<outline text="Google Open Source Blog" title="Google Open Source Blog" type="rss" version="RSS" htmlUrl="http://opensource.googleblog.com/" xmlUrl="http://feeds.feedburner.com/GoogleOpenSourceBlog" />
67-
<outline text="Google Search Central Blog" title="Google Search Central Blog" type="rss" version="RSS" htmlUrl="https://developers.google.com/search/blog/" xmlUrl="https://feeds.feedburner.com/blogspot/amDG" />
63+
<outline text="Google">
64+
<outline text="Google Developers Blog" title="Google Developers Blog" type="rss" version="RSS" htmlUrl="https://developers.googleblog.com/rss/" xmlUrl="http://feeds.feedburner.com/GDBcode" />
65+
<outline text="Google Maps Platform" title="Google Maps Platform" type="rss" version="RSS" htmlUrl="http://mapsplatform.googleblog.com/" xmlUrl="http://feeds.feedburner.com/GoogleGeoDevelopersBlog" />
66+
<outline text="Google Open Source Blog" title="Google Open Source Blog" type="rss" version="RSS" htmlUrl="http://opensource.googleblog.com/" xmlUrl="http://feeds.feedburner.com/GoogleOpenSourceBlog" />
67+
<outline text="Google Search Central Blog" title="Google Search Central Blog" type="rss" version="RSS" htmlUrl="https://developers.google.com/search/blog/" xmlUrl="https://feeds.feedburner.com/blogspot/amDG" />
68+
</outline>
6869
</outline>
6970
</body>
7071
</opml>

public/sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<?xml-stylesheet type="text/xsl" href="/sitemap.xslt" ?>
33
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
44
<url>
5-
<loc>https://opml.xml.style/</loc>
5+
<loc>https://opml-viewer.fileformat.info/</loc>
66
</url>
77
</urlset>

src/components/Copyright.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Copyright() {
1919
{t('contact_link')}
2020
</NextLink>
2121
{' | '}
22-
<NextLink color="inherit" href="https://github.com/fileformat/opml.xml.style">
22+
<NextLink color="inherit" href="https://github.com/FileFormatInfo/opml-viewer">
2323
{t('source_link')}
2424
</NextLink>
2525
</Typography>

src/lib/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const isDevMode = process.env.NODE_ENV === 'development';
33

44
const DEMO_URL = isDevMode
55
? "http://localhost:4000/demo.xml"
6-
: "https://opml.xml.style/demo.xml";
6+
: "https://opml-viewer.fileformat.info/demo.xml";
77

88
export const constants = {
99
DEFAULT_HOME: "Home Page",

src/lib/loadOutline.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ async function loadOutline(url_str: string):Promise<OpmlData> {
4444
try {
4545
xml_resp = await fetch(url, {
4646
headers: {
47-
"User-Agent": `opml.xml.style/1.0 (your outline is being viewed on https://opml.xml.style/ )`,
48-
Referer: `https://opml.xml.style/`,
47+
"User-Agent": `opml-viewer/1.0 (your outline is being viewed on https://opml-viewer.fileformat.info/ )`,
48+
Referer: `https://opml-viewer.fileformat.info/`,
4949
},
5050
});
5151
if (!xml_resp.ok) {

0 commit comments

Comments
 (0)