Procházet zdrojové kódy

Migrated .com to .in and Closes #17

Yoginth před 7 roky
rodič
revize
afdd9ed859

+ 2 - 2
README.md

@@ -6,11 +6,11 @@
 
 #### Software version control made simple!
 
-Welcome to the [gitote](https://gitote.com) codebase. We are so excited to have you. With your help, we can build out Gitote to be more stable and better serve our platform.
+Welcome to the [gitote](https://gitote.in) codebase. We are so excited to have you. With your help, we can build out Gitote to be more stable and better serve our platform.
 
 ## What is gitote?
 
-[Gitote](https://gitote.com) is an open source end-to-end software development platform with built-in version control, issue tracking, code review, and more.
+[Gitote](https://gitote.in) is an open source end-to-end software development platform with built-in version control, issue tracking, code review, and more.
 
 ## Contributing
 

+ 1 - 1
public/robots.txt

@@ -1,4 +1,4 @@
-# If you would like to crawl Gitote contact us at support@gitote.com.
+# If you would like to crawl Gitote contact us at support@gitote.in.
 
 User-agent: *
 Allow: /humans.txt

+ 1 - 1
templates/base/footer_content.tmpl

@@ -23,7 +23,7 @@
 		<h4 class="ui header explore-card font">Support</h4>
 		<div class="ui link list">
 			<a class="item" href="{{AppURL}}help">Help</a>
-			<a class="item" href="https://community.gitote.com">Community Forum</a>
+			<a class="item" href="https://community.gitote.in">Community Forum</a>
 			<a class="item" href="{{AppURL}}training">Training</a>
 			<a class="item" href="https://status.gitote.in">Status</a>
 			<a class="item" href="{{AppURL}}contact">Contact</a>

+ 2 - 2
templates/install.tmpl

@@ -91,7 +91,7 @@
 					</div>
 					<div class="inline required field">
 						<label for="domain">{{.i18n.Tr "install.domain"}}</label>
-						<input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. gitote.com" required>
+						<input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. gitote.in" required>
 						<span class="help">{{.i18n.Tr "install.domain_helper"}}</span>
 					</div>
 					<div class="inline required field">
@@ -112,7 +112,7 @@
 					</div>
 					<div class="inline required field">
 						<label for="app_url">{{.i18n.Tr "install.app_url"}}</label>
-						<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://gitote.com" required>
+						<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://gitote.in" required>
 						<span class="help">{{.i18n.Tr "install.app_url_helper"}}</span>
 					</div>
 					<div class="inline required field">

+ 1 - 1
templates/pages/contribute.tmpl

@@ -53,7 +53,7 @@
 
         <p class="pages-small">
             Instances of abusive, harassing, or otherwise unacceptable behavior can be reported by emailing 
-            <code class="code">contact@gitote.com</code>.
+            <code class="code">contact@gitote.in</code>.
         </p>
         
         <p class="pages-small">

+ 3 - 3
templates/pages/faq.tmpl

@@ -14,13 +14,13 @@
         <h2 class="pages-heading">I found a bug (not a security vulnerability). How do I report it?</h2>
 
         <p class="pages-small">
-            Please create an issue on our <a href="https://gitote.com/gitote/issues" target="_blank">issues repo</a>.
+            Please create an issue on our <a href="https://gitote.in/gitote/gitote/issues" target="_blank">issues repo</a>.
         </p>
 
         <h2 class="pages-heading">I found a security vulnerability. How do I report it?</h2>
 
         <p class="pages-small">
-            Please email <a href="mailto://security@gitote.com">security@gitote.com.</a> Checkout our security page <a href="{{AppURL}}security">here.</a>
+            Please email <a href="mailto://security@gitote.in">security@gitote.in.</a> Checkout our security page <a href="{{AppURL}}security">here.</a>
         </p>
 
         <h2 class="pages-heading">How does <a href="{{AppURL}}">{{AppName}}</a> make money?</h2>
@@ -60,7 +60,7 @@
         <h2 class="pages-heading">I have more questions.</h2>
 
         <p class="pages-small">
-            Great! We're happy to answer them. Please email <a href="mailto://members@gitote.com">members@gitote.com!</a>
+            Great! We're happy to answer them. Please email <a href="mailto://members@gitote.in">members@gitote.in!</a>
         </p>
     </div>
     {{template "base/footer" .}}

+ 1 - 1
templates/pages/security.tmpl

@@ -10,7 +10,7 @@
         </center>
 
         <p class="pages-small">
-            Found a vulnerability in our systems? Shoot us an email at <code class="code-content">security@gitote.com</code>. You'll hear back 
+            Found a vulnerability in our systems? Shoot us an email at <code class="code-content">security@gitote.in</code>. You'll hear back 
             from us within two weeks at the latest, and we'll let you know a few things:          
         </p>
 

+ 2 - 2
templates/pages/sponsorship.tmpl

@@ -31,13 +31,13 @@
         <h2 class="pages-heading">How can my company become a sponsor?</h2>
     
         <p class="pages-small">
-            Email yo@gitote.com for more information.
+            Email yo@gitote.in for more information.
         </p>
         
         <h2 class="pages-heading">What if I have other questions?</h2>
     
         <p class="pages-small">
-            Please send an email to yo@gitote.com.
+            Please send an email to yo@gitote.in.
         </p>
     </div>
     {{template "base/footer" .}}

+ 1 - 1
templates/repo/settings/webhook/gitote.tmpl

@@ -1,5 +1,5 @@
 {{if eq .HookType "gitote"}}
-	<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://gitote.com/docs/features/webhook.html" | Str2html}}</p>
+	<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://docs.gitote.in/features/webhook.html" | Str2html}}</p>
 	<form class="ui form" action="{{.BaseLink}}/settings/hooks/gitote/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post">
 		{{.CSRFTokenHTML}}
 		<div class="required field {{if .Err_PayloadURL}}error{{end}}">

+ 1 - 1
templates/user/auth/prohibit_login.tmpl

@@ -9,7 +9,7 @@
 						<br/>
 						<h2>Your account is prohibited to Login</h2>
 						<p><b>Reason:</b> {{.LoggedUser.StaffNotes}}</p>
-						<h5>Please contact <a href="mailto://support@gitote.com">support@gitote.com</a> for more information.</h5>
+						<h5>Please contact <a href="mailto://support@gitote.in">support@gitote.in</a> for more information.</h5>
 						<a href="{{AppURL}}user/logout"><h2>Logout</h2></a>
 					</div>
 				</div>

+ 1 - 1
templates/user/settings/security.tmpl

@@ -23,7 +23,7 @@
 				{{if .TwoFactor}}
 					<br>
 					<p>{{.i18n.Tr "settings.two_factor_view_recovery_codes" AppSubURL "/user/settings/security/two_factor_recovery_codes" | Safe}}</p>
-					<p>{{.i18n.Tr "settings.two_factor_http" AppSubURL "/user/settings/applications" "https://{token}@gitote.com/user/repo.git" | Safe}}</p>
+					<p>{{.i18n.Tr "settings.two_factor_http" AppSubURL "/user/settings/applications" "https://{token}@gitote.in/user/repo.git" | Safe}}</p>
 				{{end}}
 			</div>
 		</div>