Skip to content

Commit afa9785

Browse files
committed
wip
1 parent 0098499 commit afa9785

29 files changed

+133
-111
lines changed

content/_index.md

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,29 @@ title: Introduction
33
weight: 1
44
---
55

6-
# Introduction
6+
# Welcome to the Open Terms Archive documentation
77

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.
89

9-
# Open Terms Archive documentation
1010

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
1212

13-
## Required minimal terminology
13+
This documentation follows the [Diátaxis](https://diataxis.fr) approach and is structured in following categories
1414

15-
Before diving into the details, let's first understand the essential terminology used throughout this documentation.
15+
### Tutorials
1616

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.
2218

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.
2426

25-
This documentation follows the [Diátaxis](https://diataxis.fr) approach and structures content in different categories:
27+
### Explanations
2628

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.
3130

32-
### Table of contents
3331

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.

content/explanations/community/federation-benefits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Federation Benefits
2+
title: Federation benefits
33
weight: 1
44
---
55

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Tracking noise
3+
weight: 5
4+
---
5+
6+
# Service name usual noise

content/explanations/service-name-noise.md renamed to content/explanations/terms-tracking/service-name-noise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Service name usual noise
2+
title: Service naming
33
weight: 5
44
---
55

content/explanations/terms-tracking/terms-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Terms types
2+
title: Terms categories
33
weight: 3
44
---
55

content/how-to/analysis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: Analysis
2+
title: Terms analysis
33
weight: 1
44
---

content/how-to/analysis/navigate-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Navigate history
2+
title: Browse terms history
33
weight: 3
44
---
55

content/how-to/analysis/notify-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Be notified on changes
2+
title: Monitor terms changes
33
weight: 2
44
---
55

content/how-to/analysis/publish-memo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Publish a memo
2+
title: Publish memos
33
weight: 4
44
---
55

content/how-to/collection-lifecycle/review-contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Reviewing contributions
2+
title: Review contributions
33
weight: 7
44
---
55

0 commit comments

Comments
 (0)