diff options
| author | Wu Rui <peaksol@proton.me> | 2023-07-09 18:24:51 +0800 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-08-07 12:06:43 +0200 |
| commit | 880f91f0257479d2a6406626fc1e4e86f790be25 (patch) | |
| tree | 8319b2a8a584c522d0e8776a6a74b826a0c5ad07 /content | |
| parent | 5f0e116a205ffa1a253d2720ab402185e3d5ecd9 (diff) | |
| download | writefreesoftware.org-880f91f0257479d2a6406626fc1e4e86f790be25.tar.xz | |
translated _index.md, assets.md and this-site.md
Diffstat (limited to 'content')
| -rw-r--r-- | content/learn/participate/_index.zh-cn.md | 8 | ||||
| -rw-r--r-- | content/learn/participate/assets.zh-cn.md | 26 | ||||
| -rw-r--r-- | content/learn/participate/this-site.zh-cn.md | 11 |
3 files changed, 45 insertions, 0 deletions
diff --git a/content/learn/participate/_index.zh-cn.md b/content/learn/participate/_index.zh-cn.md new file mode 100644 index 0000000..7ea6e29 --- /dev/null +++ b/content/learn/participate/_index.zh-cn.md @@ -0,0 +1,8 @@ +--- +title: 参与其中 +weight: 2 +--- + +有许多方法,能够参与到自由软件运动之中,包括发布自己的自由软件项目、贡献到已有的自由软件社区、为自由软件举办活动等等。 + +{{< button "/learn/participate/contribute" "了解如何做贡献" >}}{{< button "/learn/participate/publish" "了解如何发布" >}} diff --git a/content/learn/participate/assets.zh-cn.md b/content/learn/participate/assets.zh-cn.md new file mode 100644 index 0000000..985a7c6 --- /dev/null +++ b/content/learn/participate/assets.zh-cn.md @@ -0,0 +1,26 @@ +--- +title: 对非软件资源进行授权 +weight: 10 +--- + +自由软件许可证,最适合许可的当然是软件。不过,自由软件项目也常常并入本身并非软件的媒体,比如说艺术作品以及文档。这些用例都有不同的许可证推荐。我们为非软件的媒体,推荐了一些许可证,它们本着自由软件精神而写,并且也兼容自由软件许可证。 + +## 知识共享(Creative Commons) + +大多数多媒体资源 -- 图线、音频、视频、写作等 -- 都适合使用 [Creative Commons][0] 的许可证,它们也有可以配置的许可证特征,例如 copyleft 和署名。不过,要注意的是,-ND(no derivatives,禁止演绎)和 -NC(non-commercial,非商业性使用)这两个 Creative Commons 许可证变种,和自由软件是不兼容的,如果使用了这些资源,你的项目在自由软件生态里的能力就会受限。 + +[0]: https://creativecommons.org/ + +## 硬件 + +硬件项目(设计图、HDL 源等)建议使用<a href="https://cern-ohl.web.cern.ch/home" class="non-free" title="本链接指向非自由网站">CERN 开放硬件许可证(CERN Open Hardware License)</a>。 + +## 字体 + +建议使用 <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL" class="non-free" title="本链接指向非自由网站">SIL 开放字体许可证(SIL Open Font License)</a>来分发字体,它与自由软件相兼容。 + +## 文档 + +大多数项目不会为其文档选用特别的许可证。不过,[GNU 自由文档许可证(Free Documentation License)][fdl] 有时候也会用在这里。 + +[fdl]: https://www.gnu.org/licenses/fdl-1.3.html diff --git a/content/learn/participate/this-site.zh-cn.md b/content/learn/participate/this-site.zh-cn.md new file mode 100644 index 0000000..08019c9 --- /dev/null +++ b/content/learn/participate/this-site.zh-cn.md @@ -0,0 +1,11 @@ +--- +title: 贡献至该网站 +weight: 1000 +--- + +本网站本身是自由软件,其内容以及布局的源代码都托管在了 [SourceHut][0],一个自由软件开发平台。点击链接,即可了解怎么把你的改进贡献给我们!本网站及其内容使用了 Creative Commons Attribution-ShareAlike 4.0 International([CC-BY-SA 4.0][CC-BY-SA])许可证,这是一份 copyleft 许可证。 + +[0]: https://sr.ht/~sircmpwn/writefreesoftware.org/ +[CC-BY-SA]: https://creativecommons.org/licenses/by-sa/4.0/ + +本主题基于 Hugo <a href="https://github.com/onweru/compose" class="non-free" title="警告:这个连接指向 GitHub,一个非自由网站">compose</a> 主题,一份以 [MIT 许可证](https://mit-license.org/)授权的自由软件,版权所有 © 2020 Weru. |
