Coder Social home page Coder Social logo

pox's Introduction

Pox

Pox is a client/server based application that manages tasks. It can be used by multiple users. Features include:

  • A purely textual interface (based on a subset of Markdown)
  • Task delegation
  • Modular notification system
  • Powerful task grouping and filtering capabilities to generate ad-hoc to-do lists

Implementation

Pox is implemented in Chicken Scheme and known to work with version 4.5.0 so far. It can easily be compiled and installed using the chicken-install command. Note that you need the hato mail suite which can't be obtained from the standard egg repository. You'll also need a PostgreSQL server and prepare a database with the included schema.sql as there is no automatic setup routine for pox, yet. To start up the server, you still need a checkout of the source repository at the moment. Copy the init.scm-dist file and name it init.scm. Modify it to suit your needs (i.e. set up the database connection) and then execute ./run.scm production. Pox should now listen on port 7040, ready to take requests.

Since there is no user management facility in pox, yet, you'll have to insert your users into the database manually for now. Once you did that, you can try to access the pox web interface through your browser, enter a user name and start dabbling!

(more in-depth docs will follow)

License

See LICENSE for licensing information.

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.