-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "rename a bunch more things (github jobs and email templates, …
…primarily)" This reverts commit 7722436.
- Loading branch information
Showing
16 changed files
with
72 additions
and
81 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
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,4 +1,4 @@ | ||
name: Browsertrix Release Build | ||
name: Browsertrix Cloud Release Build | ||
|
||
on: | ||
release: | ||
|
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
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
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,69 +1,64 @@ | ||
Welcome to Browsertrix! | ||
Welcome to Browsertrix Cloud! | ||
~~~ | ||
<html> | ||
|
||
<body> | ||
<p>Hello!</p> | ||
<p>Hello!</p> | ||
|
||
<p>Welcome to Browsertrix!</p> | ||
<p>Welcome to Browsertrix Cloud!</p> | ||
|
||
{% if sender %} | ||
<p>You have been invited by {{ sender }} to join "{{ org_name }}" on Browsertrix! | ||
</p> | ||
{% endif %} | ||
{% if sender %} | ||
<p>You have been invited by {{ sender }} to join "{{ org_name }}" on Browsertrix Cloud! | ||
</p> | ||
{% endif %} | ||
|
||
{% if is_new %} | ||
<p>You can now set up your account using the link below.</p> | ||
{% if is_new %} | ||
<p>You can now set up your account using the link below.</p> | ||
|
||
<p style="font-weight: bold; padding: 12px; background-color: lightgrey"><a href="{{ invite_url }}">Click here to | ||
create an account.</a></p> | ||
{% else %} | ||
<p style="font-weight: bold; padding: 12px; background-color: lightgrey"><a href="{{ invite_url }}">Click here to | ||
accept this invite.</a></p> | ||
{% endif %} | ||
<p style="font-weight: bold; padding: 12px; background-color: lightgrey"><a href="{{ invite_url }}">Click here to create an account.</a></p> | ||
{% else %} | ||
<p style="font-weight: bold; padding: 12px; background-color: lightgrey"><a href="{{ invite_url }}">Click here to accept this invite.</a></p> | ||
{% endif %} | ||
|
||
<p>When you first access your account, you’ll be directed to your Dashboard. It contains information you may want to | ||
view frequently including: Storage Usage, Crawling Info, Collections, and Monthly Usage History. From there, you can | ||
click <i>+ Create New</i> to create your first Crawl Workflow! | ||
<p>When you first access your account, you’ll be directed to your Dashboard. It contains information you may want to view frequently including: Storage Usage, Crawling Info, Collections, and Monthly Usage History. From there, you can click <i>+ Create New</i> to create your first Crawl Workflow! | ||
|
||
|
||
<p>For more info, check out the <b><a href="https://docs.browsertrix.cloud/user-guide/">Browsertrix User Guide</a></b> | ||
</p> | ||
<p>For more info, check out the <b><a href="https://docs.browsertrix.cloud/user-guide/">Browsertrix Cloud User Guide</a></b></p> | ||
|
||
|
||
<p> | ||
We want you to get the most from your Browsertrix experience! | ||
</p> | ||
<p> | ||
We want you to get the most from your Browsertrix Cloud experience! | ||
</p> | ||
|
||
<p>Let us know if you need any questions or feedback.</p> | ||
You can connect with our team at <a href="mailto:{{ support_email }}">{{ support_email }}</a></p> | ||
</p> | ||
<p>Let us know if you need any questions or feedback.</p> | ||
You can connect with our team at <a href="mailto:{{ support_email }}">{{ support_email }}</a></p> | ||
</p> | ||
|
||
<p><i>The Webrecorder Team</i></p> | ||
<p><i>The Webrecorder Team</i></p> | ||
</body> | ||
|
||
</html> | ||
~~~ | ||
Hello! | ||
|
||
Welcome to Browsertrix! | ||
Welcome to Browsertrix Cloud! | ||
|
||
{% if sender %} | ||
You have been invited by {{ sender }} to join their organization, "{{ org_name }}" on Browsertrix! | ||
You have been invited by {{ sender }} to join their organization, "{{ org_name }}" on Browsertrix Cloud! | ||
|
||
{% else %} | ||
|
||
You can join by clicking here: {{ invite_url }} | ||
{% endif %} | ||
|
||
When you first access your account, you’ll be directed to your Dashboard. It contains information you may want to view | ||
frequently including: Storage Usage, Crawling Info, Collections, and Monthly Usage History. | ||
When you first access your account, you’ll be directed to your Dashboard. It contains information you may want to view frequently including: Storage Usage, Crawling Info, Collections, and Monthly Usage History. | ||
|
||
For more info, check out Browsertrix User Guide at: https://docs.browsertrix.cloud/user-guide/ | ||
For more info, check out Browsertrix Cloud User Guide at: https://docs.browsertrix.cloud/user-guide/ | ||
|
||
|
||
If you ever need to reset your password, go here: {{ origin }}/log-in/forgot-password | ||
|
||
|
||
We want you to get the most from your Browsertrix experience. Let us know if you need any questions or feedback. | ||
We want you to get the most from your Browsertrix Cloud experience. Let us know if you need any questions or feedback. | ||
You can connect with our team at {{ support_email }}. | ||
|
||
|
||
|
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
Oops, something went wrong.