Skip to content

chancejiang/Hub-List_GTD-Productivity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hub List

Hub List is an open source GTD style productivity app written entirely in JavaScript using Ext JS 4. It's a CouchApp which means it can be served directly from any CouchDB instance without the need for a separate server side application stack!

Screenshots

Status

The app is currently under heavy development and not ready for situations where data loss will ruin your day. I'm in the process of replicating the functionality from the previous version of Hub List which was built with Ext JS 3.x. As soon as the core functionality is complete the app will be ready for everyday use. The first screenshot is what the app currently looks like. The second and third screenshots are where it's headed.

App Requirements

  • CouchDB (1.1+)
  • A modern web browser

Deployment Requirements

To start using Hub List you'll need these tools to push the application code into an instance of CouchDB. These don't have be installed on the same machine as your CouchDB instance as long as they can access the CouchDB instance where you want Hub List installed.

Installing Hub List

  1. Create a database on your instance of CouchDB. You can name the database anything.
curl -X PUT http://127.0.0.1:5984/hublist
  1. clone this repo
git clone  https://github.com/rawberg/Hub-List_GTD-Productivity Hub-List
  1. push the code into the database you created (requires node.couchapp.js)
cd Hub-List
couchapp push couchapp.js http://127.0.0.1:5984/hublist 
  1. open the index.html file in your browser and enjoy!
http://127.0.0.1:5984/hublist/_design/app/index.html

Upgrading Hub List

  1. Pull the latest changes
cd Hub-List 
git pull  
  1. push the updated code into your database
couchapp push couchapp.js http://127.0.0.1:5984/hublist 

Wishlist

  • Distribute CouchApps as native desktop applications.

I'd love to distribute native desktop versions of Hub List for Mac, Windows and Linux. If anyone has experience or a desire to hack the CouchDB source code and existing platform intallers so desktop versions of CouchDB could immediately launch into a CouchApp, let me know.

Developer Contributions & Discussion

Contributions are welcome! To contribute code or design simply fork this repo and initiate a pull request when you're ready to merge. For best results get in touch via twitter @hublistapp with questions.

License

The Hub List source is available under an open source or commercial license. The open source license is the GPL v3 License. A commercial license is available for those interested in including Hub List source code in non-open source applications. Please get in touch for more information on the commercial license.

Links

API Documentation - http://apidocs.hublistapp.com (powered by JSDuck)
Main Website - http://hublistapp.com
Development Blog - http://hublistapp.com/blog
End User Support & Feature Requests
Twitter @hublistapp

About

Open source GTD style productivity as a CouchApp written entirely in Ext JS 4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published