synit-manual/src/SUMMARY.md

78 lines
2.6 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)
- [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
- [Preserves schemas]()
- [Preserves Schema metaschema]()
- [Preserves Path schema]()
- [Syndicated Actor Model schemas]()
- ["Observe" assertions]()
- [Patterns over assertions]()
- [Gatekeeper and Sturdy-references]()
- [Wire-protocol]()
- [Service dependencies]()
- [Tracing]()
- [Transport addresses]()
- [Synit schemas]()
- [Audio control]()
- [Telephony (call and SMS) support]()
- [Modem support]()
- [Hayes]()
- [Samsung Galaxy S7]()
- [MIME type support]()
- [Network core status and configuration]()
- [Sound effects]()
- [Time stamps]()
- [User interface definitions and interaction]()
- [User settings]()
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-02-11 09:48:49 +00:00
- [System layer analysis]()