Skip to content

Commit f7b78d6

Browse files
oetikerclaude
andcommitted
docs: title the docs "eDAPtor" with tagline "the tui LDAP editor"
Set the mdBook title/description and fix the name etymology: eDAPtor is editor + LDAP, creatively merged (not "DAP baked into an editor/adaptor"). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 01ce52f commit f7b78d6

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# edaptor
1+
# eDAPtor
22

3-
A terminal UI (TUI) for administering an OpenLDAP directory — adding, modifying
4-
and removing **users** and **groups**, and managing **group memberships** — built
5-
in Rust with [ratatui](https://ratatui.rs/).
3+
*the tui LDAP editor* — a terminal UI for administering an OpenLDAP directory —
4+
adding, modifying and removing **users** and **groups**, and managing **group
5+
memberships** — built in Rust with [ratatui](https://ratatui.rs/).
66

7-
> **eDAPtor** — the *DAP* (Directory Access Protocol, the P in LDAP) baked into
8-
> an *editor* / *adaptor*.
7+
> The name is **e**ditor and L**DAP**, creatively merged.
98
109
📖 **Documentation:** <https://oposs.github.io/edaptor>
1110

docs/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
2-
title = "edaptor"
3-
description = "A terminal UI for administering an OpenLDAP directory"
2+
title = "eDAPtor"
3+
description = "the tui LDAP editor"
44
authors = ["Tobias Oetiker"]
55
language = "en"
66
src = "src"

docs/src/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# edaptor
1+
# eDAPtor
22

3-
edaptor is a terminal UI for administering an OpenLDAP directory — adding,
3+
*the tui LDAP editor*
4+
5+
eDAPtor is a terminal UI for administering an OpenLDAP directory — adding,
46
modifying and removing **users** and **groups**, and managing **group
57
memberships** — built in Rust with [ratatui](https://ratatui.rs/).
68

7-
> **eDAPtor** — the *DAP* (Directory Access Protocol, the P in LDAP) baked into
8-
> an *editor* / *adaptor*.
9+
> The name is **e**ditor and L**DAP**, creatively merged.
910
1011
## What makes it different
1112

0 commit comments

Comments
 (0)