You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Rename some occurences of etherpad-lite to etherpad (#7552)
* chore: Rename some occurences of etherpad-lite to etherpad
* chore: Adjust etherpad git urls
* chore: Rename more occurences from etherpad-lite to etherpad
* chore: Adjust default text
Copy file name to clipboardExpand all lines: AGENTS.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ pnpm --filter ep_etherpad-lite run prod # Start production server
51
51
-**Commits:** Maintain a linear history (no merge commits). Use meaningful messages in the format: `submodule: description`.
52
52
-**Feature Flags:** New features should be placed behind feature flags and disabled by default.
53
53
-**Deprecation:** Never remove features abruptly; deprecate them first with a `WARN` log.
54
-
-**Forks:** For etherpad-lite changes, commit to `johnmclear/etherpad-lite` fork on a new branch, then PR to `ether/etherpad-lite`. For plugins (`ep_*` repos), committing directly is acceptable.
54
+
-**Forks:** For etherpad-lite changes, commit to `johnmclear/etherpad-lite` fork on a new branch, then PR to `ether/etherpad`. For plugins (`ep_*` repos), committing directly is acceptable.
55
55
56
56
### Testing & Validation
57
57
-**Requirement:** Every bug fix MUST include a regression test in the same commit.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Contributor Guidelines
2
-
(Please talk to people on the mailing list before you change this page, see our section on [how to get in touch](https://github.com/ether/etherpad-lite#get-in-touch))
2
+
(Please talk to people on the mailing list before you change this page, see our section on [how to get in touch](https://github.com/ether/etherpad#get-in-touch))
3
3
4
4
**We have decided that LLM/Agent/AI contributions are fine as long as they are within the instructions set out by this document.**
5
5
@@ -140,5 +140,5 @@ Etherpad is much more than software. So if you aren't a developer then worry no
140
140
* Write proposals for grants
141
141
* Co-Author and Publish CVEs
142
142
* Work with SFC to maintain legal side of project
143
-
* Maintain TODO page - https://github.com/ether/etherpad-lite/wiki/TODO#IMPORTANT_TODOS
143
+
* Maintain TODO page - https://github.com/ether/etherpad/wiki/TODO#IMPORTANT_TODOS
Copy file name to clipboardExpand all lines: README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,32 +14,32 @@ Etherpad runs on your server, under your governance. No telemetry. No upsells. A
14
14
15
15
The code is Apache 2.0. The data format is open. It [scales to thousands of simultaneous editors per pad](http://scale.etherpad.org/). Translated into 105 languages. Extended through hundreds of plugins. Used by Wikimedia, governments, public-sector institutions, and self-hosters worldwide since 2009.
16
16
17
-
[Full data export](https://github.com/ether/etherpad-lite/wiki/Understanding-Etherpad's-Full-Data-Export-capabilities) is built in. The history is yours.
17
+
[Full data export](https://github.com/ether/etherpad/wiki/Understanding-Etherpad's-Full-Data-Export-capabilities) is built in. The history is yours.
18
18
19
19
## Try it out
20
20
21
-
[Try out a public Etherpad instance](https://github.com/ether/etherpad-lite/wiki/Sites-That-Run-Etherpad#sites-that-run-etherpad)
21
+
[Try out a public Etherpad instance](https://github.com/ether/etherpad/wiki/Sites-That-Run-Etherpad#sites-that-run-etherpad)
22
22
23
23
## Project Status
24
24
25
25
Etherpad has been doing the same thing — well — since 2009. No pivots, no acquisitions, no enshittification. Maintained by a small volunteer team.
26
26
27
-
**We are actively looking for maintainers.** If you have experience with Node.js, real-time systems, or institutional collaboration tooling and you want to work on infrastructure that thousands of organisations quietly depend on, please [open an issue](https://github.com/ether/etherpad-lite/issues) or contact [John McLear](https://github.com/JohnMcLear).
27
+
**We are actively looking for maintainers.** If you have experience with Node.js, real-time systems, or institutional collaboration tooling and you want to work on infrastructure that thousands of organisations quietly depend on, please [open an issue](https://github.com/ether/etherpad/issues) or contact [John McLear](https://github.com/JohnMcLear).
@@ -60,7 +60,7 @@ For more than a decade, Etherpad has quietly underpinned the documents that matt
60
60
-**Newsrooms and investigative journalism teams** — where authorship and editing history matter for legal and editorial integrity.
61
61
-**Tens of thousands of self-hosted instances** worldwide, run by IT teams who chose Etherpad because it is theirs.
62
62
63
-
If your organisation runs Etherpad and would be willing to be listed publicly, please [add it to the wiki](https://github.com/ether/etherpad-lite/wiki/Sites-That-Run-Etherpad).
63
+
If your organisation runs Etherpad and would be willing to be listed publicly, please [add it to the wiki](https://github.com/ether/etherpad/wiki/Sites-That-Run-Etherpad).
64
64
65
65
## Installation
66
66
@@ -71,13 +71,13 @@ The fastest way to get Etherpad running. Requires `git` and Node.js >= 20.
71
71
**macOS / Linux / WSL:**
72
72
73
73
```sh
74
-
curl -fsSL https://raw.githubusercontent.com/ether/etherpad-lite/master/bin/installer.sh | sh
74
+
curl -fsSL https://raw.githubusercontent.com/ether/etherpad/master/bin/installer.sh | sh
Copy file name to clipboardExpand all lines: best_practices.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Contributor Guidelines
2
-
(Please talk to people on the mailing list before you change this page, see our section on [how to get in touch](https://github.com/ether/etherpad-lite#get-in-touch))
2
+
(Please talk to people on the mailing list before you change this page, see our section on [how to get in touch](https://github.com/ether/etherpad#get-in-touch))
3
3
4
4
**We have decided that LLM/Agent/AI contributions are fine as long as they are within the instructions set out by this document.**
0 commit comments