You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+15-25Lines changed: 15 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,39 +3,29 @@ title: Introduction
3
3
weight: 1
4
4
---
5
5
6
-
# Introduction
6
+
# Welcome to the Open Terms Archive documentation
7
7
8
+
Open Terms Archive is a decentralised system that tracks collections of services' terms across multiple servers. Each collection exposes the data it collects through datasets and through its own API. The Federation API unifies search and discovery across collections.
8
9
9
-
# Open Terms Archive documentation
10
10
11
-
Open Terms Archive is a decentralised system that tracks collections of services' terms across multiple servers. Each collection exposes the data it collects through datasets and through its own API. The Federation API unifies search and discovery across collections.
11
+
## Documentation structure
12
12
13
-
## Required minimal terminology
13
+
This documentation follows the [Diátaxis](https://diataxis.fr) approach and is structured in following categories
14
14
15
-
Before diving into the details, let's first understand the essential terminology used throughout this documentation.
15
+
### Tutorials
16
16
17
-
-**Terms:** the contractual documents published by services (such as Terms of Service, Privacy Policy, Community Guidelines…) that users agree to.
18
-
-**Collection:** a set of tracked terms grouped by a specific scope (such as language, jurisdiction, industry…).
19
-
-**Declaration:** a JSON file that defines which terms to track for a service and how to track them.
20
-
-**Snapshot:** the original source document (HTML, PDF…) from which the terms will be extracted.
21
-
-**Version:** the textual content of the terms after filtering out irrelevant content (navigation menu, advertisements…) from a snapshot.
17
+
step-by-step learning guides that help beginners get started with Open Terms Archive, providing foundational knowledge and hands-on experience.
22
18
23
-
## Documentation structure
19
+
### How-to guides
20
+
21
+
Task-focused instructions that help experienced users accomplish specific goals efficiently and effectively.
22
+
23
+
### References
24
+
25
+
Comprehensive technical documentation detailing configuration options and specifications for advanced users.
24
26
25
-
This documentation follows the [Diátaxis](https://diataxis.fr) approach and structures content in different categories:
27
+
### Explanations
26
28
27
-
-**Tutorials:** step-by-step learning guides that help beginners get started with Open Terms Archive, providing foundational knowledge and hands-on experience.
28
-
-**How-to guides:** task-focused instructions that help experienced users accomplish specific goals efficiently and effectively.
29
-
-**References:** comprehensive technical documentation detailing configuration options and specifications for advanced users.
30
-
-**Explanations:** background knowledge that enables understanding the constraints and how choices that are made.
29
+
Background knowledge that enables understanding the constraints and how choices that are made.
31
30
32
-
### Table of contents
33
31
34
-
-**Analysis:** guidance on how to analyze terms changes, from navigating through the history of tracked terms to publishing memos about significant changes.
35
-
-**Community:** information on how to participate in the Open Terms Archive community.
36
-
-**Terms:** guidance on tracking and maintaining terms declarations.
37
-
-**Collections:** guidance on creating and managing collections of tracked terms.
38
-
-**Federation:** constraints and benefits of joining the Open Terms Archive federation.
39
-
-**Deployment:** guidance on operating an Open Terms Archive instance.
40
-
-**Programmatic access:** documentation on the engine CLI and APIs.
41
-
-**Concepts and principles:** main concepts, terminology and fundamental design principles of Open Terms Archive.
0 commit comments