mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Spellchecked.
This commit is contained in:
parent
66f93e42e5
commit
3b9983d1b3
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
# Plinth's Design
|
# Plinth's Design
|
||||||
|
|
||||||
Struturally, Plinth is very simple. It's nothing more than a modular system to
|
Structurally, Plinth is very simple. It's nothing more than a modular system to
|
||||||
hook a web UI to the command line and the underlying system.
|
hook a web UI to the command line and the underlying system.
|
||||||
|
|
||||||
Users enable modules which turn on features on the box and run actions. Theo
|
Users enable modules which turn on features on the box and run actions. The
|
||||||
nly data Plinth itself should store are the modules users have and haven't
|
only data Plinth itself should store are the modules users have and haven't
|
||||||
enabled. The rest of the information that Plinth interacts with is read from
|
enabled. The rest of the information that Plinth interacts with is read from
|
||||||
and written to the appropriate system configuration files.
|
and written to the appropriate system configuration files.
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ For example:
|
|||||||
|
|
||||||
1. User requests http://freedombox.lan/plinth/hello
|
1. User requests http://freedombox.lan/plinth/hello
|
||||||
|
|
||||||
2. Plinth returns the response from `plint/modules/hello`.
|
2. Plinth returns the response from `plinth/modules/hello`.
|
||||||
|
|
||||||
3. User submits Hello form.
|
3. User submits Hello form.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user