mrlem / cupa

A super-easy to use tool to build web-pages that your users can customize themselves.
GNU General Public License v3.0
5 stars 0 forks source link
css framework javascript jquery php

Cupa

A super-easy to use tool to build web-pages that your users can customize themselves.

If you know how to write a webpage in HTML5 / CSS, this should be enough to use Cupa: no knowledge about Javascript, PHP, or MySQL is required.

Installation

Usage

Check the sample page for a working example. Here's a brief explanation:

For the end-user:

For the web-page developer:

<link rel="stylesheet" href="https://github.com/mrlem/cupa/blob/master/styles/cupa.css" type="text/css" />
<script src="https://github.com/mrlem/cupa/raw/master/js/lib/jquery-min.js"></script>
<script src="https://github.com/mrlem/cupa/raw/master/js/cupa.js"></script>
<element id="my-id" class="cupa-editable">
<element class="cupa-connected">
<element class="cupa-notconnected">
<element onclick="cupa.askConnect(); return false;">
<element onclick="cupa.disconnect(); return false;">

FAQ