aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix broken table layout (#1344)Jonas2017-03-211-3/+2
|
* Grammar fixes and small wording adjustments (#1156)Patrick G2017-03-091-3/+3
| | | | | | * Grammar fixes and small wording adjustments * More grammar fixes
* Changed README to refer to https images only (#675)Philip Couling2017-01-151-3/+3
|
* Add the note forked from gogs (#590)Lunny Xiao2017-01-051-1/+1
| | | | | | * add the note forked from gogs * make the sentence simple
* Fix broken godoc link and add arch in English README (#463)Lunny Xiao2016-12-231-2/+2
| | | | | | * fix broken godoc link and add arch in English README * typo
* Simplified README and added a release badge (#460)Thomas Boerger2016-12-231-107/+9
| | | | | | | | | | | | | | | | * Dropped the status from readme, it's anway always outdated * Added version badge * Cleaned the install instructions * Dropped paragraphs that should be documented on the docs * Simplified the content, refer to the website * Dropped the logo, lets show screenshots * Fixed TRANSLATORS link
* Change screenshoots to Gitea (#454)Joubert RedRat2016-12-231-4/+5
|
* 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/+2
|
* Update example install url from try.gogs.io to try.gitea.io (#385)Sandro Santilli2016-12-151-0/+3
| | | | | | | | * Update example install url from try.gogs.io to try.gitea.io * Ask if issue can be reproduced on try.gitea.io * Link try.gitea.io to the README
* Turn banner into a link to the github gitea repositorySandro Santilli2016-11-291-1/+1
| | | | Also use relative link to banner
* Dropped always outdated contributors file, link to it the graph on readmeThomas Boerger2016-11-281-4/+9
|
* Update locales and add SwedishUnknwon2016-11-261-1/+1
| | | | Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
* Updated badges for drone and similar to lgtmThomas Boerger2016-11-251-5/+5
|
* Fix broken link for Contributors Guide (#166)Bo-Yi Wu2016-11-141-1/+1
| | | | | | * Fix broken link for Contributors Guide * remove ./
* Add info about installing via goSandro Santilli2016-11-111-1/+2
|
* first batch of Readme updates (#65)Rachid Zarouali2016-11-101-25/+15
|
* Link to godoc instead of Gogs wikiThomas Boerger2016-11-071-1/+1
|
* Minor cleanups, look at the specific commits (#67)Thomas Boerger2016-11-041-2/+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-6/+6
|
* Update localesUnknwon2016-09-151-1/+1
| | | | Add new locale Serbian (Cyrillic)
* Add build system link to README [CI SKIP]Unknwon2016-09-081-1/+1
|
* #3590 fix 404 for release draft editionUnknwon2016-09-031-1/+1
| | | | Closes #3591
* Fix panic when attempt login with non-exist userUnknwon2016-09-011-1/+1
|
* models/login_source: code improvementUnknwon2016-08-311-1/+1
|
* #2018 able to sync now for mirrorsUnknwon2016-08-301-1/+1
| | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Web editor: support upload filesUnknwon2016-08-301-1/+1
|
* #3459 code quality improvementUnknwon2016-08-291-1/+1
|
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-1/+1
|
* Web editor: disallow edit mirror repositoryUnknwon2016-08-281-1/+1
|
* Web editor: improve delete file processUnknwon2016-08-281-1/+1
|
* #2901 allow setting preferred licensesUnknwon2016-08-281-1/+1
| | | | - Closes #3488
* #3505 use user’s info for committer and authorUnknwon2016-08-271-1/+1
|
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-271-1/+1
|
* migrations: set comment updated as createdUnknwon2016-08-261-1/+1
|
* #2966 code cleanupUnknwon2016-08-261-1/+1
|