-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
200 lines (197 loc) · 9.7 KB
/
project.html
File metadata and controls
200 lines (197 loc) · 9.7 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
<!DOCTYPE html>
<html>
<head>
<title>
wecatch - We create better Web products
</title>
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/app.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="wb:webmaster" content="810c43be37564023" />
<meta property="qc:admins" content="15272173531430655" />
<link rel="icon" href="img/favicon.ico">
<script>
(function() {
if (!
/*@cc_on!@*/
0) return;
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
var i = e.length;
while (i--) {
document.createElement(e[i]);
}
})()
</script>
</head>
<body class="project">
<main>
<nav class="main">
<div class="container">
<div class="logo">
<a href="http://wecatch.me" id="site_name">Wecatch</a>
</div>
<ul class="site-nav">
<li class="active">
<a href="javascript:;">开源项目</a>
</li>
<li>
<a href="product.html">产品</a>
</li>
<li>
<a href="/blog" target="_blank">博客</a>
</li>
</ul>
</div>
</nav>
<article class="main">
<p class="main-intro">
wecatch 出品
</p>
<div class="container">
<ul class="main-list">
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://app-turbo.readthedocs.org" target="_blank">turbo</a>
</h3>
</div>
<div class="cell content">
<p>
turbo 是一个用以加速建立普通 Web 站点和 RESTful api 的后端解决方案,基于 tornado 和 mongodb,特点是快速构建,便于扩展,易于维护。
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://wecatch.github.io/ember-easy-orm/" target="_blank">ember-easy-orm</a>
</h3>
</div>
<div class="cell content">
<p>
ember app Model 层解决方案,比 ember-data 更简单,更灵活,更易于上手和便于扩展。
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://braavos.me/react-uikits" target="_blank">react-uikits</a>
</h3>
</div>
<div class="cell content">
<p>
react-uikits 是基于 ReactJs 构建的通用 UI 组件集。
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://wecatch.github.io/ember-semantic-ui/" target="_blank">ember-semantic-ui</a>
</h3>
</div>
<div class="cell content">
<p>
A variety of semantic-ui components for ember app
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="https://github.com/wecatch/smartcache" target="_blank">smartcache</a>
</h3>
</div>
<div class="cell content">
<p>
friendly redis api for python
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://wecatch.me/ember-cli-simditor/" target="_blank">ember-cli-simditor</a>
</h3>
</div>
<div class="cell content">
<p>
Ember component wrapper for simditor editor
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://wecatch.me/ember-format-json/" target="_blank">ember-format-json</a>
</h3>
</div>
<div class="cell content">
<p>
Ember component wrapper for <a href="https://github.com/mohsen1/json-formatter-js">json-formatter-js</a>
</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="table middle">
<div class="row">
<div class="cell info">
<h3 class="title">
<a href="http://wecatch.me/markdown-css/" target="_blank">markdown-css</a>
</h3>
</div>
<div class="cell content">
<p>
一键转换 css 为 markdown 内联样式
</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</article>
</main>
<footer>
<p>Beijing © 2014 wecatch</p>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79591400-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>