Skip to content

Commit e1229d0

Browse files
committed
docs: update README to PluginStream and stop tracking todo.md
1 parent fcf5251 commit e1229d0

2 files changed

Lines changed: 48 additions & 26 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3+
4+
5+
todo.md

README.md

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/am-abdulmueed/pluginstream/refs/heads/main/assets/Echo-new.png" alt="Echo Music Logo" width="140">
2+
<img src="https://pluginstream.pages.dev/assets/pluginstream.png" alt="PluginStream Logo" width="140">
33
</p>
44

5-
<h1 align="center">Echo Music Website</h1>
5+
<h1 align="center">PluginStream Website</h1>
66

7-
<p align="center">The official website for <strong>Echo Music</strong> - a free, ad-free music streaming app for Android.</p>
7+
<p align="center">The official website for <strong>PluginStream</strong> - a free, ad-free music streaming app for Android.</p>
88

99
---
1010

1111
## Overview
1212

13-
This repository contains the source code for the Echo Music official website. Echo Music is a free, open-source music streaming application for Android that provides an ad-free experience by streaming music directly from YouTube Music.
13+
This repository contains the source code for the PluginStream official website. PluginStream is a free, open-source music streaming application for Android that provides an ad-free experience by streaming music directly from YouTube Music.
1414

15-
The website serves as the official landing page for the Echo Music application, providing:
15+
The website serves as the official landing page for the PluginStream application, providing:
1616
- Feature documentation and app information
1717
- Download links and installation guides
1818
- FAQ and support resources
@@ -23,15 +23,33 @@ The website serves as the official landing page for the Echo Music application,
2323
## Project Structure
2424

2525
```
26-
Echo-Music-Site/
27-
├── index.html # Main landing page
28-
├── privacy.html # Privacy Policy
29-
├── terms.html # Terms of Service
30-
├── robots.txt # Robots configuration
31-
├── sitemap.xml # Sitemap
32-
├── README.md # This file
33-
├── graph.png # Open Graph image
34-
└── assets/ # Static assets (images, icons)
26+
Pluginstream.github.io/
27+
├── .github/ # GitHub workflows & CI/CD automation
28+
├── assets/ # Static assets (CSS, JS, images, icons)
29+
├── 404.html # Custom 404 Error page
30+
├── ads.html # Advertisements policy or placement page
31+
├── blog.html # Blog updates & articles
32+
├── contact.html # Contact Us page
33+
├── github.html # GitHub project info / integration page
34+
├── graph.png # Open Graph / preview image
35+
├── how-to-install.html # Installation guide for users
36+
├── index.html # Main landing page (Home)
37+
├── phone.html # Mobile views / application page
38+
├── plugins.html # Plugins showcase page
39+
├── plugins.json # Core data file for available plugins
40+
├── portfolio.html # Project portfolio showcase
41+
├── privacy.html # Privacy Policy page
42+
├── psredirect.html # Deep-link redirection page for PluginStream App (Opens shared movies directly inside the app)
43+
├── README.md # Project documentation
44+
├── robots.txt # SEO Search Engine Crawler directives
45+
├── rss.xml # RSS Feed for updates & blogs
46+
├── sitemap.xml # SEO Sitemap for search indexing
47+
├── support.html # Help & Support / FAQ page
48+
├── sw.js # Service Worker (PWA implementation & website monetization configuration)
49+
├── telegram.html # Telegram channel / community landing page
50+
├── terms.html # Terms of Service page
51+
├── todo.md # Development roadmap and pending tasks
52+
└── tv.html # TV interface / large screen layout page
3553
```
3654

3755
---
@@ -46,8 +64,8 @@ Echo-Music-Site/
4664

4765
1. Clone the repository:
4866
```bash
49-
git clone https://github.com/am-abdulmueed/pluginstream-Site.git
50-
cd Echo-Music-Site
67+
git clone https://github.com/am-abdulmueed/pluginstream.github.io.git
68+
cd pluginstream.github.io
5169
```
5270

5371
2. Run locally:
@@ -147,25 +165,26 @@ This website is designed with privacy as a core principle:
147165

148166
This project is licensed under the [MIT License](LICENSE).
149167

150-
Copyright (c) 2024 Echo Music
168+
Copyright (c) 2026 PluginStream
151169

152170
---
153171

154172
## Support
155173

156-
- **Issues**: [GitHub Issues](https://github.com/am-abdulmueed/pluginstream-Site/issues)
157-
- **Discussions**: [GitHub Discussions](https://github.com/am-abdulmueed/pluginstream-Site/discussions)
158-
- **Discord**: [Echo Music Discord](https://github.com/am-abdulmueed/pluginstream)
174+
- **Issues**: [GitHub Issues](https://github.com/am-abdulmueed/pluginstream/issues)
175+
- **Discussions**: [GitHub Discussions](https://github.com/am-abdulmueed/pluginstream/discussions)
176+
- **Telegram**: [PluginStream Telegram](https://t.me/pluginstreamofficial)
159177

160178
---
161179

162180
## Resources
163181

164-
- [Echo Music App Repository](https://github.com/EchoMusicApp)
165-
- [Official Website](https://echomusic.fun)
166-
- [Privacy Policy](https://echomusic.fun/privacy.html)
167-
- [Terms of Service](https://echomusic.fun/terms.html)
182+
- [PluginStream App Repository](https://github.com/am-abdulmueed/pluginstream)
183+
- [Official Website](https://pluginstream.pages.dev)
184+
- [Privacy Policy](https://pluginstream.pages.dev/privacy.html)
185+
- [Terms of Service](https://pluginstream.pages.dev/terms.html)
168186

169187
---
170-
171-
*Built for the Echo Music community*
188+
<p align="center">
189+
<strong>Built for the PluginStream community</strong>
190+
</p>

0 commit comments

Comments
 (0)