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: contrib/legal/privacy.html.sample
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
38
38
<h3>With your Consent</h3>
39
39
40
-
<p>We share your User Personal Information, if you consent, after letting you know what information will be shared, with whom, and why. For example, if you allow third party applications to access your Account using <a href="https://docs.gitea.io/en-us/oauth2-provider/">OAuth2 providers</a>, we share all information associated with your Account, including private repos and organizations. You may also direct us through your action on Your Gitea Instance to share your User Personal Information, such as when joining an Organization.</p>
40
+
<p>We share your User Personal Information, if you consent, after letting you know what information will be shared, with whom, and why. For example, if you allow third party applications to access your Account using <a href="https://docs.gitea.com/development/oauth2-provider">OAuth2 providers</a>, we share all information associated with your Account, including private repos and organizations. You may also direct us through your action on Your Gitea Instance to share your User Personal Information, such as when joining an Organization.</p>
41
41
42
42
<h3>With Service Providers</h3>
43
43
@@ -144,7 +144,7 @@
144
144
145
145
<h3>Data Portability</h3>
146
146
147
-
<p>As a Your Gitea Instance User, you can always take your data with you. You can clone your repositories to your computer, or you can <a href="https://docs.gitea.io/en-us/migrations-interfaces/">perform migrations using the provided interfaces</a>, for example.</p>
147
+
<p>As a Your Gitea Instance User, you can always take your data with you. You can clone your repositories to your computer, or you can <a href="https://docs.gitea.com/development/migrations-interfaces">perform migrations using the provided interfaces</a>, for example.</p>
148
148
149
149
<h3>Data Retention and Deletion of Data</h3>
150
150
@@ -183,7 +183,7 @@
183
183
184
184
<h2>Changes to this Privacy Policy</h2>
185
185
186
-
<p>Although most changes are likely to be minor, Your Gitea Instance may change our Privacy Statement from time to time. We will provide notification to Users of material changes to this Privacy Statement through our Website at least 30 days prior to the change taking effect by posting a notice on our home page or sending email to the primary email address specified in your account.</p>
186
+
<p>Although most changes are likely to be minor, Your Gitea Instance may change our Privacy Statement from time to time. We will provide notification to Users of material changes to this Privacy Statement through our Website at least 30 days prior to the change taking effect by posting a notice on our home page or sending email to the primary email address specified in your account.</p>
If the `CustomPath` folder can't be found despite checking `gitea help`, check the `GITEA_CUSTOM`
43
43
environment variable; this can be used to override the default path to something else.
44
44
`GITEA_CUSTOM` might, for example, be set by an init script. You can check whether the value
45
45
is set under the "Configuration" tab on the site administration page.
46
46
47
-
-[List of Environment Variables](https://docs.gitea.io/en-us/environment-variables/)
47
+
-[List of Environment Variables](administration/environment-variables.md)
48
48
49
49
**Note:** Gitea must perform a full restart to see configuration changes.
50
50
@@ -84,7 +84,7 @@ for C++ repositories, we want to replace `options/gitignore/C++`. To do this, a
84
84
must be placed in `$GITEA_CUSTOM/options/gitignore/C++` (see about the location of the `CustomPath`
85
85
directory at the top of this document).
86
86
87
-
Every single page of Gitea can be changed. Dynamic content is generated using [go templates](https://golang.org/pkg/html/template/),
87
+
Every single page of Gitea can be changed. Dynamic content is generated using [go templates](https://pkg.go.dev/html/template),
88
88
which can be modified by placing replacements below the `$GITEA_CUSTOM/templates` directory.
89
89
90
90
To obtain any embedded file (including templates), the [`gitea embedded` tool](administration/cmd-embedded.md) can be used. Alternatively, they can be found in the [`templates`](https://github.com/go-gitea/gitea/tree/main/templates) directory of Gitea source (Note: the example link is from the `main` branch. Make sure to use templates compatible with the release you are using).
@@ -108,7 +108,7 @@ just place it under your "$GITEA_CUSTOM/public/assets/" directory (for instance
108
108
To match the current style, the link should have the class name "item", and you can use `{{AppSubUrl}}` to get the base URL:
For more information, see [Adding Legal Pages](https://docs.gitea.io/en-us/adding-legal-pages).
111
+
For more information, see [Adding Legal Pages](administration/adding-legal-pages.md).
112
112
113
113
You can add new tabs in the same way, putting them in `extra_tabs.tmpl`.
114
114
The exact HTML needed to match the style of other tabs is in the file
@@ -371,10 +371,10 @@ A full list of supported emoji's is at [emoji list](https://gitea.com/gitea/gite
371
371
## Customizing the look of Gitea
372
372
373
373
The default built-in themes are `gitea` (light), `arc-green` (dark), and `auto` (chooses light or dark depending on operating system settings).
374
-
The default theme can be changed via `DEFAULT_THEME` in the [ui](https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui) section of `app.ini`.
374
+
The default theme can be changed via `DEFAULT_THEME` in the [ui](administration/config-cheat-sheet.md#ui-ui) section of `app.ini`.
375
375
376
376
Gitea also has support for user themes, which means every user can select which theme should be used.
377
-
The list of themes a user can choose from can be configured with the `THEMES` value in the [ui](https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui) section of `app.ini`.
377
+
The list of themes a user can choose from can be configured with the `THEMES` value in the [ui](administration/config-cheat-sheet.md#ui-ui) section of `app.ini`.
0 commit comments