Web application for an online shared scrap board implemented using Node.
This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Paul van Tilburg e7209f8d86 Bumped the version to 0.4 2012-02-11 11:00:13 +01:00
public Bumped the version to 0.4 2012-02-11 11:00:13 +01:00
.gitignore Include jquery-ui.css, ignore it, and use the non minimized version of jquery-ui.js 2012-01-16 11:12:59 +01:00
.nodemonignore Prevent nodemon from restarting when client-side stuff is changed 2012-01-16 19:03:53 +01:00
COPYING Initial commit of the rework in Express/Node.js. 2012-01-11 15:06:29 +01:00
NEWS Updated the NEWS file for the 0.4 release 2012-02-11 11:00:03 +01:00
README.md Add to the README that drag & drop uploading is also a possibility 2012-02-11 01:42:06 +01:00
TODO Updated README.md and TODO for current feature set 2012-02-11 01:39:03 +01:00
app.js Actually retrieve the title from the form 2012-02-11 01:35:48 +01:00
db.js Syntax consistency fix 2012-01-15 16:16:41 +01:00

README.md

Plemp!

Create your own online pile of junk! Plemp allows you to upload/put stuff on a single canvas, for sharing, collaging or any purpose you can think of.

Features

  • Adding content by means of typing/pasting text
  • Uploading of image/music/video/code/text files
  • (Re)arranging of the files
  • Some visual effects for eye candy purposes
  • Syntax highlighting of source code files
  • Distributed management of the arrangement, i.e. everybody viewing the Plemp page will (with some delay) see the same arrangement

Requirements

Plemp! is an Express (on node.js) application, so you need:

  • Node.js (>= 0.4.12) with
    • Express (>= 2.5.0)
    • Connect-Form (>= 0.2.0)
  • JQuery (>= 1.7.0)
  • JQuery UI (>= 1.8.16)

Installation

For now, Plemp! is in a developing state and not ready for site-wide deployment yet. However, before running, make sure that jquery.js, jquery-ui.js, and jquery-ui.css with images are available from public/ either by copying or symlinking them there.

Usage

Run from the command line:

$ node plemp.js

and head over to http://localhost:3300/ to view and use the Plemp! canvas.

Files can be uploaded or text can be pasted using the Add/Upload Dialog invoked by pressing the Plus key or the Plus button in the top-right corner. When your browser supports it, files can also be uploaded by dragging it and dropping it on the canvas. Once uploaded, the objects can be arranged by dragging them around.

License

Plemp! is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

N.B. The source code of this program includes code from external projects.

The following files are taken from the highlight.js library (see http://softwaremaniacs.org/soft/highlight/en/):

  • public/javascripts/highlight.pack.js
  • public/stylesheets/highlight.css

These files are licensed under the 3-clause BSD license: https://github.com/isagalaev/highlight.js/blob/master/LICENSE.

The following file is the Jeditable jQuery plugin (see http://www.appelsiini.net/projects/jeditable):

  • public/javascript/jquery-jeditable.min.js

This file is licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php.

The following file is the jQuery filedrop plugin (see https://github.com/weixiyen/jquery-filedrop):

  • public/javascript/jquery-filedrop.js

This file is licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php.