├── README.md └── README_EN_ZH.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | ## Trash 3 | **The Project is written two or three years age, because the history long, so trashed, do not recommended that you learn to use.** 4 | 5 | 6 | 7 | ## Diigoer 8 | Diigoer is a Diigo Android Clent,That can login, watch bookmarks, The categorization of bookmarks, share, cache, set theme etc; 9 | - [https://github.com/Tikitoo/Diigoer](https://github.com/Tikitoo/Diigoer) 10 | 11 | ## Migrate 12 | The code has been migrated to the [Dev branch](https://github.com/Tikitoo/Diigoer/tree/dev) 13 | 14 | 15 | ## About Me 16 | - [Tikitoo](http://www.zhihu.com/Tikitoo) 17 | - [My Blogs](http://tikitoo.github.io/blog) 18 | 19 | ## License 20 | ``` 21 | Copyright 2015 Tikitoo 22 | 23 | Licensed under the Apache License, Version 2.0 (the "License"); 24 | you may not use this file except in compliance with the License. 25 | You may obtain a copy of the License at 26 | 27 | http://www.apache.org/licenses/LICENSE-2.0 28 | 29 | Unless required by applicable law or agreed to in writing, software 30 | distributed under the License is distributed on an "AS IS" BASIS, 31 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 32 | See the License for the specific language governing permissions and 33 | limitations under the License. 34 | ``` 35 | -------------------------------------------------------------------------------- /README_EN_ZH.md: -------------------------------------------------------------------------------- 1 | 2 | ## 废弃 3 | **本项目是两三年前的写的,因为历史久远,所以废弃,也不建议大家学习使用。** 4 | 5 | ## Diigoer 6 | Digoer 是一个Diigo Android 客户端,实现了登录,查看书签,对书签的分类,查找,分享(也可分享其他URL 到Diigo),缓存,设置主题等功能: 7 | - [http://www.github.com/Tikitoo/Diigoer]() 8 | 9 | 10 | ## 迁移 11 | 代码已经迁移至[Dev 分支](https://github.com/Tikitoo/Diigoer/tree/dev) 12 | 13 | 14 | ## 关于我 15 | - [Tikitoo](http://www.zhihu.com/Tikitoo) 16 | - [My Blogs](http://tikitoo.github.io/blog) 17 | 18 | ## 声明 19 | ``` 20 | License 21 | 22 | Copyright 2015 Tikitoo 23 | 24 | Licensed under the Apache License, Version 2.0 (the "License"); 25 | you may not use this file except in compliance with the License. 26 | You may obtain a copy of the License at 27 | 28 | http://www.apache.org/licenses/LICENSE-2.0 29 | 30 | Unless required by applicable law or agreed to in writing, software 31 | distributed under the License is distributed on an "AS IS" BASIS, 32 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 33 | See the License for the specific language governing permissions and 34 | limitations under the License. 35 | ``` 36 | --------------------------------------------------------------------------------