diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 19:51:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 19:51:44 +0800 |
commit | f6d672a3cd9e800e8c330b603fe59398a218db25 (patch) | |
tree | c01d6a3280fd4bfc90e53b23231ad0bff5f383e9 | |
parent | 016d9d8c889cefc294097e905aefd2973ae6ba1d (diff) |
chore: change default branch to `main` (#6285)
-rw-r--r-- | .github/workflows/codeql.yml | 4 | ||||
-rw-r--r-- | .github/workflows/shell.yml | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | README_ZH.md | 4 | ||||
-rw-r--r-- | docker/README.md | 2 | ||||
-rw-r--r-- | docs/dev/release/issue_template_minor_version.md | 10 | ||||
-rw-r--r-- | docs/dev/release/issue_template_patch_release.md | 6 | ||||
-rw-r--r-- | internal/assets/templates/templates_gen.go | 16 | ||||
-rw-r--r-- | templates/home.tmpl | 16 | ||||
-rw-r--r-- | templates/install.tmpl | 2 |
11 files changed, 38 insertions, 36 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f21f6bd9..386508a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "Code scanning - action" on: push: - branches: [master] + branches: [main] schedule: - cron: '0 19 * * 0' @@ -24,7 +24,7 @@ jobs: # the head of the pull request instead of the merge commit. - run: git checkout HEAD^2 if: ${{ github.event_name == 'pull_request' }} - + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 1926472c..20a045dc 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -1,7 +1,7 @@ name: Shell on: push: - branches: [master] + branches: [main] pull_request: jobs: shellcheck: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eff6134..5a55eb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ All notable changes to Gogs are documented in this file. -## 0.13.0+dev (`master`) +## 0.13.0+dev (`main`) ### Added ### Changed +- The default branch has been changed to `main`. [#6285](https://github.com/gogs/gogs/pull/6285) + ### Fixed ### Removed @@ -41,7 +43,7 @@ All notable changes to Gogs are documented in this file. ### Added -- Support for Git LFS, you can read documentation for both [user](https://github.com/gogs/gogs/blob/master/docs/user/lfs.md) and [admin](https://github.com/gogs/gogs/blob/master/docs/admin/lfs.md). [#1322](https://github.com/gogs/gogs/issues/1322) +- Support for Git LFS, you can read documentation for both [user](https://github.com/gogs/gogs/blob/main/docs/user/lfs.md) and [admin](https://github.com/gogs/gogs/blob/main/docs/admin/lfs.md). [#1322](https://github.com/gogs/gogs/issues/1322) - Allow admin to remove observers from the repository. [#5803](https://github.com/gogs/gogs/pull/5803) - Use `Last-Modified` HTTP header for raw files. [#5811](https://github.com/gogs/gogs/issues/5811) - Support syntax highlighting for SAS code files (i.e. `.r`, `.sas`, `.tex`, `.yaml`). [#5856](https://github.com/gogs/gogs/pull/5856) @@ -1,4 +1,4 @@ -# <img src="https://github.com/gogs/gogs/raw/master/public/img/favicon.png" width="45" align="left">Gogs - A painless self-hosted Git service +# <img src="https://github.com/gogs/gogs/raw/main/public/img/favicon.png" width="45" align="left">Gogs - A painless self-hosted Git service [](https://github.com/gogs/gogs/actions?query=workflow%3AGo) [](https://discord.gg/9aqdHU7) [](https://sourcegraph.com/github.com/gogs/gogs) @@ -56,7 +56,7 @@ There are 6 ways to install Gogs: - [Install from binary](https://gogs.io/docs/installation/install_from_binary.html) - [Install from source](https://gogs.io/docs/installation/install_from_source.html) - [Install from packages](https://gogs.io/docs/installation/install_from_packages.html) -- [Ship with Docker](https://github.com/gogs/gogs/tree/master/docker) +- [Ship with Docker](https://github.com/gogs/gogs/tree/main/docker) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) - [Install with Kubernetes Using Helm Charts](https://github.com/helm/charts/tree/master/incubator/gogs) @@ -109,4 +109,4 @@ There are 6 ways to install Gogs: ## License -This project is under the MIT License. See the [LICENSE](https://github.com/gogs/gogs/blob/master/LICENSE) file for the full license text. +This project is under the MIT License. See the [LICENSE](https://github.com/gogs/gogs/blob/main/LICENSE) file for the full license text. diff --git a/README_ZH.md b/README_ZH.md index de3cc874..c8caa96a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -53,7 +53,7 @@ Gogs(`/gɑgz/`)项目旨在打造一个以最简便的方式搭建简单、 - [二进制安装](https://gogs.io/docs/installation/install_from_binary.html) - [源码安装](https://gogs.io/docs/installation/install_from_source.html) - [包管理安装](https://gogs.io/docs/installation/install_from_packages.html) -- [采用 Docker 部署](https://github.com/gogs/gogs/tree/master/docker) +- [采用 Docker 部署](https://github.com/gogs/gogs/tree/main/docker) - [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) - [通过基于 Kubernetes 的 Helm Charts](https://github.com/helm/charts/tree/master/incubator/gogs) @@ -100,4 +100,4 @@ Gogs(`/gɑgz/`)项目旨在打造一个以最简便的方式搭建简单、 ## 授权许可 -本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/gogs/gogs/blob/master/LICENSE) 文件中。 +本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/gogs/gogs/blob/main/LICENSE) 文件中。 diff --git a/docker/README.md b/docker/README.md index 50bc5f22..cfc0b4cf 100644 --- a/docker/README.md +++ b/docker/README.md @@ -79,7 +79,7 @@ Most of settings are obvious and easy to understand, but there are some settings - **HTTP Port**: Use port you want Gogs to listen on inside Docker container. For example, your Gogs listens on `3000` inside Docker, **and** you expose it by `10080:3000`, but you still use `3000` for this value. - **Application URL**: Use combination of **Domain** and **exposed HTTP Port** values (e.g. `http://192.168.99.100:10080/`). -Full documentation of application settings can be found [here](https://github.com/gogs/gogs/blob/master/conf/app.ini). +Full documentation of application settings can be found [here](https://github.com/gogs/gogs/blob/main/conf/app.ini). ### Container Options diff --git a/docs/dev/release/issue_template_minor_version.md b/docs/dev/release/issue_template_minor_version.md index b048711f..c360d65b 100644 --- a/docs/dev/release/issue_template_minor_version.md +++ b/docs/dev/release/issue_template_minor_version.md @@ -3,16 +3,16 @@ On develop branch: - [ ] Close stale issues with the label [status: needs feedback](https://github.com/gogs/gogs/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+needs+feedback%22). -- [ ] [Sync locales from Crowdin](https://github.com/gogs/gogs/blob/master/docs/dev/import_locale.md). -- [ ] Update [CHANGELOG](https://github.com/gogs/gogs/blob/master/CHANGELOG.md) to include entries for the current release. +- [ ] [Sync locales from Crowdin](https://github.com/gogs/gogs/blob/main/docs/dev/import_locale.md). +- [ ] Update [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) to include entries for the current release. - [ ] Cut a new release branch `release/<MAJOR>.<MINOR>`, e.g. `release/0.12`. ## During release On release branch: -- [ ] Update the [hard-coded version](https://github.com/gogs/gogs/blob/master/gogs.go#L21) to the current release, e.g. `0.12.0+dev` -> `0.12.0`. -- [ ] Publish a new [GitHub release](https://github.com/gogs/gogs/releases) with entries from [CHANGELOG](https://github.com/gogs/gogs/blob/master/CHANGELOG.md) for the current release. +- [ ] Update the [hard-coded version](https://github.com/gogs/gogs/blob/main/gogs.go#L21) to the current release, e.g. `0.12.0+dev` -> `0.12.0`. +- [ ] Publish a new [GitHub release](https://github.com/gogs/gogs/releases) with entries from [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) for the current release. - [ ] Wait for a new [Docker Hub tag](https://hub.docker.com/r/gogs/gogs/tags) for the current release to be created automatically. - [ ] Push another Docker image tag as `<MAJOR>.<MINOR>`, e.g. `0.12`. - [ ] Compile and pack binaries (all prefixed with `gogs_<MAJOR>.<MINOR>.<PATCH>_`, e.g. `gogs_0.12.0_`): @@ -34,5 +34,5 @@ On develop branch: - [ ] Create a new release topic on [Gogs Discussion](https://discuss.gogs.io/c/announcements/5). - [ ] Send out release announcement emails via [Mailchimp](https://mailchimp.com/). - [ ] Publish a new release article on [OSChina](http://my.oschina.net/Obahua/admin/releases). -- [ ] Update the [hard-coded version](https://github.com/gogs/gogs/blob/master/gogs.go#L21) to the new develop version, e.g. `0.12.0+dev` -> `0.13.0+dev`. +- [ ] Update the [hard-coded version](https://github.com/gogs/gogs/blob/main/gogs.go#L21) to the new develop version, e.g. `0.12.0+dev` -> `0.13.0+dev`. - [ ] Run `make legacy` to identify deprecated code that is aimed to be removed in current develop version. diff --git a/docs/dev/release/issue_template_patch_release.md b/docs/dev/release/issue_template_patch_release.md index a23266ee..0be11559 100644 --- a/docs/dev/release/issue_template_patch_release.md +++ b/docs/dev/release/issue_template_patch_release.md @@ -2,7 +2,7 @@ On develop branch: -- [ ] Update [CHANGELOG](https://github.com/gogs/gogs/blob/master/CHANGELOG.md) to include entries for the current patch release. +- [ ] Update [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) to include entries for the current patch release. ## During release @@ -11,8 +11,8 @@ On release branch: - [ ] Cherry-pick commits from develop branch: - [ ] _link to the commit_ - [ ] Wait for GitHub Actions to complete and no failed jobs. -- [ ] Update the [hard-coded version](https://github.com/gogs/gogs/blob/master/gogs.go#L21) to the current release, e.g. `0.12.0` -> `0.12.1`. -- [ ] Publish a new [GitHub release](https://github.com/gogs/gogs/releases) with entries from [CHANGELOG](https://github.com/gogs/gogs/blob/master/CHANGELOG.md) for the current patch release and all previous releases with same minor version. +- [ ] Update the [hard-coded version](https://github.com/gogs/gogs/blob/main/gogs.go#L21) to the current release, e.g. `0.12.0` -> `0.12.1`. +- [ ] Publish a new [GitHub release](https://github.com/gogs/gogs/releases) with entries from [CHANGELOG](https://github.com/gogs/gogs/blob/main/CHANGELOG.md) for the current patch release and all previous releases with same minor version. - [ ] Update all previous GitHub releases with same minor version with the warning: ``` **ℹ️ Heads up! There is a new patch release [0.12.1](https://github.com/gogs/gogs/releases/tag/v0.12.1) available, we recommend directly installing or upgrading to that version.** diff --git a/internal/assets/templates/templates_gen.go b/internal/assets/templates/templates_gen.go index 0f50ec69..1b0bf355 100644 --- a/internal/assets/templates/templates_gen.go +++ b/internal/assets/templates/templates_gen.go @@ -26,10 +26,10 @@ // ../../../templates/explore/repos.tmpl (365B) // ../../../templates/explore/search.tmpl (278B) // ../../../templates/explore/users.tmpl (1.066kB) -// ../../../templates/home.tmpl (17.611kB) +// ../../../templates/home.tmpl (17.579kB) // ../../../templates/inject/footer.tmpl (0) // ../../../templates/inject/head.tmpl (0) -// ../../../templates/install.tmpl (14.499kB) +// ../../../templates/install.tmpl (14.495kB) // ../../../templates/mail/auth/activate.tmpl (641B) // ../../../templates/mail/auth/activate_email.tmpl (652B) // ../../../templates/mail/auth/register_notify.tmpl (500B) @@ -737,7 +737,7 @@ func exploreUsersTmpl() (*asset, error) { return a, nil } -var _homeTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9c\x5b\x73\x13\xc7\xb6\xc7\x9f\x93\x4f\xb1\xd0\x0b\x2f\xb6\x5c\xd9\x4f\xa7\x76\x01\x55\x1c\xc2\xce\xc9\x29\x12\x72\x20\xd9\xfb\x31\xd5\x9a\x59\x1a\x35\x9e\xe9\x16\xdd\x3d\x02\xe3\x72\x95\x6c\x03\xe1\x22\x30\xe4\xe2\x93\x10\xf6\x0e\x3e\x21\x3b\x86\x13\x88\x0d\x16\x08\x49\x96\xab\xb6\xbe\x40\xcf\x67\x88\x24\x8b\x27\xbe\xc2\xa9\xee\x19\xf9\xc2\x25\xc8\x8e\x31\x86\x3a\x79\x88\x6e\x33\x3d\x3d\x6b\xfd\xd7\xfa\xff\x66\x7a\xcc\xe8\xa8\xc2\x20\xef\x13\x85\x90\xca\x10\x89\x43\x39\x24\x6e\x0a\xd2\x63\x63\xef\xee\x71\x69\x01\x1c\x9f\x48\xb9\x37\x95\xe3\x01\xa6\xf6\xbd\xfb\xce\xda\xef\x42\x0a\x52\x11\x67\x98\x64\x7c\x84\x80\xba\xae\x8f\x50\x40\x31\x02\x02\x7d\x72\x12\x5d\xc8\x13\x0f\xc1\x13\xd4\x35\x7b\xae\xdb\x55\xd2\x93\x0a\x91\xc1\x09\xea\x22\x38\xc8\x14\x0a\x20\x3e\xf5\x18\xba\xc9\x47\xf3\x86\xfb\x61\xc0\xec\xbe\xeb\x76\xf6\xb9\xc7\xe3\x6f\xdf\xd9\x43\x03\x0f\xa4\x70\xf6\xa6\x46\x47\xf7\xe7\xf3\x47\xc3\xcc\x67\x47\x0e\x8d\x8d\x0d\xd1\xc0\x1b\xf2\xb8\x27\x07\x73\x28\x78\x3a\xcf\xbc\x14\x0c\xc5\xe3\x0c\xb9\xb4\xf0\xcc\x88\x66\xab\xde\x88\xb9\x3f\xed\x1b\x1d\x4d\xd3\xf7\xfe\x8d\xa5\x3f\x15\x90\x22\xf9\xfc\xe7\x2e\x4a\x27\x35\x36\xb6\x67\x28\xf7\xa7\xf5\x83\xf4\xde\xf4\x5e\x47\x47\x69\x16\xf0\x38\xa4\x0f\x11\xe6\x41\xca\xc5\xc1\xf7\x0f\xa6\xc6\xc6\x9e\x3a\xf9\x0d\xc6\x6d\xdd\xbe\x48\xbd\x9c\x5a\x17\xb6\xb5\x51\x7a\x67\x4f\xee\xbd\xb5\xe7\x04\x21\x05\xea\x70\x06\x26\xa9\x28\x92\x8d\xde\xd9\x43\x7b\x1b\x71\x47\xd9\xdf\x93\xd7\xc1\xac\x4f\x4c\x9e\xf7\x0c\xd1\x7d\x70\x90\xb2\x2c\x71\x72\x70\x2a\x04\xca\xa4\x22\xbe\x4f\x51\x20\x8b\x8f\x33\x94\x7b\x2f\x39\x62\x7e\x25\x2d\x44\x78\xd8\x3b\xc4\x51\x45\x84\x42\xc0\x64\x8c\x3d\x04\x94\xf9\x59\xed\x4d\x7d\x9e\xf1\x09\x1b\x4e\x99\x93\xdd\x9b\x62\x9c\xe7\x91\xa1\x00\xc6\x05\x66\x51\x08\x14\x29\xc8\x09\xcc\xee\x4d\xe5\x94\xca\xcb\x3f\x0f\xd9\x34\xa6\x29\x1f\x72\xb9\x23\x87\x92\x89\x10\x45\x39\xeb\x7d\xf8\x3c\x2b\x78\xf0\x79\x86\x32\x22\x46\xd2\x39\x15\xf8\xa9\x7d\x2e\x45\xd8\xcf\x4e\x20\x73\x43\xe6\xed\x19\x22\xfb\x20\xdb\xac\x0b\x70\x91\x32\x84\x4f\x7c\xa2\x54\x96\x8b\x20\x0d\x1f\x70\x4f\x82\x47\x33\x0a\x50\x02\x09\x9d\x5c\xbc\xdd\x1f\x99\x2d\x55\xb9\x30\x93\x76\x78\x60\x26\x4e\x95\xb4\xf3\x1f\x52\x02\x71\x28\x20\x52\xa1\x30\x27\x32\x6c\x72\xf1\xbe\x7d\x35\xb3\x1b\xd8\xaa\x23\x22\x0a\x9f\x32\xcf\x0b\x47\x86\x08\x93\x34\xe3\xe3\x60\x81\x78\x82\x30\x35\x88\x27\x49\x90\xf7\x71\xfd\x54\xcc\xdc\x52\xfb\xfe\x1a\x6f\x62\xe3\xc4\x5d\x5b\x89\x72\x1b\x32\x96\x37\x25\xe0\xa1\x4c\x72\xf6\xe1\x9a\x0d\x65\x9e\x0c\xa3\x9d\x50\x3a\x91\x5b\xfe\x77\xaa\xf7\x15\xd7\x84\x8b\x05\xea\xe0\xa0\x8b\x72\x58\xf1\x7c\x52\x1c\x2b\x22\x6a\xd6\x33\x28\x3c\x81\x34\x8b\xcc\xed\xaf\x36\xac\xea\xfc\xe6\xcd\x30\xab\xc0\xee\x4e\x7c\x3f\xbd\xd9\x80\xdb\x78\xfb\x84\x79\x69\x2e\xbc\xa1\xd4\xbe\x0f\xb8\xcd\xe3\x30\x0f\xf2\xd4\x14\xac\xb2\x92\xfe\x33\xfc\x8d\x32\x97\x9f\x90\x03\x10\x10\xe7\xf0\xd1\x01\x38\x44\x59\x78\x72\x00\xf6\x1f\xf9\x68\x00\x50\x39\x69\xf8\x5b\xf3\x66\xce\x47\x70\x89\x3c\x86\x8c\x7a\x08\x47\x47\xa4\xc2\x60\x00\x4e\x10\x09\x2e\x15\x40\x02\x08\x90\x4a\x85\x0c\x3c\xcc\x36\x6f\xfa\xbe\xda\xf5\xfc\xec\xac\xbe\x79\x33\xba\x9e\x30\x95\xa8\x92\xcc\x1e\x42\xea\xe4\x94\x87\x27\xcc\xcb\x06\x12\x9a\x23\x0a\x02\xca\x68\x40\xfc\x5e\xec\x08\xcb\x72\xe1\xa2\x08\x99\x87\x0c\x42\xe6\xc2\x30\x61\x0c\x24\xfa\x19\xa9\x80\x84\x59\xd3\x1f\x31\x00\xaf\x59\x67\x52\xd1\xde\x46\x52\x09\x1e\xc8\x3c\x11\xc8\x5c\x64\x70\x84\xc8\x7c\x06\x85\x18\x81\x4f\x28\x64\x50\x09\x8a\x19\x63\x9d\x28\x5c\x64\x3b\xa0\x3e\x1c\xee\xf6\x2c\xe3\xbf\x42\xf4\x7d\x9e\xcd\xf6\xeb\x12\xef\xa3\xb0\x4a\xf5\x51\x29\x84\x03\xdc\x45\xc8\x60\x96\x32\x17\x15\x48\xea\xe4\x6c\x8c\xb6\xbe\x1b\xa7\xf6\x7d\x40\xd5\x7f\x84\x19\x53\x29\xbb\xe0\x33\x13\x12\xa9\x9a\x75\x75\x0a\x21\x64\x12\x32\x48\xc1\xb4\xc1\xbf\xa2\xc8\xa0\x94\x36\x7f\xe0\x52\x94\x28\xe1\x13\xc1\x8f\xe1\xb0\x92\x69\xf8\x54\x90\x10\x5c\xea\xe4\x5e\x52\x04\xa3\xa3\xe8\x4b\x84\x75\x60\x70\x2a\x37\x78\xe0\xe3\x37\x16\x0c\x3a\xdf\x7e\xd5\xbe\x7b\xbe\xfb\xe3\x99\xfe\x92\xdc\x99\x98\x7d\xfc\xdd\xcd\x56\xf5\x6c\x7b\xea\xd7\x56\xed\xa7\xce\x8d\x47\x9d\x4b\x77\x3b\x5f\x5d\x6a\x2d\x5e\x5f\xbe\x5f\x5b\xae\xfd\xd0\x7e\x74\xbf\x3d\x35\xf7\xb8\x78\xad\xbb\xf4\xc5\x76\x93\x42\xab\x5a\xea\x2e\x7d\xdf\x3e\xf7\xa0\xbb\x74\xa5\x3b\x53\x32\x8a\x78\x52\x2f\x75\x97\xbe\x8d\x27\xbb\x05\x93\xda\x0c\x10\x40\xe7\xdc\xf4\x8e\x61\x82\x27\xf5\x52\xab\xf6\x53\x7b\xea\xc2\xf6\x33\x41\xbb\x74\x66\xf9\xee\xcc\xf2\x95\xb3\x36\x28\xb1\xe8\x7e\x2b\x4e\xbc\xfe\x9e\xf7\x5c\x26\xe8\x3e\x9c\x8d\xa5\xdc\x5f\x5d\xb4\x6a\xb5\xd6\xe2\x37\x5b\xe7\xfb\xd0\xfd\xf5\x4e\x77\xb6\x18\xeb\xe7\xeb\x5f\x3b\xa5\xf1\xe5\x6b\xa7\x93\xda\x9a\x5c\x8c\xf5\x1c\xab\xdc\x72\xef\x93\x7a\xa9\x5d\x3a\xd3\xb9\xf8\x4b\x0f\x0d\x7e\x2b\x8e\x7f\x44\x9c\xdf\x8a\xe3\x16\x0d\x20\xc9\xf9\xfe\x23\x1f\xfd\x56\x9c\xe8\x94\xae\xb6\x2a\xc5\x56\xe5\x76\x67\x62\xb6\x3d\x7d\xbd\xf3\xcb\xff\x98\xb1\xe7\xe6\xbb\x33\xa5\x27\xf5\xf1\xb7\x90\x02\xba\x8b\xb5\xc7\x5f\x4c\x2d\x57\x7f\xee\x33\x97\x36\x38\xed\xda\xf9\x56\xed\xe1\xf2\xb5\xd3\x9d\x1b\x57\xbb\x97\xbf\xea\x2c\x34\x96\xaf\x9d\x7e\x7c\xe6\xd2\xf2\xe2\xdd\xee\x83\xfb\xa6\xf7\xd5\x66\xba\x0f\xee\xc7\x97\x1d\x66\xb3\xeb\xc5\xd6\xe2\xe5\xb8\x09\x2e\xcf\xfc\xd2\xaa\x3d\xe8\xfe\x73\xbc\x33\x3f\x61\x02\x7e\xbd\xd8\xbe\xf9\xf3\xf2\xec\xc5\x76\xf5\x9f\xad\xca\x85\xee\x85\x89\xe5\xeb\xe3\x9d\x89\x59\xbb\xd7\xa5\xf6\x85\x99\xf6\x77\xb3\xdd\xf2\xe9\x4e\xf5\xca\x0b\xe3\xff\x9a\x18\xa0\x5d\x2f\x76\xaa\x57\xda\xa5\xe9\x3e\xdd\xe1\x7c\xb1\x73\xfd\xfc\xf2\xb5\xd3\xad\xda\x8f\xcb\x37\xc6\x8d\x52\xe3\x01\xae\xcf\xbe\x62\xe7\x87\x56\xe5\x82\xe9\xf5\xe5\x07\xed\xa5\xff\x6d\x5f\xb8\xd1\x3e\xf3\x53\xe7\xdc\xd5\x56\xed\x97\xce\xdf\x7f\x6a\x9f\x99\x6f\x5f\x29\xb5\xa7\xae\xb6\xe7\xbf\xe9\x2e\x7d\xd7\xaa\xdc\x6e\xd5\x7f\x30\x09\xb9\x76\xfa\xf1\xcc\xa3\xe5\xef\xef\x3e\xa9\x8f\x77\x97\xbe\x5d\xbe\x73\xbe\x55\x2b\xb6\x1e\x9d\x7b\x52\xff\xa1\x73\xee\x4a\xab\x52\xed\x2e\xcc\x2c\x97\xee\x76\x8b\x67\xda\x57\x7e\x7e\x69\x65\x3c\x0f\x0d\xb2\x62\xf0\x2f\x47\xde\x58\x34\xf8\x0b\x71\xa8\x8f\xd0\xbc\xd1\xbb\x65\x80\xa2\x2f\x19\x00\x00\x7c\xe8\x83\x0c\xb3\x59\xaa\xc0\xc5\xed\xc6\x00\x9f\x30\x07\x05\xf8\xbb\xf1\x64\xf3\x96\x13\x2a\x13\x66\xab\x11\x87\x0b\x81\x32\xcf\x99\x4b\x98\x32\xe7\x55\xe0\x4a\x20\xc8\x11\xa9\x9a\xb3\x01\xa6\xdf\x85\xe7\xfc\x77\x38\x04\x77\x77\xa8\xa8\x4f\x25\x8a\xb8\xda\x49\x01\x9d\xed\xc7\x08\x1e\x3e\x77\x7e\x3b\x85\x2c\x9e\x3b\x39\x1e\x02\x32\xf0\x77\xf7\x32\xc7\x8c\x1e\xf2\x21\x95\x10\xb2\xed\x27\x90\xe4\xe3\x4e\xbe\x15\xf1\x51\xe8\x2b\x3a\x68\x6f\xe1\x66\xb9\x08\x70\x03\xd7\xac\x8a\x87\x82\x21\xe4\x89\x50\x3c\x54\xc0\x9b\x8f\xb6\xf8\x36\x44\x1e\x43\x05\xcd\xdb\xa6\x64\x1c\x7b\x47\xa2\x79\x0b\xfa\xb8\x17\x71\x20\xc7\xa9\xa4\x52\xe2\xa9\xa4\xde\xf2\xa2\x79\x2b\xdb\xbc\x25\x9a\xb7\xe0\xad\xbc\xe7\xd0\xbc\xe5\xf5\xd9\x29\xe3\xc4\x25\xcd\xc5\xc4\xd7\x74\x4b\x81\x52\xf2\x50\x38\x28\xd3\xa6\x8d\xda\xa8\x07\xcd\xdb\x01\x26\x19\x16\x20\x43\x61\xea\x67\xdd\xbd\x04\x25\x9a\xb3\x12\x32\x9c\x41\x40\x84\x93\x6b\xde\x4a\x43\xf3\xbc\xc3\x19\x0f\xa8\x89\xbc\xbf\xbb\x79\x8b\xa1\xf0\x28\x9a\x43\x14\xb8\x04\x89\xa2\x80\xa1\x90\x2f\xca\xc1\x6b\x22\x8e\xc3\x79\x64\x70\xd4\x9e\x7f\x7f\x21\xfc\x94\x87\x0a\x25\xf8\x28\x21\x09\x1b\x48\xce\x94\x0d\xd2\x2b\x66\x8e\x5d\x70\x04\x8f\x71\xea\x31\x3c\x35\xc8\x78\x28\x01\x15\x38\x9c\x29\x41\x33\x21\x9e\x32\x06\x23\x90\xb9\xa6\x5c\x8c\xe8\xf9\x31\x54\x80\xcc\xe1\x02\x21\x40\xea\xfb\x18\x8a\x17\xb4\xa1\xdf\x63\x0a\x94\x83\x07\x8f\xbe\xb9\x4c\xd1\x9c\x71\xa8\x6f\x34\x18\x37\x6a\xd2\x67\xa1\x1c\xa5\xc6\x82\x02\x33\xbb\xed\xc6\x09\x22\x04\x61\x0e\x01\xf4\xc1\x7e\x4f\x93\x6e\x48\x04\x01\x15\x82\xe9\xd5\xc4\xf4\x6a\x92\x86\xc3\x10\x4a\x12\x33\x82\x09\xc0\xf6\x23\xc2\x8e\xa1\x81\x01\xe0\x71\x5f\x73\xd0\x04\xee\x35\x58\xfd\xf1\x10\xd5\xce\xb7\x7a\xa3\x1e\x2b\x9e\x0d\xf8\x45\x36\x64\x0e\xe5\x8c\x18\xb4\x72\x42\xe2\x1f\x0f\x29\x0a\xeb\xfb\xb8\xe9\xc5\xa7\x17\x59\x7e\x88\x6e\xcf\xed\x89\x90\x08\xc8\xfa\x70\xfc\x5d\x07\x7d\xea\xa1\x29\x8e\x2c\x29\x70\x41\x15\x79\x2b\x7d\x9e\x7a\x28\xf8\x46\x00\x8d\xa2\xe1\x33\xee\x70\x09\x02\x8f\x87\x54\x52\xc5\x25\x8c\x24\x51\xee\xa5\x55\x80\x5d\x3a\x20\x4f\xad\x15\x10\x41\x14\x49\xc3\xae\xfd\x39\x2e\x84\xc9\x3d\x0a\xaf\x79\xe7\x45\x91\x7d\x53\xdc\xfb\x5f\x33\x07\xa5\x6a\xce\x80\xe2\x2e\x37\xe7\xfd\xea\xd7\x07\xa8\xe0\x72\xc5\xa5\x47\x90\xb9\x1c\x08\xe4\x88\xb9\x62\x44\xa9\xac\x51\x8f\xa0\xa3\xb8\x99\x12\x29\x34\xef\x10\x08\xf0\x18\x17\x69\xf8\xd7\xcc\xc7\x1c\x24\x12\x09\xaa\x79\x27\xa0\x2e\x87\x11\x13\x47\x92\xe1\xe2\x65\xfa\x7e\x9e\x8f\xe7\xd5\xe0\xbf\xbf\xc1\xf7\x06\xfe\x90\x8f\xcb\xd7\x62\xe4\x82\xbb\x08\x1c\xf0\x24\x3a\xa1\x6a\xce\x14\xd0\x5f\x35\x72\x93\xd9\x10\x24\xb5\x2b\x7d\xc0\xf3\x28\x88\x2d\x46\x3f\x0d\x87\x43\xe0\x19\x85\x2c\x67\xb6\x4a\xbc\x3d\xd8\x3a\xab\xdd\xc8\x0d\x80\x9d\x64\xef\x21\x64\x08\x3d\x89\x7f\x30\x10\x9b\xbd\x8e\xe7\x6f\x80\xb7\x0f\xae\xa2\xe1\x06\x5c\x42\x70\x97\x00\x06\x70\xdc\x3a\xbb\xb9\xda\x7b\x56\x94\xf1\xef\x9b\x2e\xa0\x17\x98\xbd\xc3\x99\x44\x2f\x5c\xf5\xfb\x3e\xac\xfe\xa0\x74\xb8\x9f\x23\x76\xb6\x50\xe0\x4e\xf3\x36\x78\x5c\x2a\x02\x01\xa1\xf2\xad\x74\x7d\x2c\x20\x20\x88\xe6\x4c\x9e\xba\x1b\x71\x7f\x4b\xc3\xa7\x08\xe4\x79\x18\x03\x80\x13\x0a\xc9\x25\xe0\x6a\xdc\x03\x94\x01\xb7\x02\x30\x99\x8b\x2d\x9f\xaf\xc3\x80\x34\x1c\x8c\xaf\xe9\x4f\x61\x4c\x00\xd4\x5c\x97\x34\x6f\x29\x41\x1d\x02\x2e\x01\x19\x12\x08\x9a\x33\xc7\x43\xca\x76\x18\x1a\x1c\x68\xde\x77\xa9\xc7\x81\x64\x50\xa8\x3e\x03\x97\xb0\x41\xe8\x72\x13\x8f\x57\xcd\x06\x07\x12\x28\x20\x80\xa0\xb8\x60\xb8\x02\x04\xc7\x50\x71\x20\x94\xb9\x06\x06\xfc\x9c\xa1\x81\x8f\x9b\x3f\x72\x88\x5d\xa1\x80\xc2\xe3\xe6\x8d\x45\xe5\x78\x0c\x2a\x36\x81\x04\x22\x1c\x3c\xf2\xd9\x1b\x8b\x04\xfa\x87\xa8\xa8\x1b\xd1\x78\x34\xa1\x1b\xfa\x11\xe8\x7b\x10\x4d\xda\x4f\x73\x7a\x51\x37\xf4\x3d\x5d\xd5\xe5\xfe\xd2\xbe\x76\xa4\xed\x86\x04\xfd\x50\xcf\xe9\xa5\x64\xe6\x95\x68\x42\x97\x41\x57\xa2\x71\xbd\xa4\x1b\xba\xa6\x17\xa3\x29\x5d\xd6\xf5\xe8\xa2\x7e\x04\xd1\x69\x3d\xa7\x1f\xe9\x9a\xed\x9d\x7a\x41\xd7\xa2\x29\xd0\xf7\xf4\x5c\x74\x4e\x97\xcd\xf9\x2f\xe9\x9a\x9e\x8b\x26\xa2\xd3\xba\x11\x15\xcd\x3e\x69\xd0\xdf\xf6\x46\x8a\x4a\xfa\x61\x34\xa9\x1f\xd9\x03\xd8\xfe\x10\x8d\x6f\x3f\x51\xe8\x8a\xae\xe9\xca\x0e\xa2\x8a\x64\x42\x36\x09\xf7\xa3\x62\x34\xa9\x1f\x26\x49\xd8\x76\xc8\xd0\x4b\x7a\xce\x48\x36\x9a\xd8\xc9\xa0\xa1\xaf\x25\xa5\x32\xfe\xb4\xde\x74\x59\x2f\xea\x45\xa3\xd4\x0d\x98\x54\x54\xd4\x73\x7a\x5e\x37\x6c\xd5\x96\xa3\x09\xd0\x8b\x7a\x0e\x74\x2d\xba\x6c\xbe\x35\xaa\x6e\xe8\x25\x5d\x36\x9b\x45\x67\x75\x45\x37\xcc\x31\xec\x0f\xd1\xb8\x29\x13\x93\x2a\x73\xe8\x01\xd0\x55\x3b\x4a\xc3\x6e\x3a\x05\xba\xae\x1b\xfa\x41\x3c\x64\x55\x37\x74\x5d\x2f\xc5\xb9\x36\xd3\xb7\x55\x33\x11\x95\xb6\x96\x67\x7e\x8f\x5e\x40\x57\x20\x9a\x48\x83\x5e\x48\x83\xfe\x32\xba\xa8\xe7\xed\x4c\xe6\xe2\x82\x1c\x80\xe8\x0b\xdb\x7b\xcc\xc4\x74\x1d\xec\xb9\xd7\xa2\x92\xa9\x6c\xd0\x8b\x76\xc3\x7b\x46\x97\xd1\x78\x34\xf5\x36\x42\x8e\xfe\x5e\x97\xf5\x7d\x9b\xa8\x7b\xba\x1c\x8d\x6f\x58\x47\xba\x62\x05\x98\x28\xa8\xa2\x1f\xea\xaa\xae\xe8\xf2\x7a\x95\x98\x41\xcb\x10\x4d\x44\x45\x5d\xb6\x21\xbe\x67\xad\xa2\x62\xe4\x52\x59\xab\x98\xb5\xaa\xb4\x3a\x89\x55\xb9\xa8\xcb\x7a\xc1\x2a\xac\xa1\xef\x1b\x4d\x3d\x85\x4a\xfa\x8e\x3d\x03\xa3\xcf\x7a\x54\xb2\x5d\x24\xba\x64\xf6\x8a\x8a\xfa\xbe\xae\x44\x97\xd7\xb5\xeb\xba\x7d\x5b\x31\xb3\xda\x59\xe0\xa4\xff\x11\x4d\xe8\x6a\x54\x8c\x2e\x46\x13\xd6\x78\x6c\x08\xcf\xe8\x86\x5e\x88\xf3\x12\x57\xd4\x42\x9f\xde\xfa\x65\x34\x1e\x5d\x85\xe8\x52\x2c\x70\x13\xc8\x57\xcd\x55\xd6\xce\x8d\x87\x36\x6c\xc2\x2a\xd6\x45\x6d\xa1\x45\xe3\x26\x99\x55\x3b\x0d\x5d\x1f\x30\xf9\x58\xb4\xdd\xcc\x3a\x69\xd5\x34\x34\xbd\xd0\xab\x46\x3d\x1f\x5d\x34\x02\x5a\xd0\xe5\xa4\xd3\x95\x92\xd3\x30\x2a\x5b\xb2\x32\x28\xeb\xaa\xf9\x50\x8e\xce\x9b\x4a\xad\x45\x93\xd1\x17\x26\xbf\x69\xd0\x7f\x37\x5f\xd8\x1e\xb6\x7a\xe0\x25\xdb\x88\x8c\x78\xec\x68\x9b\x20\xb6\x70\x78\xf0\xb3\xfd\x6f\x03\xb1\x55\x4c\x0b\x9f\x04\x7d\x6f\x0d\xaf\xd5\x12\x0b\xe9\xf3\xe1\x9f\x9d\x42\x6d\xd1\x74\xdc\x23\xee\xe9\x4a\x5c\xff\xd1\x64\xaf\xb3\xfc\x3e\xb5\x35\xa2\xff\x7e\x86\xda\x74\xc5\x18\x44\x3c\x52\xac\x62\x2b\xc5\x7b\x3b\x80\xdd\x6c\x4b\xdc\x49\xec\x16\x4f\xc8\xa6\xc2\xc6\xdb\x4a\xe9\xc1\xff\xd3\xdb\xcb\xe9\xed\x19\xd5\x2d\x46\xd3\x56\xca\xa5\x8d\x78\xee\x52\x8c\x65\xd1\xe5\xe8\x6b\x5b\xcb\xf3\xd1\xa4\x5e\x88\x4a\x83\xd1\x94\xae\x46\xd3\x4f\xc1\x9b\xf9\xc2\x1c\xe6\x29\x74\x8b\xa6\x07\x20\x3a\x6f\xd2\x98\xd8\xef\x0a\xae\x45\xd3\x16\x03\x2d\xaa\x6d\xfe\x9a\x61\x13\xa8\x16\x4d\xaf\xa2\xda\x3f\xd6\x83\x5a\x32\xd5\x1e\xa5\xd9\x29\x26\x94\xb6\x10\xff\xb0\x64\x6d\xb2\x61\x76\x7b\xdb\x41\xcd\x48\x26\x6e\x72\x1b\x11\x8d\xc1\x9e\xaf\x13\x48\x8b\x4a\x46\x28\x4f\x43\xda\x74\xdc\x4a\x63\xa3\x34\xd8\x6c\xd8\x6b\x45\x1d\x2b\xa2\x5b\x51\xc6\x0b\xe0\x2c\x9a\x7c\x1a\xcf\xbe\x59\x83\x67\xf6\x3a\xbb\xdc\x83\xb3\x68\x7a\x15\xce\x6c\x57\x5e\x81\xb3\x17\xa6\xf1\x75\xc1\xd9\x97\xd1\xb4\x5e\x30\x78\x66\xaf\x53\x2b\xbd\x72\x2a\x46\x67\x75\xd9\xc6\x6d\xe3\x78\x66\x74\x7d\xd6\xfc\x6f\x72\xbb\xd0\xec\x6b\x8b\x92\x93\x2b\x6c\x34\x95\xd4\xcf\xa2\x9e\x8b\xc6\x07\xc0\x26\x71\x7e\xd5\x57\x17\xed\x35\x41\x43\x57\xe3\x5e\xa1\xe7\x41\x3f\x8c\xb7\x89\x83\x60\xa7\x6f\x6f\x81\xac\x81\xb2\x18\xc9\xaa\x56\x2e\xe7\xd7\x20\x99\x69\x41\xeb\x0e\x9b\x60\xd9\x5c\x8c\x65\x2f\xad\xdb\x18\xcb\xde\x54\x04\x3b\x48\xe4\x08\x28\xde\x7b\xc2\x76\x03\x8b\x68\x23\xdb\xbe\x7c\x16\x32\x50\x39\x8c\x1f\x82\x19\x89\xff\x10\x97\x0b\x18\xe1\xa1\x80\xde\x63\x0c\x69\x38\x2c\x40\xe6\x68\x3e\xe6\xa2\x13\x54\xfd\xb1\x3f\x17\xde\xdc\x3a\xd9\x96\x3d\xf8\xb5\x15\xeb\x64\x02\x3c\x54\x40\xd5\x6b\x7b\xdc\xd5\xdd\xc9\x04\x74\x40\x70\x29\x07\x7b\xf2\xd9\xc8\x32\x59\xc8\x24\x10\x36\x72\x22\x87\x62\xcb\x17\xc2\x08\x4b\xd6\xc0\xd0\x48\xbc\xbf\x67\x5c\xb9\x44\x5b\x1e\x9c\xa1\xa9\x09\xf0\x79\x01\xdf\x46\xe4\x38\x64\x8e\x75\xc2\x1e\x71\x03\xe9\xca\x11\x09\x3e\x3f\xd1\xfb\xa3\xda\xf8\xf9\x17\x61\x1f\xe8\x33\x69\x74\x6d\xcc\x4d\x87\xe1\x0c\x08\x03\xca\xf0\x64\x1e\x99\xa4\x05\x7c\x8a\x1a\x8e\x92\x02\xc6\x3d\x27\x20\x4e\x8e\xb2\x64\x1d\x6c\x64\x67\x61\xc1\x86\x9f\x83\xf9\x50\xed\x96\x40\x7c\x1f\x5e\xc9\x63\x83\xeb\x4d\xff\x3f\x39\x65\x10\x4a\xc8\x8c\xac\x2c\x57\x29\xca\x3c\x63\x43\x01\x19\x36\x2a\xa6\x32\x5e\xf5\x72\x14\x60\x01\x19\x64\x50\x29\x14\x69\x78\x9f\xb3\xdd\x0a\x32\x08\x32\x67\x5d\x2b\x83\x40\x56\xc7\xe0\x7d\xac\x79\x31\x77\x6c\xec\xdd\xe4\xf3\x33\xff\x5a\x49\x96\x73\x65\xce\x29\x3d\x36\xf6\xee\xff\x05\x00\x00\xff\xff\x9c\x5e\xaf\x54\xcb\x44\x00\x00" +var _homeTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9c\x5b\x73\x13\xc7\xb6\xc7\x9f\x93\x4f\xb1\xd0\x0b\x2f\xb6\x5c\xd9\x4f\xa7\x76\x01\x55\x1c\xc2\xce\xc9\x29\x12\x72\x20\xd9\xfb\x31\xd5\x9a\x59\x1a\x35\x9e\xe9\x16\xdd\x3d\x02\xe3\x72\x95\x6c\x03\xe1\x22\x30\xe4\xe2\x93\x10\xf6\x0e\x3e\x21\x3b\x86\x13\x88\x0d\x16\x08\x4b\x96\xab\xb6\xbe\x40\xcf\x67\x88\x24\x8b\x27\xbe\xc2\xa9\xee\x19\xf9\xc2\x25\x48\xc4\x18\x9b\x3a\x79\x40\xb7\x99\x9e\x9e\xb5\xfe\x6b\xfd\x7f\x33\x3d\xce\xe8\xa8\xc2\x20\xef\x13\x85\x90\xca\x10\x89\x43\x39\x24\x6e\x0a\xd2\x63\x63\xef\xee\x71\x69\x01\x1c\x9f\x48\xb9\x37\x95\xe3\x01\xa6\xf6\xbd\xfb\xce\xfa\xef\x42\x0a\x52\x11\x67\x98\x64\x7c\x84\x80\xba\xae\x8f\x50\x40\x31\x02\x02\x7d\x72\x12\x5d\xc8\x13\x0f\xc1\x13\xd4\x35\x7b\x6e\xd8\x55\xd2\x93\x0a\x91\xc1\x09\xea\x22\x38\xc8\x14\x0a\x20\x3e\xf5\x18\xba\xc9\x47\xf3\x86\xfb\x61\xc0\xec\xbe\x1b\x76\xf6\xb9\xc7\xe3\x6f\xdf\xd9\x43\x03\x0f\xa4\x70\xf6\xa6\x46\x47\xf7\xe7\xf3\x47\xc3\xcc\x67\x47\x0e\x8d\x8d\x0d\xd1\xc0\x1b\xf2\xb8\x27\x07\x73\x28\x78\x3a\xcf\xbc\x14\x0c\xc5\xe3\x0c\xb9\xb4\xf0\xcc\x88\x66\xab\xee\x88\xb9\x3f\xed\x1b\x1d\x4d\xd3\xf7\xfe\x8d\xa5\x3f\x15\x90\x22\xf9\xfc\xe7\x2e\x4a\x27\x35\x36\xb6\x67\x28\xf7\xa7\x8d\x83\x74\xdf\x74\x5f\x47\x47\x69\x16\xf0\x38\xa4\x0f\x11\xe6\x41\xca\xc5\xc1\xf7\x0f\xa6\xc6\xc6\x9e\x3a\xf9\x3e\xe3\xb6\x61\x5f\xa4\x5e\x4e\x6d\x08\xdb\xfa\x28\xbd\xb3\x27\xf7\xde\xfa\x73\x82\x90\x02\x75\x38\x03\x93\x54\x14\xc9\x46\xef\xec\xa1\xdd\x8d\xb8\xa3\xec\xef\xc9\xeb\x60\xd6\x27\x26\xcf\x7b\x86\xe8\x3e\x38\x48\x59\x96\x38\x39\x38\x15\x02\x65\x52\x11\xdf\xa7\x28\x90\xc5\xc7\x19\xca\xbd\x97\x1c\x31\xbf\x9a\x16\x22\x3c\xec\x1e\xe2\xa8\x22\x42\x21\x60\x32\xc6\x1e\x02\xca\xfc\xac\xf6\xa6\x3e\xcf\xf8\x84\x0d\xa7\xcc\xc9\xee\x4d\x31\xce\xf3\xc8\x50\x00\xe3\x02\xb3\x28\x04\x8a\x14\xe4\x04\x66\xf7\xa6\x72\x4a\xe5\xe5\x9f\x87\x6c\x1a\xd3\x94\x0f\xb9\xdc\x91\x43\xc9\x44\x88\xa2\x9c\x75\x3f\x7c\x9e\x15\x3c\xf8\x3c\x43\x19\x11\x23\xe9\x9c\x0a\xfc\xd4\x3e\x97\x22\xec\x67\x27\x90\xb9\x21\xf3\xf6\x0c\x91\x7d\x90\x6d\xd4\x04\xb8\x48\x19\xc2\x27\x3e\x51\x2a\xcb\x45\x90\x86\x0f\xb8\x27\xc1\xa3\x19\x05\x28\x81\x84\x4e\x2e\xde\xee\x8f\xcc\x96\xaa\x5c\x98\x49\x3b\x3c\xb0\x13\x8f\xff\x51\x02\x71\x28\x20\x94\x99\x93\x18\x36\x79\x78\xdf\xbe\x9a\x99\x0d\x6c\xd6\xd1\x10\x85\x4f\x99\xe7\x85\x23\x43\x84\x49\x9a\xf1\x71\xb0\x40\x3c\x41\x98\x1a\xc4\x93\x24\xc8\xfb\xb8\x3a\x11\xa9\x50\xd8\x99\xa5\xf6\xfd\x35\xde\xc4\xc6\x88\xbb\xb6\x0a\xe5\x16\x64\x2b\x6f\xe4\xef\xa1\x4c\xf2\xf5\xe1\xba\x0d\x65\x9e\x0c\xa3\x9d\x50\x3a\x91\x5a\xfe\x77\x2a\xf7\x35\xd7\x83\x8b\x05\xea\xe0\xa0\x8b\x72\x58\xf1\x7c\x52\x18\xab\x02\x6a\xd4\x32\x28\x3c\x81\x34\x8b\xcc\xed\xad\x2e\xac\xe2\xfc\xc6\xcd\x30\xab\xc0\xee\x4e\x7c\x3f\xfd\xaa\x01\xb7\xf1\xf6\x09\xf3\xd2\x5c\x78\x43\xa9\x7d\x1f\x70\x9b\xc7\x61\x1e\xe4\xa9\x29\x56\x65\xe5\xfc\x67\xf8\x1b\x65\x2e\x3f\x21\x07\x20\x20\xce\xe1\xa3\x03\x70\x88\xb2\xf0\xe4\x00\xec\x3f\xf2\xd1\x00\xa0\x72\xd2\xf0\xb7\xc6\xcd\x9c\x8f\xe0\x12\x79\x0c\x19\xf5\x10\x8e\x8e\x48\x85\xc1\x00\x9c\x20\x12\x5c\x2a\x80\x04\x10\x20\x95\x0a\x19\x78\x98\x6d\xdc\xf4\x7d\xb5\xeb\xf9\xd9\x59\x7b\xb3\x33\x3a\x9e\x30\x95\xa8\x92\xcc\x1e\x42\xea\xe4\x94\x87\x27\xcc\x4b\x1f\x09\xcd\x11\x05\x01\x65\x34\x20\x7e\x37\x76\x84\x65\xb9\x70\x51\x84\xcc\x43\x06\x21\x73\x61\x98\x30\x06\x12\xfd\x8c\x54\x40\xc2\xac\xe9\x8d\x18\x80\xd7\xa8\x31\xa9\x68\x77\x23\xa9\x04\x0f\x64\x9e\x08\x64\x2e\x32\x38\x42\x64\x3e\x83\x42\x8c\xc0\x27\x14\x32\xa8\x04\xc5\x8c\xb1\x4d\x14\x2e\xb2\x6d\x50\x1f\x0e\x77\xbb\x76\xf1\x5f\x21\xfa\x3e\xcf\x66\x7b\x75\x88\xf7\x51\x58\xa5\xfa\xa8\x14\xc2\x01\xee\x22\x64\x30\x4b\x99\x8b\x0a\x24\x75\x72\x36\x46\x9b\xd6\x89\xa9\x4a\x7a\x71\x6a\xdf\x07\x54\xfd\x47\x98\x31\x95\xb2\x0b\x3e\x33\x21\x91\xaa\x51\x53\xa7\x10\x42\x26\x21\x83\x14\x4c\x1b\xfc\x2b\x8a\x0c\x4a\x69\xf3\x07\x2e\x45\x89\x12\x3e\x11\xfc\x18\x0e\x2b\x99\x86\x4f\x05\x09\xc1\xa5\x4e\xee\x25\x45\x30\x3a\x8a\xbe\x44\xd8\x00\x05\xa7\x72\x83\x07\x3e\xde\xb1\x50\xd0\xfe\xf6\xab\xd6\xdd\xf3\x9d\x1f\xcf\xf4\x96\xe4\xf6\xc4\xec\xe3\xef\x6e\x36\x17\xcf\xb6\xa6\x7e\x6d\x56\x7f\x6a\xdf\x78\xd4\xbe\x74\xb7\xfd\xd5\xa5\xe6\xd2\xf5\x95\xfb\xd5\x95\xea\x0f\xad\x47\xf7\x5b\x53\x73\x8f\x8b\xd7\x3a\xcb\x5f\x6c\x35\x25\x34\x17\x4b\x9d\xe5\xef\x5b\xe7\x1e\x74\x96\xaf\x74\x66\x4a\x46\x11\x4f\x6a\xa5\xce\xf2\xb7\xf1\x64\x37\x61\x52\xfd\xc2\x00\xb4\xcf\x4d\x6f\x1b\x1e\x78\x52\x2b\x35\xab\x3f\xb5\xa6\x2e\x6c\x3d\x0f\xb4\x4a\x67\x56\xee\xce\xac\x5c\x39\x6b\x83\x12\x0b\xee\xb7\xe2\xc4\x9b\xef\x77\xcf\xe5\x81\xce\xc3\xd9\x58\xc6\xbd\xd5\x44\xb3\x5a\x6d\x2e\x7d\xb3\x79\x9e\x0f\x9d\x5f\xef\x74\x66\x8b\xb1\x7e\xbe\xfe\xb5\x5d\x1a\x5f\xb9\x76\x3a\xa9\xab\xc9\xa5\x58\xcb\xb1\xc2\x2d\xef\x3e\xa9\x95\x5a\xa5\x33\xed\x8b\xbf\x74\xb1\xe0\xb7\xe2\xf8\x47\xc4\xf9\xad\x38\x6e\xb1\x00\x92\x9c\xef\x3f\xf2\xd1\x6f\xc5\x89\x76\xe9\x6a\xb3\x52\x6c\x56\x6e\xb7\x27\x66\x5b\xd3\xd7\xdb\xbf\xfc\x8f\x19\x7b\x6e\xbe\x33\x53\x7a\x52\x1b\x7f\x0b\x09\xa0\xb3\x54\x7d\xfc\xc5\xd4\xca\xe2\xcf\x3d\xe6\xd2\x06\xa7\x55\x3d\xdf\xac\x3e\x5c\xb9\x76\xba\x7d\xe3\x6a\xe7\xf2\x57\xed\x85\xfa\xca\xb5\xd3\x8f\xcf\x5c\x5a\x59\xba\xdb\x79\x70\xdf\xf4\xbd\xea\x4c\xe7\xc1\xfd\xf8\x72\xc3\x6c\x76\xbd\xd8\x5c\xba\x1c\x37\xc0\x95\x99\x5f\x9a\xd5\x07\x9d\x7f\x8e\xb7\xe7\x27\x4c\xc0\xaf\x17\x5b\x37\x7f\x5e\x99\xbd\xd8\x5a\xfc\x67\xb3\x72\xa1\x73\x61\x62\xe5\xfa\x78\x7b\x62\xd6\xee\x75\xa9\x75\x61\xa6\xf5\xdd\x6c\xa7\x7c\xba\xbd\x78\xe5\x85\xf1\x7f\x43\xfe\xdf\xaa\x15\xdb\x8b\x57\x5a\xa5\xe9\x1e\x9d\xe1\x7c\xb1\x7d\xfd\xfc\xca\xb5\xd3\xcd\xea\x8f\x2b\x37\xc6\x8d\x52\xe3\x01\xae\xcf\xbe\x66\xd7\x87\x66\xe5\x82\xe9\xf3\xe5\x07\xad\xe5\xff\x6d\x5d\xb8\xd1\x3a\xf3\x53\xfb\xdc\xd5\x66\xf5\x97\xf6\xdf\x7f\x6a\x9d\x99\x6f\x5d\x29\xb5\xa6\xae\xb6\xe6\xbf\xe9\x2c\x7f\xd7\xac\xdc\x6e\xd6\x7e\x30\x09\xb9\x76\xfa\xf1\xcc\xa3\x95\xef\xef\x3e\xa9\x8d\x77\x96\xbf\x5d\xb9\x73\xbe\x59\x2d\x36\x1f\x9d\x7b\x52\xfb\xa1\x7d\xee\x4a\xb3\xb2\xd8\x59\x98\x59\x29\xdd\xed\x14\xcf\xb4\xae\xfc\xfc\xd2\xca\x78\x1e\x16\x64\xc5\xe0\x5f\x8e\xec\x58\x2c\xf8\x0b\x71\xa8\x8f\xd0\xb8\xd1\xbd\x55\x80\xa2\x27\x19\x00\x00\x7c\xe8\x83\x0c\xb3\x59\xaa\xc0\xc5\xad\x46\x00\x9f\x30\x07\x05\xf8\xbb\xf1\x64\xe3\x96\x13\x2a\x13\x66\xab\x11\x87\x0b\x81\x32\xcf\x99\x4b\x98\x32\xe7\x55\xe0\x4a\x20\xc8\x11\xa9\x1a\xb3\x01\xa6\xdf\x85\xe7\xfc\x77\x38\x04\x77\x77\xa8\xa8\x4f\x25\x8a\xb8\xda\x49\x01\x9d\xad\x45\x08\x1e\x3e\x77\x6e\xdb\x85\x2a\x9e\x3b\x39\x1e\x02\x32\xf0\x77\x77\xb3\xc6\x8c\x16\xf2\x21\x95\x10\xb2\xad\xa7\x8f\xe4\xe3\x76\xbe\x05\xf1\x51\xe8\x2b\x3a\x68\x6f\xdb\x66\xb9\x08\xb0\x8f\x6b\x55\xc5\x43\xc1\x10\xf2\x44\x28\x1e\x2a\xe0\x8d\x47\x9b\x7c\xfb\x21\x8f\xa1\x82\xc6\x6d\x53\x2e\x8e\xbd\x13\xd1\xb8\x05\x3d\xdc\x83\x38\x90\xe3\x54\x52\x29\xf1\x54\x52\x6b\x79\xd1\xb8\x95\x6d\xdc\x12\x8d\x5b\xf0\x56\xde\x6b\x68\xdc\xf2\x7a\xec\x92\x71\xe2\x92\xc6\x62\xe2\x6b\x3a\xa5\x40\x29\x79\x28\x1c\x94\x69\xd3\x42\x6d\xd4\x83\xc6\xed\x00\x93\x0c\x0b\x90\xa1\x30\xf5\xb3\xe1\x1e\x82\x12\x8d\x59\x09\x19\xce\x20\x20\xc2\xc9\x35\x6e\xa5\xa1\x71\xde\xe1\x8c\x07\xd4\x44\xde\xdf\xdd\xb8\xc5\x50\x78\x14\xcd\x21\x0a\x5c\x82\x44\x51\xc0\x50\xc8\x17\xe5\xe0\x0d\xd1\xc6\xe1\x3c\x32\x38\x6a\xcf\xbf\xb7\x10\x7e\xca\x43\x85\x12\x7c\x94\x90\x84\x0d\x24\x67\xca\x06\xe9\x35\xf3\xc6\x2e\x38\x82\xc7\x38\xf5\x18\x9e\x1a\x64\x3c\x94\x80\x0a\x1c\xce\x94\xa0\x99\x10\x4f\x19\x73\x11\xc8\x5c\x53\x2e\x46\xf4\xfc\x18\x2a\x40\xe6\x70\x81\x10\x20\xf5\x7d\x0c\xc5\x0b\xda\xd0\xef\xf1\x04\xca\xc1\x83\x47\x77\x2e\x4f\x34\x66\x1c\xea\x1b\x0d\xc6\x8d\x9a\xf4\x58\x28\x47\xa9\xb1\xa0\xc0\xcc\x6e\xab\x51\x82\x08\x41\x98\x43\x00\x7d\xb0\xdf\xd3\xa4\x1b\x12\x41\x40\x85\x60\x7a\x35\x31\xbd\x9a\xa4\xe1\x30\x84\x92\xc4\x7c\x60\x02\xb0\xb5\x78\xb0\x6d\x48\x60\x00\x78\xdc\xd3\x1c\x34\x41\x7b\x03\x36\x7f\x3c\x44\xb5\xfd\x6d\xde\x28\xc7\x0a\xa7\x0f\xaf\xc8\x86\xcc\xa1\x9c\x11\x83\x55\x4e\x48\xfc\xe3\x21\x45\x61\x3d\x1f\x5f\x79\xc1\xe9\x45\x76\x1f\xa2\xdb\x75\x7a\x22\x24\x02\xb2\x1e\xdc\x7e\xd7\x41\x9f\x7a\x68\x0a\x23\x4b\x0a\x5c\x50\x45\xde\x4a\x8f\xa7\x1e\x0a\xde\x0f\x9c\x51\x34\x6c\xc6\x1d\x2e\x41\xe0\xf1\x90\x4a\xaa\xb8\x84\x91\x24\xca\xdd\xb4\x0a\xb0\xcb\x05\xe4\xa9\xf5\x01\x22\x88\x22\x69\xd8\xb5\x3f\xc7\x85\x30\xb9\x47\xe1\x35\xee\xbc\x28\xb2\x3b\xc5\xb9\xff\x35\x73\x50\xaa\xc6\x0c\x28\xee\x72\x73\xde\xaf\x7f\x4d\x80\x0a\x2e\x57\x1d\x7a\x04\x99\xcb\x81\x40\x8e\x98\x2b\x45\x94\xca\x9a\xf4\x08\x3a\x8a\x9b\x29\x91\x42\xe3\x0e\x81\x00\x8f\x71\x91\x86\x7f\xcd\x7c\xcc\x41\x22\x91\xa0\x1a\x77\x02\xea\x72\x18\x31\x71\x24\x19\x2e\x5e\xa6\xef\xe7\x79\x78\x5e\x0d\xfe\xfb\x0e\xbe\x27\xf0\x87\x3c\x5c\xbe\x11\x13\x17\xdc\x45\xe0\x80\x27\xd1\x09\x55\x63\xa6\x80\xfe\x9a\x89\x9b\xcc\x86\x20\xa9\x5d\xdd\x03\x9e\x47\x41\x6c\x31\xfa\x69\x73\xe1\xcf\x33\x0a\x59\xce\x6c\x95\xf8\x7a\xb0\x79\x56\xdb\xeb\x85\xff\x76\xb2\xf6\x10\x32\x84\x9e\xc4\x3f\x18\x84\x57\xbd\x7e\xe7\x3b\xc0\xd7\x07\xd7\x90\xb0\x0f\x87\x10\xdc\x25\x80\x01\x1c\xb7\xae\x6e\xae\xf2\x9e\x15\x64\xfc\xfb\x2b\x17\xcf\x0b\x8c\xde\xe1\x4c\xa2\x17\xae\x79\x7d\x0f\x36\x7f\x50\x3a\xdc\xcf\x11\x3b\x5b\x28\x70\xa7\x71\x1b\x3c\x2e\x15\x81\x80\x50\xf9\x56\x3a\x3e\x16\x10\x10\x44\x63\x26\x4f\xdd\x7e\x9c\xdf\x92\xf0\x29\x02\x79\x1e\xc6\xe6\xef\x84\x42\x72\x09\xb8\x16\xf7\x00\x65\xc0\xad\x00\x4c\xe6\x62\xbb\xe7\x1b\x10\x20\x0d\x07\xe3\x6b\xf9\x53\x18\xbb\x3f\x35\xd7\x23\x8d\x5b\x4a\x50\x87\x80\x4b\x40\x86\x04\x82\xc6\xcc\xf1\x90\xb2\x6d\x86\x05\x07\x1a\xf7\x5d\xea\x71\x20\x19\x14\xaa\xc7\xc0\x25\x5c\x10\xba\xdc\xc4\xe3\x75\x73\xc1\x81\x04\x08\x08\x20\x28\x2e\x18\xae\xc2\xc0\x31\x54\x1c\x08\x65\xae\x01\x01\x3f\x67\x48\xe0\xe3\xc6\x8f\x1c\x62\x47\x28\xa0\xf0\xb8\x79\x63\x31\x39\x1e\x83\x8a\x57\xc0\x01\x11\x0e\x1e\xf9\x6c\xc7\xe2\x80\xfe\x21\x2a\xea\x7a\x34\x1e\x4d\xe8\xba\x7e\x04\xfa\x1e\x44\x93\xf6\xd3\x9c\x5e\xd2\x75\x7d\x4f\x2f\xea\x72\x6f\x69\x5f\x3f\xd2\x56\x03\x82\x7e\xa8\xe7\xf4\x72\x32\xf3\x4a\x34\xa1\xcb\xa0\x2b\xd1\xb8\x5e\xd6\x75\x5d\xd5\x4b\xd1\x94\x2e\xeb\x5a\x74\x51\x3f\x82\xe8\xb4\x9e\xd3\x8f\x74\xd5\xf6\x4e\xbd\xa0\xab\xd1\x14\xe8\x7b\x7a\x2e\x3a\xa7\xcb\xe6\xfc\x97\x75\x55\xcf\x45\x13\xd1\x69\x5d\x8f\x8a\x66\x9f\x34\xe8\x6f\xbb\x23\x45\x25\xfd\x30\x9a\xd4\x8f\xec\x01\x6c\x7f\x88\xc6\xb7\x96\x26\x74\x45\x57\x75\x65\x1b\x11\x45\x32\x21\x9b\x80\xfb\x51\x31\x9a\xd4\x0f\x93\x04\x6c\x39\x60\xe8\x65\x3d\x67\xe4\x1a\x4d\x6c\x67\xc8\xd0\xd7\x92\x32\x19\x7f\x5a\x6b\xba\xac\x97\xf4\x92\x51\x69\x1f\x06\x15\x15\xf5\x9c\x9e\xd7\x75\x5b\xb1\xe5\x68\x02\xf4\x92\x9e\x03\x5d\x8d\x2e\x9b\x6f\x8d\xa2\xeb\x7a\x59\x97\xcd\x66\xd1\x59\x5d\xd1\x75\x73\x0c\xfb\x43\x34\x6e\x4a\xc4\xa4\xca\x1c\x7a\x00\xf4\xa2\x1d\xa5\x6e\x37\x9d\x02\x5d\xd3\x75\xfd\x20\x1e\x72\x51\xd7\x75\x4d\x2f\xc7\xb9\x36\xd3\xb7\x15\x33\x11\x95\x36\x97\x65\x7e\x8f\x5c\x40\x57\x20\x9a\x48\x83\x5e\x48\x83\xfe\x32\xba\xa8\xe7\xed\x4c\xe6\xe2\x62\x1c\x80\xe8\x0b\xdb\x77\xcc\xc4\x74\x0d\xec\xb9\x57\xa3\x92\xa9\x6a\xd0\x4b\x76\xc3\x7b\x46\x97\xd1\x78\x34\xf5\x36\x02\x8e\xfe\x5e\x97\xf5\x7d\x9b\xa8\x7b\xba\x1c\x8d\xf7\xad\x23\x5d\xb1\x02\x4c\x14\x54\xd1\x0f\xf5\xa2\xae\xe8\xf2\x46\x95\x98\x41\xcb\x10\x4d\x44\x45\x5d\xb6\x21\xbe\x67\x6d\xa2\x62\xe4\x52\x59\xaf\x98\xf5\xaa\xb4\x3a\x89\x55\xb9\xa4\xcb\x7a\xc1\x2a\xac\xae\xef\x1b\x4d\x3d\x85\x49\xfa\x8e\x3d\x03\xa3\xcf\x5a\x54\xb2\x5d\x24\xba\x64\xf6\x8a\x8a\xfa\xbe\xae\x44\x97\x37\xb4\xea\x9a\x7d\x5b\x31\xb3\xda\x5e\xd0\xa4\xff\x11\x4d\xe8\xc5\xa8\x18\x5d\x8c\x26\xac\xe9\xd8\x10\x9e\xd1\x75\xbd\x10\xe7\x25\xae\xa8\x85\x1e\x7d\xf5\xcb\x68\x3c\xba\x0a\xd1\xa5\x58\xe0\x26\x90\xaf\x9b\xa9\xac\x95\x1b\xff\xac\xdb\x84\x55\xac\x83\xda\x42\x8b\xc6\x4d\x32\x17\xed\x34\x74\x6d\xc0\xe4\x63\xc9\x76\x33\xeb\xa2\x8b\xa6\xa1\xe9\x85\x6e\x35\xea\xf9\xe8\xa2\x11\xd0\x82\x2e\x27\x9d\xae\x94\x9c\x86\x51\xd9\xb2\x95\x41\x59\x2f\x9a\x0f\xe5\xe8\xbc\xa9\xd4\x6a\x34\x19\x7d\x61\xf2\x9b\x06\xfd\x77\xf3\x85\xed\x61\x6b\x07\x5e\xb6\x8d\xc8\x88\xc7\x8e\xf6\x0a\xb4\x16\x0e\x0f\x7e\xb6\xff\x6d\xa0\xb5\x8a\x69\xe1\x93\xa0\xef\xad\x63\xb5\x6a\x62\x21\x3d\x3e\xec\xb3\x5d\x88\x2d\x9a\x8e\x7b\xc4\x3d\x5d\x89\xeb\x3f\x9a\xec\x76\x96\xdf\x27\xb6\x7a\xf4\xdf\xcf\x10\x9b\xae\x18\x83\x88\x47\x8a\x55\x6c\xa5\x78\xef\x0d\x73\x9b\x6d\x87\xdb\x89\xdb\xe2\x09\xd9\x34\xd8\x58\x5b\x19\x3d\xf8\x7f\x72\x7b\x39\xb9\x3d\xa3\xb8\xa5\x68\xda\xca\xb8\xd4\x8f\xdf\x2e\xc7\x48\x16\x5d\x8e\xbe\xb6\x75\x3c\x1f\x4d\xea\x85\xa8\x34\x18\x4d\xe9\xc5\x68\xfa\x29\x70\x33\x5f\x98\xc3\x3c\x85\x6d\xd1\xf4\x00\x44\xe7\x4d\x1a\x13\xeb\x5d\x45\xb5\x68\xda\x22\xa0\xc5\xb4\x57\xbf\x5e\x78\x05\x4c\x8b\xa6\xd7\x30\xed\x1f\x1b\x21\x2d\x99\x6a\x97\xd0\xec\x14\x13\x42\x5b\x88\x7f\x58\xb6\x16\x59\x37\xbb\xbd\xed\x90\x66\x24\x13\x37\xb8\x7e\x44\x63\x90\xe7\xeb\x04\xd0\xa2\x92\x11\xca\xd3\x80\x36\x1d\xb7\xd1\xd8\x24\x0d\x32\x1b\xee\x5a\x55\xc7\xaa\xe8\x56\x95\xf1\x02\x30\x8b\x26\x9f\x46\xb3\x6f\xd6\xa1\x99\xbd\xbe\x2e\x77\xc1\x2c\x9a\x5e\x03\x33\xdb\x91\x57\xc1\xec\x85\x69\x7c\x53\x60\xf6\x65\x34\xad\x17\x0c\x9a\xd9\x6b\xd4\x4a\xb7\x9c\x8a\xd1\x59\x5d\xb6\x71\xeb\x1f\xcd\x8c\xae\xcf\x9a\x7f\x26\xb7\x0a\xcb\xbe\xb6\x18\x39\xb9\xca\x45\x53\x49\xfd\x2c\xe9\xb9\x68\x7c\x00\x6c\x12\xe7\xd7\x3c\x75\xc9\x5e\x0f\xd4\xf5\x62\xdc\x2b\xf4\x3c\xe8\x87\xf1\x36\x71\x10\xec\xf4\xed\xad\x8f\x75\x40\x16\xe3\xd8\xa2\x95\xcb\xf9\x75\x38\x66\x5a\xd0\x86\xc3\x26\x48\x36\x17\x23\xd9\x4b\xeb\x36\x46\xb2\x9d\x8a\x5f\x07\x89\x1c\x01\xc5\xbb\x4f\xd3\xf6\xb1\x70\x36\xb2\xe5\x4b\x66\x21\x03\x95\xc3\xf8\xa1\x97\x91\xf8\x8f\x6d\xb9\x80\x11\x1e\x0a\xe8\x3e\xba\x90\x86\xc3\x02\x64\x8e\xe6\x63\x26\x3a\x41\xd5\x1f\xfb\x93\xe0\xfe\xd7\xc6\x36\xed\x21\xaf\xcd\x58\x1b\x13\xe0\xa1\x02\xaa\xde\xd8\xa3\xad\xee\x76\xa6\x9f\x03\x82\x4b\x39\xd8\x95\x4e\x3f\x4b\x63\x21\x93\x40\xd8\xc8\x89\x1c\x8a\x4d\x5f\xfc\x22\x2c\x59\xf7\x42\x23\xef\xde\x9e\x67\xe5\x12\x6d\x69\x70\x86\xa6\x1e\xc0\xe7\x05\x7c\x1b\x71\xe3\x90\x39\xd6\x09\x7b\xc4\x3e\xd2\x95\x23\x12\x7c\x7e\xa2\xfb\x87\xb3\xf1\xf3\x2e\xc2\x3e\xbc\x67\xd2\xe8\xda\x98\x9b\xee\xc2\x19\x10\x06\x94\xe1\xc9\x3c\x32\x49\x0b\xf8\x14\x31\x1c\x25\x05\x8c\xfb\x4d\x40\x9c\x1c\x65\xc9\xda\xd7\xc8\xf6\x42\x82\xbe\x9f\x7b\xf9\x50\xed\x96\x40\x7c\x1f\x36\xf3\x11\xc1\x17\x18\xfe\x7f\x72\xca\x20\x94\x90\x19\x59\x5d\xa2\x52\x94\x79\xc6\x82\x02\x32\x6c\x54\x4c\x65\xbc\xd2\xe5\x28\xc0\x02\x32\xc8\xa0\x52\x28\xd2\xf0\x3e\x67\xbb\x15\x64\x10\x64\xce\x3a\x56\x06\x81\xac\x8d\xc1\x7b\x58\xe7\x62\xee\xd8\xd8\xbb\xc9\xe7\x67\xfe\x6f\x24\x59\xce\x95\x39\xa7\xf4\xd8\xd8\xbb\xff\x17\x00\x00\xff\xff\x3f\x0a\x8c\xef\xab\x44\x00\x00" func homeTmplBytes() ([]byte, error) { return bindataRead( @@ -752,8 +752,8 @@ func homeTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "home.tmpl", size: 17611, mode: os.FileMode(0644), modTime: time.Unix(1583774436, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x32, 0xfc, 0x18, 0x69, 0x6e, 0x11, 0xac, 0xda, 0x42, 0xf4, 0x54, 0x38, 0x49, 0x8f, 0x87, 0x6d, 0xe9, 0x24, 0x6c, 0x85, 0x8f, 0xf1, 0x7b, 0xaf, 0x75, 0x5, 0xac, 0x4, 0xc9, 0x82, 0xa4}} + info := bindataFileInfo{name: "home.tmpl", size: 17579, mode: os.FileMode(0644), modTime: time.Unix(1598528154, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0x78, 0xa7, 0xb1, 0x1f, 0x5b, 0x45, 0x2a, 0x1e, 0x14, 0x78, 0x6e, 0xc4, 0xa, 0xec, 0x1a, 0x56, 0x7c, 0x73, 0x2c, 0x0, 0x80, 0xd, 0xa5, 0x86, 0x60, 0x41, 0xb4, 0xe8, 0x63, 0x94, 0x31}} return a, nil } @@ -797,7 +797,7 @@ func injectHeadTmpl() (*asset, error) { return a, nil } -var _installTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xdf\x8f\xdb\xb8\xf1\x7f\xf6\xfe\x15\xfc\x2a\x01\xec\x05\x62\x39\xb9\xcd\xb7\x2d\x72\xf6\x02\x69\xf7\xae\xf7\x90\x34\x3f\x36\xd7\x97\xa2\x30\x68\x69\x2c\x11\x91\x45\x85\xa4\xbc\xbb\x70\xf5\xbf\x17\xfc\x21\x89\x94\x25\x59\xf6\x7a\x6f\xd1\x27\x5b\xe4\xcc\x70\xe6\xc3\xd1\xcc\x70\x4c\xef\x76\x02\x36\x59\x82\x05\x20\x6f\x85\x39\xcc\x62\xc0\xa1\x87\xfc\xa2\xb8\x98\x87\x64\x8b\x82\x04\x73\xbe\xf0\x48\xca\x05\x4e\x12\xef\xfa\x62\x64\x0f\xe7\x04\x6d\x48\x18\x26\x80\xb6\xc0\x1e\x10\x83\x04\xdf\x43\x88\x32\x1c\x01\x8a\x18\x09\x25\xbd\xc3\xc0\xc9\xbd\x00\x48\xd1\x1d\x09\x01\x05\x90\x0a\x60\x08\x27\x24\x4a\x21\x34\x8f\xf2\x0b\x4d\xf2\x4d\xaa\x78\x47\xf3\xf8\xca\x5a\x4c\xd0\x0c\x61\x21\x70\x10\x43\x88\xa4\xa6\xc0\x34\xd9\x68\xb7\xf3\xc9\x9b\xbf\xa4\xfe\x37\x86\x4a\x65\x7d\x41\x44\x02\x5e\x51\x28\x39\xb3\xf8\x4a\x0b\x74\xd5\xaf\xa4\x71\x88\x36\x90\x8a\x4a\x5c\x03\x16\x9c\x00\x13\x1a\x17\x45\x30\xcf\xae\xdb\x96\x0c\x69\xf0\x1d\xd8\x32\x86\x24\x03\xe6\x21\x2f\x16\x22\xe3\xef\x66\xb3\x88\x88\x38\x5f\xf9\x01\xdd\xcc\x22\x1a\x11\xc1\xe5\x07\x9f\x09\x06\x30\xdb\x60\x2e\x80\xcd\x34\xab\x87\xfe\x83\x6e\xf1\x1a\x8a\x62\x3e\xcb\xae\xcd\x5a\x6b\xca\x36\x96\xce\xf2\xd1\x43\x38\x10\x84\xa6\x0b\x6f\xb7\x7b\x9f\x65\xb7\xf9\xea\xf7\xaf\x1f\x8a\x62\x56\x6e\x14\xda\x80\x88\x69\xb8\xf0\x32\xca\x4b\xa3\x46\xf3\xff\x9b\x4e\xd1\x8d\xc0\xd2\x22\x74\x0b\x42\x90\x34\xe2\x68\x3a\x2d\xa7\xe3\xb7\xd6\x2a\x21\xd9\x92\x90\xa4\x51\x85\x73\xab\xbd\xab\x65\x89\xf2\x7c\x16\xbf\x2d\x05\xb5\x83\xc3\xe0\x47\x4e\x04\x2c\xc3\xd5\x32\x04\x1e\x78\xc6\x46\xcd\xe2\x38\x5b\x42\x52\x40\x8a\x5c\xfa\xc3\x9a\x40\x12\xa2\xdd\x8e\xac\x91\xff\x0b\x63\xcb\x9b\xd5\xb7\x87\x0c\x8a\x02\x18\xa3\x6c\xb7\x83\x34\x2c\x8a\xd2\xc4\xd1\x3c\xc1\x2b\x48\x3a\x95\x7d\xc8\xb4\xae\x9a\xaa\xe4\x71\x7d\x82\x43\x02\x0a\x5c\x14\x62\x03\x96\xe4\x43\x21\xa3\x59\x48\xef\xd2\x6a\xad\xd1\x9c\xa4\x59\x2e\xd4\xec\xc2\x8b\x49\x18\x42\xea\x21\x12\x2e\xbc\x72\x29\x94\xe2\x0d\x58\x8f\x5b\x9c\xe4\x20\xf7\xcc\xff\x5b\xce\x6e\x56\x9f\x32\xb9\x8c\xa5\xbd\xa3\x8a\x80\x7b\xa1\x60\x77\x68\xe7\xb3\x90\x6c\x2d\x0d\x4a\xea\x52\x3b\x44\x02\x9a\x7a\xd7\xf3\x19\x69\x15\xba\x81\x34\xaf\x97\x1b\xed\x76\x0c\xa7\x11\x20\xbf\x5c\x80\xeb\xf7\x65\x9f\x91\x08\xd8\x78\x0a\x91\x69\x6d\x85\x54\x5d\x7d\xb8\x5a\x8d\xcc\xae\x54\x0a\xd8\xb3\xf6\x83\xf9\x6e\xf9\x80\x44\x8f\xff\x48\x96\xdc\xb8\xa7\x57\xae\xaf\xf6\x9f\x32\x34\x81\x1f\xc8\x46\x04\x79\xb7\x5f\x3e\x10\x01\x57\xde\x65\xcb\xdc\x37\x72\xf3\x57\xef\xb2\x28\x62\x12\xc2\x9e\xab\x1c\xe5\x73\xe6\x7d\xe9\x70\x3b\xe3\x77\xf2\xdd\x54\xdb\x1d\xab\xd7\xae\xcd\x0b\xd5\xcc\x9e\x0b\x96\xae\x64\x9c\x47\x11\xd5\xce\xa3\x1f\x6b\xd8\xcd\x90\x6d\x8b\x83\xf0\x13\x1a\x96\xf3\xae\x58\xa0\x66\x0e\x19\xa6\x88\x6a\xc3\xf4\xa3\x63\x98\x1c\x7a\x0e\xc3\x32\xcc\xf9\x5d\xd8\x6e\x9a\x9a\xa3\x2c\x3c\x68\x9e\x11\x52\x1b\x58\x0e\xe8\x10\x51\xc9\x71\x4d\xd6\x44\xcf\x61\xb4\xd4\xb3\x33\xb2\xab\xc9\x43\x16\x2b\xa2\xda\x5e\xfd\xe8\x58\x27\x87\x1c\x15\x78\x86\xd3\xd2\x20\x99\x29\x3b\x15\x30\x69\x54\xaa\x20\x79\x86\x07\x90\x2c\xea\x0e\x21\x29\x15\x2d\x71\xe2\x33\xe5\x22\x62\x70\xfb\xe5\xc3\xc9\xd1\xa2\x09\x72\xab\x55\x9c\x27\xcb\x0d\x0d\x5b\x71\x3d\x35\x0b\xb5\xa7\x21\xbd\x25\xd5\x7a\xf5\x9e\x48\x5f\x29\x87\x8b\x62\xb7\x73\x1e\x20\xe1\x50\x14\x21\xe1\x78\x95\xec\x41\xe0\xea\x18\xc2\x1a\xe7\x89\x40\x3a\x4d\x19\x96\x46\x1e\x18\x94\x9e\xfa\xf2\xd3\x81\x14\x64\x56\xf5\xae\x6f\x5a\x97\x3f\xc0\x6d\xf6\xcf\xbb\xfe\xaa\xbf\x1c\xc7\xbd\x05\x46\xd6\x0f\xd3\x75\x2e\xeb\xe2\x7f\xaa\x07\xf4\x6b\x9e\x24\x4d\x08\xdc\x7c\x7d\x74\x26\x94\x15\x53\x8f\x27\x9f\x98\x11\x1f\x97\x12\x29\x2b\xc3\xcd\x67\x2c\xe2\x53\xe3\xad\x88\xbb\xa2\xad\x88\x07\x44\x5a\x11\x3b\x71\x56\x3e\x36\xa2\xaa\x88\x4f\x88\x3b\x06\xf2\xb2\x84\xaf\xcb\xf1\x61\x21\x48\x96\xd8\x7f\x87\x14\x18\x4e\xce\x53\x62\x47\x5a\x58\x6b\x9d\x7d\x44\x66\x78\x9f\x65\xff\x50\x81\xb8\xa7\x6a\xd6\x7b\x83\xb3\xac\x27\x2f\x54\xb3\xfb\x55\x74\xbd\x3f\x15\x91\xd9\xa0\xfa\xb9\xde\xa1\x72\xac\x28\xbc\x4a\xeb\x4a\xd4\xb0\xad\x2a\x45\x74\x24\x0a\x67\x93\x8e\x80\xea\x2b\x64\xf4\x2b\xa5\xe2\xb3\x72\xa0\x83\x78\x31\xc8\xe8\x92\x51\x2a\x7a\x5c\x5a\xd1\xb4\xfb\xb5\x05\x5b\x43\x92\x01\xaf\x39\x5a\x43\xe8\xce\x3c\x02\xc8\x4a\xbd\x73\x23\x99\xa7\xbf\xab\x72\xee\x30\x88\x79\xda\x53\x5a\x56\xb3\xbd\xe8\x95\x44\x25\x6e\xd5\xb3\x85\x98\x19\x7b\x0c\x56\x46\xc4\x39\xa0\x6a\x85\x22\xa4\x1b\x4c\xd2\x8e\xa2\x48\xcf\xf5\xc1\x60\x48\xca\xd0\x68\x9e\xac\xc8\xa8\x46\x24\x00\x59\x82\x03\x88\x69\x12\x02\x5b\x78\xe0\x47\x3e\x12\xec\xc1\x8f\x68\xc4\x7d\x42\x4f\xc6\x47\xcb\x7f\x32\x74\x38\x8f\x97\x19\x65\x1d\x87\xab\x6a\xb6\x0f\xa1\x8a\xa8\xaa\x91\xca\xe7\x1a\xa5\x72\xcc\x76\xd7\x81\xf9\xc3\x70\x9e\x86\x80\x7e\x83\x82\x18\x82\xef\x2b\x7a\xdf\x9a\x97\x73\xb2\x3f\x5f\x42\x64\x48\x32\x9a\xc9\xb4\x92\x67\xa6\x62\x09\x68\x2a\x20\x15\xca\xb2\xb6\x73\xdb\x72\x95\x93\x44\x90\x74\x29\x95\xe7\xc0\xb6\xc0\x96\x19\xcd\xf2\xcc\x93\xf6\xcf\xb9\x60\x34\x8d\xba\x0e\x7d\x2d\xcc\xda\x68\xcd\xd5\x91\xc6\x35\xf4\x1d\xec\xa6\x94\xad\xcc\x34\x21\xa5\x9d\xba\x28\x14\x1d\x84\x26\xbe\xf4\xe4\xe8\x47\xf8\x5d\x2c\x44\xd6\xe3\x78\xf5\x74\x9f\xe7\xd5\x54\xc6\x7e\x6b\xa0\xf6\xbd\x6a\xf0\x11\x51\xaa\x92\xf1\x64\x2f\xa2\x4c\xbe\x39\x4b\xba\x33\xb3\x9c\x3c\x54\x24\x48\x1a\xab\x46\x50\x8f\x6e\x89\x90\xb3\xa4\x3d\x56\x95\xad\xd5\x73\xc4\x2c\xb3\xd0\x93\x61\x95\xd0\xe8\x50\x85\xe0\x92\xf4\xe1\xe6\x52\x1a\xf4\x1a\x83\x35\x86\xce\xc4\x1e\x92\x09\x8d\x4e\x06\xcd\x91\xfc\x3f\x13\xed\x20\x95\xe7\xc4\x65\x40\x53\x4e\x13\x50\xe7\xde\x81\xa1\xae\x85\x73\x70\x9c\x6b\xe3\xed\x08\x72\x2d\xa4\x47\x44\x38\xfb\x18\xa2\x4f\x7c\xe7\x3a\x87\x50\x23\xad\x71\x10\xb1\xd6\xfb\x65\x83\x49\x62\xad\xd1\xf8\xa5\x25\x08\x28\x0b\xe5\x11\xb4\x94\xd4\x7c\x61\xec\xd6\xb7\x5c\xc3\x2a\x24\x6f\x3f\x7e\xfb\x5c\x14\x02\xee\x05\x62\x15\x0c\x5e\x4b\x17\x9c\x04\x34\xb5\x5a\x24\x76\x9b\xa1\x75\x4f\xa5\xca\x4b\xfb\x87\xa2\xbe\xee\x9b\x71\xac\x3d\xbd\x70\x20\xc8\x76\xbf\x5b\xd2\xe9\xf0\x2e\xff\x6f\xaa\x93\xdb\x7e\x66\x76\x4b\x9f\x8d\xc8\x7a\x1a\xcb\xf5\xf4\xfe\xd9\xd9\x29\x7f\x2a\xba\xb2\xfe\xa9\x07\xac\x02\xa8\x1c\x74\x2c\x72\x7b\x19\xc3\xec\xfb\x95\xd1\xcd\x70\xfb\xd6\x8c\x6e\x7a\xec\x53\xd3\x03\xec\x53\x74\xb6\x7d\x7a\xa0\x61\xdf\x5a\xa9\x66\xab\x33\xb0\xc6\x2b\x99\xbb\x5a\x94\xa7\x21\xd5\x73\x56\x6a\x41\xaa\xfb\xb8\x24\x9d\x1a\x58\xc7\x89\x69\x1f\x2b\xfb\xd0\x64\x0d\x34\xb0\x6a\xf4\xe5\x07\x5a\xd8\x67\x40\x5f\xc7\xdd\x98\xd0\xd3\x78\xdf\x33\xc3\xed\xbd\x3b\x43\xdd\xdd\x77\x8b\xec\x71\xc6\x1d\x4a\x59\x55\x57\xb8\x2f\xc5\x30\x88\x08\x17\xc0\x64\xf4\x5f\x13\xb6\xe9\xcb\x2f\x8d\x0c\xb3\xc7\xda\x91\x5e\x9a\x74\x5d\xb9\xa5\xb7\x71\xf9\xc7\x21\xa2\xe2\x73\x4a\x05\x59\x3f\x1c\x01\x86\xcd\xd5\x81\x83\x45\x72\x12\x04\xfd\x1d\xc0\x5b\x75\x32\x41\x38\x0d\x11\x15\x31\x30\x24\x8f\x2a\x24\x00\xfe\x44\xe9\xd1\x48\x7f\x8a\x14\x69\x8e\x83\xc6\x80\xc7\xe4\xca\x4a\xc9\x23\xf3\xe5\x00\xa7\x52\x51\x80\xae\xd7\x92\x69\xaa\xaa\xab\x3d\x37\x3b\xa9\x5a\x34\x22\x8f\x29\x13\x6d\x96\x23\x5c\xd6\x61\xeb\xf0\x59\x9b\xe6\x0f\x7f\x6f\x75\x73\x49\xff\xcc\x32\x8d\x18\xde\x62\x81\xd9\x99\x60\x36\x62\x97\xa5\xd8\x81\x50\x37\xd9\x8e\x80\x7b\x8f\xb5\x03\xf2\x26\xdd\xf3\xc0\xbe\x86\x10\x18\x16\x10\x4e\xb5\x16\xd3\x84\xd2\xef\x79\x76\x26\xf4\x2b\xe9\x4b\x83\xbe\x96\x3e\x70\x13\x3a\xb8\x8f\xd8\x0b\x73\xe2\x69\x0a\x3a\x70\x40\x6a\x92\x3f\xef\x0b\xa1\xd3\x2a\xc3\x32\x74\x9f\xf9\xa5\xb0\x45\x1f\xf9\x62\x38\x5a\x1d\xff\x72\x38\xec\x07\x5e\x10\x9b\xf6\x79\xb6\x42\xfb\xc5\x34\xc0\x99\x08\x62\x7c\xa6\x4d\x28\x4f\xe3\x5a\xe8\x91\x9d\x02\xa3\xc9\xd1\x6f\x42\xc9\x78\xa0\x43\xa0\xa9\x9e\xbf\x80\x3b\x09\x58\xd3\x74\x5a\x72\x12\xa5\x4b\x92\x2e\xb7\x04\xee\x06\xc2\xdb\xc6\x7a\x54\xa5\xdc\xc2\xde\x59\x2d\xef\xd3\x3e\x41\xb9\xf8\x3e\xdc\x90\xf4\x69\x4a\x43\x25\xfa\x29\xea\x42\x2c\x05\x3f\xa2\x1c\x34\x8a\x75\xd5\x82\x59\xc5\xa9\xae\x05\x77\xf4\x6d\x95\x0e\xe6\x76\xc4\xfe\xa5\xd2\x41\x07\x6f\xa5\x47\xcf\x4f\xe3\x8d\xae\xb7\x5a\xb1\xe7\xe7\xf1\x7a\xbe\xff\xc8\x6a\x11\x96\x0d\x70\x6b\xc4\xea\x81\x57\xa3\x8f\x6a\xc4\x28\x2b\x3f\x9b\x73\xee\x60\x3b\xfb\x4e\xe8\x16\xc5\xe1\x03\xba\x23\xce\xb1\xf7\xf0\x11\xdd\xa6\x7b\x06\x0c\xcc\x39\xb9\x17\x0b\x87\x66\x28\x1a\x0d\xc1\x0e\x2a\xcd\xb9\x43\xe8\xb8\xf4\x8f\x47\x49\xb5\x72\x8f\x00\x49\xf5\x51\xfb\xfc\x44\x13\x0c\x81\x45\x53\x3a\x68\x98\x21\x0d\x82\x79\x68\x22\x00\x5a\xe3\x0e\xc3\xfb\x6f\x5a\x35\x3a\xe1\x32\xda\x0c\xf9\xe1\xa2\x79\xe7\xbc\xf9\x93\xcd\x2a\x17\x82\xa6\x96\xf4\x8c\x91\x0d\x66\x0f\x48\x4f\xb4\xc3\x65\x3e\x97\x11\x8d\xb8\xc2\x4b\x13\xef\xff\x9e\x32\x9f\xad\x29\xdb\xa8\xef\xd5\x68\xf9\xc5\x7c\x96\x96\xce\x79\xc0\x48\x26\xae\x2f\x46\xb3\x19\xba\x71\x6e\x13\x06\xb1\xba\xfe\x1d\x82\xd0\x97\x0d\xfd\x8b\xd1\xcb\x89\xf7\xa2\xbc\xb0\x7e\xe9\x6b\x82\xc9\x3a\x4f\xf5\x65\xc4\xc9\x25\xda\x5d\x8c\x46\x5b\xcc\x90\xbe\x29\x75\x63\xae\x01\x2e\xd0\x58\x66\x7d\xf5\xc7\x06\x3f\x5c\x8d\x7f\xbe\x30\x64\xa1\xba\xae\x8f\x16\xe8\xe5\x44\xc4\x84\x5f\xfa\x5b\x9c\x4c\x2e\x7f\xbe\x18\x8d\xc8\x1a\x4d\xca\xd9\xc5\xc2\xbe\xb6\x26\x97\x18\xbd\x9c\x8c\x5f\xd8\xf7\x38\xc7\x97\x7e\x4c\x42\xd0\xbc\x6a\xd6\xbd\xe7\xb9\x3f\xdf\xb8\x3e\x37\xbe\xf4\x79\x4c\xef\x24\x81\xa4\x38\xb0\xbc\x92\x60\xee\x91\x8d\xb5\xd6\x8e\xc5\x7a\x19\x95\xf9\x18\x88\x9c\xa5\xf2\xb9\xa8\xad\x36\x64\x1c\x2d\xb4\x3c\xef\xe3\xc3\xed\x97\x0f\xde\x3b\xe4\xbd\xf9\xe9\xcf\xfe\x6b\xff\xb5\xff\xe6\xdd\xd5\xd5\xeb\x3f\x79\xaf\xd4\xac\x75\x03\xd5\x21\xf9\xff\xb7\x57\x3f\x19\x92\x8f\xb7\xcd\xd9\x57\xe8\xcd\xdb\xab\x2b\x4f\x2e\xac\x6c\x6a\x37\xba\x46\xa5\x05\xd2\x12\x91\x0e\x44\x05\x8d\xa2\x04\x1c\x9c\xec\xbb\xb2\x8a\xcf\x07\x1c\xc4\x93\xda\xe2\x57\xa8\x74\x97\x89\xf4\xa2\x57\xc8\x5c\x15\xfd\x8d\x72\x61\xc0\x95\xd8\x1b\x7c\x63\xca\x85\xc1\xf7\x12\x2d\x16\x2d\xc4\xa3\x7d\xca\x7a\xb1\x7f\x69\xd5\xfe\xad\xb7\xc3\x6c\x05\x5a\xe3\x84\x43\xb5\x41\x85\x9c\x2c\xd4\xb6\xcf\x66\xe8\xdb\xa7\x9b\x4f\xef\xd0\x0a\x84\x00\x86\x62\x9c\x86\x89\x2c\x5b\xe9\x1a\xc1\x7d\x90\xe4\x9c\x6c\x41\xfd\x93\x49\xfd\x1b\x42\xbd\x0f\xe3\x17\x76\x6b\x09\xa9\x88\x35\xee\x7c\x35\xb4\x69\xda\xd5\x09\x9f\x8c\xdf\x99\x72\x71\x7c\x69\xf9\x75\xb3\x91\xa2\xc4\xe9\xda\x73\x32\x56\xdf\xc6\xb5\x1b\x77\x1c\xff\x1d\x9e\x3c\xb5\xb8\x0a\x6d\x6d\xeb\x4a\x67\x51\xff\x78\x8d\x10\x24\x1c\x6a\x01\x36\xa0\xc3\xec\xe8\x58\xf2\xe9\x77\xc3\xd1\xe8\x44\xe5\xdb\xda\x04\x67\xd1\xdc\x3d\xf4\x0e\x53\xc6\xe5\x39\x2b\x80\xb6\x7d\x07\x95\x99\xcf\xca\xbc\xb4\xf7\x77\xbb\x35\xa5\xb2\xe8\x57\xff\xb7\xfb\x6f\x00\x00\x00\xff\xff\xd6\xc1\xba\x90\xa3\x38\x00\x00" +var _installTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xdf\x6f\xdb\x38\xf2\x7f\x76\xfe\x0a\x7e\xd5\x02\x76\x80\x5a\x6e\x37\xfd\xde\x1d\xba\x76\x80\xde\x65\xf7\xf6\xa1\xbd\xfe\x48\xf7\x5e\x0e\x07\x83\x96\xc6\x12\x51\x59\x54\x49\xca\x49\xe0\xd3\xff\x7e\xe0\x0f\x49\xa4\x2c\xc9\xb2\xe3\x6c\x70\x2f\x89\x45\xce\x0c\x67\x3e\x1c\xcd\x0c\xc7\xf4\x6e\x27\x60\x93\x25\x58\x00\xf2\x56\x98\xc3\x2c\x06\x1c\x7a\xc8\x2f\x8a\x8b\x79\x48\xb6\x28\x48\x30\xe7\x0b\x8f\xa4\x5c\xe0\x24\xf1\xae\x2f\x46\xf6\x70\x4e\xd0\x86\x84\x61\x02\x68\x0b\xec\x01\x31\x48\xf0\x3d\x84\x28\xc3\x11\xa0\x88\x91\x50\xd2\x3b\x0c\x9c\xdc\x0b\x80\x14\xdd\x91\x10\x50\x00\xa9\x00\x86\x70\x42\xa2\x14\x42\xf3\x28\x3f\xd0\x24\xdf\xa4\x8a\x77\x34\x8f\xaf\xac\xc5\x04\xcd\x10\x16\x02\x07\x31\x84\x48\x6a\x0a\x4c\x93\x8d\x76\x3b\x9f\xbc\xf9\x4b\xea\x7f\x63\xa8\x54\xd6\x17\x44\x24\xe0\x15\x85\x92\x33\x8b\xaf\xb4\x40\x57\xfd\x4a\x1a\x87\x68\x03\xa9\xa8\xc4\x35\x60\xc1\x09\x30\xa1\x71\x51\x04\xf3\xec\xba\x6d\xc9\x90\x06\xdf\x81\x2d\x63\x48\x32\x60\x1e\xf2\x62\x21\x32\xfe\x6e\x36\x8b\x88\x88\xf3\x95\x1f\xd0\xcd\x2c\xa2\x11\xd7\x7f\x04\x03\x98\x6d\x30\x49\x67\x9a\xcd\x43\xff\x41\xb7\x78\x0d\x45\x31\x9f\x65\xd7\x66\x9d\x35\x65\x1b\x4b\x5f\xf9\xe8\x21\x1c\x08\x42\xd3\x85\xb7\xdb\xbd\xcf\xb2\xdb\x7c\xf5\xfb\xd7\x0f\x45\x31\x2b\x37\x09\x6d\x40\xc4\x34\x5c\x78\x19\xe5\xa5\x41\xa3\xf9\xff\x4d\xa7\xe8\x46\x60\x69\x0d\xba\x05\x21\x48\x1a\x71\x34\x9d\x96\xd3\xf1\x5b\x6b\x95\x90\x6c\x49\x48\xd2\xa8\xc2\xb8\xd5\xd6\xd5\xb2\x44\x78\x3e\x8b\xdf\x96\x82\xda\x81\x61\xf0\x23\x27\x02\x96\xe1\x6a\x19\x02\x0f\x3c\x63\xa3\x66\x71\x1c\x2d\x21\x29\x20\x45\x2e\x7d\x61\x4d\x20\x09\xd1\x6e\x47\xd6\xc8\xff\x85\xb1\xe5\xcd\xea\xdb\x43\x06\x45\x01\x8c\x51\xb6\xdb\x41\x1a\x16\x45\x69\xe2\x68\x9e\xe0\x15\x24\x9d\xca\x3e\x64\x5a\x57\x4d\x55\xf2\xb8\xfe\xc0\x21\x01\x05\x2e\x0a\xb1\x01\x4b\xf2\xa1\x90\xd1\x2c\xa4\x77\x69\xb5\xd6\x68\x4e\xd2\x2c\x17\x6a\x76\xe1\xc5\x24\x0c\x21\xf5\x10\x09\x17\x5e\xb9\x14\x4a\xf1\x06\xac\xc7\x2d\x4e\x72\x90\x7b\xe6\xff\x2d\x67\x37\xab\x4f\x99\x5c\xc6\xd2\xde\x51\x45\xc0\xbd\x50\xb0\x3b\xb4\xf3\x59\x48\xb6\x96\x06\x25\x75\xa9\x1d\x22\x01\x4d\xbd\xeb\xf9\x8c\xb4\x0a\xdd\x40\x9a\xd7\xcb\x8d\x76\x3b\x86\xd3\x08\x90\x5f\x2e\xc0\xf5\xbb\xb2\xcf\x48\x04\x6c\x3c\x85\xc8\xb4\xb6\x42\xaa\xae\xfe\xb9\x5a\x8d\xcc\xae\x54\x0a\xd8\xb3\xf6\x83\xf9\x6c\xf9\x80\x44\x8f\xff\x48\x96\xdc\xb8\xa7\x57\xae\xaf\xf6\x9f\x32\x34\x81\x1f\xc8\x46\x04\x79\xb7\x5f\x3e\x10\x01\x57\xde\x65\xcb\xdc\x37\x72\xf3\x57\xef\xb2\x28\x62\x12\xc2\x9e\xab\x1c\xe5\x73\xe6\x7d\xe9\x70\x3b\xe3\x77\xf2\xdd\x54\xdb\x1d\xab\xd7\xae\xcd\x0b\xd5\xcc\x9e\x0b\x96\xae\x64\x9c\x47\x11\xd5\xce\xa3\x1f\x6b\xd8\xcd\x90\x6d\x8b\x83\xf0\x13\x1a\x96\xf3\xae\x58\xa0\x66\x0e\x19\xa6\x88\x6a\xc3\xf4\xa3\x63\x98\x1c\x7a\x0e\xc3\x32\xcc\xf9\x5d\xd8\x6e\x9a\x9a\xa3\x2c\x3c\x68\x9e\x11\x52\x1b\x58\x0e\xe8\x10\x51\xc9\x71\x4d\xd6\x44\xcf\x61\xb4\xd4\xb3\x33\xb2\xab\xc9\x43\x16\x2b\xa2\xda\x5e\xfd\xe8\x58\x27\x87\x1c\x15\x78\x86\xd3\xd2\x20\x99\x25\x3b\x15\x30\x29\x54\xaa\x20\x79\x86\x07\x90\x2c\xea\x0e\x21\x29\x15\x2d\x71\xe2\x33\xe5\x22\x62\x70\xfb\xe5\xc3\xc9\xd1\xa2\x09\x72\xab\x55\x9c\x27\xcb\x0d\x0d\x5b\x71\x3d\x35\x0b\xb5\xa7\x21\xbd\x25\xd5\x7a\xf5\x9e\x48\x5f\x29\x87\x8b\x62\xb7\x73\x1e\x20\xe1\x50\x14\x21\xe1\x78\x95\xec\x41\xe0\xea\x18\xc2\x1a\xe7\x89\x40\x3a\x4d\x19\x96\x46\x1e\x18\x94\x9e\xfa\xf2\xd3\x81\x14\x64\x56\xf5\xae\x6f\x5a\x97\x3f\xc0\x6d\xf6\xcf\xbb\xfe\xaa\x3f\x1c\xc7\xbd\x05\x46\xd6\x0f\xd3\x75\x2e\x6b\xe2\x7f\xaa\x07\xf4\x6b\x9e\x24\x4d\x08\xdc\x7c\x7d\x74\x26\x94\x15\x53\x8f\x27\x9f\x98\x11\x1f\x97\x12\x29\x2b\xc3\xcd\x67\x2c\xe2\x53\xe3\xad\x88\xbb\xa2\xad\x88\x07\x44\x5a\x11\x3b\x71\x56\x3e\x36\xa2\xaa\x88\x4f\x88\x3b\x06\xf2\xb2\x7c\xaf\xcb\xf1\x61\x21\x48\x96\xd8\x7f\x87\x14\x18\x4e\xce\x53\x62\x47\x5a\x58\x6b\x9d\x7d\x44\x66\x78\x9f\x65\xff\x50\x81\xb8\xa7\x6a\xd6\x7b\x83\xb3\xac\x27\x2f\x54\xb3\xfb\x55\x74\xbd\x3f\x15\x91\xd9\xa0\xfa\xb9\xde\xa1\x72\xac\x28\xbc\x4a\xeb\x4a\xd4\xb0\xad\x2a\x45\x74\x24\x0a\x67\x93\x8e\x80\xea\x2b\x64\xf4\x2b\xa5\xe2\xb3\x72\xa0\x83\x78\x31\xc8\xe8\x92\x51\x2a\x7a\x5c\x5a\xd1\xb4\xfb\xb5\x05\x5b\x43\x92\x01\xaf\x39\x5a\x43\xe8\xce\x3c\x02\xc8\x4a\xbd\x73\x23\x99\xa7\xbf\xab\x72\xee\x30\x88\x79\xda\x53\x5a\x56\xb3\xbd\xe8\x95\x44\x25\x6e\xd5\xb3\x85\x98\x19\x7b\x0c\x56\x46\xc4\x39\xa0\x6a\x85\x22\xa4\x1b\x4c\xd2\x8e\xa2\x48\xcf\xf5\xc1\x60\x48\xca\xd0\x68\x9e\xac\xc8\xa8\x46\x24\x00\x59\x82\x03\x88\x69\x12\x02\x5b\x78\xe0\x47\x3e\x12\xec\xc1\x8f\x68\xc4\x7d\x42\x4f\xc6\x47\xcb\x7f\x32\x74\x38\x8f\x97\x19\x65\x1d\x87\xab\x6a\xb6\x0f\xa1\x8a\xa8\xaa\x91\xca\xe7\x1a\xa5\x72\xcc\x76\xd7\x81\xf9\xc3\x70\x9e\x86\x80\x7e\x83\x82\x18\x82\xef\x2b\x7a\xdf\x9a\x97\x73\xb2\x3f\x5f\x42\x64\x48\x32\x9a\xc9\xb4\x92\x67\xa6\x62\x09\x68\x2a\x20\x15\xca\xb2\xb6\x73\xdb\x72\x95\x93\x44\x90\x74\x29\x95\xe7\xc0\xb6\xc0\x96\x19\xcd\xf2\xcc\x93\xf6\xcf\xb9\x60\x34\x8d\xba\x0e\x7d\x2d\xcc\xda\x68\xcd\xd5\x91\xc6\x35\xf4\x1d\xec\xa6\x94\xad\xcc\x34\x21\xa5\x9d\xba\x28\x14\x1d\x84\x26\xbe\xf4\xe4\xe8\x47\xf8\x5d\x2c\x44\xd6\xe3\x78\xf5\x74\x9f\xe7\xd5\x54\xc6\x7e\x6b\xa0\xf6\xbd\x6a\xf0\x11\x51\xaa\x92\xf1\x64\x2f\xa2\x4c\xbe\x39\x4b\xba\x33\xb3\x9c\x3c\x54\x24\x48\x1a\xab\x46\x50\x8f\x6e\x89\x90\xb3\xa4\x3d\x56\x95\x6d\xd5\x73\xc4\x2c\xb3\xd0\x93\x61\x95\xd0\xe8\x50\x85\xe0\x92\xf4\xe1\xe6\x52\x1a\xf4\x1a\x83\x35\x86\xce\xc4\x1e\x92\x09\x8d\x4e\x06\xcd\x91\xfc\x3f\x13\xed\x20\x95\xe7\xc4\x65\x40\x53\x4e\x13\x50\xe7\xde\x81\xa1\xae\x85\x73\x70\x9c\x6b\xe3\xed\x08\x72\x2d\xa4\x47\x44\x38\xfb\x18\xa2\x4f\x7c\xe7\x3a\x87\x50\x23\xad\x71\x10\xb1\xd6\xfb\x65\x83\x49\x62\xad\xd1\xf8\x96\x25\x08\x28\x0b\xe5\x11\xb4\x94\xd4\x7c\x61\xec\xd6\xb7\x5c\xc3\x2a\x24\x6f\x3f\x7e\xfb\x5c\x14\x02\xee\x05\x62\x15\x0c\x5e\x4b\x17\x9c\x04\x34\xb5\x5a\x24\x76\x9b\xa1\x75\x4f\xa5\xca\x4b\xfb\x4b\xa2\xbe\xee\x9b\x71\xac\x3d\xbd\x70\x20\xc8\x76\xbf\x5b\xd2\xe9\xf0\x2e\xff\x6f\xaa\x93\xdb\x7e\x66\x76\x4b\x9f\x8d\xc8\x7a\x1a\xcb\xf5\xf4\xfe\xd9\xd9\x29\x7f\x2a\xba\xb2\xfe\xa9\x07\xac\x02\xa8\x1c\x74\x2c\x72\x7b\x19\xc3\xec\xfb\x95\xd1\xcd\x70\xfb\xd6\x8c\x6e\x7a\xec\x53\xd3\x03\xec\x53\x74\xb6\x7d\x7a\xa0\x61\xdf\x5a\xa9\x66\xab\x33\xb0\xc6\x2b\x99\xbb\x5a\x94\xa7\x21\xd5\x73\x56\x6a\x41\xaa\xfb\xb8\x24\x9d\x1a\x58\xc7\x89\x69\x1f\x2b\xfb\xd0\x64\x0d\x34\xb0\x6a\xf4\xe5\x07\x5a\xd8\x67\x40\x5f\xc7\xdd\x98\xd0\xd3\x78\xdf\x33\xc3\xed\xbd\x3b\x43\xdd\xdd\x77\x8b\xec\x71\xc6\x1d\x4a\x59\x55\x57\xb8\x2f\xc5\x30\x88\x08\x17\xc0\x64\xf4\x5f\x13\xb6\xe9\xcb\x2f\x8d\x0c\xb3\xc7\xda\x91\x5e\x9a\x74\x5d\xb9\xa5\xb7\x71\xf9\xc7\x21\xa2\xe2\x73\x4a\x05\x59\x3f\x1c\x01\x86\xcd\xd5\x81\x83\x45\x72\x12\x04\xfd\x1d\xc0\x5b\x75\x32\x41\x38\x0d\x11\x15\x31\x30\x24\x8f\x2a\x24\x00\xfe\x44\xe9\xd1\x48\x7f\x8a\x14\x69\x8e\x83\xc6\x80\xc7\xe4\xca\x4a\xc9\x23\xf3\xe5\x00\xa7\x52\x51\x80\xae\xd7\x92\x69\xaa\xaa\xab\x3d\x37\x3b\xa9\x5a\x34\x22\x8f\x29\x13\x6d\x96\x23\x5c\xd6\x61\xeb\xf0\x59\x9b\xe6\x0f\x7f\x6f\x75\x73\x49\x7f\xcd\x32\x8d\x18\xde\x62\x81\xd9\x99\x60\x36\x62\x97\xa5\xd8\x81\x50\x37\xd9\x8e\x80\x7b\x8f\xb5\x03\xf2\x26\xdd\xf3\xc0\xbe\x86\x10\x18\x16\x10\x4e\xb5\x16\xd3\x84\xd2\xef\x79\x76\x26\xf4\x2b\xe9\x4b\x83\xbe\x96\x3e\x70\x13\x3a\xb8\x8f\xd8\x0b\x73\xe2\x69\x0a\x3a\x70\x40\x6a\x92\x3f\xef\x0b\xa1\xd3\x2a\xc3\x32\x74\x9f\xf9\xa5\xb0\x45\x1f\xf9\x62\x38\x5a\x1d\xff\x72\x38\xec\x07\x5e\x10\x9b\xf6\x79\xb6\x42\xfb\xc5\x34\xc0\x99\x08\x62\x7c\xa6\x4d\x28\x4f\xe3\x5a\xe8\x91\x9d\x02\xa3\xc9\xd1\x6f\x42\xc9\x78\xa0\x43\xa0\xa9\x9e\xbf\x80\x3b\x09\x58\xd3\x74\x5a\x72\x12\xa5\x4b\x92\x2e\xb7\x04\xee\x06\xc2\xdb\xc6\x7a\x54\xa5\xdc\xc2\xde\x59\x2d\xef\xd3\x3e\x41\xb9\xf8\x3e\xdc\x90\xf4\x69\x4a\x43\x25\xfa\x29\xea\x42\x2c\x05\x3f\xa2\x1c\x34\x8a\x75\xd5\x82\x59\xc5\xa9\xae\x04\x77\xf4\x6d\x95\x0e\xe6\x76\xc4\xfe\xa5\xd2\x41\x07\x6f\xa5\x47\xcf\x57\xe3\x8d\xae\xb7\x5a\xb1\xe7\xeb\xf1\x7a\xbe\xff\xc8\x6a\x11\x96\x0d\x70\x6b\xc4\xea\x81\x57\xa3\x8f\x6a\xc4\x28\x2b\x3f\x9b\x73\xee\x60\x3b\xfb\x4e\xe8\x16\xc5\xe1\x03\xba\x23\xce\xb1\xf7\xf0\x11\xdd\xa6\x7b\x06\x0c\xcc\x39\xb9\x17\x0b\x87\x66\x28\x1a\x0d\xc1\x0e\x2a\xcd\xb9\x43\xe8\xb8\xf4\x8f\x47\x49\xb5\x72\x8f\x00\x49\xf5\x51\xfb\xfc\x44\x13\x0c\x81\x45\x53\x3a\x68\x98\x21\x0d\x82\x79\x68\x22\x00\x5a\xe3\x0e\xc3\xfb\x6f\x5a\x35\x3a\xe1\x32\xda\x0c\xf9\xe2\xa2\x79\xe7\xbc\xf9\x95\xcd\x2a\x17\x82\xa6\x96\xf4\x8c\x91\x0d\x66\x0f\x48\x4f\xb4\xc3\x65\xfe\x2f\x23\x1a\x71\x85\x97\x26\xde\xff\x3e\x65\x3e\x5b\x53\xb6\x51\x9f\xab\xd1\xf2\x83\xf9\x5f\x5a\x3a\xe7\x01\x23\x99\xb8\xbe\x18\xcd\x66\xe8\xc6\xb9\x4d\x18\xc4\xea\xfa\x77\x08\x42\x5f\x36\xf4\x2f\x46\x2f\x27\xde\x8b\xf2\xc2\xfa\xa5\xaf\x09\x26\xeb\x3c\xd5\x97\x11\x27\x97\x68\x77\x31\x1a\x6d\x31\x43\xfa\xa6\xd4\x8d\xb9\x06\xb8\x40\x63\x99\xf5\xd5\xcf\x1a\xfc\x70\x35\xfe\xf9\xc2\x90\x85\xea\xba\x3e\x5a\xa0\x97\x13\x11\x13\x7e\xe9\x6f\x71\x32\xb9\xfc\xf9\x62\x34\x22\x6b\x34\x29\x67\x17\x0b\xfb\xda\x9a\x5c\x62\xf4\x72\x32\x7e\x61\xdf\xe3\x1c\x5f\xfa\x31\x09\x41\xf3\xaa\x59\xf7\x9e\xe7\xfe\x7c\xe3\xfa\xdc\xf8\xd2\xe7\x31\xbd\x93\x04\x92\xe2\xc0\xf2\x4a\x82\xb9\x47\x36\xd6\x5a\x3b\x16\xeb\x65\x54\xe6\x63\x20\x72\x96\xca\xe7\xa2\xb6\xda\x90\x71\xb4\xd0\xf2\xbc\x8f\x0f\xb7\x5f\x3e\x78\xef\x90\xf7\xe6\xa7\x3f\xfb\xaf\xfd\xd7\xfe\x9b\x77\x57\x57\xaf\xff\xe4\xbd\x52\xb3\xd6\x0d\x54\x87\xe4\xff\xdf\x5e\xfd\x64\x48\x3e\xde\x36\x67\x5f\xa1\x37\x6f\xaf\xae\x3c\xb9\xb0\xb2\xa9\xdd\xe8\x1a\x95\x16\x48\x4b\x44\x3a\x10\x15\x34\x8a\x12\x70\x70\xb2\xef\xca\x2a\x3e\x1f\x70\x10\x4f\x6a\x8b\x5f\xa1\xd2\x5d\x26\xd2\x8b\x5e\x21\x73\x55\xf4\x37\xca\x85\x01\x57\x62\x6f\xf0\x8d\x29\x17\x06\xdf\x4b\xb4\x58\xb4\x10\x8f\xf6\x29\xeb\xc5\xfe\xa5\x55\xfb\xb7\xde\x0e\xb3\x15\x68\x8d\x13\x0e\xd5\x06\x15\x72\xb2\x50\xdb\x3e\x9b\xa1\x6f\x9f\x6e\x3e\xbd\x43\x2b\x10\x02\x18\x8a\x71\x1a\x26\xb2\x6c\xa5\x6b\x04\xf7\x41\x92\x73\xb2\x05\xf5\x2b\x26\xf5\x6b\x08\xf5\x3e\x8c\x5f\xd8\xad\x25\xa4\x22\xd6\xb8\xf3\xd5\xd0\xa6\x69\x57\x27\x7c\x32\x7e\x67\xca\xc5\xf1\xa5\xe5\xd7\xcd\x46\x8a\x12\xa7\x6b\xcf\xc9\x58\x7d\x1a\xd7\x6e\xdc\x71\xfc\x77\x78\xf2\xd4\xe2\x2a\xb4\xb5\xad\x2b\x9d\x45\xfd\xe3\x35\x42\x90\x70\xa8\x05\xd8\x80\x0e\xb3\xa3\x63\xc9\xa7\xdf\x0d\x47\xa3\x13\x95\x6f\x6b\x13\x9c\x45\x73\xf7\xd0\x3b\x4c\x19\x97\xe7\xac\x00\xda\xf6\x1d\x54\x66\x3e\x2b\xf3\xd2\xde\x4f\xed\xd6\x94\xca\xa2\x5f\xfd\xd6\xee\xbf\x01\x00\x00\xff\xff\x3f\x02\xea\x07\x9f\x38\x00\x00" func installTmplBytes() ([]byte, error) { return bindataRead( @@ -812,8 +812,8 @@ func installTmpl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "install.tmpl", size: 14499, mode: os.FileMode(0644), modTime: time.Unix(1571173927, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x95, 0x71, 0xc4, 0x9a, 0xc2, 0xe1, 0xb3, 0xe9, 0x9, 0x5a, 0x86, 0x27, 0x9d, 0x43, 0xd4, 0x4, 0x60, 0x0, 0x94, 0x58, 0x7e, 0x72, 0x31, 0x6f, 0x9b, 0x18, 0x67, 0x58, 0x48, 0x42, 0x4b, 0x74}} + info := bindataFileInfo{name: "install.tmpl", size: 14495, mode: os.FileMode(0644), modTime: time.Unix(1598528161, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xef, 0x4a, 0x4f, 0xea, 0x54, 0xb2, 0xb6, 0x18, 0x15, 0xf3, 0xef, 0x3, 0x57, 0x3f, 0x37, 0xfb, 0x1a, 0x5, 0x9f, 0x6, 0xc4, 0xfc, 0xed, 0xc1, 0xbc, 0x5b, 0xa, 0x84, 0x80, 0x1e, 0x3b, 0xb8}} return a, nil } diff --git a/templates/home.tmpl b/templates/home.tmpl index 22958086..6f74ca95 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -17,7 +17,7 @@ <i class="octicon octicon-flame"></i> Einfach zu installieren </h1> <p class="large"> - Starte einfach <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">die Anwendung</a> für deine Plattform. Gogs gibt es auch für <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a>, <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> oder als <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">Installationspaket</a>. + Starte einfach <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">die Anwendung</a> für deine Plattform. Gogs gibt es auch für <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a>, <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> oder als <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">Installationspaket</a>. </p> </div> <div class="eight wide center column"> @@ -54,7 +54,7 @@ <i class="octicon octicon-flame"></i> 易安装 </h1> <p class="large"> - 您除了可以根据操作系统平台通过 <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">二进制运行</a>,还可以通过 <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> 或 <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>,以及 <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">包管理</a> 安装。 + 您除了可以根据操作系统平台通过 <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">二进制运行</a>,还可以通过 <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> 或 <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>,以及 <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">包管理</a> 安装。 </p> </div> <div class="eight wide center column"> @@ -92,7 +92,7 @@ </h1> <p class="large"> Il suffit de <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système. - Ou d'utiliser Gogs avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou + Ou d'utiliser Gogs avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> ou <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> ou en l'installant depuis un <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">package</a>. </p> @@ -131,7 +131,7 @@ <i class="octicon octicon-flame"></i> Fácil de instalar </h1> <p class="large"> - Simplemente <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">arranca el binario</a> para tu plataforma. O usa Gogs con <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> o <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, o utilice el <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">paquete</a>. + Simplemente <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">arranca el binario</a> para tu plataforma. O usa Gogs con <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> o <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, o utilice el <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">paquete</a>. </p> </div> <div class="eight wide center column"> @@ -168,7 +168,7 @@ <i class="octicon octicon-flame"></i> Fácil de instalar </h1> <p class="large"> - Simplesmente <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gogs com o <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, ou baixe o <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">pacote</a>. + Simplesmente <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gogs com o <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> ou <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, ou baixe o <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">pacote</a>. </p> </div> <div class="eight wide center column"> @@ -205,7 +205,7 @@ <i class="octicon octicon-flame"></i> Простой в установке </h1> <p class="large"> - Просто <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">запустите исполняемый файл</a> для вашей платформы. Используйте Gogs с <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> или <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, или загрузите <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">пакет</a>. + Просто <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">запустите исполняемый файл</a> для вашей платформы. Используйте Gogs с <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> или <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, или загрузите <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">пакет</a>. </p> </div> <div class="eight wide center column"> @@ -242,7 +242,7 @@ <i class="octicon octicon-flame"></i> Простий у втановленні </h1> <p class="large"> - Просто <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">запустіть виконуваний файл</a> для вашої платформи. Використовуйте Gogs с <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> або <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, або завантажте <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">пакет</a>. + Просто <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">запустіть виконуваний файл</a> для вашої платформи. Використовуйте Gogs с <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> або <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, або завантажте <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">пакет</a>. </p> </div> <div class="eight wide center column"> @@ -279,7 +279,7 @@ <i class="octicon octicon-flame"></i> Easy to install </h1> <p class="large"> - Simply <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">run the binary</a> for your platform. Or ship Gogs with <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> or <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">packaged</a>. + Simply <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">run the binary</a> for your platform. Or ship Gogs with <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogs/gogs/tree/main/docker">Docker</a> or <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">packaged</a>. </p> </div> <div class="eight wide center column"> diff --git a/templates/install.tmpl b/templates/install.tmpl index 37fe38e8..f98f26a1 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -8,7 +8,7 @@ <div class="ui attached segment"> {{template "base/alert" .}} - <p>{{.i18n.Tr "install.docker_helper" "https://github.com/gogits/gogs/tree/master/docker" | Safe}}</p> + <p>{{.i18n.Tr "install.docker_helper" "https://github.com/gogs/gogs/tree/main/docker" | Safe}}</p> <form class="ui form" action="{{AppSubURL}}/install" method="post"> <!-- Dtabase Settings --> |