diff options
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.html')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 65 |
1 files changed, 32 insertions, 33 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 79e6d4667..09ff2163b 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -6,44 +6,42 @@ | |||
6 | 6 | ||
7 | <div class="modal-body"> | 7 | <div class="modal-body"> |
8 | 8 | ||
9 | <div class="block-links"> | 9 | <div class="block-documentation"> |
10 | <div i18n class="subtitle">Useful links</div> | 10 | <div i18n class="subtitle">Documentation</div> |
11 | 11 | ||
12 | <ul> | 12 | <div class="columns"> |
13 | <li i18n> | 13 | <a class="link-block" href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer"> |
14 | Official PeerTube website: <a href="https://joinpeertube.org" target="_blank" rel="noopener noreferrer">https://joinpeertube.org</a> | 14 | <a class="link-title" href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer">CLI</a> |
15 | </li> | 15 | |
16 | 16 | <div>Upload or import videos, parse logs, prune storage directories, reset user password...</div> | |
17 | <li i18n> | 17 | </a> |
18 | Discover CLI PeerTube tools (to upload or import videos, parse logs, prune storage directories, reset user password...): | 18 | |
19 | <a href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/maintain-tools</a> | 19 | <a class="link-block" href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer"> |
20 | </li> | 20 | <a class="link-title" href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer">Administer</a> |
21 | 21 | ||
22 | <li i18n> | 22 | <div>Managing users, following other instances, dealing with spammers...</div> |
23 | Understand how to administer your instance (managing users, following other instances, dealing with spammers...): | 23 | </a> |
24 | <a href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/admin-following-instances</a> | 24 | |
25 | </li> | 25 | <a class="link-block" href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer"> |
26 | 26 | <a class="link-title" href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">Use</a> | |
27 | <li i18n> | 27 | |
28 | Learn how to use PeerTube (setup your account, managing video playlists, discover third-party applications...): | 28 | <div>Setup your account, managing video playlists, discover third-party applications...</div> |
29 | <a href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">https://docs.joinpeertube.org/#/use-setup-account</a> | 29 | </a> |
30 | </li> | 30 | </div> |
31 | </ul> | ||
32 | </div> | 31 | </div> |
33 | 32 | ||
34 | <div class="block-configuration"> | 33 | <div class="block-configuration"> |
35 | <div i18n class="subtitle">Configure your instance</div> | 34 | <div i18n class="subtitle">It's time to configure your instance!</div> |
36 | 35 | ||
37 | <p i18n> | 36 | <p i18n> |
38 | Now it's time to configure your instance! Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, | 37 | Choosing your <strong>instance name</strong>, <strong>setting up a description</strong>, specifying <strong>who you are</strong>, |
39 | specifying <strong>who you are</strong> and <strong>how long</strong> you plan to <strong>maintain your instance</strong> | 38 | why <strong>you created your instance</strong> and <strong>how long</strong> you plan to <strong>maintain your it</strong> |
40 | is very important for visitors to understand on what type of instance they are. | 39 | is very important for visitors to understand on what type of instance they are. |
41 | </p> | 40 | </p> |
42 | 41 | ||
43 | <p i18n> | 42 | <p i18n> |
44 | If you want to open registrations, please decide what are <strong>your moderation rules</strong>, fill your <strong>instance terms</strong> | 43 | If you want to open registrations, please decide what are <strong>your moderation rules</strong>, fill your <strong>instance terms</strong> |
45 | and specify the categories and languages you speak. This way, users that are looking for a PeerTube instance on which they can register | 44 | and specify the categories and languages you speak. This way, you will help users to register on <strong>the appropriate</strong> PeerTube instance. |
46 | will be able to choose <strong>the right one</strong>. | ||
47 | </p> | 45 | </p> |
48 | 46 | ||
49 | <div class="configure-instance"> | 47 | <div class="configure-instance"> |
@@ -51,13 +49,14 @@ | |||
51 | </div> | 49 | </div> |
52 | </div> | 50 | </div> |
53 | 51 | ||
54 | <div class="block-instance"> | 52 | <div class="block-links"> |
55 | <div i18n class="subtitle">Index your instance</div> | 53 | <div i18n class="subtitle">Useful links</div> |
56 | 54 | ||
57 | <ng-container i18n> | 55 | <ul> |
58 | If you want, you can index your PeerTube instance on the public PeerTube instances list: | 56 | <li>Official PeerTube website (news, support, contribute...): <a href="https://joinpeertube.org" target="_blank" rel="noopener noreferrer">https://joinpeertube.org</a></li> |
59 | <a href="https://instances.joinpeertube.org/instances">https://instances.joinpeertube.org/instances</a> | 57 | |
60 | </ng-container> | 58 | <li>Put your instance on the public PeerTube index: <a href="https://instances.joinpeertube.org/instances">https://instances.joinpeertube.org/instances</a></li> |
59 | </ul> | ||
61 | </div> | 60 | </div> |
62 | </div> | 61 | </div> |
63 | 62 | ||