mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	Add noreferrer to rel='noopener` for <a> tags (#4328)
				
					
				
			This commit is contained in:
		
							parent
							
								
									4b654ad17f
								
							
						
					
					
						commit
						51ba3df5ff
					
				| @ -781,7 +781,7 @@ var ( | ||||
| // DescriptionHTML does special handles to description and return HTML string. | ||||
| func (repo *Repository) DescriptionHTML() template.HTML { | ||||
| 	sanitize := func(s string) string { | ||||
| 		return fmt.Sprintf(`<a href="%[1]s" target="_blank" rel="noopener">%[1]s</a>`, s) | ||||
| 		return fmt.Sprintf(`<a href="%[1]s" target="_blank" rel="noopener noreferrer">%[1]s</a>`, s) | ||||
| 	} | ||||
| 	return template.HTML(descPattern.ReplaceAllStringFunc(markup.Sanitize(repo.Description), sanitize)) | ||||
| } | ||||
|  | ||||
| @ -75,7 +75,7 @@ cancel = Cancel | ||||
| [install] | ||||
| install = Installation | ||||
| title = Initial Configuration | ||||
| docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener" href="%s">documentation</a> before changing any settings. | ||||
| docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings. | ||||
| requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB. | ||||
| db_title = Database Settings | ||||
| db_type = Database Type | ||||
| @ -495,7 +495,7 @@ visibility = Visibility | ||||
| visiblity_helper = Make Repository Private | ||||
| visiblity_helper_forced = Your site administrator forces new repositories to be private. | ||||
| visiblity_fork_helper = (Changing this will affect all forks.) | ||||
| clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener" href="%s">Help</a>. | ||||
| clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>. | ||||
| fork_repo = Fork Repository | ||||
| fork_from = Fork From | ||||
| fork_visiblity_helper = The visibility of a forked repository cannot be changed. | ||||
| @ -613,7 +613,7 @@ editor.directory_is_a_file = Directory name '%s' is already used as a filename i | ||||
| editor.file_is_a_symlink = '%s' is a symbolic link. Symbolic links cannot be edited in the web editor | ||||
| editor.filename_is_a_directory = Filename '%s' is already used as a directory name in this repository. | ||||
| editor.file_editing_no_longer_exists = The file being edited, '%s', no longer exists in this repository. | ||||
| editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them. | ||||
| editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them. | ||||
| editor.file_already_exists = A file named '%s' already exists in this repository. | ||||
| editor.no_changes_to_show = There are no changes to show. | ||||
| editor.fail_to_update_file = Failed to update/create file '%s' with error: %v | ||||
| @ -994,7 +994,7 @@ settings.search_user_placeholder = Search user… | ||||
| settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator. | ||||
| settings.user_is_org_member = The user is an organization member who cannot be added as a collaborator. | ||||
| settings.add_webhook = Add Webhook | ||||
| settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>. | ||||
| settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>. | ||||
| settings.webhook_deletion = Remove Webhook | ||||
| settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue? | ||||
| settings.webhook_deletion_success = The webhook has been removed. | ||||
| @ -1011,7 +1011,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre | ||||
| settings.githook_name = Hook Name | ||||
| settings.githook_content = Hook Content | ||||
| settings.update_githook = Update Hook | ||||
| settings.add_webhook_desc = Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>. | ||||
| settings.add_webhook_desc = Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>. | ||||
| settings.payload_url = Target URL | ||||
| settings.content_type = POST Content Type | ||||
| settings.secret = Secret | ||||
|  | ||||
| @ -17,7 +17,7 @@ | ||||
| 			</div> | ||||
| 			<div class="ui right links"> | ||||
| 				{{if .ShowFooterBranding}} | ||||
| 					<a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a> | ||||
| 					<a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a> | ||||
| 				{{end}} | ||||
| 				<div class="ui language bottom floating slide up dropdown link item"> | ||||
| 					<i class="world icon"></i> | ||||
| @ -30,7 +30,7 @@ | ||||
| 				</div> | ||||
| 				<a href="{{AppSubUrl}}/vendor/librejs.html" data-jslicense="1">JavaScript licenses</a> | ||||
| 				{{if .EnableSwaggerEndpoint}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}} | ||||
| 				<a target="_blank" rel="noopener" href="https://gitea.io">{{.i18n.Tr "website"}}</a> | ||||
| 				<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.i18n.Tr "website"}}</a> | ||||
| 				{{if (or .ShowFooterVersion .PageIsAdmin)}}<span class="version">{{GoVer}}</span>{{end}} | ||||
| 			</div> | ||||
| 		</div> | ||||
|  | ||||
							
								
								
									
										60
									
								
								templates/home.tmpl
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										60
									
								
								templates/home.tmpl
									
									
									
									
										vendored
									
									
								
							| @ -20,7 +20,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Einfach zu installieren | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Starte einfach <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">die Anwendung</a> für deine Plattform. Gitea gibt es auch für <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a> oder als <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">Installationspaket</a>. | ||||
| 					Starte einfach <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">die Anwendung</a> für deine Plattform. Gitea gibt es auch für <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a> oder als <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">Installationspaket</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -28,7 +28,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Plattformübergreifend | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea läuft überall. <a target="_blank" rel="noopener" href="http://golang.org/">Go</a> kompiliert für: Windows, macOS, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt! | ||||
| 					Gitea läuft überall. <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> kompiliert für: Windows, macOS, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -46,7 +46,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Quelloffen | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Der komplette Code befindet sich auf <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a>! Unterstütze uns bei der Verbesserung dieses Projekts. Trau dich! | ||||
| 					Der komplette Code befindet sich auf <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Unterstütze uns bei der Verbesserung dieses Projekts. Trau dich! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -57,7 +57,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> 易安裝 | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					直接用 <a target="_blank" rel="noopener" href="https://docs.gitea.io/zh-cn/install-from-binary/">執行檔安裝</a>,還可以透過 <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> 或 <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>,以及 <a target="_blank" rel="noopener" href="https://docs.gitea.io/zh-cn/install-from-package/">套件</a>安装。 | ||||
| 					直接用 <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/zh-cn/install-from-binary/">執行檔安裝</a>,還可以透過 <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> 或 <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>,以及 <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/zh-cn/install-from-package/">套件</a>安装。 | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -65,7 +65,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> 跨平台 | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea 可以運作在任何 <a target="_blank" rel="noopener" href="http://golang.org/">Go 語言</a>能夠編譯的平台: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的就好。 | ||||
| 					Gitea 可以運作在任何 <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go 語言</a>能夠編譯的平台: Windows, macOS, Linux, ARM 等等。挑一個您喜歡的就好。 | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -83,7 +83,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> 開源化 | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					所有程式碼都在 <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a> 上,加入我們讓 Gitea 更好,別害羞,你可以做到的。 | ||||
| 					所有程式碼都在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a> 上,加入我們讓 Gitea 更好,別害羞,你可以做到的。 | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -94,7 +94,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> 易安装 | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					您除了可以根据操作系统平台通过 <a target="_blank" rel="noopener" href="https://docs.gitea.io/zh-cn/install-from-binary/">二进制运行</a>,还可以通过 <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> 或 <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>,以及 <a target="_blank" rel="noopener" href="https://docs.gitea.io/zh-cn/install-from-package/">包管理</a> 安装。 | ||||
| 					您除了可以根据操作系统平台通过 <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/zh-cn/install-from-binary/">二进制运行</a>,还可以通过 <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> 或 <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>,以及 <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/zh-cn/install-from-package/">包管理</a> 安装。 | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -102,7 +102,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> 跨平台 | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					任何 <a target="_blank" rel="noopener" href="http://golang.org/">Go 语言</a> 支持的平台都可以运行 Gitea,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行! | ||||
| 					任何 <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go 语言</a> 支持的平台都可以运行 Gitea,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -120,7 +120,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> 开源化 | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					所有的代码都开源在 <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a> 上,赶快加入我们来共同发展这个伟大的项目!还等什么?成为贡献者吧! | ||||
| 					所有的代码都开源在 <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a> 上,赶快加入我们来共同发展这个伟大的项目!还等什么?成为贡献者吧! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -131,10 +131,10 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Facile à installer | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Il suffit de <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">lancer l'exécutable</a> correspondant à votre système. | ||||
| 					Ou d'utiliser Gitea avec <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou | ||||
| 					<a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a> | ||||
| 					ou en l'installant depuis un <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">package</a>. | ||||
| 					Il suffit de <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">lancer l'exécutable</a> correspondant à votre système. | ||||
| 					Ou d'utiliser Gitea avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou | ||||
| 					<a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a> | ||||
| 					ou en l'installant depuis un <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">package</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -142,7 +142,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Multi-plateforme | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea tourne partout où <a target="_blank" rel="noopener" href="http://golang.org/">Go</a> peut être compilé : Windows, macOS, Linux, ARM, etc. Choisissez votre préféré ! | ||||
| 					Gitea tourne partout où <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> peut être compilé : Windows, macOS, Linux, ARM, etc. Choisissez votre préféré ! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -160,7 +160,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Open Source | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Toutes les sources sont sur <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a> ! Rejoignez-nous et contribuez à rendre ce projet encore meilleur. | ||||
| 					Toutes les sources sont sur <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a> ! Rejoignez-nous et contribuez à rendre ce projet encore meilleur. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -171,7 +171,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Fácil de instalar | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Simplemente <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">arranca el binario</a> para tu plataforma. O usa Gitea con <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> o <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, o utilice el <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">paquete</a>. | ||||
| 					Simplemente <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">arranca el binario</a> para tu plataforma. O usa Gitea con <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> o <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, o utilice el <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">paquete</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -179,7 +179,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Multiplatforma | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea funciona en cualquier parte, <a target="_blank" rel="noopener" href="http://golang.org/">Go</a> puede compilarse en: Windows, macOS, Linux, ARM, etc. !Elige tu favorita! | ||||
| 					Gitea funciona en cualquier parte, <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> puede compilarse en: Windows, macOS, Linux, ARM, etc. !Elige tu favorita! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -197,7 +197,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Open Source | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					¡Está todo en <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a>! Uniros contribuyendo a hacer este proyecto todavía mejor. ¡No seas tímido y colabora! | ||||
| 					¡Está todo en <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Uniros contribuyendo a hacer este proyecto todavía mejor. ¡No seas tímido y colabora! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -208,7 +208,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Fácil de instalar | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Simplesmente <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gitea com o <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, ou baixe o <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">pacote</a>. | ||||
| 					Simplesmente <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gitea com o <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> ou <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, ou baixe o <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">pacote</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -216,7 +216,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Multi-plataforma | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea roda em qualquer sistema operacional em que <a target="_blank" rel="noopener" href="http://golang.org/">Go</a> consegue compilar: Windows, macOS, Linux, ARM, etc. Escolha qual você gosta mais! | ||||
| 					Gitea roda em qualquer sistema operacional em que <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> consegue compilar: Windows, macOS, Linux, ARM, etc. Escolha qual você gosta mais! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -234,7 +234,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Código aberto | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Está tudo no <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a>! Contribua e torne este projeto ainda melhor. Não tenha vergonha de contribuir! | ||||
| 					Está tudo no <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Contribua e torne este projeto ainda melhor. Não tenha vergonha de contribuir! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -245,7 +245,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Простой в установке | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Просто <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">запустите исполняемый файл</a> для вашей платформы. Изпользуйте Gitea с <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> или <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, или загрузите <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">пакет</a>. | ||||
| 					Просто <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">запустите исполняемый файл</a> для вашей платформы. Изпользуйте Gitea с <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> или <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, или загрузите <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">пакет</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -253,7 +253,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Кроссплатформенный | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea работает на любой операционной системе, которая может компилировать <a target="_blank" rel="noopener" href="http://golang.org/">Go</a>: Windows, macOS, Linux, ARM и т. д. Выбирайте, что вам больше нравится! | ||||
| 					Gitea работает на любой операционной системе, которая может компилировать <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a>: Windows, macOS, Linux, ARM и т. д. Выбирайте, что вам больше нравится! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -271,7 +271,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Открытый исходный код | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Всё это на <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a>! Присоединяйтесь к нам, внося вклад, чтобы сделать этот проект еще лучше. Не бойтесь помогать! | ||||
| 					Всё это на <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Присоединяйтесь к нам, внося вклад, чтобы сделать этот проект еще лучше. Не бойтесь помогать! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -282,7 +282,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Makkelijk te installeren | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Je hoeft alleen maar de <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">binary</a> uit te voeren. Of gebruik Gitea met <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, of download een <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">installatiepakket</a>. | ||||
| 					Je hoeft alleen maar de <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">binary</a> uit te voeren. Of gebruik Gitea met <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, of download een <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">installatiepakket</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -290,7 +290,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Cross-platform | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea werkt op alles waar <a target="_blank" rel="noopener" href="http://golang.org/">Go</a> op kan compileren: Windows, macOS, Linux, ARM, etc. Kies het platform dat bij je past! | ||||
| 					Gitea werkt op alles waar <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> op kan compileren: Windows, macOS, Linux, ARM, etc. Kies het platform dat bij je past! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -308,7 +308,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Open Source | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Alles staat op <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a>! Help ons door mee te bouwen aan Gitea, samen maken we dit project nog beter. Aarzel dus niet om een bijdrage te leveren! | ||||
| 					Alles staat op <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Help ons door mee te bouwen aan Gitea, samen maken we dit project nog beter. Aarzel dus niet om een bijdrage te leveren! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -319,7 +319,7 @@ | ||||
| 					<i class="octicon octicon-flame"></i> Easy to install | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Simply <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-binary/">run the binary</a> for your platform. Or ship Gitea with <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> or <a target="_blank" rel="noopener" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, or get it <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/install-from-package/">packaged</a>. | ||||
| 					Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">run the binary</a> for your platform. Or ship Gitea with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> or <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">packaged</a>. | ||||
| 				</p> | ||||
| 			</div> | ||||
| 			<div class="eight wide center column"> | ||||
| @ -327,7 +327,7 @@ | ||||
| 					<i class="octicon octicon-device-desktop"></i> Cross-platform | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					Gitea runs anywhere <a target="_blank" rel="noopener" href="http://golang.org/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! | ||||
| 					Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
| @ -345,7 +345,7 @@ | ||||
| 					<i class="octicon octicon-code"></i> Open Source | ||||
| 				</h1> | ||||
| 				<p class="large"> | ||||
| 					It's all on <a target="_blank" rel="noopener" href="https://github.com/go-gitea/gitea/">GitHub</a>! Join us by contributing to make this project even better. Don't be shy to be a contributor! | ||||
| 					It's all on <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Join us by contributing to make this project even better. Don't be shy to be a contributor! | ||||
| 				</p> | ||||
| 			</div> | ||||
| 		</div> | ||||
|  | ||||
| @ -10,6 +10,6 @@ | ||||
| 	<p>Please click the following link to activate your account within <b>{{.ActiveCodeLives}}</b>:</p> | ||||
| 	<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p> | ||||
| 	<p>Not working? Try copying and pasting it to your browser.</p> | ||||
| 	<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| 	<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| </body> | ||||
| </html> | ||||
|  | ||||
| @ -10,6 +10,6 @@ | ||||
| 	<p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}}</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>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| 	<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| </body> | ||||
| </html> | ||||
|  | ||||
| @ -10,6 +10,6 @@ | ||||
| 	<p>You can now login via username: {{.Username}}.</p> | ||||
| 	<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p> | ||||
| 	<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">reset your password</a> first.</p> | ||||
| 	<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| 	<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| </body> | ||||
| </html> | ||||
|  | ||||
| @ -10,6 +10,6 @@ | ||||
| 	<p>Please click the following link to reset your password within <b>{{.ResetPwdCodeLives}}</b>:</p> | ||||
| 	<p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p> | ||||
| 	<p>Not working? Try copying and pasting it to your browser.</p> | ||||
| 	<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| 	<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p> | ||||
| </body> | ||||
| </html> | ||||
|  | ||||
| @ -12,7 +12,7 @@ | ||||
| 			{{if .Org.Description}}<p class="desc">{{.Org.Description}}</p>{{end}} | ||||
| 			<div class="text grey meta"> | ||||
| 				{{if .Org.Location}}<div class="item"><span class="octicon octicon-location"></span> <span>{{.Org.Location}}</span></div>{{end}} | ||||
| 				{{if .Org.Website}}<div class="item"><span class="octicon octicon-link"></span> <a target="_blank" rel="noopener" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}} | ||||
| 				{{if .Org.Website}}<div class="item"><span class="octicon octicon-link"></span> <a target="_blank" rel="noopener noreferrer" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}} | ||||
| 			</div> | ||||
| 		</div> | ||||
| 	</div> | ||||
|  | ||||
| @ -1,15 +1,15 @@ | ||||
| {{if eq .State "pending"}} | ||||
| 	<a href="{{.TargetURL}}" target=_blank><i class="commit-status circle icon yellow"></i></a> | ||||
| 	<a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer"><i class="commit-status circle icon yellow"></i></a> | ||||
| {{end}} | ||||
| {{if eq .State "success"}} | ||||
| 	<a href="{{.TargetURL}}" target=_blank><i class="commit-status check icon green"></i></a> | ||||
| 	<a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer"><i class="commit-status check icon green"></i></a> | ||||
| {{end}} | ||||
| {{if eq .State "error"}} | ||||
| 	<a href="{{.TargetURL}}" target=_blank><i class="commit-status warning icon red"></i></a> | ||||
| 	<a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer"><i class="commit-status warning icon red"></i></a> | ||||
| {{end}} | ||||
| {{if eq .State "failure"}} | ||||
| 	<a href="{{.TargetURL}}" target=_blank><i class="commit-status remove icon red"></i></a> | ||||
| 	<a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer"><i class="commit-status remove icon red"></i></a> | ||||
| {{end}} | ||||
| {{if eq .State "warning"}} | ||||
| 	<a href="{{.TargetURL}}" target=_blank><i class="commit-status warning sign icon yellow"></i></a> | ||||
| {{end}} | ||||
| 	<a href="{{.TargetURL}}" target="_blank" rel="noopener noreferrer"><i class="commit-status warning sign icon yellow"></i></a> | ||||
| {{end}} | ||||
|  | ||||
| @ -8,7 +8,7 @@ | ||||
| 					<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a> | ||||
| 					<div class="divider"> / </div> | ||||
| 					<a href="{{$.RepoLink}}">{{.Name}}</a> | ||||
| 					{{if .IsMirror}}<div class="fork-flag">{{$.i18n.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener" href="{{$.Mirror.Address}}">{{$.Mirror.Address}}</a></div>{{end}} | ||||
| 					{{if .IsMirror}}<div class="fork-flag">{{$.i18n.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener noreferrer" href="{{$.Mirror.Address}}">{{$.Mirror.Address}}</a></div>{{end}} | ||||
| 					{{if .IsFork}}<div class="fork-flag">{{$.i18n.Tr "repo.forked_from"}} <a href="{{.BaseRepo.Link}}">{{SubStr .BaseRepo.RelLink 1 -1}}</a></div>{{end}} | ||||
| 				</div> | ||||
| 			</div> | ||||
| @ -60,7 +60,7 @@ | ||||
| 			{{end}} | ||||
| 
 | ||||
| 			{{if .Repository.UnitEnabled $.UnitTypeExternalTracker}} | ||||
| 				<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues" target="_blank"> | ||||
| 				<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues" target="_blank" rel="noopener noreferrer"> | ||||
| 					<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} </span> | ||||
| 				</a> | ||||
| 			{{end}} | ||||
| @ -78,7 +78,7 @@ | ||||
| 			{{end}} | ||||
| 
 | ||||
| 			{{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} | ||||
| 				<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki" {{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" {{end}}> | ||||
| 				<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki" {{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" rel="noopener noreferrer" {{end}}> | ||||
| 					<i class="octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}} | ||||
| 				</a> | ||||
| 			{{end}} | ||||
|  | ||||
| @ -63,7 +63,7 @@ | ||||
| 						<div class="ui attached left aligned segment"> | ||||
| 							<!-- <h4 class="ui header"> | ||||
| 								{{.i18n.Tr "repo.issues.label_templates.title"}} | ||||
| 								<a target="_blank" rel="noopener" | ||||
| 								<a target="_blank" rel="noopener noreferrer" | ||||
| 								   href="https://discuss.gogs.io/t/how-to-use-predefined-label-templates/599"> | ||||
| 									<span class="octicon octicon-question"></span> | ||||
| 								</a> | ||||
|  | ||||
| @ -48,7 +48,7 @@ | ||||
| 						<div class="ui bottom attached segment"> | ||||
| 							<div class="ui small images"> | ||||
| 								{{range .Issue.Attachments}} | ||||
| 									<a target="_blank" rel="noopener" href="{{AppSubUrl}}/attachments/{{.UUID}}"> | ||||
| 									<a target="_blank" rel="noopener noreferrer" href="{{AppSubUrl}}/attachments/{{.UUID}}"> | ||||
| 										{{if FilenameIsImage .Name}} | ||||
| 											<img class="ui image" src="{{AppSubUrl}}/attachments/{{.UUID}}" title='{{$.i18n.Tr "repo.issues.attachment.open_tab" .Name}}'> | ||||
| 										{{else}} | ||||
|  | ||||
| @ -52,7 +52,7 @@ | ||||
| 					<div class="ui bottom attached segment"> | ||||
| 						<div class="ui small images"> | ||||
| 							{{range .Attachments}} | ||||
| 								<a target="_blank" rel="noopener" href="{{AppSubUrl}}/attachments/{{.UUID}}"> | ||||
| 								<a target="_blank" rel="noopener noreferrer" href="{{AppSubUrl}}/attachments/{{.UUID}}"> | ||||
| 									{{if FilenameIsImage .Name}} | ||||
| 										<img class="ui image" src="{{AppSubUrl}}/attachments/{{.UUID}}" title='{{$.i18n.Tr "repo.issues.attachment.open_tab" .Name}}'> | ||||
| 									{{else}} | ||||
|  | ||||
| @ -77,7 +77,7 @@ | ||||
| 									{{if .Attachments}} | ||||
| 									{{range .Attachments}} | ||||
| 									<li> | ||||
| 										<a target="_blank" rel="noopener" href="{{AppSubUrl}}/attachments/{{.UUID}}"> | ||||
| 										<a target="_blank" rel="noopener noreferrer" href="{{AppSubUrl}}/attachments/{{.UUID}}"> | ||||
| 											<strong><span class="ui image octicon octicon-package" title='{{.Name}}'></span> {{.Name}}</strong> | ||||
| 											<span class="ui text grey right">{{.Size | FileSize}}</span> | ||||
| 										</a> | ||||
|  | ||||
| @ -12,7 +12,7 @@ | ||||
| 
 | ||||
| 				<div class="meta"> | ||||
| 					{{if .Website}} | ||||
| 						<span class="octicon octicon-link"></span> <a href="{{.Website}}" target="_blank" rel="noopener">{{.Website}}</a> | ||||
| 						<span class="octicon octicon-link"></span> <a href="{{.Website}}" target="_blank" rel="noopener noreferrer">{{.Website}}</a> | ||||
| 					{{else if .Location}} | ||||
| 						<span class="octicon octicon-location"></span> {{.Location}} | ||||
| 					{{else}} | ||||
|  | ||||
| @ -31,14 +31,14 @@ | ||||
| 							{{if .Owner.Website}} | ||||
| 								<li> | ||||
| 									<i class="octicon octicon-link"></i> | ||||
| 									<a target="_blank" rel="noopener" href="{{.Owner.Website}}">{{.Owner.Website}}</a> | ||||
| 									<a target="_blank" rel="noopener noreferrer" href="{{.Owner.Website}}">{{.Owner.Website}}</a> | ||||
| 								</li> | ||||
| 							{{end}} | ||||
| 							{{range .OpenIDs}} | ||||
| 								{{if .Show}} | ||||
| 									<li> | ||||
| 										<i class="fa fa-openid"></i> | ||||
| 										<a target="_blank" rel="noopener" href="{{.URI}}">{{.URI}}</a> | ||||
| 										<a target="_blank" rel="noopener noreferrer" href="{{.URI}}">{{.URI}}</a> | ||||
| 									</li> | ||||
| 								{{end}} | ||||
| 							{{end}} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user