Richard Schneeman
01120a6392
Add CodeTriage link to README ( #3299 )
7 年前
Sandro Santilli
55eae778ef
Add build instruction in README, reorganize some sections ( #3257 )
* Add build instruction in README, reorganize some sections
* Add link to https://docs.gitea.io/en-us/install-from-source/
7 年前
Lunny Xiao
c1f49a26d1
update screenshots on README ( #2910 )
7 年前
Omar Assadi
a2051fb699
Fix Various Grammar Issues and Adjust Unnatural Wording ( #2737 )
* 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>
7 年前
Bo-Yi Wu
3f534a0471
add codecov.io service. ( #2493 )
* 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>
7 年前
Sandro Santilli
0a4f1bb36d
Wrap most paragraphs to 80 columns ( #2396 )
Reduces patches size and makes them more readable
7 年前
Silke
e58cb47891
Add badge and link to the Matrix room ( #2348 )
7 年前
Jonas Östanbäck
945600b745
Add discourse link ( #2027 )
8 年前
Jonas Östanbäck
a09354edcc
Update links to Discord server
8 年前
Bo-Yi Wu
7bf45a4fda
[ci skip] update discord badge. ( #1930 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 年前
Lunny Xiao
64e4643e68
Change join chat from gitter to discord ( #1929 )
8 年前
Jonas
a225a647a9
Fix broken table layout ( #1344 )
8 年前
Patrick G
c0e091652a
Grammar fixes and small wording adjustments ( #1156 )
* Grammar fixes and small wording adjustments
* More grammar fixes
8 年前
Philip Couling
2dd342d773
Changed README to refer to https images only ( #675 )
8 年前
Lunny Xiao
2ef8251735
Add the note forked from gogs ( #590 )
* add the note forked from gogs
* make the sentence simple
8 年前
Lunny Xiao
16cde50a4d
Fix broken godoc link and add arch in English README ( #463 )
* fix broken godoc link and add arch in English README
* typo
8 年前
Thomas Boerger
81229327da
Simplified README and added a release badge ( #460 )
* 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
8 年前
Joubert RedRat
da40377320
Change screenshoots to Gitea ( #454 )
8 年前
Lunny Xiao
a57a740b6b
Add Korean support ( #437 )
* Add Korean support
* replace Gogs to Gitea
8 年前
Lunny Xiao
b43036e864
add ZH readme ( #405 )
8 年前
Sandro Santilli
4a3ce016e4
Update example install url from try.gogs.io to try.gitea.io ( #385 )
* 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
8 年前
Sandro Santilli
78fd9a2d2c
Turn banner into a link to the github gitea repository
Also use relative link to banner
8 年前
Thomas Boerger
3e5d14e907
Dropped always outdated contributors file, link to it the graph on readme
8 年前
Unknwon
b052089f90
Update locales and add Swedish
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
8 年前
Thomas Boerger
212ae0a8ec
Updated badges for drone and similar to lgtm
8 年前
Bo-Yi Wu
8696f617bc
Fix broken link for Contributors Guide ( #166 )
* Fix broken link for Contributors Guide
* remove ./
8 年前
Sandro Santilli
c9bb229282
Add info about installing via go
8 年前
Rachid Zarouali
d2a5977e75
first batch of Readme updates ( #65 )
8 年前
Thomas Boerger
b07affc15c
Link to godoc instead of Gogs wiki
8 年前
Thomas Boerger
254e8fa54a
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 年前
Thomas Boerger
ec2a172c86
Badges and travis testing ( #40 )
* Added badges to the README
* Restructured the travis config
8 年前
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 年前
Unknwon
38acaf2043
Update locales
Add new locale Serbian (Cyrillic)
8 年前
Unknwon
f2a562b1c6
Add build system link to README [CI SKIP]
8 年前
Unknwon
0ec0142604
#3590 fix 404 for release draft edition
Closes #3591
8 年前
Unknwon
7f9b2d53b6
Fix panic when attempt login with non-exist user
8 年前
Unknwon
1dca1999ed
models/login_source: code improvement
8 年前
Unknwon
ea214daebe
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
8 年前
Unknwon
288bd17939
Web editor: support upload files
8 年前
Unknwon
e4d1ae765f
#3459 code quality improvement
8 年前
Unknwon
f91166335e
Web editor: fix cannot create new file in subdirectory
8 年前
Unknwon
244abbdf11
Web editor: disallow edit mirror repository
8 年前
Unknwon
23a12b9711
Web editor: improve delete file process
8 年前
Unknwon
599229239a
#2901 allow setting preferred licenses
- Closes #3488
8 年前
Unknwon
060b0da36e
#3505 use user’s info for committer and author
8 年前
Unknwon
cd22b9177b
#3495 only start builtin SSH server after user finish installation
8 年前
Unknwon
448a41bbb4
migrations: set comment updated as created
8 年前
Unknwon
edc4bdf469
#2966 code cleanup
8 年前
Unknwon
11540e5abe
Web editor: improve code quality
8 年前
Unknwon
a0c3de4966
#3383 code cleanup
8 年前