<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>jimneylee (李进晋)</title>
    <link>https://ruby-china.org/jimneylee</link>
    <description>TOBE A STORY MAN!</description>
    <language>en-us</language>
    <item>
      <title>Ruby China 新版 iPhone 客户端已上架 App Store，欢迎各位下载试用</title>
      <description>&lt;p&gt;&lt;strong&gt;OpenSource &amp;amp; Free &amp;amp; No Ad&lt;/strong&gt;
&lt;a href="https://itunes.apple.com/us/app/ruby-china-she-qu-kai-yuan/id789643801?ls=1&amp;amp;mt=8" rel="nofollow" target="_blank" title=""&gt;https://itunes.apple.com/us/app/ruby-china-she-qu-kai-yuan/id789643801?ls=1&amp;amp;mt=8&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/2014/4f0748625de36208aecaed4949fb0a21.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;欢迎各位反馈问题！&lt;/strong&gt;&lt;img title=":smile:" alt="😄" src="https://twemoji.ruby-china.com/2/svg/1f604.svg" class="twemoji"&gt;&lt;/p&gt;</description>
      <author>jimneylee</author>
      <pubDate>Fri, 17 Jan 2014 19:07:34 +0800</pubDate>
      <link>https://ruby-china.org/topics/16853</link>
      <guid>https://ruby-china.org/topics/16853</guid>
    </item>
    <item>
      <title>社区 API 开放接口问题反馈</title>
      <description>&lt;p&gt;我在写&lt;a href="https://github.com/jimneylee/JLRubyChina-iPhone" rel="nofollow" target="_blank" title=""&gt;RubyChina 客户端&lt;/a&gt;发现有几个 API 接口数据有问题，还需要坛主抽点时间完善下，具体问题反馈如下：
1、帖子回复列表
    API: &lt;a href="http://ruby-china.org/api/v2/topics/16194.json" rel="nofollow" target="_blank"&gt;http://ruby-china.org/api/v2/topics/16194.json&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;a、回复列表未按 id 排序，会错乱，客户端可以做，但是建议在接口中处理。&lt;/p&gt;

&lt;p&gt;参照帖子：&lt;a href="http://ruby-china.org/topics/16194" rel="nofollow" target="_blank"&gt;http://ruby-china.org/topics/16194&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;b、已删除的楼层，建议放一个占位数据
接口数据建议放一个占位数据，客户端解析发帖没有 id，认为帖子已删除。跟网页一致显示已删除。保证楼层跳转正确。&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3、帖子 (取消) 关注成功返回是 json、(取消) 关注失败返回是 false，而收藏成功返回是 true or false
    API: &lt;a href="http://ruby-china.org/api/v2/topics/:id/follow.json" rel="nofollow" target="_blank"&gt;http://ruby-china.org/api/v2/topics/:id/follow.json&lt;/a&gt;
    API: &lt;a href="http://ruby-china.org/api/v2/topics/:id/unfollow.json" rel="nofollow" target="_blank"&gt;http://ruby-china.org/api/v2/topics/:id/unfollow.json&lt;/a&gt;
    API: &lt;a href="http://ruby-china.org/api/v2/topics/:id/favorite.json" rel="nofollow" target="_blank"&gt;http://ruby-china.org/api/v2/topics/:id/favorite.json&lt;/a&gt;
    返回结果不统一，建议统一规范格式返回&lt;/p&gt;

&lt;p&gt;4、个人主页接口中最近 5 条帖子的信息不完整
    API: &lt;a href="http://ruby-china.org/api/v2/users/:user.json" rel="nofollow" target="_blank"&gt;http://ruby-china.org/api/v2/users/:user.json&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5、建议增加精华贴接口，这样方便大家通过客户端查阅社区优秀的帖子&lt;/p&gt;

&lt;p&gt;6、&lt;a href="http://ruby-china.org/api/v2/topics.json" rel="nofollow" target="_blank"&gt;http://ruby-china.org/api/v2/topics.json&lt;/a&gt; 默认是热门贴。
    建议增加一个 type 类型，实现分类查看：默认 /&amp;nbsp; 优质帖子 / 无人问津 / 最新创建&lt;/p&gt;

&lt;p&gt;望采纳！Merry Christmas!&lt;/p&gt;</description>
      <author>jimneylee</author>
      <pubDate>Wed, 25 Dec 2013 17:03:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/16419</link>
      <guid>https://ruby-china.org/topics/16419</guid>
    </item>
    <item>
      <title>开源分享 Ruby China 的 iPhone 客户端</title>
      <description>&lt;p&gt;花了一周多时间，写了个新版的 iPhone 客户端，还有很多细节和不足的地方，请有开发环境和开发证书的同学先试用，欢迎反馈 bug、fork 并提交 pull request。版本稳定后，考虑提交 Appstore，供大家方便下载使用。&lt;a href="/huacnlee" class="user-mention" title="@huacnlee"&gt;&lt;i&gt;@&lt;/i&gt;huacnlee&lt;/a&gt; &lt;a href="/lgn21st" class="user-mention" title="@lgn21st"&gt;&lt;i&gt;@&lt;/i&gt;lgn21st&lt;/a&gt; 请坛主多提指导建议。
github 传送门：&lt;a href="https://github.com/jimneylee/JLRubyChina-iPhone" rel="nofollow" target="_blank"&gt;https://github.com/jimneylee/JLRubyChina-iPhone&lt;/a&gt;
&lt;img src="//l.ruby-china.com/photo/2013/b42244935f71af90ca479115e52946ed.png" title="" alt=""&gt;
&lt;img src="//l.ruby-china.com/photo/2013/8b2ca4a10efa44540a460d9a78dada25.png" title="" alt=""&gt;
&lt;img src="https://github.com/jimneylee/JLRubyChina-iPhone/raw/master/Resource/Screenshots/topic_reply.png" title="" alt="image"&gt;
#DONE
V1.0.0 
1、首页热门帖子显示
2、帖子详细浏览、帖子回复列表
3、帖子关注、收藏、回复及@某人
4、发帖到指定分类
5、分类节点列表查看
6、酷站分组显示
7、会员 TOP N 查看
8、我的主页，已发帖子、收藏帖子查看
9, Ruby China Wiki
10、更多功能包含：清空缓存、更新检测、给我评分、关于 APP&lt;/p&gt;
&lt;h2 id="TODO"&gt;TODO&lt;/h2&gt;
&lt;p&gt;1、与后台 API 接口修改确认，参见&lt;a href="https://github.com/jimneylee/JLRubyChina-iPhone/blob/master/API%20Problem" rel="nofollow" target="_blank" title=""&gt;API Problem 文档说明&lt;/a&gt;&lt;a href="/huacnlee" class="user-mention" title="@huacnlee"&gt;&lt;i&gt;@&lt;/i&gt;huacnlee&lt;/a&gt; &lt;a href="/lgn21st" class="user-mention" title="@lgn21st"&gt;&lt;i&gt;@&lt;/i&gt;lgn21st&lt;/a&gt;
2、发帖、回复添加表情选择
3、支持 markdown 语法解析显示
4、分类节点做分组与排序
5、个人主页详细资料
6、网络 2G/3G/WIFI 切换提示
7、发布模式下需屏蔽 No Point 分类
8、增加社交组件分享
9、经公测稳定，提交 AppStore 审核，方便大家下载使用
10、如果需要的话，添加友盟统计&lt;/p&gt;
&lt;h2 id="感谢"&gt;感谢&lt;/h2&gt;
&lt;p&gt;非常感谢&lt;a href="https://github.com/daveliu" rel="nofollow" target="_blank" title=""&gt;daveliu&lt;/a&gt;同学之前的&lt;a href="https://github.com/daveliu/ruby-china-ios" rel="nofollow" target="_blank" title=""&gt;这个版本&lt;/a&gt;，在我一些接口的调试过程中提供了很多的帮助和参考。&lt;/p&gt;

&lt;p&gt;非常感谢&lt;a href="http://ruby-china.org/" title=""&gt;Ruby China&lt;/a&gt;社区开放了这么多优秀的&lt;a href="http://ruby-china.org/api" title=""&gt;API 接口&lt;/a&gt;，让我能够完善好整个 APP 的开发制作。更好地与大家分享。&lt;/p&gt;</description>
      <author>jimneylee</author>
      <pubDate>Tue, 17 Dec 2013 01:00:03 +0800</pubDate>
      <link>https://ruby-china.org/topics/16238</link>
      <guid>https://ruby-china.org/topics/16238</guid>
    </item>
    <item>
      <title>社区 iPhone 客户端 iOS 7 版本预览</title>
      <description>&lt;p&gt;&lt;a href="/huacnlee" class="user-mention" title="@huacnlee"&gt;&lt;i&gt;@&lt;/i&gt;huacnlee&lt;/a&gt; 这几天我在为我们社区做一个 iphone 客户端&lt;img title=":smile:" alt="😄" src="https://twemoji.ruby-china.com/2/svg/1f604.svg" class="twemoji"&gt;，这样更加方便大家的及时讨论和积极交流。
先上几张截图：
&lt;img src="//l.ruby-china.com/photo/2013/78618840c8ff8c7fb718c6d8445bd1b6.png" title="" alt=""&gt;&lt;img src="//l.ruby-china.com/photo/2013/9db872e5119968c8a703e15246b15d0a.png" title="" alt=""&gt;&lt;img src="//l.ruby-china.com/photo/2013/5ea62f346bc0262bdc1937ab16bfd9c6.png" title="" alt=""&gt;&lt;img src="//l.ruby-china.com/photo/2013/b1a7daa706dca7a0cf2f65fb07ea3771.png" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;:bowtie:已完成功能：
1、热门讨论贴
2、帖子查看和回复
3、社区分类，暂未分组待改进
4、酷站导航，外链其他网站&lt;/p&gt;

&lt;p&gt;&lt;img title=":sleepy:" alt="😪" src="https://twemoji.ruby-china.com/2/svg/1f62a.svg" class="twemoji"&gt;待完成：
1、发帖，支持 emoj：&lt;a href="http://www.emoji-cheat-sheet.com/" rel="nofollow" target="_blank"&gt;http://www.emoji-cheat-sheet.com/&lt;/a&gt;
2、个人主页&lt;/p&gt;

&lt;p&gt;本周末会完成基本所有的功能，到时会从我的 oschina 的私有库，开源到 github。
欢迎有兴趣参与的同学，参与并提交 issue 和 pull request，将我们 ruby-china 的社区
iPhone 客户端做的更好，更好地服务大家。&lt;img title=":fire:" alt="🔥" src="https://twemoji.ruby-china.com/2/svg/1f525.svg" class="twemoji"&gt;&lt;img title=":fire:" alt="🔥" src="https://twemoji.ruby-china.com/2/svg/1f525.svg" class="twemoji"&gt;&lt;img title=":fire:" alt="🔥" src="https://twemoji.ruby-china.com/2/svg/1f525.svg" class="twemoji"&gt;&lt;img title=":smirk:" alt="😏" src="https://twemoji.ruby-china.com/2/svg/1f60f.svg" class="twemoji"&gt;&lt;img title=":smirk:" alt="😏" src="https://twemoji.ruby-china.com/2/svg/1f60f.svg" class="twemoji"&gt;&lt;img title=":smirk:" alt="😏" src="https://twemoji.ruby-china.com/2/svg/1f60f.svg" class="twemoji"&gt;&lt;/p&gt;

&lt;p&gt;:poop:接口方面还需增加信息：
1、已删除的楼层，接口没有说明。这样导致楼层跳转就不准确。
2、精华贴没有接口&lt;/p&gt;</description>
      <author>jimneylee</author>
      <pubDate>Thu, 12 Dec 2013 23:13:12 +0800</pubDate>
      <link>https://ruby-china.org/topics/16171</link>
      <guid>https://ruby-china.org/topics/16171</guid>
    </item>
  </channel>
</rss>
