GithubHelp home page GithubHelp logo

chancejiang / hub-list_gtd-productivity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muhammad/hub_list_mobile

1.0 1.0 0.0 26 MB

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

Home Page: http://hublistapp.com

hub-list_gtd-productivity's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.