Skip to content

shanzi/diumoo

Repository files navigation

Diumoo

Third party client of Douban.FM for Mac. For more details, refer to our Homepage.

Why?

  1. NO Flash, NO web broswer
  2. Native code, battery friendly
  3. Silently rest in your status bar
  4. More features (Time Machine, Search, etc.)

Installation

Download precompiled version

Develop

To contribute or compile diumoo by yourself, follow instructions below:

git clone git@github.com:shanzi/diumoo.git

git submodule init # Initialize dependencies

Then you can open diumoo.xcodeproj and modify the code or compile it.

Pull requests are extremely welcomed. Fork and conforms to GitHub workflow before contribution :)

NOTICE: We use master branch for developing and new pull requests will be merged into master. For latest stable version, pleace switch to release branch.

Since 1.6 we will move to Swift 3+. Please make sure you compile with Xcode >= 8.1.

TODO

  • migrate to CocoaPods instead of git submodules
  • migrate to swift (Anakin is working on this)

Maintainers

Currently, this project is mainly maintained by:

  1. Chase Zhang
  2. Anakin(Yancheng) Zheng

More developers are wanted!

LICENSE

Main code of this project is licensed under GPLv3. For more details refer to LICENSE. All codes under extern are external dependencies and are still licensed under their original licenses.