└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## 410 Obsolete Repository 2 | 3 | # These are not the codes you are looking for 4 | 5 | We've made a ton of progress on Couchbase Mobile technologies since this repository was current. You can find the latest code in these Github projects: 6 | 7 | * [Couchbase Mobile](https://github.com/couchbase/mobile) documentation repository. Look here for an architecture overview, tutorials, and links to API docs. 8 | * [Couchbase Lite iOS](https://github.com/couchbase/couchbase-lite-ios) sync client. This is the latest version of [TouchDB](https://github.com/couchbaselabs/TouchDB-iOS). We've changed the name because it is lighter, and built by Couchbase. TouchDB will continue to get bug fixes but new development is happening on Couchbase Lite. 9 | * [Couchbase Lite Android](https://github.com/couchbase/couchbase-lite-android) is the Android port of Couchbase Lite iOS. It is still in the process of catching up to the feature set of Couchbase Lite iOS. It was renamed from [TouchDB-Android](https://github.com/couchbaselabs/TouchDB-Android). 10 | * [LiteGap iOS](https://github.com/couchbaselabs/LiteGap) PhoneGap / Cordova container for Couchbase Lite, makes it easy to build HTML5 mobile sync apps. If you are creating a PhoneGap container on Android, it should be as simple as adding TouchDB Android to the generic PhoneGap Android app. 11 | 12 | To discuss Couchbase Mobile and find answers about the latest state of the art, please [join our Couchbase Mobile Google Group](https://groups.google.com/forum/#!forum/mobile-couchbase) 13 | 14 | If you really wanted the legacy code for this repository, it's available on the master branch. You are currently looking at the redirect branch. Check out the repo and switch to the master branch, or use the branch selector in the Github UI. 15 | 16 | --------------------------------------------------------------------------------