iamdanielyin / paintweb

Automatically exported from code.google.com/p/paintweb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Copyright (C) 2008, 2009, 2010 Mihai Şucan

$URL: http://code.google.com/p/paintweb $ $Date: 2014-01-28 12:33:54 $

PaintWeb is a Web application which allows users to draw inside the Web browser making use of new Web technologies.

This folder holds the PaintWeb source code, documentation and the packaged PaintWeb build.

Requirements:

A Web browser which implements the HTML 5 2D context API. Known to work are: Opera 9.5+, Firefox 3+, Safari 3.1+, Chrome 3+, Konqueror 4.1+, Microsoft Internet Explorer 9+. Each Web browser has its minor quirks.

Usage:

You can use PaintWeb inside Moodle, or you may integrate PaintWeb into your project via TinyMCE. The "ext" folder holds a TinyMCE plugin which integrates PaintWeb into TinyMCE. Please check the documentation for further details:

http://code.google.com/p/paintweb

Installation:

If you want to learn how to repackage PaintWeb yourself, please see the INSTALL file.

Files and folders in this package:

build/ - holds the packaged PaintWeb build. CHANGES - holds a chronologically ordered list of changes. config-default.mk - the default Makefile configuration. LICENSE - the BSD license. demos/ - holds usage demos with PaintWeb. docs/ - holds project documentation. ext/ - holds code for integrating PaintWeb into external projects. For example, there's code for Moodle and TinyMCE integration. INSTALL - PaintWeb packaging instructions. Makefile - the Makefile script which drives the PaintWeb packaging process. README - this file scripts/ - holds scripts used for PaintWeb packaging. src/ - holds the PaintWeb source code. tests/ - holds various tests made during the development of PaintWeb.

Get in contact:

Thank you!

-- vim:set spell spl=en fenc=utf-8 ff=unix: