Skip to content

Commit

Permalink
Add license and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
heqin-zhu committed Jan 31, 2019
1 parent 0985c36 commit 35059e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

# 中国科学技术大学课程资源
[![Stars](https://img.shields.io/github/stars/mbinary/USTC-CS-Courses-Resource.svg?label=Stars&style=social)](https://github.com/mbinary/USTC-CS-Courses-Resource/stargazers)
[![Forks](https://img.shields.io/github/forks/mbinary/USTC-CS-Courses-Resource.svg?label=Fork&style=social)](https://github.com/mbinary/USTC-CS-Courses-Resource/network/members)
[![repo-size](https://img.shields.io/github/repo-size/mbinary/USTC-CS-Courses-Resource.svg)]()
[![Contributors](https://img.shields.io/github/contributors/mbinary/USTC-CS-Courses-Resource.svg)](https://github.com/mbinary/USTC-CS-Courses-Resource/graphs/contributors)
[![License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)

>这是一个收集 中国科学技术大学课程资源的(主要是计算机学院的,也有其他课程,公选课,自由选修等)的 repo, 包括课程电子版 书籍,参考书,slides(ppt), 考试试卷,学习心得,某些书的答案。

Expand All @@ -8,7 +14,6 @@

* [公告](#公告)
* [资料下载](#资料下载)
* [贡献者们](#贡献者们)
* [课程结构](#课程结构)
* [课程目录](#课程目录)
* [贡献投稿](#贡献投稿)
Expand All @@ -17,7 +22,6 @@
* [网页操作](#网页操作)
* [用命令行](#用命令行)
* [投稿建议](#投稿建议)
* [版权声明](#版权声明)

<!-- vim-markdown-toc -->

Expand Down Expand Up @@ -51,7 +55,6 @@

FTP 更快, 可以下载整个目录, 是最好的选择, 只是更新频率低于网页

# [贡献者们](https://github.com/mbinary/USTC-CS-Courses-Resource/graphs/contributors)

# 课程结构
每门课程大致结构如下,有些栏目可能没有,也可以自己添加认为合理的栏目
Expand Down Expand Up @@ -225,8 +228,3 @@ git merge upstream/master
* 若是自己原创的作品,可以在文件名后加上后缀,如`-16- 计 - 王小二`, 文件里也可以写上联系方式,当然不写也行。
* 注意资源大多是二进制文件, 多次改动会使 git 重新上传, 即使 `mv`, 也会使本地仓库重新上传到远程仓库,所以在没有必要的情况下, 不要对二进制文件做任何改动.



# 版权声明
所有资源,著作权归原作者所有,此 repo 的目的是**学习交流**.
如果使用者的不当使用造成不良后果,与此 repo 的贡献者无关。
27 changes: 13 additions & 14 deletions utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
IGNORE = ['utils','docs','__pycache__']

HTML = '''
---
title: ustc-cs-courses-resource
fancybox: false
---
<!DOCTYPE html>
<html>
<head>
<!--
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="https://mbinary0.github.io/resource/github.markdown.css" rel="stylesheet">
</head>
-->
<body>
<div><h2>
<a href="../index.html">&nbsp;&nbsp;<i class="fa fa-level-up"></i>&nbsp;&nbsp;</a>:
Expand All @@ -51,13 +53,18 @@
{readme}
</body>
</html>
'''

#* 非zip, 非以'.'开头的文件多于 3 个的目录下都有个 zip 文件:`-DIRECTORY 目录下的\d+个文件.zip`,包含当前目录下的一些文件, 这样方便大家一键下载. (在 git commit前, 运行 `./before__commit.sh`可以自动生成)

README=r'''
# 中国科学技术大学课程资源
[![Stars](https://img.shields.io/github/stars/mbinary/USTC-CS-Courses-Resource.svg?label=Stars&style=social)](https://github.com/mbinary/USTC-CS-Courses-Resource/stargazers)
[![Forks](https://img.shields.io/github/forks/mbinary/USTC-CS-Courses-Resource.svg?label=Fork&style=social)](https://github.com/mbinary/USTC-CS-Courses-Resource/network/members)
[![repo-size](https://img.shields.io/github/repo-size/mbinary/USTC-CS-Courses-Resource.svg)]()
[![Contributors](https://img.shields.io/github/contributors/mbinary/USTC-CS-Courses-Resource.svg)](https://github.com/mbinary/USTC-CS-Courses-Resource/graphs/contributors)
[![License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
>这是一个收集 中国科学技术大学课程资源的(主要是计算机学院的,也有其他课程,公选课,自由选修等)的 repo, 包括课程电子版 书籍,参考书,slides(ppt), 考试试卷,学习心得,某些书的答案。
Expand All @@ -66,7 +73,6 @@
* [公告](#公告)
* [资料下载](#资料下载)
* [贡献者们](#贡献者们)
* [课程结构](#课程结构)
* [课程目录](#课程目录)
* [贡献投稿](#贡献投稿)
Expand All @@ -75,7 +81,6 @@
* [网页操作](#网页操作)
* [用命令行](#用命令行)
* [投稿建议](#投稿建议)
* [版权声明](#版权声明)
<!-- vim-markdown-toc -->
Expand Down Expand Up @@ -109,7 +114,6 @@
FTP 更快, 可以下载整个目录, 是最好的选择, 只是更新频率低于网页
# [贡献者们](https://github.com/mbinary/USTC-CS-Courses-Resource/graphs/contributors)
# 课程结构
每门课程大致结构如下,有些栏目可能没有,也可以自己添加认为合理的栏目
Expand Down Expand Up @@ -219,9 +223,4 @@
* 若是自己原创的作品,可以在文件名后加上后缀,如`-16- 计 - 王小二`, 文件里也可以写上联系方式,当然不写也行。
* 注意资源大多是二进制文件, 多次改动会使 git 重新上传, 即使 `mv`, 也会使本地仓库重新上传到远程仓库,所以在没有必要的情况下, 不要对二进制文件做任何改动.
# 版权声明
所有资源,著作权归原作者所有,此 repo 的目的是**学习交流**.
如果使用者的不当使用造成不良后果,与此 repo 的贡献者无关。
'''

0 comments on commit 35059e4

Please sign in to comment.