Basic RetroGit renaming.

User-facing strings only.
This commit is contained in:
Mihai Parparita 2014-10-17 22:52:51 -07:00
parent c285bc0e02
commit 9aaa8326e0
8 changed files with 11 additions and 11 deletions

View file

@ -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.
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

View file

@ -1,4 +1,4 @@
application: git-hop
application: retro-git
version: 1
runtime: go
api_version: go1

View file

@ -373,9 +373,9 @@ func sendDigestForAccount(account *Account, c appengine.Context) (bool, error) {
}
digestMessage := &mail.Message{
Sender: "GitHop <mihai.parparita@gmail.com>",
Sender: "RetroGit <digests@retrogit.com>",
To: []string{emailAddress},
Subject: "GitHop Digest",
Subject: "RetroGit Digest",
HTMLBody: digestHtml.String(),
}
err = mail.Send(c, digestMessage)

View file

@ -1,4 +1,4 @@
{{define "title"}}GitHop Admin{{end}}
{{define "title"}}RetroGit Admin{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}GitHop - Digest for {{.Digest.User.Login}}{{end}}
{{define "title"}}RetroGit - Digest for {{.Digest.User.Login}}{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}GitHop{{end}}
{{define "title"}}RetroGit{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}GitHop{{end}}
{{define "title"}}RetroGit{{end}}
{{define "body"}}

View file

@ -1,4 +1,4 @@
{{define "title"}}GitHop - Settings{{end}}
{{define "title"}}RetroGit - Settings{{end}}
{{define "repo"}}
<li class="repo {{.TypeAsClassName}}">