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: readme.txt
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -81,28 +81,32 @@ This plugin connects to external services provided by the Internet Archive to pr
81
81
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.
82
82
83
83
**What data is sent and when:**
84
+
84
85
- **System Status Check**: No personal data is sent. Used to verify if the Wayback Machine service is online.
85
86
- **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.).
86
87
- **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.
87
88
- **Snapshot Status Checks**: Job IDs are sent to check the status of archiving requests.
88
89
- **Existing Snapshot Lookups**: URLs are sent to search for existing archived versions of web pages.
89
90
90
91
**Service Terms and Privacy Policy:**
91
-
- Terms of Service: https://archive.org/about/terms.php
= Internet Archive Bot API (iabot-api.archive.org) =
95
97
96
98
**What the service is and what it is used for:**
97
99
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.
98
100
99
101
**What data is sent and when:**
102
+
100
103
- **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.
101
104
- **Impersonation Parameter**: A technical parameter (`impersonate=1`) is sent to ensure proper link checking behavior.
102
105
103
106
**Service Terms and Privacy Policy:**
104
-
- Terms of Service: https://archive.org/about/terms.php
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.
136
140
137
141
== Developer Documentation ==
138
142
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)
0 commit comments