-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing user documentation for launch! (#1286)
Closes #1215 - Adds account settings page - Adds overview page - Adds archived items page - Adds note about browser profile metadata editing - Adds note on editing the crawler instances scale while crawling - Adds details on permission levels for the org settings - Removes note about not being able to change your display name (follows #1265)
- Loading branch information
Showing
8 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Archived Items | ||
|
||
Archived Items consist of one or more WACZ files created by a Crawl Workflow, or uploaded to Browsertrix. They can be individually replayed, or combind with other Archived Items in a a [Collection](collections.md). The Archived Items page lists all items in the organization. | ||
|
||
## Uploading Web Archives | ||
|
||
WACZ files can be given metadata and uploaded to Browsertrix by pressing the _Upload WACZ_ button on the Archived Items list page. Only one WACZ file can be uploaded at a time. | ||
|
||
## Archived Item Details | ||
|
||
The Archived Item details page is composed of five sections, though the Crawl Settings tab is only available for Crawls and not Uploads. | ||
|
||
### Overview | ||
|
||
The Overview tab displays the item's metadata and statistics associated with its creation process. | ||
|
||
Metadata can be edited by pressing the pencil icon at the top right of the metadata section to edit the item's description, tags, and collections it is associated with. | ||
|
||
### Replay | ||
|
||
The Replay tab displays the web content contained within the Archived Item. | ||
|
||
For more details on navigating web archives within ReplayWeb.page, see the [ReplayWeb.page user documentation.](https://replayweb.page/docs/exploring) | ||
|
||
### Files | ||
|
||
The Fies tab lists the individually downloadable WACZ files that make up the Archived Item as well as their file sizes. | ||
|
||
### Error Logs | ||
|
||
The Error Logs tab displays a list of errors encountered durring crawling. Clicking an errors in the list will reveal additional information. | ||
|
||
All log entries with that were recorded in the creation of the Archived Item can be downloaded in JSONL format by pressing the _Download Logs_ button. | ||
|
||
### Crawl Settings | ||
|
||
The Crawl Settings tab displays the Crawl Workflow configuration options that were used to generate the resulting Archived Item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,26 @@ | ||
# Org Settings | ||
|
||
The Org Settings page is only available to organization Admins. It can be found in the main navigation menu. | ||
The Org Settings page is only available to organization admins. It can be found in the main navigation menu. | ||
|
||
## Org Information | ||
|
||
This page lets you change the organization's name. This name must be unique. | ||
|
||
## Members | ||
|
||
This page lists all current members who have access to the organization, as well as any invited members who have not yet accepted an invitation to join the organization. In the _Active Members_ table, Admins can change the permission level of all users in the organization, including other Admins. At least one user must be an Admin per-organization. Admins can also remove members by pressing the trash button. | ||
This page lists all current members who have access to the organization, as well as any invited members who have not yet accepted an invitation to join the organization. In the _Active Members_ table, Admins can change the permission level of all users in the organization, including other admins. At least one user must be an admin per-organization. Admins can also remove members by pressing the trash button. | ||
|
||
Admins can add new members to the organization by pressing the _Invite New Member_ button. Enter the email address associated with the user, select the appropriate role, and press _Invite_ to send a link to join the organization via email. | ||
|
||
Sent invites can be invalidated by pressing the trash button in the relevant _Pending Invites_ table row. | ||
|
||
### Permission Levels | ||
|
||
`Viewer` | ||
: Users with the viewer role have read-only access to all material within the organization. They cannot create or edit Archived Items, Crawl Workflows, Browser Profiles or Collections. | ||
|
||
`Crawler` | ||
: Users with the crawler role can create Crawl Workflows and Collections, but they cannot delete existing Archived Items that they were not responsible for creating. | ||
|
||
`Admin` | ||
: Users with the administrator role have full access to the organization, including its settings page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Overview | ||
|
||
The overview page delivers key statistics about the organization's resource usage. It also lets users create crawl workflows, uploaded archived items, collections, and browser profiles through the _Create New ..._ button. | ||
|
||
## Storage | ||
|
||
For organizations with a set storage quota, the storage panel displays a visual breakdown of how much space the organization has left and how much has been taken up by all types of archived items and browser profiles. To view additional information about each item, hover over its section in the graph. | ||
|
||
For organizations with no storage limits the storage panel displays the total size and count of all types of archived items and browser profiles. | ||
|
||
For all organizations the storage panel displays the total number of archived items. | ||
|
||
## Crawling | ||
|
||
The crawling panel lists the amount of currently running and waiting crawls as well as the number of total pages captured. | ||
|
||
## Collections | ||
|
||
The collections panel displays the number of total collections and collections marked as sharable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Account Settings | ||
|
||
## Display Name | ||
|
||
This is the name that other users will see as yours in the application. | ||
|
||
|
||
This is the email that you use to login. It is also what we'll use to contact you. | ||
|
||
## Password | ||
|
||
This is the password that you use to login. Passwords must meet a minimum security check. For more information on how we derive password security levels, see [zxcvbn](https://zxcvbn-ts.github.io/zxcvbn/guide/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters