|
8 | 8 |
|
9 | 9 | Browsertrix is a cloud-native, high-fidelity, browser-based crawling service designed to make web archiving easier and more accessible for everyone.
|
10 | 10 |
|
11 |
| -The service provides an API and UI for scheduling crawls and viewing results, and managing all aspects of crawling process. This system provides the orchestration and management around crawling, while the actual crawling is performed using [Browsertrix Crawler](https://github.com/webrecorder/browsertrix-crawler) containers, which are launched for each crawl. |
| 11 | +The service provides an API and UI for starting, scheduling, sharing, and managing crawls. This repo includes the orchestration and management tools around crawling, while the actual crawling is performed using [browsertrix-crawler](https://github.com/webrecorder/browsertrix-crawler) containers. |
12 | 12 |
|
13 |
| -See [webrecorder.net/browsertrix](https://webrecorder.net/browsertrix) for a feature overview and information about how to sign up for Webrecorder's hosted Browsertrix service. |
| 13 | +Install Browsertrix to self host, or access hosted Browsertrix from [app.browsertrix.com](https://app.browsertrix.com). |
| 14 | + |
| 15 | +See [webrecorder.net/browsertrix](https://webrecorder.net/browsertrix/) for a full overview of features. |
14 | 16 |
|
15 | 17 | ## Documentation
|
16 | 18 |
|
17 |
| -The full docs for using, deploying, and developing Browsertrix are available at [docs.browsertrix.com](https://docs.browsertrix.com). |
| 19 | +Documentation for using, deploying, and developing Browsertrix is available at [docs.browsertrix.com](https://docs.browsertrix.com). |
18 | 20 |
|
19 |
| -Our docs are created with [Material for MKDocs](https://squidfunk.github.io/mkdocs-material/). |
| 21 | +See instructions in [frontend/docs](./frontend/docs/docs/develop/docs.md#installation) to run the docs locally. |
20 | 22 |
|
21 |
| -## Deployment |
| 23 | +## Installation |
22 | 24 |
|
23 |
| -The latest deployment documentation is available at [docs.browsertrix.com/deploy](https://docs.browsertrix.com/deploy). |
| 25 | +Instructions for setting up Browsertrix is available at [docs.browsertrix.com/deploy](https://docs.browsertrix.com/deploy). |
24 | 26 |
|
25 | 27 | The docs cover deploying Browsertrix in different environments using Kubernetes, from a single-node setup to scalable clusters in the cloud.
|
26 | 28 |
|
27 |
| -Early on, Browsertrix also supported Docker Compose and podman-based deployment. This was deprecated due to the complexity of maintaining feature parity across different setups, and with various Kubernetes deployment options being available and easy to deploy, even on a single machine. |
| 29 | +## Support |
| 30 | + |
| 31 | +Ask us your questions about Browsertrix and web archiving in the [community help forum](https://forum.webrecorder.net/c/help/5). |
| 32 | + |
| 33 | +Dedicated professional support is available with a custom subscription. For details, see [hosted Browsertrix plans](https://webrecorder.net/browsertrix/#get-started). |
28 | 34 |
|
29 |
| -Making deployment of Browsertrix as easy as possible remains a key goal, and we welcome suggestions for how we can further improve our Kubernetes deployment options. |
| 35 | +## Bugs |
30 | 36 |
|
31 |
| -If you are looking to just try running a single crawl, you may want to try [Browsertrix Crawler](https://github.com/webrecorder/browsertrix-crawler) first to test out the crawling capabilities. |
| 37 | +For bug reports or feature requests, please open a [GitHub issue](https://github.com/webrecorder/browsertrix/issues/new/choose). |
| 38 | + |
| 39 | +## Changelog |
| 40 | + |
| 41 | +See [release notes](https://github.com/webrecorder/browsertrix/releases). |
32 | 42 |
|
33 | 43 | ## Contributing
|
34 | 44 |
|
35 |
| -Though the system and backend API is fairly stable, we are working on many additional features. Please see the GitHub issues and [this GitHub Project](https://github.com/orgs/webrecorder/projects/9) for our current project plan and tasks. |
| 45 | +### Developing |
| 46 | + |
| 47 | +Guides for getting started with local development are available at [docs.browsertrix.com/develop](https://docs.browsertrix.com/develop). |
36 | 48 |
|
37 |
| -Guides for getting started with local development are available at [docs.browsertrix.com/develop](https://docs.browsertrix.com/develop/). |
| 49 | +See [Code of Conduct](https://github.com/webrecorder/browsertrix?tab=coc-ov-file#contributor-covenant-code-of-conduct). |
38 | 50 |
|
39 |
| -### Translation |
| 51 | +### Translating |
40 | 52 |
|
41 |
| -We use [Weblate](https://hosted.weblate.org/engage/browsertrix/) to manage translation contributions. |
| 53 | +Translations are managed through Weblate, a web-based and open source translation tool. View translations in progress and register to contribute at [our Weblate project](https://hosted.weblate.org/engage/browsertrix/). |
42 | 54 |
|
43 | 55 | <img src="https://hosted.weblate.org/widget/browsertrix/browsertrix-ui/multi-auto.svg" alt="Translation status" />
|
44 | 56 |
|
45 | 57 | ## License
|
46 | 58 |
|
47 |
| -Browsertrix is made available under the AGPLv3 License. |
| 59 | +Browsertrix is made available under the [AGPLv3 License](https://github.com/webrecorder/browsertrix?tab=AGPL-3.0-1-ov-file#readme). |
48 | 60 |
|
49 |
| -Documentation is made available under the Creative Commons Attribution 4.0 International License |
| 61 | +Documentation is made available under the Creative Commons Attribution 4.0 International License. |
0 commit comments