Skip to content

Commit e8c9efb

Browse files
authored
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
1 parent c4add02 commit e8c9efb

19 files changed

Lines changed: 55 additions & 55 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
3-
1. If you haven't already, please read https://github.com/ether/etherpad-lite/blob/master/CONTRIBUTING.md#pull-requests .
4-
2. Run all the tests, both front-end and back-end. (see https://github.com/ether/etherpad-lite/blob/master/CONTRIBUTING.md#testing)
3+
1. If you haven't already, please read https://github.com/ether/etherpad/blob/master/CONTRIBUTING.md#pull-requests .
4+
2. Run all the tests, both front-end and back-end. (see https://github.com/ether/etherpad/blob/master/CONTRIBUTING.md#testing)
55
3. Keep business logic and validation on the server-side.
66
4. Update documentation.
77
5. Write `fixes #XXXX` in your comment to auto-close an issue.

AGENTS.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pnpm --filter ep_etherpad-lite run prod # Start production server
5151
- **Commits:** Maintain a linear history (no merge commits). Use meaningful messages in the format: `submodule: description`.
5252
- **Feature Flags:** New features should be placed behind feature flags and disabled by default.
5353
- **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.
5555

5656
### Testing & Validation
5757
- **Requirement:** Every bug fix MUST include a regression test in the same commit.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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))
33

44
**We have decided that LLM/Agent/AI contributions are fine as long as they are within the instructions set out by this document.**
55

@@ -140,5 +140,5 @@ Etherpad is much more than software. So if you aren't a developer then worry no
140140
* Write proposals for grants
141141
* Co-Author and Publish CVEs
142142
* 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
144144

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Etherpad Lite Dockerfile
1+
# Etherpad Dockerfile
22
#
3-
# https://github.com/ether/etherpad-lite
3+
# https://github.com/ether/etherpad
44
#
55
# Author: muxator
66
# Set to "copy" for builds without git metadata (source tarballs, some CI):
@@ -18,7 +18,7 @@ RUN pnpm run build:ui
1818

1919

2020
FROM node:lts-alpine AS build
21-
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
21+
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad"
2222

2323
# Set these arguments when building the image from behind a proxy
2424
ARG http_proxy=

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ Etherpad runs on your server, under your governance. No telemetry. No upsells. A
1414

1515
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.
1616

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.
1818

1919
## Try it out
2020

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)
2222

2323
## Project Status
2424

2525
Etherpad has been doing the same thing — well — since 2009. No pivots, no acquisitions, no enshittification. Maintained by a small volunteer team.
2626

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).
2828

2929
### Code Quality
3030

31-
[![Code Quality](https://github.com/ether/etherpad-lite/actions/workflows/codeql-analysis.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/codeql-analysis.yml)
31+
[![Code Quality](https://github.com/ether/etherpad/actions/workflows/codeql-analysis.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/codeql-analysis.yml)
3232

3333
### Testing
3434

35-
[![Backend tests](https://github.com/ether/etherpad-lite/actions/workflows/backend-tests.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/backend-tests.yml)
36-
[![Simulated Load](https://github.com/ether/etherpad-lite/actions/workflows/load-test.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/load-test.yml)
37-
[![Rate Limit](https://github.com/ether/etherpad-lite/actions/workflows/rate-limit.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/rate-limit.yml)
38-
[![Docker file](https://github.com/ether/etherpad-lite/actions/workflows/dockerfile.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/dockerfile.yml)
39-
[![Frontend admin tests powered by Sauce Labs](https://github.com/ether/etherpad-lite/actions/workflows/frontend-admin-tests.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/frontend-admin-tests.yml)
40-
[![Frontend tests powered by Sauce Labs](https://github.com/ether/etherpad-lite/actions/workflows/frontend-tests.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/frontend-tests.yml)
35+
[![Backend tests](https://github.com/ether/etherpad/actions/workflows/backend-tests.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/backend-tests.yml)
36+
[![Simulated Load](https://github.com/ether/etherpad/actions/workflows/load-test.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/load-test.yml)
37+
[![Rate Limit](https://github.com/ether/etherpad/actions/workflows/rate-limit.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/rate-limit.yml)
38+
[![Docker file](https://github.com/ether/etherpad/actions/workflows/docker.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/docker.yml)
39+
[![Frontend admin tests powered by Sauce Labs](https://github.com/ether/etherpad/actions/workflows/frontend-admin-tests.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/frontend-admin-tests.yml)
40+
[![Frontend tests powered by Sauce Labs](https://github.com/ether/etherpad/actions/workflows/frontend-tests.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/frontend-tests.yml)
4141
[![Sauce Test Status](https://saucelabs.com/buildstatus/etherpad.svg)](https://saucelabs.com/u/etherpad)
42-
[![Windows Build](https://github.com/ether/etherpad-lite/actions/workflows/windows.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad-lite/actions/workflows/windows.yml)
42+
[![Windows Build](https://github.com/ether/etherpad/actions/workflows/windows.yml/badge.svg?color=%2344b492)](https://github.com/ether/etherpad/actions/workflows/windows.yml)
4343

4444
### Engagement
4545

@@ -60,7 +60,7 @@ For more than a decade, Etherpad has quietly underpinned the documents that matt
6060
- **Newsrooms and investigative journalism teams** — where authorship and editing history matter for legal and editorial integrity.
6161
- **Tens of thousands of self-hosted instances** worldwide, run by IT teams who chose Etherpad because it is theirs.
6262

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).
6464

6565
## Installation
6666

@@ -71,13 +71,13 @@ The fastest way to get Etherpad running. Requires `git` and Node.js >= 20.
7171
**macOS / Linux / WSL:**
7272

7373
```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
7575
```
7676

7777
**Windows (PowerShell):**
7878

7979
```powershell
80-
irm https://raw.githubusercontent.com/ether/etherpad-lite/master/bin/installer.ps1 | iex
80+
irm https://raw.githubusercontent.com/ether/etherpad/master/bin/installer.ps1 | iex
8181
```
8282

8383
Both installers clone Etherpad into `./etherpad-lite`, install dependencies, and
@@ -93,12 +93,12 @@ To install and start in one go:
9393

9494
```sh
9595
# macOS / Linux / WSL
96-
ETHERPAD_RUN=1 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ether/etherpad-lite/master/bin/installer.sh)"
96+
ETHERPAD_RUN=1 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ether/etherpad/master/bin/installer.sh)"
9797
```
9898

9999
```powershell
100100
# Windows
101-
$env:ETHERPAD_RUN=1; irm https://raw.githubusercontent.com/ether/etherpad-lite/master/bin/installer.ps1 | iex
101+
$env:ETHERPAD_RUN=1; irm https://raw.githubusercontent.com/ether/etherpad/master/bin/installer.ps1 | iex
102102
```
103103

104104
### Docker-Compose
@@ -200,7 +200,7 @@ pnpm run plugins i ep_${plugin_name}
200200
```
201201

202202
Also see [the plugin wiki
203-
article](https://github.com/ether/etherpad-lite/wiki/Available-Plugins).
203+
article](https://github.com/ether/etherpad/wiki/Available-Plugins).
204204

205205
### Suggested Plugins
206206

@@ -297,7 +297,7 @@ playing!
297297

298298
## Helpful resources
299299

300-
The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop
300+
The [wiki](https://github.com/ether/etherpad/wiki) is your one-stop
301301
resource for Tutorials and How-to's.
302302

303303
Documentation can be found in `doc/`.
@@ -315,21 +315,21 @@ dependency or upgrading version.
315315

316316
If you want to find out how Etherpad's `Easysync` works (the library that makes
317317
it really realtime), start with this
318-
[PDF](https://github.com/ether/etherpad-lite/raw/master/doc/easysync/easysync-full-description.pdf)
318+
[PDF](https://github.com/ether/etherpad/raw/master/doc/easysync/easysync-full-description.pdf)
319319
(complex, but worth reading).
320320

321321
### Contributing
322322

323323
Read our [**Developer
324-
Guidelines**](https://github.com/ether/etherpad-lite/blob/master/CONTRIBUTING.md)
324+
Guidelines**](https://github.com/ether/etherpad/blob/master/CONTRIBUTING.md)
325325

326326
### HTTP API
327327

328328
Etherpad is designed to be easily embeddable and provides a [HTTP
329-
API](https://github.com/ether/etherpad-lite/wiki/HTTP-API) that allows your web
329+
API](https://github.com/ether/etherpad/wiki/HTTP-API) that allows your web
330330
application to manage pads, users and groups. It is recommended to use the
331331
[available client
332-
implementations](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries)
332+
implementations](https://github.com/ether/etherpad/wiki/HTTP-API-client-libraries)
333333
in order to interact with this API.
334334

335335
OpenAPI (previously swagger) definitions for the API are exposed under
@@ -357,12 +357,12 @@ send pull request to each plugin individually.
357357

358358
## FAQ
359359

360-
Visit the **[FAQ](https://github.com/ether/etherpad-lite/wiki/FAQ)**.
360+
Visit the **[FAQ](https://github.com/ether/etherpad/wiki/FAQ)**.
361361

362362
## Get in touch
363363

364364
The official channel for contacting the development team is via the [GitHub
365-
issues](https://github.com/ether/etherpad-lite/issues).
365+
issues](https://github.com/ether/etherpad/issues).
366366

367367
For **responsible disclosure of vulnerabilities**, please write a mail to the
368368
maintainers (a.mux@inwind.it and contact@etherpad.org).

best_practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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))
33

44
**We have decided that LLM/Agent/AI contributions are fine as long as they are within the instructions set out by this document.**
55

bin/createRelease.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ while true; do
3131
esac
3232
done
3333

34-
ETHER_REPO="https://github.com/ether/etherpad-lite.git"
34+
ETHER_REPO="https://github.com/ether/etherpad.git"
3535
ETHER_WEB_REPO="https://github.com/ether/ether.github.com.git"
3636
TMP_DIR="/tmp/"
3737

@@ -186,7 +186,7 @@ function publish_release {
186186

187187
function todo_notification {
188188
echo "Release procedure was successful, but you have to do some steps manually:"
189-
echo "- Update the wiki at https://github.com/ether/etherpad-lite/wiki"
189+
echo "- Update the wiki at https://github.com/ether/etherpad/wiki"
190190
echo "- Create a pull request on github to merge the master branch back to develop"
191191
echo "- Announce the new release on the mailing list, blog.etherpad.org and Twitter"
192192
}

bin/installer.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Optional environment variables:
77
# $env:ETHERPAD_DIR Directory to install into (default: .\etherpad-lite)
88
# $env:ETHERPAD_BRANCH Branch / tag to clone (default: master)
9-
# $env:ETHERPAD_REPO Repo URL (default: https://github.com/ether/etherpad-lite.git)
9+
# $env:ETHERPAD_REPO Repo URL (default: https://github.com/ether/etherpad.git)
1010
# $env:ETHERPAD_RUN If "1", start Etherpad after install
1111
# $env:NO_COLOR If set, disables coloured output
1212

@@ -37,7 +37,7 @@ function Test-Cmd([string]$name) {
3737
# ---------- defaults ----------
3838
$EtherpadDir = if ($env:ETHERPAD_DIR) { $env:ETHERPAD_DIR } else { 'etherpad-lite' }
3939
$EtherpadBranch = if ($env:ETHERPAD_BRANCH) { $env:ETHERPAD_BRANCH } else { 'master' }
40-
$EtherpadRepo = if ($env:ETHERPAD_REPO) { $env:ETHERPAD_REPO } else { 'https://github.com/ether/etherpad-lite.git' }
40+
$EtherpadRepo = if ($env:ETHERPAD_REPO) { $env:ETHERPAD_REPO } else { 'https://github.com/ether/etherpad.git' }
4141
$RequiredNodeMajor = 20
4242

4343
Write-Step 'Etherpad installer'

bin/installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ is_cmd() { command -v "$1" >/dev/null 2>&1; }
3333
# ---------- defaults ----------
3434
ETHERPAD_DIR="${ETHERPAD_DIR:-etherpad-lite}"
3535
ETHERPAD_BRANCH="${ETHERPAD_BRANCH:-master}"
36-
ETHERPAD_REPO="${ETHERPAD_REPO:-https://github.com/ether/etherpad-lite.git}"
36+
ETHERPAD_REPO="${ETHERPAD_REPO:-https://github.com/ether/etherpad.git}"
3737
REQUIRED_NODE_MAJOR=20
3838

3939
step "Etherpad installer"

bin/plugins/checkPlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,10 @@ log4js.configure({
447447
if (files.includes('static')) {
448448
const staticFiles = await fsp.readdir(`${pluginPath}/static`);
449449
if (!staticFiles.includes('tests')) {
450-
logger.warn('Test files not found, please create tests. https://github.com/ether/etherpad-lite/wiki/Creating-a-plugin#writing-and-running-front-end-tests-for-your-plugin');
450+
logger.warn('Test files not found, please create tests. https://github.com/ether/etherpad/wiki/Creating-a-plugin#writing-and-running-front-end-tests-for-your-plugin');
451451
}
452452
} else {
453-
logger.warn('Test files not found, please create tests. https://github.com/ether/etherpad-lite/wiki/Creating-a-plugin#writing-and-running-front-end-tests-for-your-plugin');
453+
logger.warn('Test files not found, please create tests. https://github.com/ether/etherpad/wiki/Creating-a-plugin#writing-and-running-front-end-tests-for-your-plugin');
454454
}
455455

456456
// Update all dependencies to their latest compatible versions.

0 commit comments

Comments
 (0)