Skip to content

Commit

Permalink
forward RDFauthor
Browse files Browse the repository at this point in the history
  • Loading branch information
cannelony committed Jul 9, 2012
1 parent a4b4b26 commit c1603c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/RDFauthor
Submodule RDFauthor updated 75 files
+20 −0 libraries/jstree/_demo/_dump.sql
+0 −0 libraries/jstree/_demo/_inc/__mysql_errors.log
+146 −0 libraries/jstree/_demo/_inc/class._database.php
+152 −0 libraries/jstree/_demo/_inc/class._database_i.php
+602 −0 libraries/jstree/_demo/_inc/class.tree.php
+6 −0 libraries/jstree/_demo/_install.txt
+14 −0 libraries/jstree/_demo/config.php
+ libraries/jstree/_demo/file.png
+ libraries/jstree/_demo/folder.png
+461 −0 libraries/jstree/_demo/index.html
+ libraries/jstree/_demo/root.png
+69 −0 libraries/jstree/_demo/server.php
+48 −0 libraries/jstree/_docs/!style.css
+ libraries/jstree/_docs/_drive.png
+2 −0 libraries/jstree/_docs/_html_data.html
+4 −0 libraries/jstree/_docs/_json_data.json
+6 −0 libraries/jstree/_docs/_search_data.json
+1 −0 libraries/jstree/_docs/_search_result.json
+12 −0 libraries/jstree/_docs/_xml_flat.xml
+18 −0 libraries/jstree/_docs/_xml_nest.xml
+171 −0 libraries/jstree/_docs/checkbox.html
+121 −0 libraries/jstree/_docs/contextmenu.html
+97 −0 libraries/jstree/_docs/cookies.html
+689 −0 libraries/jstree/_docs/core.html
+316 −0 libraries/jstree/_docs/crrm.html
+199 −0 libraries/jstree/_docs/dnd.html
+82 −0 libraries/jstree/_docs/hotkeys.html
+175 −0 libraries/jstree/_docs/html_data.html
+86 −0 libraries/jstree/_docs/index.html
+249 −0 libraries/jstree/_docs/json_data.html
+152 −0 libraries/jstree/_docs/languages.html
+ libraries/jstree/_docs/logo.png
+153 −0 libraries/jstree/_docs/search.html
+85 −0 libraries/jstree/_docs/sort.html
+2,232 −0 libraries/jstree/_docs/syntax/!script.js
+511 −0 libraries/jstree/_docs/syntax/!style.css
+ libraries/jstree/_docs/syntax/clipboard.swf
+ libraries/jstree/_docs/syntax/help.png
+ libraries/jstree/_docs/syntax/magnifier.png
+ libraries/jstree/_docs/syntax/page_white_code.png
+ libraries/jstree/_docs/syntax/page_white_copy.png
+ libraries/jstree/_docs/syntax/printer.png
+ libraries/jstree/_docs/syntax/wrapping.png
+107 −0 libraries/jstree/_docs/themeroller.html
+127 −0 libraries/jstree/_docs/themes.html
+178 −0 libraries/jstree/_docs/types.html
+197 −0 libraries/jstree/_docs/ui.html
+85 −0 libraries/jstree/_docs/unique.html
+218 −0 libraries/jstree/_docs/xml_data.html
+96 −0 libraries/jstree/_lib/jquery.cookie.js
+99 −0 libraries/jstree/_lib/jquery.hotkeys.js
+18 −0 libraries/jstree/_lib/jquery.js
+4,551 −0 libraries/jstree/jquery.jstree.js
+ libraries/jstree/themes/apple/bg.jpg
+ libraries/jstree/themes/apple/d.png
+ libraries/jstree/themes/apple/dot_for_ie.gif
+61 −0 libraries/jstree/themes/apple/style.css
+ libraries/jstree/themes/apple/throbber.gif
+ libraries/jstree/themes/classic/d.gif
+ libraries/jstree/themes/classic/d.png
+ libraries/jstree/themes/classic/dot_for_ie.gif
+77 −0 libraries/jstree/themes/classic/style.css
+ libraries/jstree/themes/classic/throbber.gif
+ libraries/jstree/themes/default-rtl/d.gif
+ libraries/jstree/themes/default-rtl/d.png
+ libraries/jstree/themes/default-rtl/dots.gif
+84 −0 libraries/jstree/themes/default-rtl/style.css
+ libraries/jstree/themes/default-rtl/throbber.gif
+ libraries/jstree/themes/default/d.gif
+ libraries/jstree/themes/default/d.png
+75 −0 libraries/jstree/themes/default/style.css
+ libraries/jstree/themes/default/throbber.gif
+8 −0 src/rdfauthor.config.js
+24 −0 src/widget.treeselector.css
+334 −0 src/widget.treeselector.js

0 comments on commit c1603c0

Please sign in to comment.