Skip to content

Commit 7178dd5

Browse files
committed
.
1 parent 041385e commit 7178dd5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/docs/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: About html2rss
33
description: Learn about html2rss, our mission, principles, and the team behind this open-source project.
44
---
55

6-
`html2rss` is an open-source project dedicated to empowering you to take control of your web content. In an age where traditional RSS feeds are often missing, `html2rss` provides a robust and flexible solution to convert almost any HTML content into a structured RSS format.
6+
`html2rss` is an open-source project dedicated to empowering you to take control of your web content. In an age where many websites don't offer traditional RSS feeds, `html2rss` provides a robust and flexible solution to convert almost any HTML content into a structured RSS format.
77

88
Started in 2018, the project has evolved into a comprehensive suite of tools designed to help you create and consume RSS feeds effortlessly.
99

src/content/docs/feed-directory/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This directory contains a list of pre-built configurations to create RSS feeds f
1212

1313
## Instance URL
1414

15-
An "Instance URL" is the address of a running `html2rss-web` application. You can use a public instance, but we encourage you to host your own.
15+
An Instance URL is the address of a running `html2rss-web` application. You can use a public instance, but we encourage you to host your own.
1616

1717
[🚀 Host Your Own Instance (and share it!)](/web-application/how-to/deployment)
1818

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Turn Any Website Into an RSS Feed"
3-
description: "html2rss brings back RSS. It is an open source project with decentralised instances. These instances generate RSS feeds for websites which do not offer them."
3+
description: "html2rss brings back RSS. It is an open source project with decentralized instances. These instances generate RSS feeds for websites that do not offer them."
44
---
55

66
Ever wished you could follow your favorite websites like a social media feed? The html2rss project makes it possible by creating RSS feeds for any website - even ones that don't offer them.

src/content/docs/web-application/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Installation"
3-
description: "This guide will help you set up your own copy of html2rss-web on your computer. Don't worry - we will walk you through every step!"
3+
description: "This guide will help you set up your own copy of html2rss-web on your computer. Don't worry - we'll walk you through every step!"
44
---
55

66
This guide will help you set up your own copy of html2rss-web on your computer. Don't worry - we'll walk you through every step!
@@ -16,7 +16,7 @@ This guide will help you set up your own copy of html2rss-web on your computer.
1616

1717
Create a new folder on your computer to store html2rss-web files:
1818

19-
**On Windows:** Right-click → New Folder → Name it "html2rss-web"
19+
**On Windows:** Right-click → New Folder → Name it "html2rss-web".
2020
**On Mac/Linux:** Open Terminal and run:
2121

2222
```bash

0 commit comments

Comments
 (0)