summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade go.mod go version to 1.16 (#16764)wxiaoguang2021-08-211-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/+10
| | | | | | | | | | | | | | | | * 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
|
* Stop packaging node_modules in release tarballs (#15273)silverwind2021-04-091-5/+3
| | | | | | | | | | | | | | | | | - Don't package node_modules in tarballs, they are not cross-platform anymore and npm cache should not be messed with directly. Instead, require an internet connection to rebuild the UI, which is not necessary in the general use case because prebuilt UI files are shipped in the public directory. - Simplify the fomantic build and make the target phony. We don't need anything more for something that is rarely ran. - Use regular tar again to build tarballs and add variable for excludes - Disable annoying npm update notifications Fixes: https://github.com/go-gitea/gitea/pull/14578 Fixes: https://github.com/go-gitea/gitea/pull/15256 Fixes: https://github.com/go-gitea/gitea/pull/15262 Co-authored-by: 6543 <6543@obermui.de>
* Add frontend testing, require node 12 (#15315)silverwind2021-04-081-1/+1
| | | | | | | | | | - Add basic frontend unit testing infrastructure using jest in ESM mode - Rename 'make test' to 'make test-backend' - Introduce 'make test-frontend' and 'make test' that runs both - Bump Node.js requirement to v12. v10 will be EOL in less than a month. - Convert all build-related JS files to ESM. I opted to run frontend tests run as part of the compliance pipeline because they complete fast and are not platform-specific like the golang tests.
* Update Linktechknowlogick2021-01-131-1/+1
|
* 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-16/+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>
* fix: small typo error (#14170)0xflotus2020-12-281-1/+1
| | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* README: Add more contents to the "further information" section. (#13871)Patrick Schratz2020-12-061-5/+6
|
* fix readme format (#12797)Marshmallow2020-09-101-1/+1
| | | | | Originally, the tabbed content under 'If pre-built frontend files are present it is possible to only build the backend:‘ has tab within the tabbed content. This commit fixed it. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Bump min required golang to 1.13 (#12717)techknowlogick2020-09-041-1/+1
| | | | | | | | | | | | | * Bump min required golang to 1.13 * Update config.yaml * Update Makefile * per silverwind feedback * per silverwind Co-authored-by: zeripath <art27@cantab.net>
* Add note to README about make parallelism (#12378)silverwind2020-07-301-0/+2
| | | Alternative to https://github.com/go-gitea/gitea/pull/12367
* Show drone status for master branch in README (#12248)Lauris BH2020-07-151-1/+1
|
* Adds a TODOs Badge to the README (#11999)Patrick DeVivo2020-06-221-0/+1
| | | | | Closes #11210 Co-authored-by: Lauris BH <lauris@nix.lv>
* Update JS dependencies, min Node.js version 10.13 (#11246)silverwind2020-04-301-1/+1
| | | | | | | `less-loader` now dictates a minimum Node.js version of 10.13.0, released 2018-10-30 so I've updated this requirement to match. https://github.com/webpack-contrib/less-loader/releases/tag/v6.0.0
* go 1.14 (#10467)techknowlogick2020-03-201-1/+1
|
* Add node version variable to docs (#10620)John Olheiser2020-03-051-1/+1
| | | | | | Also adjusted other version mentions so go version is always mentioned as major.minor and node only as major. Co-authored-by: silverwind <me@silverwind.io>
* update discord link (#10455)65432020-02-251-2/+2
|
* Add frontend/backend make targets, fix source release (#10325)silverwind2020-02-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | * Add frontend/backend make targets, fix source release - Add 'make backend' and 'make frontend' make targets which are used to build go and js/css/svg files respectively. - The 'backend' target can be invoked without requiring Node.js to be present on the system if pre-built frontend assets are present like in the release source tarballs. - Fix source releases missing 'dist' folders inside 'node_modules' which were erronously excluded from tar. - Store VERSION in file VERSION for the release tarballs and prefer that file over git-derived version. * fix release task * fix typo * fix another typo
* Update documentation for the go module era (#9751)zeripath2020-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update documentation for the go module era use go env instead of $GOPATH Update instructions to just use git clone Slight update to readme Signed-off-by: Andrew Thornton <art27@cantab.net> * fixup * Apply suggestions from code review Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> Co-Authored-By: Bagas Sanjaya <bagasdotme@gmail.com> * Apply suggestions from code review * Fix GOPATH settings Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Bagas Sanjaya <bagasdotme@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Remove explicit 'generate' calls, fix release task (#9288)silverwind2019-12-081-1/+1
| | | | | | | | | | | * Remove more explicit 'generate' calls `generate` is now implicit during `build` since #9114, it is no longer necessary or desired to specify it explicitely. * add js,css,generate dependencies to release task * remove generate warning as per @lunny
* README: Update Screenshots and Badges in ZH (#8813)65432019-11-041-6/+5
| | | | | | | | | | | | | | * use relative instead of absolute paths * update badges of ZH readme * update screenshots * use <style> for table * remove useles stype * absolute paths for images
* Display Gitea logo in Readme (#8592)Antoine GIRARD2019-10-191-1/+1
| | | | | | | | | | * readme: add gitea logo * Update README.md * Update README.md * Update README.md
* 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
|
* Fix backer badge (#7505)John Olheiser2019-07-171-1/+1
|
* Update API link in README (#5241)Jonas Bröms2018-10-311-1/+1
|
* README: update make command to build full release (#5004)AJ ONeal2018-10-031-1/+1
| | | | | | | | * update make command to build full release * use quoted TAGS `TAGS=bindata` => `TAGS="bindata"`
* Added question for Gitea hosted Gitea (#4397)BNolet2018-07-081-0/+4
| | | Currently some issues need to be resolved and features need to be implemented before we can move the Gitea development workflow to a Gitea instance. Many ask why Gitea isn't hosted on Gitea, now that's in the FAQ.
* Move Screenshots to Bottom (#4128)Ben Yanke2018-06-081-7/+10
| | | | | The 'above the fold' space is very important, it seems possibly wasted with screenshots which aren't legible without enlarging. This is a proposal to move them down.
* Add pronunciation to README.md (#4123)AJ ONeal2018-06-041-0/+6
|
* Activating Open Collective (#3821)jess2018-05-111-0/+21
| | | | | | | | | | * Added backers and sponsors on the README * Added call to donate after npm install (optional) * Remove npm changes * Update readme to leave only needed sections
* Remove another mention of matrix (#3947)techknowlogick2018-05-111-1/+0
|
* Fix release tag on README (#3945)Morgan Bazalgette2018-05-101-1/+1
|
* Discord is the official channel - update README (#3943)techknowlogick2018-05-101-1/+0
| | | | Matrix (and IRC) bridge drop too many messages which frustrate new user. Let's only promote the official communication tool.
* Add opencollective badges on READMEs (#3808)Lunny Xiao2018-04-171-0/+1
|
* Add CodeTriage link to README (#3299)Richard Schneeman2018-01-091-0/+1
|
* Add build instruction in README, reorganize some sections (#3257)Sandro Santilli2018-01-011-12/+26
| | | | | | * Add build instruction in README, reorganize some sections * Add link to https://docs.gitea.io/en-us/install-from-source/
* update screenshots on README (#2910)Lunny Xiao2017-11-141-4/+5
|
* Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)Omar Assadi2017-10-281-7/+7
| | | | | | | | | | | | | | | | | | | | | | * Fix Comma Splices Replace comma splices with more fitting punctuation—usually semicolons. Signed-off-by: Omar Assadi <omar@assadi.ru> * Turn Some Conjunctions into Sentences Turn conjunctions—which are capable of standing on their own—into their standalone sentences. Signed-off-by: Omar Assadi <omar@assadi.ru> * Reword Sections and Fix Issues in Docs Reword sections of the contributing docs and readme file to be more natural and clear. Additionally, fix the majority of the grammar mistakes. Signed-off-by: Omar Assadi <omar@assadi.co.il>
* add codecov.io service. (#2493)Bo-Yi Wu2017-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | * add codecov.io service. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * only PR or master branch (for coverage badge) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update init Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Wrap most paragraphs to 80 columns (#2396)Sandro Santilli2017-08-301-3/+19
| | | Reduces patches size and makes them more readable
* Add badge and link to the Matrix room (#2348)Silke2017-08-211-2/+3
|
* Add discourse link (#2027)Jonas Östanbäck2017-06-221-1/+1
|
* 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
|