Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General documentation cleanup #3317

Merged
merged 9 commits into from
Jan 8, 2018
Merged

General documentation cleanup #3317

merged 9 commits into from
Jan 8, 2018

Conversation

MTecknology
Copy link
Contributor

This PR fixes a lot of mistakes/errors in the English version of Gitea documentation.

@codecov-io
Copy link

codecov-io commented Jan 7, 2018

Codecov Report

Merging #3317 into master will decrease coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3317      +/-   ##
==========================================
- Coverage   35.04%   34.85%   -0.19%     
==========================================
  Files         280      280              
  Lines       40556    40556              
==========================================
- Hits        14213    14136      -77     
- Misses      24237    24331      +94     
+ Partials     2106     2089      -17
Impacted Files Coverage Δ
modules/lfs/content_store.go 7.81% <0%> (-35.94%) ⬇️
modules/lfs/server.go 20.68% <0%> (-14.33%) ⬇️
modules/indexer/indexer.go 70% <0%> (-7.5%) ⬇️
models/lfs.go 26.08% <0%> (-2.18%) ⬇️
models/repo_indexer.go 54.85% <0%> (+1.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2b841d...c7f6181. Read the comment docs.

@tboerger tboerger added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jan 7, 2018
@lunny lunny added the type/docs This PR mainly updates/creates documentation label Jan 7, 2018
@strk
Copy link
Member

strk commented Jan 7, 2018

LGTM but please rebase against master branch (rather than merging master into your branch)

@tboerger tboerger added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Jan 7, 2018
For `GOPATH`, check [official documentation about GOPATH environment variable](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable).

For others, check [official documentation about variables used when it runs the generator](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source).
For others, check [official documentation](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest to change this with For documenttion about each of the variables, you can refer to the [official documentation](https://golang.org/cmd/go/#hdr-Environment_variables).

version `GLIBC\_2.14' not found (required by ./gitea)`. This is due to the integrated
SQLite support in the binaries provided by dl.gitea.io. In this situation, it is usually
possible to [install from source]({{< relref "from-source.en-us.md" >}}) without sqlite
support.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Escaping the ` will not work in this case. Use the <code> tag or change the quote before GLIBC to be a '


## Anything missing?

Are we missing anything on this page? Then feel free to reach out to us on our [Discord server](https://discord.gg/NsatcWJ), there you will get answers to any question pretty fast.
If anything is missing from this page, then reach out using [Discord](https://discord.gg/NsatcWJ)
or the [IRC Channel](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... or matrix.


## Anything missing?

Are we missing anything on this page? Then feel free to reach out to us on our [Discord server](https://discord.gg/NsatcWJ), there you will get answers to any question pretty fast.
If anything is missing from this page, then reach out using [Discord](https://discord.gg/NsatcWJ)
or the [IRC Channel](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... or matrix


Change the user(git) accordingly to yours. And /home/git too if your username is different than git. Change the PORT or remove the -p flag if default port is used.
Change the user(git) and home)/home/git) settings to match the deployment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean (?

@@ -15,13 +15,19 @@ menu:

# Installation with Docker

We provide automatically updated Docker images within our Docker Hub organization. It is up to you and your deployment to always use the latest stable tag or to use another service that updates the Docker image for you.
Gitea provides automatically updated Docker images within it's Docker Hub organization. It
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*its

@@ -15,13 +15,19 @@ menu:

# Installation with Docker

We provide automatically updated Docker images within our Docker Hub organization. It is up to you and your deployment to always use the latest stable tag or to use another service that updates the Docker image for you.
Gitea provides automatically updated Docker images within it's Docker Hub organization. It
possible to always use the latest stable tag or to use another service that handles updating
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean it is possible?


# Anything missing?

Are we missing anything on this page? Then feel free to reach out to us on our [Discord server](https://discord.gg/NsatcWJ), there you will get answers to any question pretty fast.
If anything is missing from this page, then reach out using [Discord](https://discord.gg/NsatcWJ)
or the [IRC Channel](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... or matrix

@@ -15,25 +15,28 @@ menu:

# Upgrade from Gogs

Gogs versions up to 0.9.146 (db schema version 15) can be smoothly upgraded to Gitea.
Only ancient versions (up to 0.9.146) of Gogs can be easily migrated to Gitea.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ancient sounds like they've been found near a pyramid in egypt and they are probably from a few thousand years ago. I would suggest to place Only gogs up to 0.9.146 can be...


## Browser Support

- Please see [Semantic UI](https://github.com/Semantic-Org/Semantic-UI#browser-support) for specific versions of supported browsers.
- The official support minimal size is **1024*768**, UI may still looks right in smaller size but no promises and fixes.
- The officially supported minimum screen **1024x768**. It may still work on smaller sizes, but no promises or fixes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can probably remove this line altogether. 😉

…, etc.

Includes an update about Gitea in Debian. Also fixes some render errors.

Some things were probably missed, but I think this is a good start.

For others, check [official documentation about variables used when it runs the generator](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source).
For documentation about each of the variables available, refer to the
[official documentation](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not point it out as I should, but I think referencing https://golang.org/cmd/go/#hdr-Environment_variables instead is better

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jan 7, 2018

- [#gitea on Freenode](http://webchat.freenode.net?nick=giteachat....&channels=%23gitea&prompt=1)
- [Matrix](https://matrix.to/#/#gitea-dev:matrix.org)
- [Discord](https://discord.gg/NsatcWJ)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move discord up as that is our primary communication channel

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an "unordered" list. Being concerned about what's up at top feels a lot like bikeshedding to me.
Clearly this will be a whining point, though... so I'll change it regardless.

@strk
Copy link
Member

strk commented Jan 8, 2018 via email

@lafriks
Copy link
Member

lafriks commented Jan 8, 2018

@strk but not here in PR, it should probably be voted/discussed by maintainers other way

@strk
Copy link
Member

strk commented Jan 8, 2018

@lafriks: your approval is pending (bike shed was repainted)

@bkcsoft bkcsoft merged commit 3ee8be3 into go-gitea:master Jan 8, 2018
@lunny lunny added this to the 1.4.0 milestone Jan 9, 2018
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants