-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorig-index.html
More file actions
304 lines (213 loc) · 9.02 KB
/
orig-index.html
File metadata and controls
304 lines (213 loc) · 9.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>
Index |
PyChina.org Static Wiki
</title>
<!-- YUI CSS reset, fonts, base -->
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?3.0.0/build/cssreset/reset-min.css&3.0.0/build/cssfonts/fonts-min.css&3.0.0/build/cssbase/base-min.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="media/css/custom.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="media/css/style.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="media/css/pygments.css" media="screen, projection" />
</head>
<body >
<div class="site-logo">
<img src="http://zoomq.qiniudn.com/CPyUG/zoomquiet-design-collection/pychina/Py_cn_logo_h64.png?imageView2/2/w/32" />
</div>
<ol id="breadcrumbs">
<li class="crumb-0 not-last">
<a href="./">index</a>
</li>
<li class="crumb-1 last">
orig-index
</li>
</ol> <!-- ol#breadcrumbs -->
<div id="content">
<!-- title: Index -->
<h1 id="markdoc">Markdoc</h1>
<p>Markdoc is a lightweight Markdown-based wiki system. It’s been designed to allow
you to create and manage wikis as quickly and easily as possible.</p>
<h2 id="what-is-it-good-for">What is it good for?</h2>
<p>Potential use cases for Markdoc include, but aren’t limited to:</p>
<dl>
<dt>Technical Documentation/Manuals</dt>
<dd>Markdoc can be used to write and render hand-written guides and manuals for
software. Such documentation will normally be separate from
automatically-generated API documentation, and might give a higher-level
view than API docs alone. It might be used for client documentation for
web/desktop applications, or even developer documentation for frameworks.</dd>
<dt>Internal Project Wikis</dt>
<dd>Markdoc wikis consist of a single plain-text file per page. By combining a
wiki with a DVCS (such as <a href="http://mercurial.selenic.com/">Mercurial</a> or <a href="http://git-scm.com/">Git</a>), you can collaborate
with several other people. Use the DVCS to track, share and merge changes
with one another, and view the wiki’s history.</dd>
<dt>Static Site Generation</dt>
<dd>Markdoc converts wikis into raw HTML files and media. This allows you to
manage a blog, personal website or a collection of pages in a Markdoc wiki,
perhaps with custom CSS styles, and publish the rendered HTML to a website.
Markdoc need not be installed on the hosting site, since the resultant HTML
is completely independent.</dd>
</dl>
<h2 id="cool-features">Cool Features</h2>
<ul>
<li>
<p>Set up <a href="ref/configuration#metadata">Google Analytics</a> tracking in one line of configuration.</p>
</li>
<li>
<p><a href="tips/barebones">Barebones</a> wikis that just look like directories with Markdown-formatted
text files in them.</p>
</li>
<li>
<p>A built-in HTTP server and WSGI application to serve up a compiled wiki with
a single command.</p>
</li>
<li>
<p>Continuous builds (via <code>rsync</code>) mean the server can keep running whilst
Markdoc re-compiles the wiki. Just refresh your browser to see the changes.</p>
</li>
<li>
<p>Add <a href="http://pygments.org/">Pygments</a>-powered syntax highlighting to your Markdoc wiki with a
single <a href="tips/syntax-highlighting">configuration parameter</a>.</p>
</li>
<li>
<p>Markdoc is <a href="about#license">public domain software</a>. It will always be completely
free to use, and you can redistribute it (in part or in whole) under any
circumstances (open-source, proprietary or otherwise) with no attribution or
encumberances.</p>
</li>
</ul>
<h2 id="where-do-i-start">Where do I start?</h2>
<p>The <a href="quickstart">quickstart</a> document has all the information you need to put
together a simple Markdoc wiki. The <a href="authoring">authoring</a> guide provides a
quick introduction to writing Markdoc pages themselves, especially with regards
to linking between pages.</p>
<h2 id="reference">Reference</h2>
<p>See the <a href="ref/configuration">configuration</a> reference for in-depth knowledge on
writing your <code>markdoc.yaml</code> file. The <a href="ref/layout">layout</a> reference describes
the basic filesystem layout for a Markdoc wiki, and the <a href="tips/">tips</a> directory
contains several handy recipes.</p>
<p>The Markdoc project’s goals and history are described in the <a href="about">about</a>
page. If you’d like to know more about how Markdoc works at a deeper level, take
a look at the <a href="internals/">internals directory</a>. Developers interested in
hacking the utility will likely want the <a href="internals/development">development</a>
page.</p>
<p>To see the complete list of pages in this wiki, you can browse the
<a href="_list">directory listing</a>.</p>
<hr class="clear" />
<br/>
<p>以上...</p>
<br/>
<p>码不停提马上无虫 ;-)</p>
<pre>
|_|0|_|
|_|_|0|
|0|0|0|
</pre>
<h3>PS:</h3>
<p>若无意外,题图都是从原文提取或是通过 Google 图片搜索出来的, 版权属左, 不负责任 ;-)</p>
<h4>PPS:</h4>
<p>社区总是欢迎投稿的,只要追认内容吻合以下条件:</p>
<pre>
0. 有趣 ~ 至少是自个儿有兴趣的领域吧...
1. 有料 ~ 至少有点儿原创的东西吧..
2. 有种 ~ 至少不能是成功学吧!
</pre>
<p>有好物的,及时向大妈们吼: <a href="mailto:support@pychina.org">support@pychina.org</a></p>
<img src="http://pychina.org/_images/PyChina_logo_131217_zq_h200.png?imageView2/2/w/320"/>
<h2>us goal</h2>
<pre>
by Pythonner in China Operations
as Pythonner in China Deleloping
for Pythonista in Global support events organizing srvice
</pre>
<h2>华蠎项目:</h2>
<ul>
<li><a href="http://cn.pycon.org/">PyCon中国</a>
</li>
<li><a href="http://weekly.pychina.org/">蠎周刊</a></li>
<li><a href="http://camp.pychina.org/">PythoniCamp</a></li>
<li><a href="https://code.google.com/p/openbookproject/">O.B.P</a>
</li>
</ul>
<h2>华蠎资源:</h2>
<ul>
<li>官网: <a href="http://pychina.org">PyChina.org</a>
</li>
<li>邮件列表: <a href="https://groups.google.com/forum/#!forum/python-cn">python-cn@googlegroups.com</a>
<br/>
(可发空邮件到 python-cn+subscribe@googlegroups.com 即完成订阅)</li>
<li>微博: <a href="http://weibo.com/pychinaorg">PyChinaOrg</a>
</li>
<li>微信: <b>PyChinaOrg</b> <i>(建设ing...)</i>
<br/>
<img src="http://pyconcn.qiniudn.com/zoomquiet/res/icon/PyChinaOrg-qrcode_for_gh_7e3afa7d29d8_258.jpg"/>
</li>
<li><a href="http://www.woodpecker.org.cn/">啄木鸟社区</a></li>
<li><a href="http://wiki.woodpecker.org.cn/moin/CPUG">啄木鸟维基</a></li>
<li>
<a href="https://code.google.com/p/cpyug/">cpyug - CPyUG~华蟒用户组 相关邮件列表管理通告收集/维护 - Google Project Hosting</a>
</li>
</ul>
<hr class="clear" />
Author: <a href="http://zoomquiet.io">
<img
class="after"
src="http://zoomq.qiniudn.com/logos/zq-eyes-IMG_1987-64x64.JPG"
alt="Zoom.Quiet"
width="32"
height="32"
/>
</a>
<i>
/<a href="mailto:i@zoomquiet.io">mail</a>
</i>
<b>
/<a href="mailto:https://www.gittip.com/ZoomQuiet/">
gittip
</a>
</b>
<i>
/<a href="https://github.com/ZoomQuiet">
github
</a>
</i>
<br/>
<script src="https://utteranc.es/client.js"
repo="PyChina/comments"
issue-term="url"
label="✨💬✨ "
theme="github-light"
crossorigin="anonymous"
async>
</script>
</div> <!-- div#content -->
<div id="footer">
<p>
PyChina.org Static Wiki |
<a href="_list.html">ls ./</a>
|
Powered by <a href="http://markdoc.org/">Markdoc</a>
<!--
+ <a href="https://gitcafe.com/CPyUG/wiki">gitcafe</a>
+ <a href="http://www.qiniu.com/about">七牛</a>
-->
+ <a href="https://github.com/PyChina/wiki">github</a>
<hr/>
已由
<a href="http://www.upyun.com/">
<img src="http://docs.upyun.com/img/upyun_logo.png">
</a>
提供CDN及云存储服务
</p>
</div>
<hr class="clear" />
</body>
</html>