zhenhu / markdown (public) (License: Unspecified) (since 2019-03-05) (hash sha1)
A guide / introduce to markdown / markdown 指南 / markdown 语法
List of commits:
Subject Hash Author Date (UTC)
Create LICENSE 5168049abe6780772e201ebdee6eb7b3cb9cdea1 Zhenhu 2019-04-09 03:23:20
fix the example of alternative headings' rendering efe1421429136d49bbfa6e9661b55669a90b67d5 zhenhu 2019-03-08 09:32:28
adjust the description of the overview 34c7745f5936203ffebc64d9620a55bc76ce82e5 zhenhu 2019-03-08 09:08:42
fix the example of headings 5ccd0ce886e5344655976ad102a3e98bdc812b12 zhenhu 2019-03-08 08:52:06
add alternative formats of headings 484067389f2e248d7d9fc2c7e43c21be0c2f70a7 zhenhu 2019-03-08 08:31:33
adjust the size of pic manalone.jpg 0f9edda5479625af6d0465911d98f8381abffc4c zhenhu 2019-03-07 08:54:46
add a pic freesolo.jpg 56fa6844e0db507b405ce7ad029edd32570bf6ee zhenhu 2019-03-06 17:59:32
fix content of images, add content of linking images 811ae2b07732ca1b7b0186ebe30a4ef423f2ea58 zhenhu 2019-03-06 16:32:46
Set theme jekyll-theme-minimal ce103219600c3f83a3d33ae533fb5ba4fd8d7c29 Zhenhu 2019-03-05 12:06:33
init markdown tutorial e10f3ee802232d0a2d3944310414d0ca3c0f9213 zhenhu 2019-03-05 12:01:08
Commit 5168049abe6780772e201ebdee6eb7b3cb9cdea1 - Create LICENSE
Author: Zhenhu
Author date (UTC): 2019-04-09 03:23
Committer name: GitHub
Committer date (UTC): 2019-04-09 03:23
Parent(s): efe1421429136d49bbfa6e9661b55669a90b67d5
Signing key: 4AEE18F83AFDEB23
Tree: 87a4fd2df76a17a585c24a41a39b0b15babe63c8
File Lines added Lines deleted
LICENSE 45 0
File LICENSE added (mode: 100644) (index 0000000..3799d29)
1 Copyright (c) <year> <copyright holders>
2
3 Anti 996 License Version 1.0 (Draft)
4
5 Permission is hereby granted to any individual or legal entity obtaining a copy
6 of this licensed work (including the source code, documentation and/or related
7 items, hereinafter collectively referred to as the "licensed work"), free of
8 charge, to deal with the licensed work for any purpose, including without
9 limitation, the rights to use, reproduce, modify, prepare derivative works of,
10 publish, distribute and sublicense the licensed work, subject to the following
11 conditions:
12
13 1. The individual or the legal entity must conspicuously display, without
14 modification, this License on each redistributed or derivative copy of the
15 Licensed Work.
16
17 2. The individual or the legal entity must strictly comply with all applicable
18 laws, regulations, rules and standards of the jurisdiction relating to
19 labor and employment where the individual is physically located or where
20 the individual was born or naturalized; or where the legal entity is
21 registered or is operating (whichever is stricter). In case that the
22 jurisdiction has no such laws, regulations, rules and standards or its
23 laws, regulations, rules and standards are unenforceable, the individual
24 or the legal entity are required to comply with Core International Labor
25 Standards.
26
27 3. The individual or the legal entity shall not induce or force its
28 employee(s), whether full-time or part-time, or its independent
29 contractor(s), in any methods, to agree in oral or written form,
30 to directly or indirectly restrict, weaken or relinquish his or
31 her rights or remedies under such laws, regulations, rules and
32 standards relating to labor and employment as mentioned above,
33 no matter whether such written or oral agreement are enforceable
34 under the laws of the said jurisdiction, nor shall such individual
35 or the legal entity limit, in any methods, the rights of its employee(s)
36 or independent contractor(s) from reporting or complaining to the copyright
37 holder or relevant authorities monitoring the compliance of the license
38 about its violation(s) of the said license.
39
40 THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
42 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT
43 HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
44 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN ANY WAY CONNECTION
45 WITH THE LICENSED WORK OR THE USE OR OTHER DEALINGS IN THE LICENSED WORK.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/zhenhu/markdown

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/zhenhu/markdown

Clone this repository using git:
git clone git://git.rocketgit.com/user/zhenhu/markdown

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main