Skip to content

Commit df5fa8d

Browse files
authored
Update readme.txt formatting
1 parent ea1cc02 commit df5fa8d

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

readme.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,32 @@ This plugin connects to external services provided by the Internet Archive to pr
8181
The Internet Archive Wayback Machine is a digital archive of the World Wide Web. This plugin uses their API to check for existing archived versions of web pages, create new snapshots of pages, and verify the status of archiving jobs.
8282

8383
**What data is sent and when:**
84+
8485
- **System Status Check**: No personal data is sent. Used to verify if the Wayback Machine service is online.
8586
- **User Account Validation**: When you configure an API key, your access key and secret key are sent in the Authorization header to validate your account and retrieve usage statistics (available snapshots, daily limits, etc.).
8687
- **URL Archiving**: URLs from your website content are sent to create new snapshots in the Wayback Machine. This includes both external links found in your content and your own post URLs when auto-archiving is enabled.
8788
- **Snapshot Status Checks**: Job IDs are sent to check the status of archiving requests.
8889
- **Existing Snapshot Lookups**: URLs are sent to search for existing archived versions of web pages.
8990

9091
**Service Terms and Privacy Policy:**
91-
- Terms of Service: https://archive.org/about/terms.php
92-
- Privacy Policy: https://archive.org/about/privacy.php
92+
93+
- Terms of Service: [https://archive.org/about/terms.php](https://archive.org/about/terms.php)
94+
- Privacy Policy: [https://archive.org/about/privacy.php](https://archive.org/about/privacy.php)
9395

9496
= Internet Archive Bot API (iabot-api.archive.org) =
9597

9698
**What the service is and what it is used for:**
9799
This service checks if web pages are accessible and retrieves final URLs after redirects. It's used to determine if links are broken and need to be replaced with archived versions.
98100

99101
**What data is sent and when:**
102+
100103
- **Link Accessibility Checks**: URLs from your website content are sent to check if they are accessible and to get the final destination URL after any redirects.
101104
- **Impersonation Parameter**: A technical parameter (`impersonate=1`) is sent to ensure proper link checking behavior.
102105

103106
**Service Terms and Privacy Policy:**
104-
- Terms of Service: https://archive.org/about/terms.php
105-
- Privacy Policy: https://archive.org/about/privacy.php
107+
108+
- Terms of Service: [https://archive.org/about/terms.php](https://archive.org/about/terms.php)
109+
- Privacy Policy: [https://archive.org/about/privacy.php](https://archive.org/about/privacy.php)
106110

107111
**Data Retention and Privacy:**
108112
The Internet Archive is a non-profit organization dedicated to preserving digital content for public access. URLs sent to these services become part of the public archive and may be accessible through the Wayback Machine interface. No personal information beyond the URLs themselves is transmitted to these services.
@@ -136,7 +140,7 @@ Note: All versions prior to 1.3.0 were not publicly released.
136140

137141
== Developer Documentation ==
138142

139-
For developer docs and source code, see the GitHub repository: https://github.com/a8cteam51/internet-archive-wayback-machine-link-fixer
143+
For developer docs and source code, see the GitHub repository: [https://github.com/a8cteam51/internet-archive-wayback-machine-link-fixer](https://github.com/a8cteam51/internet-archive-wayback-machine-link-fixer)
140144

141145
== Upgrade Notice ==
142146

0 commit comments

Comments
 (0)