Giter Club home page Giter Club logo

all-my-etherpads's Introduction

All My Etherpads

Etherpads are awesome, but they have a few problems:

  • There's no easy way to keep track of all your Etherpads, especially across multiple servers.

  • Sometimes an Etherpad server goes down, which is terrifying.

  • Accessing an Etherpad on a mobile device isn't fun because the site loads very slowly.

All My Etherpads is a simple mobile Web app that solves these problems by storing HTML versions of your Etherpads for offline viewing.

Browser Compatibility

The app has been tested on the latest desktop and mobile versions of Firefox and Safari, as well as the desktop version of Chrome.

Technical Details

The app consists entirely of static files, though it uses a cross-domain Ajax API at etherpad-export.appspot.com to retrieve the contents of Etherpads. The source code for that server is in the etherpad-export-proxy directory.

The app uses the jQuery Mobile framework for its user interface, and currently uses DOM Storage for offline storage. The application cache feature of HTML5 is used to allow the app to be used while offline.

Development

To start working on this app, enter the root directory of the repository and run:

python server.py --ignore-cache-manifests

Then point your browser to:

http://localhost:8001/

The --ignore-cache-manifests option will ensure that all the changes to your code take effect immediately, without the application cache getting in the way.

Once you want to publish your changes on a website, though, you should make sure the cache.manifest file has changed so that clients retrieve the latest version of the code.

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.