synit-manual/src/SUMMARY.md

78 lines
3.3 KiB
Markdown
Raw Normal View History

2022-02-10 12:36:29 +00:00
# Summary
2022-02-11 09:48:49 +00:00
[Introduction](./introduction.md)
# Preliminaries
2022-02-10 12:36:29 +00:00
- [Architecture](./architecture.md)
2022-02-11 09:48:49 +00:00
- [Source code, Building, and Installation](./install.md)
2022-10-17 13:25:16 +00:00
- [Running on an emulated device](./emulator.md)
2022-02-11 09:48:49 +00:00
- [Glossary](./glossary.md)
# User and Administration Guide
- [System overview](./operation/index.md)
- [The System Bus: syndicate-server](./operation/system-bus.md)
2022-02-11 21:08:59 +00:00
- [Configuration language](./operation/scripting.md)
2022-02-11 14:43:49 +00:00
- [Services and service dependencies](./operation/service.md)
2022-02-11 09:48:49 +00:00
- [Built-in services and service classes](./operation/builtin/index.md)
- [Gatekeeper](./operation/builtin/gatekeeper.md)
2022-03-07 16:57:02 +00:00
- [Logging](./operation/builtin/logging.md)
- [TCP/IP, WebSocket and Unix-socket Transports](./operation/builtin/relay-listener.md)
2022-02-11 09:48:49 +00:00
- [Configuration watcher](./operation/builtin/config-watcher.md)
2022-02-11 14:43:49 +00:00
- [Daemons and external programs](./operation/builtin/daemon.md)
2022-03-11 10:04:16 +00:00
- [Configuration files and directories](./operation/synit-config.md)
2022-05-14 13:12:12 +00:00
- [How-to ...](./operation/howto/index.md)
- [Define services and service classes](./operation/howto/define-services.md)
- [Restart services](./operation/howto/restart-services.md)
- [Schedule one-off or repeating tasks](./operation/howto/schedule-tasks.md)
- [Manage user settings](./operation/howto/manage-user-settings.md)
- [Reboot and power off the machine](./operation/howto/reboot-and-power-off.md)
- [Suspend the machine](./operation/howto/suspend.md)
2022-05-14 13:31:13 +00:00
# Tools
- [The `preserves-tools` package](./tools/preserves-tools.md)
2022-02-11 09:48:49 +00:00
# Programming Guide and Reference
- [Preserves](./guide/preserves.md)
2022-03-08 13:53:53 +00:00
- [Working with schemas](./guide/working-with-schemas.md)
2022-03-08 07:25:01 +00:00
- [Capturing and rendering interaction traces](./guide/tracing.md)
2022-02-11 09:48:49 +00:00
2022-05-14 13:31:13 +00:00
# Programming Libraries
- [Python support libraries](./libraries/python-support.md)
- [Shell-scripting libraries](./libraries/shell-scripting.md)
# Protocols and Schema Definitions
2022-06-01 12:47:24 +00:00
- [Preserves schemas](protocols/preserves/index.md)
- [Preserves Schema metaschema](protocols/preserves/schema.md)
- [Preserves Path schema](protocols/preserves/path.md)
- [Syndicated Actor Model schemas](protocols/syndicate/index.md)
- ["Observe" assertions](protocols/syndicate/dataspace.md)
- [Patterns over assertions](protocols/syndicate/dataspacePatterns.md)
- [Gatekeeper and Sturdy-references](protocols/syndicate/gatekeeper.md)
- [Wire-protocol](protocols/syndicate/protocol.md)
- [Service dependencies](protocols/syndicate/service.md)
- [Tracing](protocols/syndicate/trace.md)
- [Transport addresses](protocols/syndicate/transportAddress.md)
2022-10-12 14:06:26 +00:00
- [Synit schemas](protocols/synit/index.md)
- [Audio control](protocols/synit/audio.md)
- [Telephony (call and SMS) support](protocols/synit/telephony.md)
- [Modem support](protocols/synit/modem.md)
- [MIME type support](protocols/synit/mime.md)
- [Network core status and configuration](protocols/synit/network.md)
- [Sound effects](protocols/synit/soundEffects.md)
- [Time stamps](protocols/synit/time.md)
- [User interface definitions and interaction](protocols/synit/ui.md)
- [User settings](protocols/synit/userSettings.md)
2022-05-14 13:31:13 +00:00
2022-02-11 09:48:49 +00:00
# Specifications and Theory
2022-03-02 15:36:38 +00:00
- [Syndicated Actor Model](./syndicated-actor-model.md)
- [Protocol specification](./protocol.md)
2022-10-21 13:46:36 +00:00
- [Breaking Down the System Layer](./system-layer.md)
2022-10-21 14:12:59 +00:00
<!-- - [Building Up a System Layer](./synit-as-system-layer.md) -->