summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/presentation/README
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-14 15:39:19 +0000
committerGravatar mensonge2008-11-14 15:39:19 +0000
commit1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch)
tree3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/presentation/README
parent104d59099e048688c4dbac37d72137006e396558 (diff)
downloadscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz
scuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.zip
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/presentation/README')
-rw-r--r--includes/js/dojox/presentation/README72
1 files changed, 0 insertions, 72 deletions
diff --git a/includes/js/dojox/presentation/README b/includes/js/dojox/presentation/README
deleted file mode 100644
index 4be60f5..0000000
--- a/includes/js/dojox/presentation/README
+++ /dev/null
@@ -1,72 +0,0 @@
--------------------------------------------------------------------------------
-dojox.presentation
--------------------------------------------------------------------------------
-Version 0.9
-Release date: 10/31/2007
--------------------------------------------------------------------------------
-Project state:
-experimental
--------------------------------------------------------------------------------
-Credits
- pete higgins (dante)
--------------------------------------------------------------------------------
-
-Project description
-
-This is the presentation base class. It provides a mechanism for various
-display-oriented tasks. It includes a powerpoint-esque engine [prototype].
-The SlideShow aspect of this project has been deprecated and lives now
-in dojox.image project.
-
--------------------------------------------------------------------------------
-
-Dependencies:
-
-dojox.presentation requires both Dojo Base, Dojo FX Core, and Dijit system(s).
-
--------------------------------------------------------------------------------
-
-Documentation
-
-See the Dojo API tool (http://dojotoolkit.org/api)
-
--------------------------------------------------------------------------------
-
-Installation instructions
-
-This package is self-contained, but needs Dijit sytem.
-
-Grab the following from the Dojo SVN Repository:
-
-svn co http://svn.dojotoolkit.org/dojo/dojox/trunk/presentation*
-svn co http://svn.dojotoolkit.org/dojo/dijit/*
-
-into your:
-/dojo root folder [checkout/release root]
-
-and require in dependancies via dojo.require('dojox.presentation');
-
-see /dojox/presentation/tests/test_presentation.html for example usage, but
-basically the structure is this:
-
-presentation />
- Slide />
- Slide />
- Text Outside of Part is Static
- Part />
- Part />
- Action forPart/>
- Action forPart/>
- Slide href="remote.html" />
- Slide />
- Part />
- Action forPart/>
-/presentation>
-
-NOTE: project marked experimental, and API has a planned deprecation. To
-participate in the formation of the new presentation class, visit
-the dojotoolkit forums at:
-
-http://dojotoolkit.org/forums
-
-