Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit e6e3f01

Browse files
authored
Merge pull request #227 from atsign-foundation/docs-update-Rename-terms
docs: Changed secondary and secondary server to atServer | root server to a…
2 parents a4daf52 + fcaca09 commit e6e3f01

File tree

4 files changed

+108
-100
lines changed

4 files changed

+108
-100
lines changed

content/docs/atplatform/_index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ layout: list
33

44
title: "The atPlatform" # The title (ON THE PAGE)
55
lead: | # The lead below the title (ON THE PAGE)
6-
Learn about how we created our shortcodes on the dev site!
6+
7+
The atPlatform is built on the atProtocol, a new open network protocol, together with a robust set of tools and open source SDKs that makes building end-to-end encryption data exchange easy, and can:
8+
9+
Enhanced security
10+
Faster implementation times
11+
Cost Savings (Operating and Capital Expenses)
12+
Improved latency
713

814
description:
915
| # SEO Description of the page (Shows in google and atsign.dev search)
10-
What is the atPlatform?
16+
The atPlatform is an open-source source solution designed to help developers build end-to-end, cross-platform applications and IoT solutions, with privacy built in.
1117

1218
draft: false # Change this to "true" to hide the page
1319
toc: true # Change this to "false" to hide the table of contents
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: list
33

4-
title: "Root Server" # The title (ON THE PAGE)
5-
lead: Learn about the root server behind the atPlatform
4+
title: "atDirectory" # The title (ON THE PAGE)
5+
lead: Learn about the atDirectory behind the atPlatform
66

7-
description: Learn about the atPlatform root server
7+
description: atDirectory is a service that stores the location of the atServer for each atSign as well as the atSign’s public encryption key (previously called the root server).
88

99
draft: false # Change this to "true" to hide the page
1010
toc: true # Change this to "false" to hide the table of contents
1111
autolinks: true # Change this to "false" to hide the automatic links below your content
1212
weight: 4 # For list pages, higher is first.
1313
---
1414

15-
atRoot servers are the only centralized part of the atProtocol and are centralized to provide a single namespace and a global dependable platform. No data beyond the atSign and responding authoritative atSecondary server is held on the root servers. This information is considered public and no authentication is required to look up the atSecondary server for a particular atSign.
15+
atDirectories are the only centralized part of the atProtocol and are centralized to provide a single namespace and a global dependable platform. No data beyond the atSign and responding authoritative atServer is held on the atDirecory. This information is considered public and no authentication is required to look up the atServers for a particular atSign.
1616

1717
{{< image class="bg-none" src="findSecondary.png" type="page" >}}
1818

19-
The atRoot servers have been designed to scale to billions of atSigns and handle the request for atSign lookups at near real-time, globally. To achieve this, in-memory databases are utilized and only the absolute minimum of data is stored.
19+
The atDirectory have been designed to scale to billions of atSigns and handle the request for atSign lookups at near real-time, globally. To achieve this, in-memory databases are utilized and only the absolute minimum of data is stored.

0 commit comments

Comments
 (0)