aboutsummaryrefslogtreecommitdiffstats
path: root/README_ZH.md
Commit message (Collapse)AuthorAgeFilesLines
* README Badge maintenance (#31441)silverwind2024-06-211-2/+1
| | | | | | | 1. Remove tickgit badge, the service [only gives errors](https://www.tickgit.com/browse?repo=github.com/go-gitea/gitea&branch=main) and the repo [seems unmaintained](https://github.com/augmentable-dev/tickgit). 2. Color the gitpod badge green because grey badges look odd.
* Update demo site location from try.gitea.io -> demo.gitea.com (#31054)Lunny Xiao2024-05-271-1/+1
|
* Remove codecov badge (#29950)silverwind2024-03-211-1/+0
| | | It's been broken since the migration to actions, so lets remove it.
* Simplify README (#29827)silverwind2024-03-171-52/+16
| | | | | | | | Came to the conclusion that a simple format Readme is easier to read than the previous fancy centered stuff. --------- Co-authored-by: Yarden Shoham <git@yardenshoham.com>
* Remove bountysource (#29330)Kyle D2024-02-221-3/+0
| | | | [Bountysource is dead](https://github.com/bountysource/core/issues/1586). So remove them from our repo.
* Update JS and PY dependencies, build for `es2020` browsers (#28977)silverwind2024-02-021-2/+2
| | | | | | | | | - Update all JS dependencies minus @mcaptcha/vanilla-glue - Fix new lint errors - Regenerate SVGs - Switch to maintained stylelint stylistic plugin - Tested Mermaid, Citation, Swagger, sorting - Raise ESBuild target to `es2020` as dictated by `pretty-ms` dependency.
* Add more ways to try (#28581)Jason Song2023-12-221-1/+5
|
* Update readme to remove drone svg (#27624)Nanguan Lin2023-10-141-2/+2
|
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-271-1/+1
|
* Move public asset files to the proper directory (#25907)wxiaoguang2023-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move `public/*` to `public/assets/*` Some old PRs (like #15219) introduced inconsistent directory system. For example: why the local directory "public" is accessed by `http://site/assets`? How to serve the ".well-known" files properly in the public directory? For convention rules, the "public" directory is widely used for the website's root directory. It shouldn't be an exception for Gitea. So, this PR makes the things consistent: * `http://site/assets/foo` means `{CustomPath}/public/assets/foo`. * `{CustomPath}/public/.well-known` and `{CustomPath}/public/robots.txt` can be used in the future. This PR is also a prerequisite for a clear solution for: * #21942 * #25892 * discourse.gitea.io: [.well-known path serving custom files behind proxy?](https://discourse.gitea.io/t/well-known-path-serving-custom-files-behind-proxy/5445/1) This PR is breaking for users who have custom "public" files (CSS/JS). After getting approvals, I will update the documents. ---- ## ⚠️ BREAKING ⚠️ If you have files in your "custom/public/" folder, please move them to "custom/public/assets/". --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Giteabot <teabot@gitea.io>
* Use the new download domain replace the old (#25405)Lunny Xiao2023-06-211-4/+4
| | | As title.
* link update in README files (#22582)rekayno2023-01-231-4/+4
| | | Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
* Refactor Gitpod configuration to improve quick spin up of automated dev ↵Yarden Shoham2022-10-121-0/+6
| | | | | | | | | | | | | | | | | environments (#21411) This commit instructs Gitpod to run `docs` in watch mode in fresh development environments so any dev could start hacking in seconds. Also included some vscode extensions for Vue, Go, and Docker. Try it here: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/yardenshoham/gitea/tree/gitpod) Signed-off-by: Yarden Shoham <hrsi88@gmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com>
* Fix English mistakes in some Markdown documents (#20274)Jeremy2022-07-141-1/+1
|
* Update `TODOs` badge to reflect new default branch (#18182)Patrick DeVivo2022-01-041-2/+2
| | | | | * Update `TODOs` badge to reflect `main` as default branch * update `README_ZH.md` as well
* Fix report card link (#16885)Richard Ulmer2021-08-311-1/+1
|
* microbadger is no more, rm from readme (#16440)techknowlogick2021-07-151-3/+0
| | | | | * microbadger is no more, rm from readme * Update README_ZH.md
* Update README.md | Add translation section (#15830)Oymate2021-05-121-0/+5
| | | | | | | | | | | | | | | | * Update README.md * chinese translation Signed-off-by: a1012112796 <1012112796@qq.com> * Update README.md * Update README.md * Update README.md Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* update branch in CI and docs (#15631)techknowlogick2021-05-041-4/+4
|
* Kd/add bountysource (#14323)Kyle D2021-01-131-0/+3
| | | | | * Add bountysource to Sponsors link * Add badge to readme
* Consolidate Logos and update README header (#14136)silverwind2021-01-011-15/+49
| | | | | | | | | | | | | | | | | | | | * Consolidate Logos and update README header - Remove unused `logo-lg.png`, `logo-sm.png` and `logo-192.png`. - Consolidate `favicon.svg` and `logo.svg` to just `logo.svg`. - Remove Safari Mask icon, it seems to work fine with just `favicon.png` (no SVG support). - Remove Fluid Icon. It only served Firefox and SVG works just fine there. - Update customization instructions. - Update README.md to use SVG icon, increase logo size and center it and badges. * Update README_ZH.md Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> * Update README_ZH.md Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* update discord link (#10455)65432020-02-251-1/+1
|
* README: Update Screenshots and Badges in ZH (#8813)65432019-11-041-8/+8
| | | | | | | | | | | | | | * use relative instead of absolute paths * update badges of ZH readme * update screenshots * use <style> for table * remove useles stype * absolute paths for images
* add crowdin badge (#8447)65432019-10-091-0/+1
|
* Fix backers badge (#8399)guillep2k2019-10-071-1/+1
|
* README: add License shield (#8235)65432019-09-191-0/+1
|
* Fixes for README_ZH (#7506)John Olheiser2019-07-181-3/+3
|
* docs(*): fix codecov bad links in README_ZH (#6850)Songlin Yang2019-05-051-1/+1
|
* Move README_ZH.md Screenshots to Bottom (#4895)vz2018-09-091-7/+9
| | | - Move Screenshots to Bottom
* Add whitespace between chinese characters and english characters. (#4731)Tosone2018-08-171-1/+1
| | | Signed-off-by: Tosone <i@tosiney.com>
* Fix release tag on README (#3945)Morgan Bazalgette2018-05-101-1/+1
|
* Add opencollective badges on READMEs (#3808)Lunny Xiao2018-04-171-0/+1
|
* update screenshots on README (#2910)Lunny Xiao2017-11-141-3/+4
|
* Update links to Discord serverJonas Östanbäck2017-06-111-1/+1
|
* [ci skip] update discord badge. (#1930)Bo-Yi Wu2017-06-101-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Change join chat from gitter to discord (#1929)Lunny Xiao2017-06-101-1/+1
|
* Fix broken table layout (#1344)Jonas2017-03-211-3/+2
|
* Changed README to refer to https images only (#675)Philip Couling2017-01-151-3/+3
|
* Fix broken godoc link and add arch in English README (#463)Lunny Xiao2016-12-231-1/+1
| | | | | | * fix broken godoc link and add arch in English README * typo
* update zh readme (#462)Lunny Xiao2016-12-231-104/+13
|
* Add Korean support (#437)Lunny Xiao2016-12-211-1/+1
| | | | | | * Add Korean support * replace Gogs to Gitea
* add ZH readme (#405)Lunny Xiao2016-12-191-0/+139
|
* Minor cleanups, look at the specific commits (#67)Thomas Boerger2016-11-041-113/+0
| | | | | | | | | | | | * Dropped codebeat, we got go reportcard * Dropped gopm file, we are using govendor * Dropped chinese readme, this should be part of the docs * Dropped bra config, not really used * Dropped packager, we will provide our own packages
* Badges and travis testing (#40)Thomas Boerger2016-11-031-2/+8
| | | | | | * Added badges to the README * Restructured the travis config
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
|
* Update localesUnknwon2016-09-151-1/+1
| | | | Add new locale Serbian (Cyrillic)
* Update README [CI SKIP]Unknwon2016-08-151-2/+4
|
* #3320 code cleanupUnknwon2016-08-071-1/+1
|
* Replace gogs.io http links with https version (#3386)rugk2016-08-051-7/+7
|
* Update README [CI SKIP]Unknwon2016-07-231-1/+1
|