Pārlūkot izejas kodu

Merge branch 'master' of https://gitote.in/gitote/gitote

Yoginth 7 gadi atpakaļ
vecāks
revīzija
19de7de3b9

+ 2 - 2
LICENSE

@@ -1,7 +1,7 @@
 MIT License
 
-Copyright (c) 2015 The Gogs Authors
-Copyright (c) 2018 Gitote
+Copyright (c) 2015 - Present, The Gogs Authors
+Copyright (c) 2018 - Present, Gitote
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
conf/license/Apache License 2.0

@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2018 <copyright holders>
+   Copyright 2019 <copyright holders>
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.

+ 1 - 1
conf/license/BSD 2-clause License

@@ -1,6 +1,6 @@
 BSD 2-Clause License
 
-Copyright (c) 2018, <copyright holders>
+Copyright (c) 2019, <copyright holders>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
conf/license/BSD 3-clause License

@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2018, <copyright holders>
+Copyright (c) 2019, <copyright holders>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 2 - 2
conf/license/GNU Affero General Public License v3.0

@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     Empty
-    Copyright (C) 2018 <copyright holders>
+    Copyright (C) 2019 <copyright holders>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    Empty  Copyright (C) 2018  Yoginth
+    Empty  Copyright (C) 2019  <copyright holders>
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.

+ 1 - 1
conf/license/GNU General Public License v2.0

@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 2018 <copyright holders>
+    Copyright (C) 2019 <copyright holders>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

+ 2 - 2
conf/license/GNU General Public License v3.0

@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     Empty
-    Copyright (C) 2018 <copyright holders>
+    Copyright (C) 2019 <copyright holders>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    Empty  Copyright (C) 2018 <copyright holders>
+    Empty  Copyright (C) 2019 <copyright holders>
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.

+ 1 - 1
conf/license/GNU Lesser General Public License v2.1

@@ -471,7 +471,7 @@ convey the exclusion of warranty; and each file should have at least the
 "copyright" line and a pointer to where the full notice is found.
 
     Empty
-    Copyright (C) 2018 <copyright holders>
+    Copyright (C) 2019 <copyright holders>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

+ 1 - 1
conf/license/MIT License

@@ -1,4 +1,4 @@
-Copyright (c) 2018 {Name}
+Copyright (c) 2019 {Name}
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 0
public/robots.txt

@@ -43,6 +43,7 @@ Disallow: /pulls
 Disallow: /issues
 Disallow: /repo
 Disallow: /org
+Disallow: /sitemap
 Disallow: /reset_password
 Disallow: /*/*/forks
 Disallow: /*/*/stars

+ 1 - 1
templates/base/footer.tmpl

@@ -8,7 +8,7 @@
 	<footer>
 		<div class="ui container">
 			<div class="ui left">
-				© 2018 Gitote {{if or .IsBeta .IsAdmin .IsStaff}}(Beta){{end}}
+				© 2019 Gitote {{if or .IsBeta .IsAdmin .IsStaff}}(Beta){{end}}
 				<span class="mwlii"> • </span>
 				<a class="item mwlii" target="_blank" href="https://madewithlove.org.in">
 					<span>

+ 1 - 1
templates/base/footer_content.tmpl

@@ -1,6 +1,6 @@
 <div class="ui stackable grid container home-footer home-main padding">
 	<div class="seven wide right floated column">
-		<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2018 Gitote</span>
+		<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2019 Gitote</span>
 		<a class="item mwlii" target="_blank" href="https://madewithlove.org.in">
 			<p>
 				Made with <span style="color: #e74c3c">♥</span> in India

+ 1 - 1
templates/mail/auth/activate.tmpl

@@ -13,7 +13,7 @@
 				<a class="button" href="{{AppURL}}user/activate?code={{.Code}}">Confirm</a>
 				<h5>{{AppURL}}user/activate?code={{.Code}}</h5>
 				<p>Not working? Try copying and pasting it to your browser.</p>
-				<p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
+				<p>© 2019 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
 			</div>
 		</div>
 	</body>

+ 1 - 1
templates/mail/auth/activate_email.tmpl

@@ -10,6 +10,6 @@
 	<p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}} hours</b>:</p>
 	<p><a href="{{AppURL}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppURL}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
 	<p>Not working? Try copying and pasting it to your browser.</p>
-	<p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
+	<p>© 2019 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
 </body>
 </html>

+ 1 - 1
templates/mail/auth/register_notify.tmpl

@@ -9,6 +9,6 @@
 	<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for Gitote!</p>
 	<p>You can now login via username: {{.Username}}.</p>
 	<p><a href="{{AppURL}}login">{{AppURL}}login</a></p>
-	<p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
+	<p>© 2019 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
 </body>
 </html>

+ 1 - 1
templates/mail/auth/reset_passwd.tmpl

@@ -10,6 +10,6 @@
 	<p>Please click the following link to verify your email address within <b>{{.ResetPwdCodeLives}} hours</b>:</p>
 	<p><a href="{{AppURL}}reset_password?code={{.Code}}">{{AppURL}}reset_password?code={{.Code}}</a></p>
 	<p>Not working? Try copying and pasting it to your browser.</p>
-	<p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
+	<p>© 2019 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">Gitote</a></p>
 </body>
 </html>

+ 3 - 3
templates/sitemap.tmpl

@@ -1,6 +1,3 @@
-https://gitote.in/sitemap/users
-https://gitote.in/sitemap/orgs
-https://gitote.in/sitemap/repos
 https://gitote.in/
 https://gitote.in/login
 https://gitote.in/join
@@ -20,3 +17,6 @@ https://gitote.in/sponsorship
 https://gitote.in/sponsors
 https://gitote.in/trending
 https://gitote.in/explore
+https://gitote.in/explore/repos
+https://gitote.in/explore/users
+https://gitote.in/explore/organizations

+ 2 - 2
templates/user/dashboard/dashboard.tmpl

@@ -19,7 +19,7 @@
 				{{end}}
 				<div class="ui stackable grid container home-footer">
 					<div class="seven wide left floated column">
-						<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2018 Gitote</span>
+						<span class="ui header"><img src="https://cdn.gitote.in/logo.png">© 2019 Gitote</span>
 					</div>
 					<div class="three wide column">
 						<div class="ui link list">
@@ -262,7 +262,7 @@
 				{{template "misc/ad" .}}
 
 				<div class="side-footer"> 
-					<span class="side-footer">© 2018 Gitote</span>
+					<span class="side-footer">© 2019 Gitote</span>
 					<a class="contents" href="{{AppURL}}about">About</a>
 					<a class="contents" href="{{AppURL}}faq">FAQ</a>
 					<a class="contents" href="{{AppURL}}help">Help</a>