small wording edit
This commit is contained in:
parent
a063ba31fa
commit
d210d06f8f
2 changed files with 8 additions and 7 deletions
|
@ -14,7 +14,7 @@ repository.
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Templates](#templates)
|
- [Templates](#templates)
|
||||||
- [Environment variables](#environment-variables)
|
- [Environment variables](#environment-variables)
|
||||||
- [Setting up a Git forge on your web server](#setting-up-a-git-forge-on-your-web-server)
|
- [Creating a Git forge on your web server](#creating-a-git-forge-on-your-web-server)
|
||||||
- [Alternative Git-to-HTML tools](#alternative-git-to-html-tools)
|
- [Alternative Git-to-HTML tools](#alternative-git-to-html-tools)
|
||||||
- [Existing Git forges](#existing-git-forges)
|
- [Existing Git forges](#existing-git-forges)
|
||||||
- [Existing Git forge software](#existing-git-forge-software)
|
- [Existing Git forge software](#existing-git-forge-software)
|
||||||
|
@ -102,12 +102,13 @@ You can provide a generic description by setting the `REPO2HTML_DESCRIPTION`
|
||||||
environment variable, or by adding a description in a `description` file in the
|
environment variable, or by adding a description in a `description` file in the
|
||||||
root directory of your Git repository.
|
root directory of your Git repository.
|
||||||
|
|
||||||
## Setting up a Git forge on your web server
|
## Creating a Git forge on your web server
|
||||||
|
|
||||||
Refer to
|
Refer to
|
||||||
[Create a Git forge with repo2html](documentation/create-a-git-forge-with-repo2html.md.html)
|
[Create a Git forge with repo2html](documentation/create-a-git-forge-with-repo2html.md.html)
|
||||||
to learn how use `repo2html` as a post-receive hook to auto-generate HTML
|
to learn how use `repo2html` in a `post-receive` hook to auto-generate HTML
|
||||||
webpages for bare Git repositories on a remote web server.
|
representations of bare Git repositories on a remote web server after you `git
|
||||||
|
push` to them.
|
||||||
|
|
||||||
## Alternative Git-to-HTML tools
|
## Alternative Git-to-HTML tools
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Create a Git forge with repo2html
|
# Create a Git forge with repo2html
|
||||||
|
|
||||||
This tutorial teaches you how to use `repo2html` as a post-receive hook to
|
This tutorial teaches you how to use `repo2html` in a `post-receive` hook to
|
||||||
auto-generate HTML webpages for bare Git repositories on a remote web server
|
auto-generate HTML representations of bare Git repositories on a remote web
|
||||||
after you `git push` to them.
|
server after you `git push` to them.
|
||||||
|
|
||||||
A Git forge is a website that provides HTML representations of Git
|
A Git forge is a website that provides HTML representations of Git
|
||||||
repositories, so visitors don't need to clone repositories to view their
|
repositories, so visitors don't need to clone repositories to view their
|
||||||
|
|
Loading…
Reference in a new issue