Commit Graph

184 Commits (main)

Author SHA1 Message Date
silverwind d4cd988c18
Remove codecov badge (#29950)
It's been broken since the migration to actions, so lets remove it.
2 months ago
silverwind a228656e3d
Simplify README (#29827)
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>
2 months ago
Kyle D 681c3ec7ea
Remove bountysource (#29330)
[Bountysource is dead](https://github.com/bountysource/core/issues/1586). So remove them from our repo.
3 months ago
silverwind a062725758
Update JS and PY dependencies, build for `es2020` browsers (#28977)
- 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.
4 months ago
Jason Song 21229ed2c8
Add more ways to try (#28581) 5 months ago
Nanguan Lin 02d4e4d412
Update readme to remove drone svg (#27624) 8 months ago
Lunny Xiao 476b9d1589
Use docs.gitea.com instead of docs.gitea.io (#26739) 9 months ago
wxiaoguang faa28b5a44
Move public asset files to the proper directory (#25907)
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>
10 months ago
Lunny Xiao e79ff50560
Use the new download domain replace the old (#25405)
As title.
11 months ago
rekayno 519b91ad2d
link update in README files (#22582)
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
1 year ago
Yarden Shoham b474730cf6
Refactor Gitpod configuration to improve quick spin up of automated dev 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>
2 years ago
Jeremy 725f9e40b3
Fix English mistakes in some Markdown documents (#20274) 2 years ago
Patrick DeVivo d228d346c4
Update `TODOs` badge to reflect new default branch (#18182)
* Update `TODOs` badge to reflect `main` as default branch

* update `README_ZH.md` as well
2 years ago
Richard Ulmer 87eb82cf52
Fix report card link (#16885) 3 years ago
techknowlogick ff69dfff7a
microbadger is no more, rm from readme (#16440)
* microbadger is no more, rm from readme

* Update README_ZH.md
3 years ago
Oymate ec2addc0ed
Update README.md | Add translation section (#15830)
* 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>
3 years ago
techknowlogick ab77a24f18
update branch in CI and docs (#15631) 3 years ago
Kyle D 920c0bde2d
Kd/add bountysource (#14323)
* Add bountysource to Sponsors link

* Add badge to readme
3 years ago
silverwind 1bf7d71a0a
Consolidate Logos and update README header (#14136)
* 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>
3 years ago
6543 fa3381610c
update discord link (#10455) 4 years ago
6543 8d8aecd3cf README: Update Screenshots and Badges in ZH (#8813)
* use relative instead of absolute paths

* update badges of ZH readme

* update screenshots

* use <style> for table

* remove useles stype

* absolute paths for images
5 years ago
6543 1fe81bc22e add crowdin badge (#8447) 5 years ago
guillep2k 1b96c4a471 Fix backers badge (#8399) 5 years ago
6543 08e0d4b114 README: add License shield (#8235) 5 years ago
John Olheiser c5f9c04186 Fixes for README_ZH (#7506) 5 years ago
Songlin Yang d27bf72530 docs(*): fix codecov bad links in README_ZH (#6850) 5 years ago
vz e9dbfc70b7 Move README_ZH.md Screenshots to Bottom (#4895)
- Move Screenshots to Bottom
6 years ago
Tosone b1ad5734c6 Add whitespace between chinese characters and english characters. (#4731)
Signed-off-by: Tosone <i@tosiney.com>
6 years ago
Morgan Bazalgette 6be7387ffb Fix release tag on README (#3945) 6 years ago
Lunny Xiao 071ca771fd Add opencollective badges on READMEs (#3808) 6 years ago
Lunny Xiao 84498301ca update screenshots on README (#2910) 7 years ago
Jonas Östanbäck cc5484de10 Update links to Discord server 7 years ago
Bo-Yi Wu 446a41d595 [ci skip] update discord badge. (#1930)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Lunny Xiao 65b6301ea2 Change join chat from gitter to discord (#1929) 7 years ago
Jonas 9a9f8fa25b Fix broken table layout (#1344) 7 years ago
Philip Couling dce03c19cb Changed README to refer to https images only (#675) 7 years ago
Lunny Xiao b0c6217c4d Fix broken godoc link and add arch in English README (#463)
* fix broken godoc link and add arch in English README

* typo
8 years ago
Lunny Xiao eaa7b3c3f5 update zh readme (#462) 8 years ago
Lunny Xiao 2197d298cb Add Korean support (#437)
* Add Korean support

* replace Gogs to Gitea
8 years ago
Lunny Xiao 8559d6f267 add ZH readme (#405) 8 years ago
Thomas Boerger 03902bb53d Minor cleanups, look at the specific commits (#67)
* 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
8 years ago
Thomas Boerger 42a744d9e6 Badges and travis testing (#40)
* Added badges to the README

* Restructured the travis config
8 years ago
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37) 8 years ago
Unknwon 7e15ff9486
Update locales
Add new locale Serbian (Cyrillic)
8 years ago
Unknwon 5e89485cec Update README [CI SKIP] 8 years ago
Unknwon 99385db0c4 #3320 code cleanup 8 years ago
rugk 28dc5bb566 Replace gogs.io http links with https version (#3386) 8 years ago
Unknwon d90acacd86 Update README [CI SKIP] 8 years ago
Unknwon fbf43c31e5 Add Czech support 8 years ago
Julien Reichardt 6be9a2c1db Add DPlatform as an installation way (#3044) 8 years ago