Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a10e0bc

Browse files
committed
Merge branch 'master' of github.com:gogs/docs into master
2 parents e3d001c + 1fd9d29 commit a10e0bc

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

‎de-DE/intro/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ Das Ziel dieses Projektes ist es, eine einfache, schnelle und unkomplizierte Mö
2929
- [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
3030
- [github.com/lib/pq](https://github.com/lib/pq)
3131
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
32+
- [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
3233
- Und alle anderen Go-Paket-Abhängigkeiten

‎en-US/features/custom_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Custom template
66

77
## Override HTML templates
88

9-
You can override HTML templates (including templates for emails) by creating a customized version by creating a customized version under `custom/templates/` directory. Your version of HTML templates will survive code updates, but you may want to keep tabs on them in case functionality changes. Be careful when overriding HTML templates as you may break things in future releases.
9+
You can override HTML templates (including templates for emails) by creating a customized version under `custom/templates/` directory. Your version of HTML templates will survive code updates, but you may want to keep tabs on them in case functionality changes. Be careful when overriding HTML templates as you may break things in future releases.
1010

1111
An example is to customize the look and contents of the home page:
1212

‎en-US/upgrade/upgrade_from_binary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Download and unzip the new binary:
3030

3131
```bash
3232
# Check for the latest release to download based on the OS and ARCH you are running
33-
$ wget https://dl.gogs.io/$VERSION/gogs_$VERSION_$OS_$ARCH.tar.gz
34-
$ tar -zxvf gogs_$VERSION_$OS_$ARCH.tar.gz
33+
$ wget https://dl.gogs.io/$VERSION/gogs_${VERSION}_${OS}_${ARCH}.tar.gz
34+
$ tar -zxvf gogs_${VERSION}_${OS}_${ARCH}.tar.gz
3535
$ ls
36-
gogs gogs_old gogs-repositories gogs_$VERSION_$OS_$ARCH.tar.gz
36+
gogs gogs_old gogs-repositories gogs_${VERSION}_${OS}_${ARCH}.tar.gz
3737
```
3838

3939
Copy `custom`, `data`, and `log` directories to the unzipped directory:

‎zh-CN/intro/faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ server {
4444
}
4545
```
4646

47-
然后在配置文件中设置 `[server] ROOT_URL = http://git.crystalnetwork.us/gogs/`
47+
然后在配置文件中设置 `[server] EXTERNAL_URL = http://git.crystalnetwork.us/gogs/`
4848

4949
##### 为什么上传大文件时总是发生错误?
5050

@@ -96,7 +96,7 @@ $HTTP["url"] =~ "^/gogs/" {
9696
```
9797
[server]
9898
PROTOCOL = https
99-
ROOT_URL = https://try.gogs.io/
99+
EXTERNAL_URL = https://try.gogs.io/
100100
CERT_FILE = custom/https/cert.pem
101101
KEY_FILE = custom/https/key.pem
102102
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /