home.tmpl 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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>
  16. {{if eq .Lang "de-DE"}}
  17. <div class="ui stackable middle very relaxed page grid">
  18. <div class="eight wide center column">
  19. <h1 class="hero ui icon header">
  20. <i class="octicon octicon-flame"></i> Einfach zu installieren
  21. </h1>
  22. <p class="large">
  23. 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>.
  24. </p>
  25. </div>
  26. <div class="eight wide center column">
  27. <h1 class="hero ui icon header">
  28. <i class="octicon octicon-device-desktop"></i> Plattformübergreifend
  29. </h1>
  30. <p class="large">
  31. 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!
  32. </p>
  33. </div>
  34. </div>
  35. <div class="ui stackable middle very relaxed page grid">
  36. <div class="eight wide center column">
  37. <h1 class="hero ui icon header">
  38. <i class="octicon octicon-rocket"></i> Leichtgewicht
  39. </h1>
  40. <p class="large">
  41. Gogs hat minimale Systemanforderungen und kann selbst auf einem günstigen und stromsparenden Raspberry Pi betrieben werden.
  42. </p>
  43. </div>
  44. <div class="eight wide center column">
  45. <h1 class="hero ui icon header">
  46. <i class="octicon octicon-code"></i> Quelloffen
  47. </h1>
  48. <p class="large">
  49. 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!
  50. </p>
  51. </div>
  52. </div>
  53. {{else if eq .Lang "zh-CN"}}
  54. <div class="ui stackable middle very relaxed page grid">
  55. <div class="eight wide center column">
  56. <h1 class="hero ui icon header">
  57. <i class="octicon octicon-flame"></i> 易安装
  58. </h1>
  59. <p class="large">
  60. 您除了可以根据操作系统平台通过 <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> 安装。
  61. </p>
  62. </div>
  63. <div class="eight wide center column">
  64. <h1 class="hero ui icon header">
  65. <i class="octicon octicon-device-desktop"></i> 跨平台
  66. </h1>
  67. <p class="large">
  68. 任何 <a target="_blank" href="http://golang.org/">Go 语言</a> 支持的平台都可以运行 Gogs,包括 Windows、Mac、Linux 以及 ARM。挑一个您喜欢的就行!
  69. </p>
  70. </div>
  71. </div>
  72. <div class="ui stackable middle very relaxed page grid">
  73. <div class="eight wide center column">
  74. <h1 class="hero ui icon header">
  75. <i class="octicon octicon-rocket"></i> 轻量级
  76. </h1>
  77. <p class="large">
  78. 一个廉价的树莓派的配置足以满足 Gogs 的最低系统硬件要求。最大程度上节省您的服务器资源!
  79. </p>
  80. </div>
  81. <div class="eight wide center column">
  82. <h1 class="hero ui icon header">
  83. <i class="octicon octicon-code"></i> 开源化
  84. </h1>
  85. <p class="large">
  86. 所有的代码都开源在 <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a> 上,赶快加入我们来共同发展这个伟大的项目!还等什么?成为贡献者吧!
  87. </p>
  88. </div>
  89. </div>
  90. {{else}}
  91. <div class="ui stackable middle very relaxed page grid">
  92. <div class="eight wide center column">
  93. <h1 class="hero ui icon header">
  94. <i class="octicon octicon-flame"></i> Easy to install
  95. </h1>
  96. <p class="large">
  97. 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>.
  98. </p>
  99. </div>
  100. <div class="eight wide center column">
  101. <h1 class="hero ui icon header">
  102. <i class="octicon octicon-device-desktop"></i> Cross-platform
  103. </h1>
  104. <p class="large">
  105. 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!
  106. </p>
  107. </div>
  108. </div>
  109. <div class="ui stackable middle very relaxed page grid">
  110. <div class="eight wide center column">
  111. <h1 class="hero ui icon header">
  112. <i class="octicon octicon-rocket"></i> Lightweight
  113. </h1>
  114. <p class="large">
  115. Gogs has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
  116. </p>
  117. </div>
  118. <div class="eight wide center column">
  119. <h1 class="hero ui icon header">
  120. <i class="octicon octicon-code"></i> Open Source
  121. </h1>
  122. <p class="large">
  123. 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!
  124. </p>
  125. </div>
  126. </div>
  127. {{end}}
  128. </div>
  129. {{template "base/footer" .}}