You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

home.tmpl 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {{template "base/head" .}}
  2. <div class="home">
  3. <div class="ui stackable middle very relaxed page grid">
  4. <div class="sixteen wide center aligned centered column">
  5. <div>
  6. <img class="logo" src="{{AppSubUrl}}/img/gogs-lg.png" />
  7. </div>
  8. <div class="hero">
  9. <h1 class="ui icon header title">
  10. Gogs - Go Git Service
  11. </h1>
  12. <h2>{{.i18n.Tr "app_desc"}}</h2>
  13. </div>
  14. </div>
  15. <div class="ui divider"></div>
  16. </div>
  17. {{if eq .Lang "de-DE"}}
  18. <div class="ui stackable middle very relaxed page grid">
  19. <div class="eight wide center column">
  20. <h1 class="hero ui icon header">
  21. <i class="octicon octicon-flame"></i> Einfach zu installieren
  22. </h1>
  23. <p class="large">
  24. Starte einfach <a target="_blank" href="http://gogs.io/docs/installation/install_from_binary.html">die Anwendung</a> für deine Plattform. Gogs gibt es auch für <a target="_blank" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a>, <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> oder als <a target="_blank" href="http://gogs.io/docs/installation/install_from_packages.html">Installationspaket</a>.
  25. </p>
  26. </div>
  27. <div class="eight wide center column">
  28. <h1 class="hero ui icon header">
  29. <i class="octicon octicon-device-desktop"></i> Plattformübergreifend
  30. </h1>
  31. <p class="large">
  32. Gogs läuft überall. <a target="_blank" href="http://golang.org/">Go</a> kompiliert für: Windows, Mac OS X, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt!
  33. </p>
  34. </div>
  35. </div>
  36. <div class="ui stackable middle very relaxed page grid">
  37. <div class="eight wide center column">
  38. <h1 class="hero ui icon header">
  39. <i class="octicon octicon-rocket"></i> Leichtgewicht
  40. </h1>
  41. <p class="large">
  42. Gogs hat minimale Systemanforderungen und kann selbst auf einem günstigen und stromsparenden Raspberry Pi betrieben werden.
  43. </p>
  44. </div>
  45. <div class="eight wide center column">
  46. <h1 class="hero ui icon header">
  47. <i class="octicon octicon-code"></i> Quelloffen
  48. </h1>
  49. <p class="large">
  50. Der komplette Code befindet sich auf <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a>! Unterstütze uns bei der Verbesserung dieses Projekts. Trau dich!
  51. </p>
  52. </div>
  53. </div>
  54. {{else if eq .Lang "zh-CN"}}
  55. <div class="ui stackable middle very relaxed page grid">
  56. <div class="eight wide center column">
  57. <h1 class="hero ui icon header">
  58. <i class="octicon octicon-flame"></i> 易安装
  59. </h1>
  60. <p class="large">
  61. 您除了可以根据操作系统平台通过 <a target="_blank" href="http://gogs.io/docs/installation/install_from_binary.html">二进制运行</a>,还可以通过 <a target="_blank" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> 或 <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>,以及 <a target="_blank" href="http://gogs.io/docs/installation/install_from_packages.html">包管理</a> 安装。
  62. </p>
  63. </div>
  64. <div class="eight wide center column">
  65. <h1 class="hero ui icon header">
  66. <i class="octicon octicon-device-desktop"></i> 跨平台
  67. </h1>
  68. <p class="large">
  69. 任何 <a target="_blank" href="http://golang.org/">Go 语言</a> 支持的平台都可以运行 Gogs,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行!
  70. </p>
  71. </div>
  72. </div>
  73. <div class="ui stackable middle very relaxed page grid">
  74. <div class="eight wide center column">
  75. <h1 class="hero ui icon header">
  76. <i class="octicon octicon-rocket"></i> 轻量级
  77. </h1>
  78. <p class="large">
  79. 一个廉价的树莓派的配置足以满足 Gogs 的最低系统硬件要求。最大程度上节省您的服务器资源!
  80. </p>
  81. </div>
  82. <div class="eight wide center column">
  83. <h1 class="hero ui icon header">
  84. <i class="octicon octicon-code"></i> 开源化
  85. </h1>
  86. <p class="large">
  87. 所有的代码都开源在 <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a> 上,赶快加入我们来共同发展这个伟大的项目!还等什么?成为贡献者吧!
  88. </p>
  89. </div>
  90. </div>
  91. {{else}}
  92. <div class="ui stackable middle very relaxed page grid">
  93. <div class="eight wide center column">
  94. <h1 class="hero ui icon header">
  95. <i class="octicon octicon-flame"></i> Easy to install
  96. </h1>
  97. <p class="large">
  98. Simply <a target="_blank" href="http://gogs.io/docs/installation/install_from_binary.html">run the binary</a> for your platform. Or ship Gogs with <a target="_blank" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> or <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, or get it <a target="_blank" href="http://gogs.io/docs/installation/install_from_packages.html">packaged</a>.
  99. </p>
  100. </div>
  101. <div class="eight wide center column">
  102. <h1 class="hero ui icon header">
  103. <i class="octicon octicon-device-desktop"></i> Cross-platform
  104. </h1>
  105. <p class="large">
  106. Gogs runs anywhere <a target="_blank" href="http://golang.org/">Go</a> can compile for: Windows, Mac OS X, Linux, ARM, etc. Choose the one you love!
  107. </p>
  108. </div>
  109. </div>
  110. <div class="ui stackable middle very relaxed page grid">
  111. <div class="eight wide center column">
  112. <h1 class="hero ui icon header">
  113. <i class="octicon octicon-rocket"></i> Lightweight
  114. </h1>
  115. <p class="large">
  116. Gogs has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
  117. </p>
  118. </div>
  119. <div class="eight wide center column">
  120. <h1 class="hero ui icon header">
  121. <i class="octicon octicon-code"></i> Open Source
  122. </h1>
  123. <p class="large">
  124. It's all on <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a>! Join us by contributing to make this project even better. Don't be shy to be a contributor!
  125. </p>
  126. </div>
  127. </div>
  128. {{end}}
  129. </div>
  130. {{template "base/footer" .}}