Skip to content

Commit 0192af7

Browse files
committed
修复部分内容
1 parent 0e0f5e0 commit 0192af7

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

.jekyll-metadata

0 Bytes
Binary file not shown.

_includes/footer.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@
2424
<script src="/assets/js/app.js"></script>
2525
{% endif %}
2626

27-
<!--追踪器-->
27+
<script>
28+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
29+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
30+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
31+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
32+
33+
ga('create', 'UA-83638836-1', 'choosealicense.com');
34+
ga('send', 'pageview');
35+
36+
</script>
2837

2938
</body>
3039
</html>

_includes/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
1313
<![endif]-->
1414
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
15+
<meta name="google-site-verification" content="q4Jy-xpKCO-YeVv0dh_fJfImZRiG8UyBwr2NK39EFRw />
1516
1617
{% seo %}
1718
</head>

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
class: home
44
hide_breadcrumbs: true
5-
title: 选择一个开源协议
5+
title: 选择一个开源软件协议
66
permalink: /
77
---
88

@@ -58,13 +58,13 @@ <h2>
5858
<li>
5959
<h3>非软件类内容</h3>
6060
<p>
61-
<a href="non-software">知识共享许可协议</a>
61+
<a href="non-software">非软件类协议</a>
6262
</p>
6363
</li>
6464
<li>
6565
<h3>我想要更多选择</h3>
6666
<p>
67-
<a href="licenses">更多开源协议</a>
67+
<a href="licenses">更多开源软件协议</a>
6868
</p>
6969
</li>
7070
<li>

non-software.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: Non-Software Licenses
2+
title: 非软件类协议
33
layout: default
44
permalink: /non-software/
55
---
66

7-
Open source software licenses can be used for non-software works, and often are the best choice. This is particularly the case when the works in question can be edited and versioned as source, e.g., [open source hardware](http://www.oshwa.org/definition/) designs. Choose an [open source license](/licenses/).
7+
开源软件协议同样适用于非软件类项目,并且通常来说是更好的选择。尤其是当项目可编辑且拥有源版本时,例如:[开源硬件设计](http://www.oshwa.org/definition/chinese/), 选择一个 [开源软件协议](/licenses/).
88

9-
### Data, media, etc.
9+
### 数据、多媒体、 或者其它.
1010

11-
[CC0-1.0](/licenses/cc0-1.0/), [CC-BY-4.0](/licenses/cc-by-4.0/), and [CC-BY-SA-4.0](/licenses/cc-by-sa-4.0/) are [open](http://opendefinition.org) licenses used for non-software material ranging from datasets to videos. Note that CC-BY-4.0 and CC-BY-SA-4.0 should [not be used for software](https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software).
11+
数据、多媒体、网站、文章等内容可以使用知识共享协议(Creative Commons,也称为CC协议),[CC0-1.0](/licenses/cc0-1.0/), [CC-BY-4.0](/licenses/cc-by-4.0/), [CC-BY-SA-4.0](/licenses/cc-by-sa-4.0/) 均属于知识共享协议,请注意: CC-BY-4.0 CC-BY-SA-4.0 不可以用于软件。你可以到 [creativecommons.org](https://creativecommons.org/choose/) 选择一个合适的协议。
1212

13-
### Documentation
13+
### 文档
1414

15-
Any open source software license or open Creative Commons license is applicable to software documentation. If you use different licenses for your software and its documentation, you may wish to take care that source code examples in the documentation are also licensed under the software license.
15+
所有开源软件协议和知识共享协议都适用于软件文档。如果你的软件和文档使用了不同的协议,请注意文档中示例代码的协议属于开源软件协议。
1616

17-
### Fonts
17+
### 字体
1818

1919
The [SIL Open Font License 1.1](/licenses/ofl-1.1/) keeps fonts open but allows them to be freely used in other works.
2020

21-
### Mixed Projects
21+
### 综合项目
2222

2323
If your project contains a mix of software and other material, you can include multiple licenses, as long as you are explicit about which license applies to what parts of the project. See [the license notice for this site](https://github.com/github/choosealicense.com#license) as an example.

0 commit comments

Comments
 (0)