Skip to content

Commit ace093a

Browse files
committed
Create & Write docs
1 parent e1758d8 commit ace093a

7 files changed

Lines changed: 253 additions & 0 deletions

File tree

blog/2025-12-11-weekly-plan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ draft: false
1111
I've been resting most of the week, so progress may be slow.
1212
<!-- truncate -->
1313

14+
15+
:::tip
16+
Not all updates will be here; some updates may be unplanned.
17+
:::
18+
1419
## 12/8 Monday
1520
Rest - do nothing
1621

docs/account/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
sidebar_position: 3
3+
description: Pdnode Account
4+
---
5+
# Account
6+
Pdnode Account
7+
8+
## About
9+
10+
Regarding Pdnode Account, the main reason is that we were too lazy to create a login and registration system for each product, so we decided to create an account system similar to Microsoft and Google.

docs/platform/Q&A.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
sidebar_position: 4
3+
description: Pdnode Platform Questions and Answers
4+
---
5+
# Questions and Answers(Q&A)
6+
7+
:::tip
8+
The "I / My / Me" in this document is [Bret](/blog/authors/bret).
9+
:::
10+
11+
12+
## Q: What is Pdnode?
13+
Pdnode is a small company focused on web development.
14+
> For more information, please visit the [Pdnode website](https://pdnode.com).
15+
16+
## Q: Can I use Pdnode's products for free?
17+
Almost all of our products are open source, so please feel free to use them.
18+
> Please carefully read the open-source license/usage instructions for the Pdnode product you intend to use.
19+
20+
## Q: Can I use Pdnode products to create commercial products?
21+
Yes, but it depends on the product's open-source license/user manual.
22+
23+
## Q: Is Pdnode an organization?
24+
Yes, but not entirely; Pdnode has registered an LLC in Oregon, USA.
25+
26+
## Q: How does Pdnode make a profit?
27+
Pdnode's revenue comes from donations, and I personally need to cover expenses of over $100 USD per month. This isn't a huge amount, but many company operations require my personal involvement. Therefore, if possible, please provide us with donations!
28+
29+
## Q: How many people are there on Pdnode?
30+
It's hard to say; it's mostly me. Others usually just do some small things.
31+
32+
## Q: Does Pdnode have a trademark?
33+
No, I plan to register, but the name Pdnode is difficult to register. I plan to change the name but don't know which one to choose. We'll exist as Pdnode for now until we become famous.
34+

docs/platform/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: Pdnode Platform
3+
sidebar_position: 2
4+
---
5+
# Pdnode Platform
6+
Welcome to the Pdnode community!
7+
8+
This section contains content related to the Pdnode platform.
9+
10+
- [Terms of Service](./terms.md)
11+
- [Privacy Policy](./privacy.md)
12+
- [Pdnode Development Specification](./specification.md)

docs/platform/privacy.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 2
3+
description: Pdnode Privacy Policy
4+
---
5+
# Privacy Policy
6+
7+
## 1. Data Collection
8+
We may collect the following information:
9+
10+
- Account Information: username, email, password (stored encrypted).
11+
- Usage Data: access logs, operation records, device information, IP addresses.
12+
- Other Information: feedback or materials voluntarily provided by users.
13+
14+
## 2. Data Usage
15+
Collected information is used to:
16+
17+
- Provide and improve our services;
18+
- Analyze and optimize user experience;
19+
- Communicate with users, including notifications and updates.
20+
21+
## 3. Data Protection
22+
Reasonable technical and administrative measures are taken to protect data security.
23+
Personal information will not be sold or rented to third parties without user consent.
24+
25+
## 4. Cookies and Tracking
26+
We may use cookies or similar technologies to enhance service experience, but not for selling user information.
27+
28+
## 5. User Rights
29+
• Access, correct, or delete personal information;
30+
• Withdraw consent or opt out of promotional communications.
31+
32+
## 6. Children’s Privacy
33+
Our services are not directed to children under 13 years old. If information of children is collected, it will be promptly deleted.
34+
35+
## 7. Policy Updates
36+
This Privacy Policy may be updated at any time. Updates will be posted on our website. Continued use of the services indicates acceptance of the updated policy.

docs/platform/specification.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
sidebar_position: 3
3+
description: Pdnode Product Specifications
4+
---
5+
# Product/Development Specifications
6+
Pdnode has a set of standards to better develop products.
7+
8+
**All guidelines are recommendations and are not mandatory.**
9+
10+
## Port Specification
11+
For Pdnode products, unless there are specific application requirements, please set the **application port to 25200-25299** (Total: 100 Ports).
12+
13+
:::tip
14+
Since Pdnode products do not have an automatic port switching function, please reserve a 25200 - 25299 ports.
15+
:::
16+
17+
18+
### Frontend
19+
25210 - 25219 (10 Ports)
20+
21+
- 25210: Pdnode.com used this port.
22+
- 25211: Pdnode Account used this port.
23+
24+
### Backend
25+
25220 - 25229 (10 Ports)
26+
27+
- 25220: Reserved ports
28+
- 25221: Pdnode Account used this port.
29+
30+
### Pdnode Daemon
31+
32+
:::tip
33+
Pdnode Daemon used 25200 Port.
34+
:::
35+
36+
37+
Pdnode Daemon is a daemon provided for all open-source Pdnode products.
38+
39+
#### What does Pdnode Daemon do?
40+
41+
- Check the operational status of the Pdnode product.
42+
- Managing Pdnode products
43+
- Check Pdnode product progress
44+
- Check if the port is in use.
45+
46+
### Unallocated
47+
25230 - 25299 (70 Ports)
48+
25201 - 25209 (9 Ports)
49+

docs/platform/terms.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
sidebar_position: 1
3+
description: Pdnode Terms of Service
4+
---
5+
# Terms of Service
6+
7+
## 1. Definitions
8+
9+
In this Agreement:
10+
11+
* **“Pdnode”** refers to the corporate entity providing this Service Pdnode LLC, and all its affiliates.
12+
13+
* **“Service”** refers to all software, websites, APIs, documentation, and any related online products or services provided by Pdnode.
14+
15+
* **“User”** or **“You”** refers to any individual or legal entity accessing or using this Service.
16+
17+
* **“User Content”** refers to all information, data, text, files, or other materials submitted, posted, transmitted, or displayed by a user on the Service.
18+
19+
* **“Agreement”** refers to these Pdnode Terms of Service and all policies or documents referenced therein.
20+
21+
## 2. Acceptance of Terms and User Warranties
22+
23+
### 2.1 Acceptance of Agreement
24+
By accessing or using the Service, you acknowledge that you have read, understood, and agree to abide by all the terms of this Agreement. If you do not agree to any part of this Agreement, you may not use the Service.
25+
26+
### 2.2 User Warranties
27+
The user represents and warrants that they have the legal right, authority, and capacity to enter into this Agreement and are at least 18 or have reached the legal age of majority in their place of residence.
28+
29+
## 3. Description and Modification of Services
30+
31+
Pdnode provides software, websites, APIs, or related online services. We reserve the right to modify, suspend, or permanently terminate any part or function of the Service at any time, with reasonable notice to the user where practicable. Pdnode shall not be liable for any impact on you caused by modifications or termination of the Service.
32+
33+
## 4. User Obligations and Code of Conduct
34+
35+
### 4.1 Legal Use
36+
Users shall not use the Service for any illegal activities, infringe upon the rights of others (including but not limited to intellectual property rights and privacy rights), or for any purpose expressly prohibited by this Agreement.
37+
38+
### 4.2 Account Security
39+
Users are responsible for maintaining the confidentiality of their account information and for all activities occurring under their accounts. Users must immediately notify Pdnode of any unauthorized use or security breaches.
40+
41+
### 4.3 Prohibition of Abuse
42+
Users shall not interfere with, disrupt, reverse engineer, or access the Service or its related systems and networks in any way without authorization.
43+
44+
## 5. Intellectual Property
45+
46+
### 5.1 Pdnode Intellectual Property
47+
All software, documents, designs, icons, trademarks, and all other materials contained in the Service (“Pdnode Content”) are protected by intellectual property laws and are owned by Pdnode. Unauthorized copying, distribution, or commercial use is strictly prohibited.
48+
49+
### 5.2 User Content License
50+
Users retain all rights to their User Content. However, users grant Pdnode a **non-exclusive, worldwide, royalty-free, sublicensable** right to use, copy, host, modify, and distribute User Content to the extent necessary for the operation, improvement, and promotion of the Service.
51+
52+
### 5.3 User Content Liability
53+
Users are solely responsible for all User Content they upload to the Service and guarantee that their content does not infringe on the intellectual property rights or privacy rights of any third party. Pdnode reserves the right (but not the obligation) to remove or refuse distribution of any User Content at any time.
54+
55+
## 6. Privacy and Data
56+
57+
Data generated during your use of the Service will be collected and used in accordance with our **Privacy Policy**. Please read this policy carefully to understand our practices regarding the collection, use, and protection of your data.
58+
59+
## 7. Payment Terms (if applicable)
60+
61+
### 7.1 Fees and Payments
62+
Users agree to pay all applicable fees according to the fee schedule published on the Pdnode website. Users understand and accept that all fees paid are **non-refundable** unless expressly stated otherwise in this Agreement.
63+
64+
### 7.2 Price Changes
65+
Pdnode reserves the right to change service prices at any time and will notify users in advance through the website or other reasonable means.
66+
67+
## 8. Third-Party Services and Links
68+
69+
The Service may contain links to third-party websites, applications, or services. Pdnode is not responsible for, and makes no warranties regarding, the content, accuracy, functionality, or privacy policies of any third-party services. Users use any third-party services at their own risk.
70+
71+
## 9. Disclaimers and Limitation of Liability
72+
73+
### 9.1 Disclaimers
74+
75+
**Pdnode Services are provided "as is" and "as available."** Pdnode expressly disclaims all warranties of any kind, express or implied, including, but not limited to, warranties of merchantability, fitness for a particular purpose, and non-infringement. Pdnode does not warrant that the Services will meet your requirements, will be uninterrupted, timely, secure, or error-free.
76+
77+
### 9.2 Limitation of Liability
78+
79+
Pdnode shall not be liable for any direct, indirect, incidental, special, or punitive damages arising out of or in connection with the use of or inability to use the Services. **In no event shall Pdnode's total liability under this Agreement exceed the amount (if any) paid by the user to Pdnode within the twelve (12) months preceding the event giving rise to the claim. **
80+
81+
## 10. Indemnification
82+
83+
The user agrees to defend, indemnify, and hold harmless Pdnode and its affiliates from and against any claims, losses, damages, liabilities, and costs (including reasonable attorneys' fees) arising out of or relating to the user's use of the Service, breach of these Terms, or infringement of any third party's rights by the user's content.
84+
85+
## 11. Amendment and Termination of Agreement
86+
87+
### 11.1 Amendment of Agreement
88+
Pdnode may update these Terms at any time. Updated terms will be published on our website. Continued use of the Service after the update is published constitutes acceptance of the updated terms.
89+
90+
### 11.2 Right of Termination
91+
Pdnode may terminate or suspend the user's access to all or any part of the Service at any time, with or without notice, especially if the user breaches the terms of these Terms. The user may terminate these Terms at any time by ceasing to use the Service or deleting their account.
92+
93+
### 11.3 Effectiveness After Termination
94+
95+
Articles 5 (Intellectual Property), 9 (Disclaimer and Limitation of Liability), 10 (Indemnification), and 12 (Dispute Resolution) shall remain in full force and effect upon termination of this Agreement.
96+
97+
## 12. Applicable Law and Dispute Resolution
98+
99+
### 12.1 Applicable Law
100+
This Agreement shall be governed by and construed in accordance with the laws of the State of Oregon, United States, without regard to its conflict of laws principles.
101+
102+
### 12.2 Dispute Resolution
103+
The parties shall first attempt to resolve any dispute arising out of or in connection with this Agreement amicably through negotiation. If such negotiation fails, either party may bring suit in a state or federal court with jurisdiction located in Portland, Oregon, United States. The parties hereby irrevocably agree to submit to the personal jurisdiction of such courts.
104+
105+
## 13. Full Agreement
106+
107+
This Agreement, together with any policies referenced (such as the Privacy Policy), constitutes the **full agreement** between the user and Pdnode regarding the use of this Service and supersedes all prior oral or written agreements between the parties concerning this subject matter.

0 commit comments

Comments
 (0)