mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +00:00
Basic RetroGit renaming.
User-facing strings only.
This commit is contained in:
parent
c285bc0e02
commit
9aaa8326e0
8 changed files with 11 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# GitHop
|
# RetroGit
|
||||||
|
|
||||||
Service that shows you your GitHub commits from a year ago. Includes a mail digest to that you can see each day what you were up to in the past.
|
Service that shows you your GitHub commits from a year ago. Includes a mail digest to that you can see each day what you were up to in the past.
|
||||||
|
|
||||||
It's currently running at [https://git-hop.appspot.com/](https://git-hop.appspot.com/).
|
It's currently running at [https://retro-git.appspot.com/](https://retro-git.appspot.com/).
|
||||||
|
|
||||||
## Running Locally
|
## Running Locally
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
application: git-hop
|
application: retro-git
|
||||||
version: 1
|
version: 1
|
||||||
runtime: go
|
runtime: go
|
||||||
api_version: go1
|
api_version: go1
|
||||||
|
|
|
||||||
|
|
@ -373,9 +373,9 @@ func sendDigestForAccount(account *Account, c appengine.Context) (bool, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
digestMessage := &mail.Message{
|
digestMessage := &mail.Message{
|
||||||
Sender: "GitHop <mihai.parparita@gmail.com>",
|
Sender: "RetroGit <digests@retrogit.com>",
|
||||||
To: []string{emailAddress},
|
To: []string{emailAddress},
|
||||||
Subject: "GitHop Digest",
|
Subject: "RetroGit Digest",
|
||||||
HTMLBody: digestHtml.String(),
|
HTMLBody: digestHtml.String(),
|
||||||
}
|
}
|
||||||
err = mail.Send(c, digestMessage)
|
err = mail.Send(c, digestMessage)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}GitHop Admin{{end}}
|
{{define "title"}}RetroGit Admin{{end}}
|
||||||
|
|
||||||
{{define "body"}}
|
{{define "body"}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}GitHop - Digest for {{.Digest.User.Login}}{{end}}
|
{{define "title"}}RetroGit - Digest for {{.Digest.User.Login}}{{end}}
|
||||||
|
|
||||||
{{define "body"}}
|
{{define "body"}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}GitHop{{end}}
|
{{define "title"}}RetroGit{{end}}
|
||||||
|
|
||||||
{{define "body"}}
|
{{define "body"}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}GitHop{{end}}
|
{{define "title"}}RetroGit{{end}}
|
||||||
|
|
||||||
{{define "body"}}
|
{{define "body"}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{{define "title"}}GitHop - Settings{{end}}
|
{{define "title"}}RetroGit - Settings{{end}}
|
||||||
|
|
||||||
{{define "repo"}}
|
{{define "repo"}}
|
||||||
<li class="repo {{.TypeAsClassName}}">
|
<li class="repo {{.TypeAsClassName}}">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue