-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
70 lines (52 loc) · 3.38 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="YiBo 微博客户端 : 源代码" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>YiBo 微博客户端</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/yibome/">View on GitHub</a>
<h1 id="project_title">YiBo 微博客户端</h1>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>YiBo微博客户端(2010.07.01~2012.02.16, Last Version: 2.2.3)</h3>
<p>一款专为Android用户打造的聚合型微博客户端,完美支持新浪微博、腾讯微博、搜狐微博、网易微博和饭否五个微博平台,界面清爽,使用简单轻巧,支持多账户跨平台同步发布与分享,为您带来不一样的使用体验。</p>
<h5>软件功能:</h5>
<ul>
<li>一键同步所有帐号,支持新浪、腾讯、搜狐、网易和饭否微博平台;</li>
<li>即拍即传,方便的拍照功能,记录生活点滴,享受快乐微博;</li>
<li>丰富的媒体支持,包含多平台的表情,PNG、JPG以及GIF动画等;</li>
<li>最新微博、评论和私信自动提醒功能,支持微博和用户搜索;</li>
<li>精巧的缓存设计,Gzip通信压缩,大大减少手机流量,提高阅读体验;</li>
<li>支持3G、WIFI、CMNET和CMWAP等各种网络类型接入;</li>
<li>使用OAuth认证方式,保护帐号和通信安全</li>
</ul>
<h3>源代码(<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>)</h3>
<section>
YiBo.Android:Android客户端源码。 <a href="https://github.com/yibome/yibo-android">Fork</a> <a href="https://github.com/yibome/yibo-android/zipball/master">Download</a> <br />
YiBo Library:封装各个平台对接代码,已抹除YiBo在各平台的应用Key。 <a href="https://github.com/yibome/yibo-library">Fork</a> <a href="https://github.com/yibome/yibo-library/zipball/master">Download</a> <br />
YiBo Parent:通过Maven POM定义Library的各项依赖。 <a href="https://github.com/yibome/yibo-parent">Fork</a> <a href="https://github.com/yibome/yibo-parent/zipball/master">Download</a> <br />
</section>
<h3>原作者</h3>
<p>汤奕敏 (<a href="https://github.com/cattong" class="user-mention">@cattong</a>)、马庆升(<a href="https://github.com/NeoCN" class="user-mention">@NeoCN</a>)、叶伟平 (<a href="https://github.com/weiwei5297" class="user-mention">@weiwei5297</a>)</p>
<h3>技术支持</h3>
<p>YiBo微博客户端因团队解散,将不再进行任何官方的版本更新和Bug修复。汤奕敏(<a href="https://github.com/cattong" class="user-mention">@cattong</a>) 和 马庆升 (<a href="https://github.com/NeoCN" class="user-mention">@NeoCN</a>)分别维护各自分支。</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">YiBo 微博客户端</p>
</footer>
</div>
</body>
</html>