You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2015/04/14 15:13:26 UTC

[51/87] [abbrv] [partial] clerezza git commit: CLEREZZA-966: removed platform. prefix of folder names

CLEREZZA-966: removed platform. prefix of folder names

Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/70220239
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/70220239
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/70220239

Branch: refs/heads/master
Commit: 70220239fa0e864a2d5127b562c3e973e2bc668c
Parents: 4d35191
Author: Reto Gmuer <re...@apache.org>
Authored: Mon Mar 23 17:02:45 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon Mar 23 17:02:45 2015 +0000

----------------------------------------------------------------------
 platform/accountcontrolpanel/LICENSE            |   201 +
 .../platform.accountcontrolpanel.core/LICENSE   |   201 +
 .../platform.accountcontrolpanel.core/pom.xml   |   198 +
 .../account-control-panel/scripts/IEKeygen.js   |   287 +
 .../account-control-panel/scripts/profile.js    |    64 +
 .../account-control-panel/style/profile.css     |    51 +
 .../resources/OSGI-INF/serviceComponents.xml    |   101 +
 .../AcpPermissionDescriptionsProvider.scala     |    75 +
 .../accountcontrolpanel/MenuItemProvider.scala  |    71 +
 .../accountcontrolpanel/ProfilePanel.scala      |   466 +
 .../accountcontrolpanel/SettingsPanel.scala     |   646 +
 .../html/ContactConfirmRenderlet.scala          |   109 +
 .../accountcontrolpanel/html/PersonBox.scala    |    63 +
 .../accountcontrolpanel/html/ProfilePanel.scala |   295 +
 .../html/RenderingUtility.scala                 |    94 +
 .../html/SettingsPanel.scala                    |   163 +
 .../accountcontrolpanel/permissions.scala       |   103 +
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 .../src/site/site.xml                           |    30 +
 .../src/site/xsite/content/sitemap.xml          |    28 +
 .../src/site/xsite/content/usage.xhtml          |    49 +
 .../src/site/xsite/templates/skin.html          |    71 +
 .../LICENSE                                     |   201 +
 .../pom.xml                                     |    67 +
 .../ontologies/controlpanel.rdf                 |   120 +
 platform/accountcontrolpanel/pom.xml            |    41 +
 platform/concepts/LICENSE                       |   201 +
 platform/concepts/README.txt                    |    18 +
 .../concepts/platform.concepts.core/LICENSE     |   201 +
 .../concepts/platform.concepts.core/pom.xml     |   111 +
 .../platform/concepts/core/ConceptCache.java    |   285 +
 .../concepts/core/ConceptManipulator.java       |   124 +
 .../platform/concepts/core/ConceptProvider.java |    40 +
 .../concepts/core/ConceptProviderManager.java   |    39 +
 .../ConceptProviderManagerAppPermission.java    |    66 +
 .../platform/concepts/core/ConceptsFinder.java  |   266 +
 .../concepts/core/GenericResourcePage.java      |   111 +
 .../concepts/core/LocalConceptProvider.java     |    90 +
 .../concepts/core/RemoteConceptProvider.java    |   134 +
 .../core/RemoteConceptsDescriptionManager.java  |   102 +
 .../platform/concepts/core/ResourceTagger.java  |   131 +
 .../core/SimpleConceptProviderManager.java      |   319 +
 .../concepts/scripts/concept-find-create.js     |    21 +
 .../scripts/concept-provider-manipulation.js    |    21 +
 .../concepts/scripts/selected-concepts.js       |    21 +
 .../META-INF/static-web/concepts/style/form.css |    21 +
 .../concepts/core/concept-existing-subjects.ssp |    29 +
 .../concepts/core/concept-find-create.ssp       |    61 +
 .../platform/concepts/core/concept-tagging.ssp  |    23 +
 .../concepts/core/generic-resource-page.ssp     |    43 +
 .../core/manage-concept-providers-page.ssp      |   128 +
 .../concepts/core/selected-concepts.ssp         |    41 +
 .../concepts/core/skos-collection-json.ssp      |    33 +
 .../staticweb/scripts/concept-find-create.js    |   217 +
 .../scripts/concept-provider-manipulation.js    |   213 +
 .../scripts/jquery.rdfquery.core-1.0.js         |  4040 +++
 .../core/staticweb/scripts/selected-concepts.js |    58 +
 .../concepts/core/staticweb/style/form.css      |    24 +
 .../core/ConceptProviderManagerTest.java        |   104 +
 .../concepts/core/ConceptsFinderTest.java       |   154 +
 .../platform.concepts.ontologies/LICENSE        |   201 +
 .../platform.concepts.ontologies/pom.xml        |    65 +
 .../platform/concepts/ontologies/concepts.rdf   |   191 +
 .../concepts/ontologies/queryresult.rdf         |    62 +
 platform/concepts/pom.xml                       |    38 +
 platform/config.gui/LICENSE                     |   201 +
 platform/config.gui/pom.xml                     |    92 +
 .../config/gui/ConfigGuiAccessPermission.java   |    66 +
 .../platform/config/gui/PlatformConfigGui.java  |   190 +
 .../clerezza/platform/config/gui/config.ssp     |    49 +
 .../config/gui/staticweb/js/platformconfig.js   |    52 +
 platform/config/LICENSE                         |   201 +
 platform/config/pom.xml                         |    79 +
 .../platform/config/PlatformConfig.java         |   191 +
 .../clerezza/platform/config/SystemConfig.java  |   186 +
 .../TcPermissionDescriptionsProvider.java       |    70 +
 .../platform/config/default-system-graph.rdf    |   103 +
 platform/content.default404/LICENSE             |   201 +
 platform/content.default404/pom.xml             |   100 +
 .../main/resources/META-INF/documentation.nt    |    35 +
 .../resources/OSGI-INF/serviceComponents.xml    |    30 +
 .../default404/DefaultPageNotFoundService.scala |    64 +
 platform/content.fsadaptor/LICENSE              |   201 +
 platform/content.fsadaptor/pom.xml              |   116 +
 .../resources/OSGI-INF/serviceComponents.xml    |    38 +
 .../content/fsadaptor/BundleFsLoader.scala      |   301 +
 .../content/fsadaptor/DirectoryOverlay.scala    |    86 +
 .../platform/content/fsadaptor/Logger.scala     |    30 +
 .../content/fsadaptor/PathNode2MGraph.scala     |   146 +
 platform/content.imagemetadata/LICENSE          |   201 +
 platform/content.imagemetadata/pom.xml          |    67 +
 .../imagemetadata/ImageMetaDataGenerator.java   |    64 +
 platform/content.representations/LICENSE        |   201 +
 .../LICENSE                                     |   201 +
 .../pom.xml                                     |    87 +
 .../AlternativeRepresentationGenerator.java     |   327 +
 .../representations/core/ThumbnailService.java  |   378 +
 .../LICENSE                                     |   201 +
 .../pom.xml                                     |    67 +
 .../ontologies/representations.rdf              |    52 +
 platform/content.representations/pom.xml        |    41 +
 platform/content/LICENSE                        |   201 +
 platform/content/pom.xml                        |   154 +
 .../content/AbstractDiscobitsHandler.java       |   151 +
 .../platform/content/CollectionTypeHandler.java |   164 +
 .../platform/content/ContentPostSupport.java    |    98 +
 .../platform/content/DiscobitTemplating.java    |    77 +
 .../platform/content/DiscobitsHandler.java      |    70 +
 .../platform/content/DiscobitsTypeHandler.java  |   556 +
 .../clerezza/platform/content/Editor.java       |   177 +
 .../clerezza/platform/content/InfoDiscobit.java |   105 +
 .../platform/content/InfoDiscobitWriter.java    |    67 +
 .../platform/content/PageNotFoundService.java   |    40 +
 .../content/SimpleDiscobitsHandler.java         |    49 +
 .../content/TitledContentRenderlet.java         |   142 +
 .../clerezza/platform/content/WebDavUtils.java  |   703 +
 .../content/collections/CollectionCreator.java  |    74 +
 .../GenericMetaDataGenerator.java               |    53 +
 .../clerezza/platform/content/webdav/COPY.java  |    38 +
 .../clerezza/platform/content/webdav/LOCK.java  |    38 +
 .../clerezza/platform/content/webdav/MKCOL.java |    37 +
 .../clerezza/platform/content/webdav/MOVE.java  |    38 +
 .../platform/content/webdav/PROPFIND.java       |    37 +
 .../platform/content/webdav/PROPPATCH.java      |    37 +
 .../platform/content/webdav/UNLOCK.java         |    38 +
 .../main/resources/META-INF/documentation.nt    |    59 +
 .../platform/content/OrderedContent_naked.xhtml |     4 +
 .../clerezza/platform/content/Resource.xhtml    |    11 +
 .../platform/content/Resource_naked.xhtml       |     1 +
 .../platform/content/TitledContent.xhtml        |    15 +
 .../content/XHTML_InfoDiscoBit_naked.xhtml      |     1 +
 .../clerezza/platform/content/XmlLiteral.ssp    |    35 +
 .../clerezza/platform/content/collection.ssp    |    38 +
 .../platform/content/staticweb/disco.xhtml      |   171 +
 .../content/staticweb/discoscripts/identity.js  |   399 +
 .../content/staticweb/discoscripts/log.js       |   104 +
 .../content/staticweb/discoscripts/match.js     |   192 +
 .../staticweb/discoscripts/mozile/LICENSE.txt   |  1446 +
 .../staticweb/discoscripts/mozile/README        |   119 +
 .../discoscripts/mozile/images/Mozile-16.png    |   Bin 0 -> 920 bytes
 .../discoscripts/mozile/images/arrow-down.gif   |   Bin 0 -> 52 bytes
 .../discoscripts/mozile/images/arrow-right.gif  |   Bin 0 -> 57 bytes
 .../discoscripts/mozile/images/silk/COPYING     |     1 +
 .../mozile/images/silk/arrow_redo.png           |   Bin 0 -> 625 bytes
 .../mozile/images/silk/arrow_undo.png           |   Bin 0 -> 631 bytes
 .../discoscripts/mozile/images/silk/bug.png     |   Bin 0 -> 774 bytes
 .../discoscripts/mozile/images/silk/cut.png     |   Bin 0 -> 648 bytes
 .../discoscripts/mozile/images/silk/font.png    |   Bin 0 -> 567 bytes
 .../discoscripts/mozile/images/silk/help.png    |   Bin 0 -> 786 bytes
 .../discoscripts/mozile/images/silk/html.png    |   Bin 0 -> 578 bytes
 .../mozile/images/silk/information.png          |   Bin 0 -> 778 bytes
 .../mozile/images/silk/link_add.png             |   Bin 0 -> 570 bytes
 .../mozile/images/silk/link_break.png           |   Bin 0 -> 657 bytes
 .../mozile/images/silk/page_copy.png            |   Bin 0 -> 663 bytes
 .../mozile/images/silk/page_edit.png            |   Bin 0 -> 807 bytes
 .../mozile/images/silk/page_paste.png           |   Bin 0 -> 703 bytes
 .../mozile/images/silk/page_save.png            |   Bin 0 -> 774 bytes
 .../mozile/images/silk/paintbrush.png           |   Bin 0 -> 548 bytes
 .../mozile/images/silk/paintcan.png             |   Bin 0 -> 707 bytes
 .../mozile/images/silk/paste_plain.png          |   Bin 0 -> 605 bytes
 .../mozile/images/silk/photo_add.png            |   Bin 0 -> 707 bytes
 .../discoscripts/mozile/images/silk/pilcrow.png |   Bin 0 -> 361 bytes
 .../discoscripts/mozile/images/silk/style.png   |   Bin 0 -> 813 bytes
 .../mozile/images/silk/text_align_center.png    |   Bin 0 -> 234 bytes
 .../mozile/images/silk/text_align_justify.png   |   Bin 0 -> 209 bytes
 .../mozile/images/silk/text_align_left.png      |   Bin 0 -> 209 bytes
 .../mozile/images/silk/text_align_right.png     |   Bin 0 -> 209 bytes
 .../mozile/images/silk/text_bold.png            |   Bin 0 -> 304 bytes
 .../mozile/images/silk/text_heading_1.png       |   Bin 0 -> 276 bytes
 .../mozile/images/silk/text_heading_2.png       |   Bin 0 -> 304 bytes
 .../mozile/images/silk/text_heading_3.png       |   Bin 0 -> 306 bytes
 .../mozile/images/silk/text_heading_4.png       |   Bin 0 -> 293 bytes
 .../mozile/images/silk/text_heading_5.png       |   Bin 0 -> 304 bytes
 .../mozile/images/silk/text_heading_6.png       |   Bin 0 -> 310 bytes
 .../mozile/images/silk/text_horizontalrule.png  |   Bin 0 -> 317 bytes
 .../mozile/images/silk/text_indent.png          |   Bin 0 -> 353 bytes
 .../mozile/images/silk/text_indent_remove.png   |   Bin 0 -> 351 bytes
 .../mozile/images/silk/text_italic.png          |   Bin 0 -> 223 bytes
 .../mozile/images/silk/text_list_bullets.png    |   Bin 0 -> 344 bytes
 .../mozile/images/silk/text_list_numbers.png    |   Bin 0 -> 357 bytes
 .../mozile/images/silk/text_strikethrough.png   |   Bin 0 -> 269 bytes
 .../mozile/images/silk/text_subscript.png       |   Bin 0 -> 422 bytes
 .../mozile/images/silk/text_superscript.png     |   Bin 0 -> 421 bytes
 .../mozile/images/silk/text_underline.png       |   Bin 0 -> 273 bytes
 .../discoscripts/mozile/images/silk/tick.png    |   Bin 0 -> 537 bytes
 .../discoscripts/mozile/lib/docbook.rng         |   146 +
 .../discoscripts/mozile/lib/local.conf          |    25 +
 .../discoscripts/mozile/lib/xhtml-basic.rng     |   727 +
 .../staticweb/discoscripts/mozile/lib/xhtml.rng |   993 +
 .../mozile/lib/xhtml/exclude/basic-table.rng    |    56 +
 .../mozile/lib/xhtml/exclude/basic.rng          |   122 +
 .../mozile/lib/xhtml/exclude/form.rng           |   118 +
 .../discoscripts/mozile/lib/xhtml/index.html    |   129 +
 .../mozile/lib/xhtml/modules/applet.rng         |    47 +
 .../mozile/lib/xhtml/modules/attribs.rng        |    61 +
 .../mozile/lib/xhtml/modules/base.rng           |    23 +
 .../mozile/lib/xhtml/modules/basic-form.rng     |   200 +
 .../mozile/lib/xhtml/modules/basic-table.rng    |   146 +
 .../mozile/lib/xhtml/modules/bdo.rng            |    37 +
 .../mozile/lib/xhtml/modules/csismap.rng        |   102 +
 .../mozile/lib/xhtml/modules/datatypes.rng      |   120 +
 .../mozile/lib/xhtml/modules/edit.rng           |    55 +
 .../mozile/lib/xhtml/modules/events.rng         |   208 +
 .../mozile/lib/xhtml/modules/form.rng           |   209 +
 .../mozile/lib/xhtml/modules/frames.rng         |   111 +
 .../mozile/lib/xhtml/modules/hypertext.rng      |    61 +
 .../mozile/lib/xhtml/modules/iframe.rng         |    67 +
 .../mozile/lib/xhtml/modules/image.rng          |    40 +
 .../mozile/lib/xhtml/modules/inlstyle.rng       |    11 +
 .../mozile/lib/xhtml/modules/legacy.rng         |   502 +
 .../mozile/lib/xhtml/modules/link.rng           |    56 +
 .../mozile/lib/xhtml/modules/list.rng           |    92 +
 .../mozile/lib/xhtml/modules/meta.rng           |    37 +
 .../mozile/lib/xhtml/modules/nameident.rng      |    39 +
 .../mozile/lib/xhtml/modules/object.rng         |    82 +
 .../mozile/lib/xhtml/modules/param.rng          |    33 +
 .../mozile/lib/xhtml/modules/pres.rng           |   107 +
 .../mozile/lib/xhtml/modules/ruby.rng           |   102 +
 .../mozile/lib/xhtml/modules/script.rng         |    70 +
 .../mozile/lib/xhtml/modules/ssismap.rng        |    14 +
 .../mozile/lib/xhtml/modules/struct.rng         |    76 +
 .../mozile/lib/xhtml/modules/style.rng          |    36 +
 .../mozile/lib/xhtml/modules/table.rng          |   257 +
 .../mozile/lib/xhtml/modules/target.rng         |    31 +
 .../mozile/lib/xhtml/modules/text.rng           |   338 +
 .../mozile/lib/xhtml/xhtml-basic.rng            |    21 +
 .../mozile/lib/xhtml/xhtml-strict.rng           |    36 +
 .../discoscripts/mozile/lib/xhtml/xhtml.rng     |    39 +
 .../staticweb/discoscripts/mozile/mozile.js     |  1368 +
 .../discoscripts/mozile/src/gui/htmlToolbar.css |   162 +
 .../staticweb/discoscripts/parameters.js        |    72 +
 .../content/staticweb/discoscripts/rdfparser.js |   544 +
 .../staticweb/discoscripts/rdfxmlserializer.js  |   130 +
 .../content/staticweb/discoscripts/term.js      |   307 +
 .../content/staticweb/discoscripts/uri.js       |   123 +
 .../content/staticweb/discoscripts/util.js      |   174 +
 .../staticweb/discoscripts/widget-factory.js    |   995 +
 .../content/staticweb/scripts/tria-disco.js     |    56 +
 .../staticweb/style/disco-icon-round.png        |   Bin 0 -> 3798 bytes
 .../content/staticweb/style/disco-icon.png      |   Bin 0 -> 6734 bytes
 .../content/staticweb/style/discostyle.css      |    73 +
 .../content/staticweb/style/favicon.ico         |   Bin 0 -> 4286 bytes
 .../collections/CollectionsCreatorTest.java     |    54 +
 platform/cris/LICENSE                           |   201 +
 platform/cris/pom.xml                           |    95 +
 .../clerezza/platform/cris/IndexService.java    |   243 +
 platform/curieprefixmanager/LICENSE             |   201 +
 platform/curieprefixmanager/core/LICENSE        |   201 +
 platform/curieprefixmanager/core/pom.xml        |    89 +
 .../CuriePrefixRecommender.java                 |    36 +
 .../impl/CuriePrefixManager.java                |   237 +
 .../impl/curie-prefix-list-naked.ssp            |    46 +
 .../impl/curie-prefix-naked.ssp                 |    31 +
 platform/curieprefixmanager/ontologies/LICENSE  |   201 +
 platform/curieprefixmanager/ontologies/pom.xml  |    67 +
 .../curieprefixmanager/ontologies/curie.ttl     |    40 +
 platform/curieprefixmanager/pom.xml             |    59 +
 platform/dashboard.webinterface/LICENSE         |   201 +
 platform/dashboard.webinterface/pom.xml         |    91 +
 .../dashboard/webinterface/DashBoard.java       |   131 +
 .../webinterface/dashboard-template.ssp         |    41 +
 platform/dashboard/LICENSE                      |   201 +
 .../dashboard/platform.dashboard.core/LICENSE   |   201 +
 .../dashboard/platform.dashboard.core/pom.xml   |   114 +
 .../dashboard/ContextualMenuGenerator.java      |   207 +
 .../platform/dashboard/UserLoginNode.java       |    98 +
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 .../platform.dashboard.core/src/site/site.xml   |    30 +
 .../src/site/xsite/content/sitemap.xml          |    26 +
 .../src/site/xsite/content/usage.xhtml          |    70 +
 .../src/site/xsite/templates/skin.html          |    71 +
 .../platform.dashboard.ontologies/LICENSE       |   201 +
 .../platform.dashboard.ontologies/pom.xml       |    67 +
 .../platform/dashboard/ontologies/dashboard.rdf |    50 +
 .../dashboard/ontologies/globalmenu.rdf         |    87 +
 .../dashboard/platform.dashboard.tests/LICENSE  |   201 +
 .../dashboard/platform.dashboard.tests/pom.xml  |   257 +
 .../osgi/FelixContextualMenuGeneratorTest.java  |   195 +
 .../blackbox/osgi/GlobalMenuItemsProviderA.java |    52 +
 platform/dashboard/pom.xml                      |    42 +
 platform/documentation.viewer/LICENSE           |   201 +
 platform/documentation.viewer/pom.xml           |    65 +
 .../viewer/DocumentationViewer.java             |   238 +
 .../main/resources/META-INF/documentation.nt    |    26 +
 .../platform/documentation/viewer/SortTest.java |   143 +
 platform/documentation/LICENSE                  |   201 +
 platform/documentation/pom.xml                  |    75 +
 .../DocumentationInContentGraph.java            |    54 +
 .../documentation/DocumentationProvider.java    |   274 +
 .../documentation/UriMutatorIterator.java       |   176 +
 .../main/resources/META-INF/documentation.nt    |    47 +
 .../documentation/baseUriTransformation.xsl     |    47 +
 .../documentation/UriMutatorIteratorTest.java   |   113 +
 platform/editor/LICENSE                         |   201 +
 platform/editor/nbactions.xml                   |    11 +
 platform/editor/pom.xml                         |   191 +
 .../tools/editor/scripts/RDFa.1.3.0.js          |  3380 ++
 .../tools/editor/scripts/RDFaProcessor.1.3.0.js |  1644 +
 .../tools/editor/scripts/backbone-min.js        |     4 +
 .../tools/editor/scripts/backbone.stickit.js    |   468 +
 .../resources/tools/editor/scripts/etch.js      |   366 +
 .../tools/editor/scripts/greenrdfstore.js       |    78 +
 .../tools/editor/scripts/jquery.min.js          |     5 +
 .../resources/tools/editor/scripts/rdfstore.js  | 31836 +++++++++++++++++
 .../tools/editor/scripts/underscore-min.js      |     7 +
 .../resources/tools/editor/styles/etch.css      |    43 +
 .../tools/editor/styles/images/editor_icons.png |   Bin 0 -> 4893 bytes
 .../clerezza/platform/editor/Manager.scala      |    53 +
 .../renderlets/DiscobitsContentEtch.scala       |   277 +
 .../renderlets/HtmlInfoDicobitRDFaNaked.scala   |    34 +
 .../renderlets/OrderedContentRDFaNaked.scala    |    38 +
 .../renderlets/TitledContentRDFaNaked.scala     |    42 +
 platform/enrichment/LICENSE                     |   201 +
 platform/enrichment/pom.xml                     |    63 +
 .../rdf/enrichment/EnrichmentTcProvider.java    |   192 +
 platform/globalmenu.api/LICENSE                 |   201 +
 platform/globalmenu.api/pom.xml                 |    49 +
 .../platform/globalmenu/GlobalMenuItem.java     |   187 +
 .../globalmenu/GlobalMenuItemsProvider.java     |    39 +
 platform/graphnodeprovider/LICENSE              |   201 +
 platform/graphnodeprovider/pom.xml              |   141 +
 .../resources/OSGI-INF/serviceComponents.xml    |    42 +
 .../PlatformGraphNodeProvider.scala             |   245 +
 platform/graphprovider.content/LICENSE          |   201 +
 platform/graphprovider.content/pom.xml          |    64 +
 .../content/ContentGraphProvider.java           |   133 +
 .../content/GraphNameTransitioner.java          |    95 +
 .../TcPermissionDescriptionsProvider.java       |    58 +
 platform/language/LICENSE                       |   201 +
 .../language/platform.language.core/LICENSE     |   201 +
 .../language/platform.language.core/pom.xml     |    87 +
 .../platform/language/LanguageDescription.java  |   115 +
 .../platform/language/LanguageService.java      |   328 +
 .../platform/language/LanguageWidget.java       |   185 +
 .../platform/language/language-list.ssp         |    50 +
 .../clerezza/platform/language/lingvoj.rdf      | 20946 +++++++++++
 .../language/staticweb/scripts/language-list.js |    35 +
 .../platform.language.ontologies/LICENSE        |   201 +
 .../platform.language.ontologies/pom.xml        |    67 +
 .../platform/language/ontologies/language.rdf   |    52 +
 platform/language/pom.xml                       |    41 +
 platform/launcher.mulgara/LICENSE               |   202 +
 platform/launcher.mulgara/pom.xml               |   163 +
 .../src/main/appended-resources/META-INF/NOTICE |     6 +
 .../images/tut_1_class_diagram.png              |   Bin 0 -> 6985 bytes
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/launcher.mulgara/src/site/site.xml     |    26 +
 .../src/site/xsite/content/information.xhtml    |    41 +
 .../src/site/xsite/content/sitemap.xml          |    26 +
 .../src/site/xsite/templates/skin.html          |    71 +
 platform/launcher.sesame/DISCLAIMER             |    11 +
 platform/launcher.sesame/LICENSE                |   202 +
 platform/launcher.sesame/README.txt             |    11 +
 platform/launcher.sesame/pom.xml                |   178 +
 .../src/main/appended-resources/META-INF/NOTICE |     6 +
 .../launcher.sesame/src/main/assembly/src.xml   |    69 +
 .../images/tut_1_class_diagram.png              |   Bin 0 -> 6985 bytes
 .../resources/documentation/style/style.css     |   419 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/launcher.sesame/src/site/site.xml      |    26 +
 .../src/site/xsite/content/information.xhtml    |    41 +
 .../src/site/xsite/content/sitemap.xml          |    26 +
 .../src/site/xsite/templates/skin.html          |    70 +
 platform/launcher.storageless.parent/LICENSE    |   201 +
 .../platform.launcher.storageless/LICENSE       |   471 +
 .../platform.launcher.storageless/pom.xml       |   417 +
 .../src/main/appended-resources/META-INF/NOTICE |    18 +
 .../platform/launcher/ClerezzaActivator.java    |    73 +
 .../clerezza/platform/launcher/ClerezzaApp.java |   479 +
 .../platform/launcher/LauncherArguments.java    |    70 +
 .../apache/clerezza/platform/launcher/Main.java |    48 +
 .../platform/launcher/MavenArtifactDesc.java    |   147 +
 .../platform/launcher/ShutdownListener.java     |    38 +
 .../images/tut_1_class_diagram.png              |   Bin 0 -> 6985 bytes
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 .../src/site/site.xml                           |    30 +
 .../src/site/xsite/content/sitemap.xml          |    28 +
 .../src/site/xsite/content/usage.xhtml          |   180 +
 .../src/site/xsite/templates/skin.html          |    71 +
 platform/launcher.storageless.parent/pom.xml    |   927 +
 platform/launcher.tdb/DISCLAIMER                |    11 +
 platform/launcher.tdb/LICENSE                   |   471 +
 platform/launcher.tdb/README.txt                |    11 +
 platform/launcher.tdb/nb-configuration.xml      |    18 +
 platform/launcher.tdb/nbactions.xml             |    54 +
 platform/launcher.tdb/pom.xml                   |   229 +
 .../src/main/appended-resources/META-INF/NOTICE |    18 +
 platform/launcher.tdb/src/main/assembly/src.xml |    69 +
 .../images/tut_1_class_diagram.png              |   Bin 0 -> 6985 bytes
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/launcher.tdb/src/site/site.xml         |    26 +
 .../src/site/xsite/content/information.xhtml    |    41 +
 .../src/site/xsite/content/sitemap.xml          |    27 +
 .../src/site/xsite/templates/skin.html          |    71 +
 platform/launcher.virtuoso/DISCLAIMER           |    11 +
 platform/launcher.virtuoso/LICENSE              |   471 +
 platform/launcher.virtuoso/README.txt           |    24 +
 platform/launcher.virtuoso/pom.xml              |   251 +
 .../src/main/appended-resources/META-INF/NOTICE |    18 +
 .../launcher.virtuoso/src/main/assembly/src.xml |    69 +
 .../images/tut_1_class_diagram.png              |   Bin 0 -> 6985 bytes
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/launcher.virtuoso/src/site/site.xml    |    26 +
 .../src/site/xsite/content/information.xhtml    |    41 +
 .../src/site/xsite/content/sitemap.xml          |    27 +
 .../src/site/xsite/templates/skin.html          |    71 +
 platform/logging/LICENSE                        |   201 +
 platform/logging/core/LICENSE                   |   201 +
 platform/logging/core/pom.xml                   |    94 +
 .../platform/logging/LoggingManager.java        |   163 +
 .../logging/LoggingManagerAccessPermission.java |    71 +
 .../platform/logging/config-page-naked.ssp      |    32 +
 platform/logging/initializer/LICENSE            |   201 +
 platform/logging/initializer/pom.xml            |    68 +
 .../logging/initializer/Activator.scala         |    88 +
 platform/logging/ontologies/LICENSE             |   201 +
 platform/logging/ontologies/pom.xml             |    67 +
 .../platform/logging/ontologies/logging.ttl     |    32 +
 platform/logging/pom.xml                        |    49 +
 platform/mail/LICENSE                           |   201 +
 platform/mail/pom.xml                           |    75 +
 .../platform/mail/GraphNodeDataHandler.java     |   131 +
 .../apache/clerezza/platform/mail/MailMan.java  |   177 +
 .../clerezza/platform/mail/MailManImpl.java     |   291 +
 .../platform/mail/MailManPermission.java        |   135 +
 .../MailPermissionDescriptionsProvider.java     |    59 +
 .../platform/mail/MailSessionFactory.java       |    99 +
 .../platform/mail/MailManPermissionTest.java    |    94 +
 platform/platform.accountcontrolpanel/LICENSE   |   201 -
 .../platform.accountcontrolpanel.core/LICENSE   |   201 -
 .../platform.accountcontrolpanel.core/pom.xml   |   198 -
 .../account-control-panel/scripts/IEKeygen.js   |   287 -
 .../account-control-panel/scripts/profile.js    |    64 -
 .../account-control-panel/style/profile.css     |    51 -
 .../resources/OSGI-INF/serviceComponents.xml    |   101 -
 .../AcpPermissionDescriptionsProvider.scala     |    75 -
 .../accountcontrolpanel/MenuItemProvider.scala  |    71 -
 .../accountcontrolpanel/ProfilePanel.scala      |   466 -
 .../accountcontrolpanel/SettingsPanel.scala     |   646 -
 .../html/ContactConfirmRenderlet.scala          |   109 -
 .../accountcontrolpanel/html/PersonBox.scala    |    63 -
 .../accountcontrolpanel/html/ProfilePanel.scala |   295 -
 .../html/RenderingUtility.scala                 |    94 -
 .../html/SettingsPanel.scala                    |   163 -
 .../accountcontrolpanel/permissions.scala       |   103 -
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../src/site/site.xml                           |    30 -
 .../src/site/xsite/content/sitemap.xml          |    28 -
 .../src/site/xsite/content/usage.xhtml          |    49 -
 .../src/site/xsite/templates/skin.html          |    71 -
 .../LICENSE                                     |   201 -
 .../pom.xml                                     |    67 -
 .../ontologies/controlpanel.rdf                 |   120 -
 platform/platform.accountcontrolpanel/pom.xml   |    41 -
 platform/platform.concepts/LICENSE              |   201 -
 platform/platform.concepts/README.txt           |    18 -
 .../platform.concepts.core/LICENSE              |   201 -
 .../platform.concepts.core/pom.xml              |   111 -
 .../platform/concepts/core/ConceptCache.java    |   285 -
 .../concepts/core/ConceptManipulator.java       |   124 -
 .../platform/concepts/core/ConceptProvider.java |    40 -
 .../concepts/core/ConceptProviderManager.java   |    39 -
 .../ConceptProviderManagerAppPermission.java    |    66 -
 .../platform/concepts/core/ConceptsFinder.java  |   266 -
 .../concepts/core/GenericResourcePage.java      |   111 -
 .../concepts/core/LocalConceptProvider.java     |    90 -
 .../concepts/core/RemoteConceptProvider.java    |   134 -
 .../core/RemoteConceptsDescriptionManager.java  |   102 -
 .../platform/concepts/core/ResourceTagger.java  |   131 -
 .../core/SimpleConceptProviderManager.java      |   319 -
 .../concepts/scripts/concept-find-create.js     |    21 -
 .../scripts/concept-provider-manipulation.js    |    21 -
 .../concepts/scripts/selected-concepts.js       |    21 -
 .../META-INF/static-web/concepts/style/form.css |    21 -
 .../concepts/core/concept-existing-subjects.ssp |    29 -
 .../concepts/core/concept-find-create.ssp       |    61 -
 .../platform/concepts/core/concept-tagging.ssp  |    23 -
 .../concepts/core/generic-resource-page.ssp     |    43 -
 .../core/manage-concept-providers-page.ssp      |   128 -
 .../concepts/core/selected-concepts.ssp         |    41 -
 .../concepts/core/skos-collection-json.ssp      |    33 -
 .../staticweb/scripts/concept-find-create.js    |   217 -
 .../scripts/concept-provider-manipulation.js    |   213 -
 .../scripts/jquery.rdfquery.core-1.0.js         |  4040 ---
 .../core/staticweb/scripts/selected-concepts.js |    58 -
 .../concepts/core/staticweb/style/form.css      |    24 -
 .../core/ConceptProviderManagerTest.java        |   104 -
 .../concepts/core/ConceptsFinderTest.java       |   154 -
 .../platform.concepts.ontologies/LICENSE        |   201 -
 .../platform.concepts.ontologies/pom.xml        |    65 -
 .../platform/concepts/ontologies/concepts.rdf   |   191 -
 .../concepts/ontologies/queryresult.rdf         |    62 -
 platform/platform.concepts/pom.xml              |    38 -
 platform/platform.config.gui/LICENSE            |   201 -
 platform/platform.config.gui/pom.xml            |    92 -
 .../config/gui/ConfigGuiAccessPermission.java   |    66 -
 .../platform/config/gui/PlatformConfigGui.java  |   190 -
 .../clerezza/platform/config/gui/config.ssp     |    49 -
 .../config/gui/staticweb/js/platformconfig.js   |    52 -
 platform/platform.config/LICENSE                |   201 -
 platform/platform.config/pom.xml                |    79 -
 .../platform/config/PlatformConfig.java         |   191 -
 .../clerezza/platform/config/SystemConfig.java  |   186 -
 .../TcPermissionDescriptionsProvider.java       |    70 -
 .../platform/config/default-system-graph.rdf    |   103 -
 platform/platform.content.default404/LICENSE    |   201 -
 platform/platform.content.default404/pom.xml    |   100 -
 .../main/resources/META-INF/documentation.nt    |    35 -
 .../resources/OSGI-INF/serviceComponents.xml    |    30 -
 .../default404/DefaultPageNotFoundService.scala |    64 -
 platform/platform.content.fsadaptor/LICENSE     |   201 -
 platform/platform.content.fsadaptor/pom.xml     |   116 -
 .../resources/OSGI-INF/serviceComponents.xml    |    38 -
 .../content/fsadaptor/BundleFsLoader.scala      |   301 -
 .../content/fsadaptor/DirectoryOverlay.scala    |    86 -
 .../platform/content/fsadaptor/Logger.scala     |    30 -
 .../content/fsadaptor/PathNode2MGraph.scala     |   146 -
 platform/platform.content.imagemetadata/LICENSE |   201 -
 platform/platform.content.imagemetadata/pom.xml |    67 -
 .../imagemetadata/ImageMetaDataGenerator.java   |    64 -
 .../platform.content.representations/LICENSE    |   201 -
 .../LICENSE                                     |   201 -
 .../pom.xml                                     |    87 -
 .../AlternativeRepresentationGenerator.java     |   327 -
 .../representations/core/ThumbnailService.java  |   378 -
 .../LICENSE                                     |   201 -
 .../pom.xml                                     |    67 -
 .../ontologies/representations.rdf              |    52 -
 .../platform.content.representations/pom.xml    |    41 -
 platform/platform.content/LICENSE               |   201 -
 platform/platform.content/pom.xml               |   154 -
 .../content/AbstractDiscobitsHandler.java       |   151 -
 .../platform/content/CollectionTypeHandler.java |   164 -
 .../platform/content/ContentPostSupport.java    |    98 -
 .../platform/content/DiscobitTemplating.java    |    77 -
 .../platform/content/DiscobitsHandler.java      |    70 -
 .../platform/content/DiscobitsTypeHandler.java  |   556 -
 .../clerezza/platform/content/Editor.java       |   177 -
 .../clerezza/platform/content/InfoDiscobit.java |   105 -
 .../platform/content/InfoDiscobitWriter.java    |    67 -
 .../platform/content/PageNotFoundService.java   |    40 -
 .../content/SimpleDiscobitsHandler.java         |    49 -
 .../content/TitledContentRenderlet.java         |   142 -
 .../clerezza/platform/content/WebDavUtils.java  |   703 -
 .../content/collections/CollectionCreator.java  |    74 -
 .../GenericMetaDataGenerator.java               |    53 -
 .../clerezza/platform/content/webdav/COPY.java  |    38 -
 .../clerezza/platform/content/webdav/LOCK.java  |    38 -
 .../clerezza/platform/content/webdav/MKCOL.java |    37 -
 .../clerezza/platform/content/webdav/MOVE.java  |    38 -
 .../platform/content/webdav/PROPFIND.java       |    37 -
 .../platform/content/webdav/PROPPATCH.java      |    37 -
 .../platform/content/webdav/UNLOCK.java         |    38 -
 .../main/resources/META-INF/documentation.nt    |    59 -
 .../platform/content/OrderedContent_naked.xhtml |     4 -
 .../clerezza/platform/content/Resource.xhtml    |    11 -
 .../platform/content/Resource_naked.xhtml       |     1 -
 .../platform/content/TitledContent.xhtml        |    15 -
 .../content/XHTML_InfoDiscoBit_naked.xhtml      |     1 -
 .../clerezza/platform/content/XmlLiteral.ssp    |    35 -
 .../clerezza/platform/content/collection.ssp    |    38 -
 .../platform/content/staticweb/disco.xhtml      |   171 -
 .../content/staticweb/discoscripts/identity.js  |   399 -
 .../content/staticweb/discoscripts/log.js       |   104 -
 .../content/staticweb/discoscripts/match.js     |   192 -
 .../staticweb/discoscripts/mozile/LICENSE.txt   |  1446 -
 .../staticweb/discoscripts/mozile/README        |   119 -
 .../discoscripts/mozile/images/Mozile-16.png    |   Bin 920 -> 0 bytes
 .../discoscripts/mozile/images/arrow-down.gif   |   Bin 52 -> 0 bytes
 .../discoscripts/mozile/images/arrow-right.gif  |   Bin 57 -> 0 bytes
 .../discoscripts/mozile/images/silk/COPYING     |     1 -
 .../mozile/images/silk/arrow_redo.png           |   Bin 625 -> 0 bytes
 .../mozile/images/silk/arrow_undo.png           |   Bin 631 -> 0 bytes
 .../discoscripts/mozile/images/silk/bug.png     |   Bin 774 -> 0 bytes
 .../discoscripts/mozile/images/silk/cut.png     |   Bin 648 -> 0 bytes
 .../discoscripts/mozile/images/silk/font.png    |   Bin 567 -> 0 bytes
 .../discoscripts/mozile/images/silk/help.png    |   Bin 786 -> 0 bytes
 .../discoscripts/mozile/images/silk/html.png    |   Bin 578 -> 0 bytes
 .../mozile/images/silk/information.png          |   Bin 778 -> 0 bytes
 .../mozile/images/silk/link_add.png             |   Bin 570 -> 0 bytes
 .../mozile/images/silk/link_break.png           |   Bin 657 -> 0 bytes
 .../mozile/images/silk/page_copy.png            |   Bin 663 -> 0 bytes
 .../mozile/images/silk/page_edit.png            |   Bin 807 -> 0 bytes
 .../mozile/images/silk/page_paste.png           |   Bin 703 -> 0 bytes
 .../mozile/images/silk/page_save.png            |   Bin 774 -> 0 bytes
 .../mozile/images/silk/paintbrush.png           |   Bin 548 -> 0 bytes
 .../mozile/images/silk/paintcan.png             |   Bin 707 -> 0 bytes
 .../mozile/images/silk/paste_plain.png          |   Bin 605 -> 0 bytes
 .../mozile/images/silk/photo_add.png            |   Bin 707 -> 0 bytes
 .../discoscripts/mozile/images/silk/pilcrow.png |   Bin 361 -> 0 bytes
 .../discoscripts/mozile/images/silk/style.png   |   Bin 813 -> 0 bytes
 .../mozile/images/silk/text_align_center.png    |   Bin 234 -> 0 bytes
 .../mozile/images/silk/text_align_justify.png   |   Bin 209 -> 0 bytes
 .../mozile/images/silk/text_align_left.png      |   Bin 209 -> 0 bytes
 .../mozile/images/silk/text_align_right.png     |   Bin 209 -> 0 bytes
 .../mozile/images/silk/text_bold.png            |   Bin 304 -> 0 bytes
 .../mozile/images/silk/text_heading_1.png       |   Bin 276 -> 0 bytes
 .../mozile/images/silk/text_heading_2.png       |   Bin 304 -> 0 bytes
 .../mozile/images/silk/text_heading_3.png       |   Bin 306 -> 0 bytes
 .../mozile/images/silk/text_heading_4.png       |   Bin 293 -> 0 bytes
 .../mozile/images/silk/text_heading_5.png       |   Bin 304 -> 0 bytes
 .../mozile/images/silk/text_heading_6.png       |   Bin 310 -> 0 bytes
 .../mozile/images/silk/text_horizontalrule.png  |   Bin 317 -> 0 bytes
 .../mozile/images/silk/text_indent.png          |   Bin 353 -> 0 bytes
 .../mozile/images/silk/text_indent_remove.png   |   Bin 351 -> 0 bytes
 .../mozile/images/silk/text_italic.png          |   Bin 223 -> 0 bytes
 .../mozile/images/silk/text_list_bullets.png    |   Bin 344 -> 0 bytes
 .../mozile/images/silk/text_list_numbers.png    |   Bin 357 -> 0 bytes
 .../mozile/images/silk/text_strikethrough.png   |   Bin 269 -> 0 bytes
 .../mozile/images/silk/text_subscript.png       |   Bin 422 -> 0 bytes
 .../mozile/images/silk/text_superscript.png     |   Bin 421 -> 0 bytes
 .../mozile/images/silk/text_underline.png       |   Bin 273 -> 0 bytes
 .../discoscripts/mozile/images/silk/tick.png    |   Bin 537 -> 0 bytes
 .../discoscripts/mozile/lib/docbook.rng         |   146 -
 .../discoscripts/mozile/lib/local.conf          |    25 -
 .../discoscripts/mozile/lib/xhtml-basic.rng     |   727 -
 .../staticweb/discoscripts/mozile/lib/xhtml.rng |   993 -
 .../mozile/lib/xhtml/exclude/basic-table.rng    |    56 -
 .../mozile/lib/xhtml/exclude/basic.rng          |   122 -
 .../mozile/lib/xhtml/exclude/form.rng           |   118 -
 .../discoscripts/mozile/lib/xhtml/index.html    |   129 -
 .../mozile/lib/xhtml/modules/applet.rng         |    47 -
 .../mozile/lib/xhtml/modules/attribs.rng        |    61 -
 .../mozile/lib/xhtml/modules/base.rng           |    23 -
 .../mozile/lib/xhtml/modules/basic-form.rng     |   200 -
 .../mozile/lib/xhtml/modules/basic-table.rng    |   146 -
 .../mozile/lib/xhtml/modules/bdo.rng            |    37 -
 .../mozile/lib/xhtml/modules/csismap.rng        |   102 -
 .../mozile/lib/xhtml/modules/datatypes.rng      |   120 -
 .../mozile/lib/xhtml/modules/edit.rng           |    55 -
 .../mozile/lib/xhtml/modules/events.rng         |   208 -
 .../mozile/lib/xhtml/modules/form.rng           |   209 -
 .../mozile/lib/xhtml/modules/frames.rng         |   111 -
 .../mozile/lib/xhtml/modules/hypertext.rng      |    61 -
 .../mozile/lib/xhtml/modules/iframe.rng         |    67 -
 .../mozile/lib/xhtml/modules/image.rng          |    40 -
 .../mozile/lib/xhtml/modules/inlstyle.rng       |    11 -
 .../mozile/lib/xhtml/modules/legacy.rng         |   502 -
 .../mozile/lib/xhtml/modules/link.rng           |    56 -
 .../mozile/lib/xhtml/modules/list.rng           |    92 -
 .../mozile/lib/xhtml/modules/meta.rng           |    37 -
 .../mozile/lib/xhtml/modules/nameident.rng      |    39 -
 .../mozile/lib/xhtml/modules/object.rng         |    82 -
 .../mozile/lib/xhtml/modules/param.rng          |    33 -
 .../mozile/lib/xhtml/modules/pres.rng           |   107 -
 .../mozile/lib/xhtml/modules/ruby.rng           |   102 -
 .../mozile/lib/xhtml/modules/script.rng         |    70 -
 .../mozile/lib/xhtml/modules/ssismap.rng        |    14 -
 .../mozile/lib/xhtml/modules/struct.rng         |    76 -
 .../mozile/lib/xhtml/modules/style.rng          |    36 -
 .../mozile/lib/xhtml/modules/table.rng          |   257 -
 .../mozile/lib/xhtml/modules/target.rng         |    31 -
 .../mozile/lib/xhtml/modules/text.rng           |   338 -
 .../mozile/lib/xhtml/xhtml-basic.rng            |    21 -
 .../mozile/lib/xhtml/xhtml-strict.rng           |    36 -
 .../discoscripts/mozile/lib/xhtml/xhtml.rng     |    39 -
 .../staticweb/discoscripts/mozile/mozile.js     |  1368 -
 .../discoscripts/mozile/src/gui/htmlToolbar.css |   162 -
 .../staticweb/discoscripts/parameters.js        |    72 -
 .../content/staticweb/discoscripts/rdfparser.js |   544 -
 .../staticweb/discoscripts/rdfxmlserializer.js  |   130 -
 .../content/staticweb/discoscripts/term.js      |   307 -
 .../content/staticweb/discoscripts/uri.js       |   123 -
 .../content/staticweb/discoscripts/util.js      |   174 -
 .../staticweb/discoscripts/widget-factory.js    |   995 -
 .../content/staticweb/scripts/tria-disco.js     |    56 -
 .../staticweb/style/disco-icon-round.png        |   Bin 3798 -> 0 bytes
 .../content/staticweb/style/disco-icon.png      |   Bin 6734 -> 0 bytes
 .../content/staticweb/style/discostyle.css      |    73 -
 .../content/staticweb/style/favicon.ico         |   Bin 4286 -> 0 bytes
 .../collections/CollectionsCreatorTest.java     |    54 -
 platform/platform.cris/LICENSE                  |   201 -
 platform/platform.cris/pom.xml                  |    95 -
 .../clerezza/platform/cris/IndexService.java    |   243 -
 platform/platform.curieprefixmanager/LICENSE    |   201 -
 .../platform.curieprefixmanager/core/LICENSE    |   201 -
 .../platform.curieprefixmanager/core/pom.xml    |    89 -
 .../CuriePrefixRecommender.java                 |    36 -
 .../impl/CuriePrefixManager.java                |   237 -
 .../impl/curie-prefix-list-naked.ssp            |    46 -
 .../impl/curie-prefix-naked.ssp                 |    31 -
 .../ontologies/LICENSE                          |   201 -
 .../ontologies/pom.xml                          |    67 -
 .../curieprefixmanager/ontologies/curie.ttl     |    40 -
 platform/platform.curieprefixmanager/pom.xml    |    59 -
 .../platform.dashboard.webinterface/LICENSE     |   201 -
 .../platform.dashboard.webinterface/pom.xml     |    91 -
 .../dashboard/webinterface/DashBoard.java       |   131 -
 .../webinterface/dashboard-template.ssp         |    41 -
 platform/platform.dashboard/LICENSE             |   201 -
 .../platform.dashboard.core/LICENSE             |   201 -
 .../platform.dashboard.core/pom.xml             |   114 -
 .../dashboard/ContextualMenuGenerator.java      |   207 -
 .../platform/dashboard/UserLoginNode.java       |    98 -
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../platform.dashboard.core/src/site/site.xml   |    30 -
 .../src/site/xsite/content/sitemap.xml          |    26 -
 .../src/site/xsite/content/usage.xhtml          |    70 -
 .../src/site/xsite/templates/skin.html          |    71 -
 .../platform.dashboard.ontologies/LICENSE       |   201 -
 .../platform.dashboard.ontologies/pom.xml       |    67 -
 .../platform/dashboard/ontologies/dashboard.rdf |    50 -
 .../dashboard/ontologies/globalmenu.rdf         |    87 -
 .../platform.dashboard.tests/LICENSE            |   201 -
 .../platform.dashboard.tests/pom.xml            |   257 -
 .../osgi/FelixContextualMenuGeneratorTest.java  |   195 -
 .../blackbox/osgi/GlobalMenuItemsProviderA.java |    52 -
 platform/platform.dashboard/pom.xml             |    42 -
 platform/platform.documentation.viewer/LICENSE  |   201 -
 platform/platform.documentation.viewer/pom.xml  |    65 -
 .../viewer/DocumentationViewer.java             |   238 -
 .../main/resources/META-INF/documentation.nt    |    26 -
 .../platform/documentation/viewer/SortTest.java |   143 -
 platform/platform.documentation/LICENSE         |   201 -
 platform/platform.documentation/pom.xml         |    75 -
 .../DocumentationInContentGraph.java            |    54 -
 .../documentation/DocumentationProvider.java    |   274 -
 .../documentation/UriMutatorIterator.java       |   176 -
 .../main/resources/META-INF/documentation.nt    |    47 -
 .../documentation/baseUriTransformation.xsl     |    47 -
 .../documentation/UriMutatorIteratorTest.java   |   113 -
 platform/platform.editor/LICENSE                |   201 -
 platform/platform.editor/nbactions.xml          |    11 -
 platform/platform.editor/pom.xml                |   191 -
 .../tools/editor/scripts/RDFa.1.3.0.js          |  3380 --
 .../tools/editor/scripts/RDFaProcessor.1.3.0.js |  1644 -
 .../tools/editor/scripts/backbone-min.js        |     4 -
 .../tools/editor/scripts/backbone.stickit.js    |   468 -
 .../resources/tools/editor/scripts/etch.js      |   366 -
 .../tools/editor/scripts/greenrdfstore.js       |    78 -
 .../tools/editor/scripts/jquery.min.js          |     5 -
 .../resources/tools/editor/scripts/rdfstore.js  | 31836 -----------------
 .../tools/editor/scripts/underscore-min.js      |     7 -
 .../resources/tools/editor/styles/etch.css      |    43 -
 .../tools/editor/styles/images/editor_icons.png |   Bin 4893 -> 0 bytes
 .../clerezza/platform/editor/Manager.scala      |    53 -
 .../renderlets/DiscobitsContentEtch.scala       |   277 -
 .../renderlets/HtmlInfoDicobitRDFaNaked.scala   |    34 -
 .../renderlets/OrderedContentRDFaNaked.scala    |    38 -
 .../renderlets/TitledContentRDFaNaked.scala     |    42 -
 platform/platform.enrichment/LICENSE            |   201 -
 platform/platform.enrichment/pom.xml            |    63 -
 .../rdf/enrichment/EnrichmentTcProvider.java    |   192 -
 platform/platform.globalmenu.api/LICENSE        |   201 -
 platform/platform.globalmenu.api/pom.xml        |    49 -
 .../platform/globalmenu/GlobalMenuItem.java     |   187 -
 .../globalmenu/GlobalMenuItemsProvider.java     |    39 -
 platform/platform.graphnodeprovider/LICENSE     |   201 -
 platform/platform.graphnodeprovider/pom.xml     |   141 -
 .../resources/OSGI-INF/serviceComponents.xml    |    42 -
 .../PlatformGraphNodeProvider.scala             |   245 -
 platform/platform.graphprovider.content/LICENSE |   201 -
 platform/platform.graphprovider.content/pom.xml |    64 -
 .../content/ContentGraphProvider.java           |   133 -
 .../content/GraphNameTransitioner.java          |    95 -
 .../TcPermissionDescriptionsProvider.java       |    58 -
 platform/platform.language/LICENSE              |   201 -
 .../platform.language.core/LICENSE              |   201 -
 .../platform.language.core/pom.xml              |    87 -
 .../platform/language/LanguageDescription.java  |   115 -
 .../platform/language/LanguageService.java      |   328 -
 .../platform/language/LanguageWidget.java       |   185 -
 .../platform/language/language-list.ssp         |    50 -
 .../clerezza/platform/language/lingvoj.rdf      | 20946 -----------
 .../language/staticweb/scripts/language-list.js |    35 -
 .../platform.language.ontologies/LICENSE        |   201 -
 .../platform.language.ontologies/pom.xml        |    67 -
 .../platform/language/ontologies/language.rdf   |    52 -
 platform/platform.language/pom.xml              |    41 -
 platform/platform.launcher.mulgara/LICENSE      |   202 -
 platform/platform.launcher.mulgara/pom.xml      |   163 -
 .../src/main/appended-resources/META-INF/NOTICE |     6 -
 .../images/tut_1_class_diagram.png              |   Bin 6985 -> 0 bytes
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../platform.launcher.mulgara/src/site/site.xml |    26 -
 .../src/site/xsite/content/information.xhtml    |    41 -
 .../src/site/xsite/content/sitemap.xml          |    26 -
 .../src/site/xsite/templates/skin.html          |    71 -
 platform/platform.launcher.sesame/DISCLAIMER    |    11 -
 platform/platform.launcher.sesame/LICENSE       |   202 -
 platform/platform.launcher.sesame/README.txt    |    11 -
 platform/platform.launcher.sesame/pom.xml       |   178 -
 .../src/main/appended-resources/META-INF/NOTICE |     6 -
 .../src/main/assembly/src.xml                   |    69 -
 .../images/tut_1_class_diagram.png              |   Bin 6985 -> 0 bytes
 .../resources/documentation/style/style.css     |   419 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../platform.launcher.sesame/src/site/site.xml  |    26 -
 .../src/site/xsite/content/information.xhtml    |    41 -
 .../src/site/xsite/content/sitemap.xml          |    26 -
 .../src/site/xsite/templates/skin.html          |    70 -
 .../LICENSE                                     |   201 -
 .../platform.launcher.storageless/LICENSE       |   471 -
 .../platform.launcher.storageless/pom.xml       |   417 -
 .../src/main/appended-resources/META-INF/NOTICE |    18 -
 .../platform/launcher/ClerezzaActivator.java    |    73 -
 .../clerezza/platform/launcher/ClerezzaApp.java |   479 -
 .../platform/launcher/LauncherArguments.java    |    70 -
 .../apache/clerezza/platform/launcher/Main.java |    48 -
 .../platform/launcher/MavenArtifactDesc.java    |   147 -
 .../platform/launcher/ShutdownListener.java     |    38 -
 .../images/tut_1_class_diagram.png              |   Bin 6985 -> 0 bytes
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../src/site/site.xml                           |    30 -
 .../src/site/xsite/content/sitemap.xml          |    28 -
 .../src/site/xsite/content/usage.xhtml          |   180 -
 .../src/site/xsite/templates/skin.html          |    71 -
 .../pom.xml                                     |   927 -
 platform/platform.launcher.tdb/DISCLAIMER       |    11 -
 platform/platform.launcher.tdb/LICENSE          |   471 -
 platform/platform.launcher.tdb/README.txt       |    11 -
 .../platform.launcher.tdb/nb-configuration.xml  |    18 -
 platform/platform.launcher.tdb/nbactions.xml    |    54 -
 platform/platform.launcher.tdb/pom.xml          |   229 -
 .../src/main/appended-resources/META-INF/NOTICE |    18 -
 .../src/main/assembly/src.xml                   |    69 -
 .../images/tut_1_class_diagram.png              |   Bin 6985 -> 0 bytes
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../platform.launcher.tdb/src/site/site.xml     |    26 -
 .../src/site/xsite/content/information.xhtml    |    41 -
 .../src/site/xsite/content/sitemap.xml          |    27 -
 .../src/site/xsite/templates/skin.html          |    71 -
 platform/platform.launcher.virtuoso/DISCLAIMER  |    11 -
 platform/platform.launcher.virtuoso/LICENSE     |   471 -
 platform/platform.launcher.virtuoso/README.txt  |    24 -
 platform/platform.launcher.virtuoso/pom.xml     |   251 -
 .../src/main/appended-resources/META-INF/NOTICE |    18 -
 .../src/main/assembly/src.xml                   |    69 -
 .../images/tut_1_class_diagram.png              |   Bin 6985 -> 0 bytes
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../src/site/site.xml                           |    26 -
 .../src/site/xsite/content/information.xhtml    |    41 -
 .../src/site/xsite/content/sitemap.xml          |    27 -
 .../src/site/xsite/templates/skin.html          |    71 -
 platform/platform.logging/LICENSE               |   201 -
 platform/platform.logging/core/LICENSE          |   201 -
 platform/platform.logging/core/pom.xml          |    94 -
 .../platform/logging/LoggingManager.java        |   163 -
 .../logging/LoggingManagerAccessPermission.java |    71 -
 .../platform/logging/config-page-naked.ssp      |    32 -
 platform/platform.logging/initializer/LICENSE   |   201 -
 platform/platform.logging/initializer/pom.xml   |    68 -
 .../logging/initializer/Activator.scala         |    88 -
 platform/platform.logging/ontologies/LICENSE    |   201 -
 platform/platform.logging/ontologies/pom.xml    |    67 -
 .../platform/logging/ontologies/logging.ttl     |    32 -
 platform/platform.logging/pom.xml               |    49 -
 platform/platform.mail/LICENSE                  |   201 -
 platform/platform.mail/pom.xml                  |    75 -
 .../platform/mail/GraphNodeDataHandler.java     |   131 -
 .../apache/clerezza/platform/mail/MailMan.java  |   177 -
 .../clerezza/platform/mail/MailManImpl.java     |   291 -
 .../platform/mail/MailManPermission.java        |   135 -
 .../MailPermissionDescriptionsProvider.java     |    59 -
 .../platform/mail/MailSessionFactory.java       |    99 -
 .../platform/mail/MailManPermissionTest.java    |    94 -
 .../platform.scripting.scriptmanager/LICENSE    |   201 -
 .../platform.scripting.scriptmanager/pom.xml    |    99 -
 .../scripting/scriptmanager/ScriptManager.java  |   849 -
 .../ScriptManagerAppPermission.java             |    66 -
 .../scriptmanager/ontology/SCRIPTMANAGER.java   |    87 -
 .../main/resources/META-INF/documentation.nt    |   103 -
 .../scriptmanager/ontology/scriptmanager.rdf    |   150 -
 .../scriptmanager-execution-uri-list.xhtml      |    41 -
 .../scriptmanager-execution-uri-overview.ssp    |    50 -
 .../scriptmanager-script-information.xhtml      |    91 -
 .../scriptmanager-script-install.ssp            |    99 -
 .../scriptmanager-script-list.xhtml             |    31 -
 .../scriptmanager-script-overview.ssp           |    69 -
 .../staticweb/js/scriptmanager-execution-uri.js |    27 -
 .../staticweb/js/scriptmanager-overview.js      |    45 -
 .../scriptmanager/staticweb/js/scriptmanager.js |   170 -
 platform/platform.scripting/LICENSE             |   201 -
 platform/platform.scripting/pom.xml             |    75 -
 .../JRubyScriptEngineFactoryWrapper.java        |   100 -
 .../platform/scripting/NoEngineException.java   |    41 -
 .../scripting/ScriptEngineFactoryManager.java   |   183 -
 .../platform/scripting/ScriptExecution.java     |   315 -
 .../ScriptGeneratedResourceTypeHandler.java     |   128 -
 .../scripting/ScriptLanguageDescription.java    |    90 -
 platform/platform.security.conditions/LICENSE   |   201 -
 platform/platform.security.conditions/pom.xml   |    60 -
 .../conditions/NotBundleLocationCondition.java  |    47 -
 platform/platform.security.foafssl/LICENSE      |   201 -
 platform/platform.security.foafssl/core/LICENSE |   201 -
 platform/platform.security.foafssl/core/pom.xml |   139 -
 .../resources/OSGI-INF/serviceComponents.xml    |    47 -
 .../foafssl/auth/FoafSslAuthentication.scala    |   127 -
 .../clerezza/foafssl/auth/WebIDClaim.scala      |   216 -
 .../clerezza/foafssl/auth/X509Claim.scala       |   279 -
 .../apache/clerezza/foafssl/ssl/Activator.scala |   108 -
 .../ssl/X509TrustManagerWrapperService.scala    |    70 -
 .../ontologies/LICENSE                          |   201 -
 .../ontologies/pom.xml                          |    67 -
 .../clerezza/foafssl/ontologies/atomowl.rdf     |   653 -
 .../apache/clerezza/foafssl/ontologies/cert.n3  |   187 -
 .../apache/clerezza/foafssl/ontologies/earl.rdf |   245 -
 .../apache/clerezza/foafssl/ontologies/rsa.rdf  |   114 -
 .../apache/clerezza/foafssl/ontologies/test.n3  |   205 -
 platform/platform.security.foafssl/pom.xml      |    39 -
 platform/platform.security.foafssl/test/LICENSE |   201 -
 platform/platform.security.foafssl/test/pom.xml |   162 -
 .../main/resources/META-INF/documentation.nt    |     2 -
 .../resources/OSGI-INF/serviceComponents.xml    |    43 -
 .../clerezza/foafssl/test/WebIDTester.scala     |   757 -
 .../foafssl/test/pages/WebIDClaimPg.scala       |   240 -
 platform/platform.shellcustomizer/LICENSE       |   201 -
 platform/platform.shellcustomizer/pom.xml       |   112 -
 .../resources/OSGI-INF/serviceComponents.xml    |    33 -
 .../platform/shellcustomizer/PlatformDsl.scala  |    51 -
 .../PlatformShellCustomizer.scala               |    51 -
 .../LICENSE                                     |   201 -
 .../pom.xml                                     |    79 -
 .../web-resources/web-gui-examples/alert.xhtml  |    99 -
 .../web-gui-examples/buttons.xhtml              |   201 -
 .../web-resources/web-gui-examples/edit.xhtml   |   164 -
 .../web-resources/web-gui-examples/header.xhtml |   299 -
 .../web-gui-examples/overlay.xhtml              |   108 -
 .../web-gui-examples/panel-thumbnail.xhtml      |   351 -
 .../web-gui-examples/panel-tree.xhtml           |   324 -
 .../web-resources/web-gui-examples/panel.xhtml  |   235 -
 .../web-gui-examples/style/demo.css             |    64 -
 .../web-resources/web-gui-examples/table.xhtml  |   227 -
 .../web-gui-examples/temp/img/eye1.jpg          |   Bin 4517 -> 0 bytes
 .../web-gui-examples/temp/img/tiger1.jpg        |   Bin 4860 -> 0 bytes
 .../web-gui-examples/temp/img/tiger2.jpg        |   Bin 6321 -> 0 bytes
 .../web-gui-examples/thumbnail.xhtml            |   214 -
 .../web-gui-examples/tree-edit.xhtml            |   301 -
 .../web-gui-examples/tree-thumbnail.xhtml       |   320 -
 .../web-resources/web-gui-examples/tree.xhtml   |   207 -
 .../main/resources/META-INF/documentation.nt    |    13 -
 platform/platform.style.classic/LICENSE         |   201 -
 platform/platform.style.classic/README.txt      |    17 -
 platform/platform.style.classic/pom.xml         |    96 -
 .../style/classic/ClassicStyleConfig.java       |    50 -
 .../clerezza/platform/style/classic/Style.java  |    82 -
 .../CLEREZZA-INF/web-resources/favicon.ico      |   Bin 3638 -> 0 bytes
 .../web-resources/style/autocomplete.css        |    68 -
 .../CLEREZZA-INF/web-resources/style/button.css |    79 -
 .../web-resources/style/clearfix.css            |    58 -
 .../web-resources/style/discobits.css           |    26 -
 .../CLEREZZA-INF/web-resources/style/edit.css   |   210 -
 .../CLEREZZA-INF/web-resources/style/filter.css |    64 -
 .../CLEREZZA-INF/web-resources/style/form.css   |   100 -
 .../web-resources/style/general.css             |   100 -
 .../CLEREZZA-INF/web-resources/style/header.css |   192 -
 .../CLEREZZA-INF/web-resources/style/icon.css   |   326 -
 .../style/images/bg/fade-black.png              |   Bin 452 -> 0 bytes
 .../style/images/bg/fade-filter.png             |   Bin 736 -> 0 bytes
 .../style/images/bg/fade-header-module.png      |   Bin 694 -> 0 bytes
 .../style/images/bg/fade-header-system.png      |   Bin 512 -> 0 bytes
 .../style/images/bg/fade-header.png             |   Bin 1056 -> 0 bytes
 .../style/images/bg/fade-header1.png            |   Bin 512 -> 0 bytes
 .../style/images/bg/fade-header2.png            |   Bin 694 -> 0 bytes
 .../style/images/bg/fade-input.png              |   Bin 165 -> 0 bytes
 .../style/images/bg/fade-login.png              |   Bin 6960 -> 0 bytes
 .../web-resources/style/images/bg/fade-menu.png |   Bin 241 -> 0 bytes
 .../style/images/bg/fade-panel-search.png       |   Bin 397 -> 0 bytes
 .../style/images/bg/fade-panel.png              |   Bin 425 -> 0 bytes
 .../style/images/bg/fade-tab-edit.png           |   Bin 672 -> 0 bytes
 .../style/images/bg/fade-tab-off.png            |   Bin 556 -> 0 bytes
 .../style/images/bg/fade-tab-on.png             |   Bin 169 -> 0 bytes
 .../style/images/bg/fade-tab-status.png         |   Bin 323 -> 0 bytes
 .../style/images/bg/fade-th-off.png             |   Bin 161 -> 0 bytes
 .../style/images/bg/fade-th-on.png              |   Bin 170 -> 0 bytes
 .../style/images/bg/fade-window.png             |   Bin 3840 -> 0 bytes
 .../web-resources/style/images/bg/tooltip.png   |   Bin 2076 -> 0 bytes
 .../style/images/icons/anim-loading.gif         |   Bin 4714 -> 0 bytes
 .../style/images/icons/arr-down-inverse.png     |   Bin 179 -> 0 bytes
 .../style/images/icons/arr-down.png             |   Bin 183 -> 0 bytes
 .../style/images/icons/arr-left-inverse.png     |   Bin 171 -> 0 bytes
 .../style/images/icons/arr-left.png             |   Bin 198 -> 0 bytes
 .../style/images/icons/arr-right-inverse.png    |   Bin 166 -> 0 bytes
 .../style/images/icons/arr-right.png            |   Bin 197 -> 0 bytes
 .../style/images/icons/arr-up-inverse.png       |   Bin 177 -> 0 bytes
 .../web-resources/style/images/icons/arr-up.png |   Bin 185 -> 0 bytes
 .../style/images/icons/btn-alert.png            |   Bin 811 -> 0 bytes
 .../style/images/icons/btn-back.png             |   Bin 607 -> 0 bytes
 .../style/images/icons/btn-close.png            |   Bin 668 -> 0 bytes
 .../style/images/icons/btn-delete.gif           |   Bin 612 -> 0 bytes
 .../style/images/icons/btn-drag.png             |   Bin 138 -> 0 bytes
 .../style/images/icons/btn-forward.png          |   Bin 559 -> 0 bytes
 .../images/icons/btn-langauge-switch-x.png      |   Bin 625 -> 0 bytes
 .../style/images/icons/btn-langauge-switch.png  |   Bin 725 -> 0 bytes
 .../style/images/icons/btn-list-off.png         |   Bin 183 -> 0 bytes
 .../style/images/icons/btn-list-on.png          |   Bin 281 -> 0 bytes
 .../style/images/icons/btn-modify-x.png         |   Bin 886 -> 0 bytes
 .../style/images/icons/btn-modify.png           |   Bin 890 -> 0 bytes
 .../style/images/icons/btn-ok-x.png             |   Bin 774 -> 0 bytes
 .../web-resources/style/images/icons/btn-ok.png |   Bin 832 -> 0 bytes
 .../style/images/icons/btn-person.png           |   Bin 599 -> 0 bytes
 .../style/images/icons/btn-plus-x.png           |   Bin 690 -> 0 bytes
 .../style/images/icons/btn-plus.png             |   Bin 721 -> 0 bytes
 .../style/images/icons/btn-remove-x.png         |   Bin 676 -> 0 bytes
 .../style/images/icons/btn-remove.png           |   Bin 746 -> 0 bytes
 .../style/images/icons/btn-resize.png           |   Bin 225 -> 0 bytes
 .../style/images/icons/btn-search-x.png         |   Bin 590 -> 0 bytes
 .../style/images/icons/btn-search.png           |   Bin 717 -> 0 bytes
 .../style/images/icons/btn-sitechooser.png      |   Bin 839 -> 0 bytes
 .../style/images/icons/btn-size1-off.png        |   Bin 426 -> 0 bytes
 .../style/images/icons/btn-size1-on.png         |   Bin 503 -> 0 bytes
 .../style/images/icons/btn-size2-off.png        |   Bin 440 -> 0 bytes
 .../style/images/icons/btn-size2-on.png         |   Bin 492 -> 0 bytes
 .../style/images/icons/btn-size3-off.png        |   Bin 311 -> 0 bytes
 .../style/images/icons/btn-size3-on.png         |   Bin 351 -> 0 bytes
 .../style/images/icons/btn-thumb-off.png        |   Bin 177 -> 0 bytes
 .../style/images/icons/btn-thumb-on.png         |   Bin 283 -> 0 bytes
 .../style/images/icons/btn-toggle-list-off.png  |   Bin 452 -> 0 bytes
 .../style/images/icons/btn-toggle-list-on.png   |   Bin 624 -> 0 bytes
 .../style/images/icons/btn-toggle-size1-off.png |   Bin 583 -> 0 bytes
 .../style/images/icons/btn-toggle-size1-on.png  |   Bin 764 -> 0 bytes
 .../style/images/icons/btn-toggle-size2-off.png |   Bin 554 -> 0 bytes
 .../style/images/icons/btn-toggle-size2-on.png  |   Bin 740 -> 0 bytes
 .../style/images/icons/btn-toggle-size3-off.png |   Bin 508 -> 0 bytes
 .../style/images/icons/btn-toggle-size3-on.png  |   Bin 681 -> 0 bytes
 .../images/icons/btn-toggle-thumbnail-off.png   |   Bin 440 -> 0 bytes
 .../images/icons/btn-toggle-thumbnail-on.png    |   Bin 630 -> 0 bytes
 .../style/images/icons/btn-toggle-tree-off.png  |   Bin 490 -> 0 bytes
 .../style/images/icons/btn-toggle-tree-on.png   |   Bin 675 -> 0 bytes
 .../style/images/icons/btn-user.png             |   Bin 747 -> 0 bytes
 .../style/images/icons/btn-zoomin.png           |   Bin 787 -> 0 bytes
 .../style/images/icons/btn-zoomout.png          |   Bin 764 -> 0 bytes
 .../style/images/icons/d-arr-left-inverse.png   |   Bin 495 -> 0 bytes
 .../style/images/icons/d-arr-right-inverse.png  |   Bin 495 -> 0 bytes
 .../style/images/icons/fade-create.png          |   Bin 393 -> 0 bytes
 .../style/images/icons/fade-generic-on.png      |   Bin 165 -> 0 bytes
 .../style/images/icons/fade-generic.png         |   Bin 258 -> 0 bytes
 .../style/images/icons/fade-generic2.png        |   Bin 280 -> 0 bytes
 .../style/images/icons/fade-modify.png          |   Bin 404 -> 0 bytes
 .../style/images/icons/fade-remove.png          |   Bin 346 -> 0 bytes
 .../style/images/icons/mediatype/any.png        |   Bin 4381 -> 0 bytes
 .../icons/mediatype/application/msword.png      |   Bin 37681 -> 0 bytes
 .../mediatype/application/octet-stream.png      |   Bin 4381 -> 0 bytes
 .../images/icons/mediatype/application/pdf.png  |   Bin 11999 -> 0 bytes
 .../mediatype/application/vnd.ms-excel.png      |   Bin 49350 -> 0 bytes
 .../mediatype/application/vnd.ms-powerpoint.png |   Bin 15153 -> 0 bytes
 .../icons/mediatype/application/x-amf.png       |   Bin 14553 -> 0 bytes
 .../icons/mediatype/application/x-tar.png       |   Bin 13655 -> 0 bytes
 .../style/images/icons/mediatype/audio/any.png  |   Bin 16747 -> 0 bytes
 .../style/images/icons/mediatype/text/plain.png |   Bin 11461 -> 0 bytes
 .../web-resources/style/images/logo-big.png     |   Bin 4984 -> 0 bytes
 .../web-resources/style/images/logo.png         |   Bin 2144 -> 0 bytes
 .../web-resources/style/images/panel/bg-tab.png |   Bin 191 -> 0 bytes
 .../style/images/panel/tab-button-default.png   |   Bin 342 -> 0 bytes
 .../CLEREZZA-INF/web-resources/style/list.css   |   147 -
 .../CLEREZZA-INF/web-resources/style/loader.css |    47 -
 .../CLEREZZA-INF/web-resources/style/menu.css   |   163 -
 .../CLEREZZA-INF/web-resources/style/pager.css  |   100 -
 .../CLEREZZA-INF/web-resources/style/panel.css  |   385 -
 .../web-resources/style/scripts/login.js        |    26 -
 .../web-resources/style/scripts/panel.js        |    59 -
 .../CLEREZZA-INF/web-resources/style/style.css  |    49 -
 .../CLEREZZA-INF/web-resources/style/table.css  |   225 -
 .../CLEREZZA-INF/web-resources/style/tabs.css   |   116 -
 .../web-resources/style/tooltip.css             |    41 -
 .../CLEREZZA-INF/web-resources/style/tree.css   |   335 -
 .../CLEREZZA-INF/web-resources/style/window.css |   191 -
 .../CLEREZZA-INF/web-resources/style/yui.css    |   197 -
 .../platform/style/classic/globalmenu-naked.ssp |    86 -
 .../style/classic/headed-page-template.ssp      |    80 -
 .../style/classic/rdf-list-template.ssp         |    28 -
 platform/platform.style.default/LICENSE         |   201 -
 platform/platform.style.default/nbactions.xml   |    11 -
 platform/platform.style.default/pom.xml         |   123 -
 .../web-resources/images/feather.png            |   Bin 16890 -> 0 bytes
 .../web-resources/images/footer-logo.png        |   Bin 6539 -> 0 bytes
 .../CLEREZZA-INF/web-resources/images/logo.png  |   Bin 5834 -> 0 bytes
 .../web-resources/images/sw-vert-w3c.png        |   Bin 5979 -> 0 bytes
 .../style/fonts/TitilliumText25L001.otf         |   Bin 52736 -> 0 bytes
 .../style/fonts/TitilliumText25L003.otf         |   Bin 52064 -> 0 bytes
 .../style/fonts/TitilliumTitle20.otf            |   Bin 41144 -> 0 bytes
 .../web-resources/style/images/bg-bar.png       |   Bin 199 -> 0 bytes
 .../web-resources/style/images/bg-divider.gif   |   Bin 63 -> 0 bytes
 .../web-resources/style/images/icn-note.jpg     |   Bin 1636 -> 0 bytes
 .../web-resources/style/images/logo-big.png     |   Bin 5834 -> 0 bytes
 .../CLEREZZA-INF/web-resources/style/style.css  |   459 -
 .../src/main/scala/Activator.scala              |    46 -
 .../src/main/scala/CollectionHeader.scala       |    38 -
 .../src/main/scala/GlobalMenuRenderlet.scala    |    95 -
 .../src/main/scala/HeadedPageRenderlet.scala    |   160 -
 .../src/main/scala/RdfListRenderlet.scala       |    53 -
 .../platform.typehandlerspace.jaxrs2/LICENSE    |   201 -
 .../nbactions.xml                               |    11 -
 .../platform.typehandlerspace.jaxrs2/pom.xml    |    56 -
 .../jaxrs/TypeHandlerSpace.java                 |   137 -
 platform/platform.typehandlerspace.wink/LICENSE |   201 -
 platform/platform.typehandlerspace.wink/pom.xml |    65 -
 .../typehandlerspace/wink/TypeHandlerSpace.java |   188 -
 platform/platform.typehandlerspace/LICENSE      |   201 -
 platform/platform.typehandlerspace/pom.xml      |    95 -
 .../platform/typehandlerspace/OPTIONS.java      |    33 -
 .../typehandlerspace/SupportedTypes.java        |    49 -
 .../typehandlerspace/TypeHandlerDiscovery.java  |    46 -
 .../impl/TypeHandlerDiscoveryImpl.java          |   109 -
 .../documentation/style/documentation.css       |    34 -
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../platform.typehandlerspace/src/site/site.xml |    30 -
 .../src/site/xsite/content/reference.xhtml      |    81 -
 .../src/site/xsite/content/sitemap.xml          |    28 -
 .../src/site/xsite/templates/skin.html          |    71 -
 .../typehandlerspace/GraphWriterDummy.java      |    65 -
 .../typehandlerspace/TypeHandlerSpaceTest.java  |   331 -
 platform/platform.typepriority/LICENSE          |   201 -
 platform/platform.typepriority/pom.xml          |   102 -
 .../platform/typepriority/TypePrioritizer.java  |   147 -
 .../documentation/style/documentation.css       |    34 -
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../platform.typepriority/src/site/site.xml     |    30 -
 .../src/site/xsite/content/reference.xhtml      |    81 -
 .../src/site/xsite/content/sitemap.xml          |    28 -
 .../src/site/xsite/templates/skin.html          |    71 -
 .../typepriority/TypePrioritizerTest.java       |    83 -
 platform/platform.typerendering.gui/LICENSE     |   201 -
 platform/platform.typerendering.gui/pom.xml     |   133 -
 .../web-resources/styles/renderlets/style.css   |    38 -
 .../src/main/scala/Activator.scala              |   126 -
 .../src/main/scala/Ontology.scala               |    39 -
 .../scala/RenderletDescriptionRenderlet.scala   |    59 -
 platform/platform.typerendering.scala/LICENSE   |   201 -
 .../platform.typerendering.scala/nbactions.xml  |    11 -
 platform/platform.typerendering.scala/pom.xml   |    86 -
 .../main/resources/META-INF/documentation.nt    |    25 -
 .../typerendering/scala/AbstractRenderlet.scala |    91 -
 .../typerendering/scala/PageRenderlet.scala     |    64 -
 .../typerendering/scala/RenderedPage.scala      |   176 -
 .../typerendering/scala/SRenderlet.scala        |    90 -
 .../typerendering/scala/XmlResult.scala         |   177 -
 .../LICENSE                                     |   201 -
 .../nbactions.xml                               |    11 -
 .../pom.xml                                     |    60 -
 .../ScalaServerPagesRenderlet.java              |   218 -
 .../ScalaServerPagesService.java                |    95 -
 .../scalaserverpages/SspTypeRenderlet.java      |   172 -
 .../main/resources/META-INF/documentation.nt    |   124 -
 .../scalaserverpages/implicit-header.txt        |    13 -
 .../scalaserverpages/typerenderlet-header.txt   |    16 -
 .../platform.typerendering.seedsnipe/LICENSE    |   201 -
 .../platform.typerendering.seedsnipe/pom.xml    |    69 -
 .../seedsnipe/SeedsnipeRenderlet.java           |    65 -
 .../seedsnipe/WebRenderingFunctions.java        |   333 -
 .../typerendering/seedsnipe/GenericTest.java    |    78 -
 .../seedsnipe/WebRenderingFunctionsTest.java    |   113 -
 .../typerendering/seedsnipe/data-1.turtle       |     8 -
 .../typerendering/seedsnipe/ifTest.seed         |     2 -
 .../typerendering/seedsnipe/ifTest.turtle       |     5 -
 .../platform/typerendering/seedsnipe/ifTest.txt |     2 -
 .../typerendering/seedsnipe/lexicalForm.seed    |     1 -
 .../typerendering/seedsnipe/lexicalForm.turtle  |     7 -
 .../typerendering/seedsnipe/lexicalForm.txt     |     1 -
 .../typerendering/seedsnipe/result-1.txt        |     1 -
 .../typerendering/seedsnipe/template-1.seed     |     1 -
 platform/platform.typerendering/LICENSE         |   201 -
 .../platform.typerendering.core/LICENSE         |   201 -
 .../platform.typerendering.core/pom.xml         |    91 -
 .../typerendering/CallbackRenderer.java         |    64 -
 .../typerendering/CallbackRendererImpl.java     |    85 -
 .../typerendering/GenericGraphNodeMBW.java      |   227 -
 .../platform/typerendering/Renderer.java        |    65 -
 .../platform/typerendering/RendererFactory.java |   224 -
 .../typerendering/RenderingException.java       |    69 -
 .../RenderingspecificationException.java        |   138 -
 .../platform/typerendering/Renderlet.java       |   131 -
 .../typerendering/RenderletManager.java         |    53 -
 .../typerendering/RenderletManagerImpl.java     |   328 -
 .../RenderletNotFoundException.java             |    31 -
 .../typerendering/RenderletRendererImpl.java    |    99 -
 .../typerendering/ResultDocModifier.java        |   282 -
 .../typerendering/TypeRenderingException.java   |    92 -
 .../TypeRenderingExceptionMapper.java           |    88 -
 .../platform/typerendering/TypeRenderlet.java   |   165 -
 .../TypeRenderletRendererImpl.java              |    84 -
 .../typerendering/UserContextProvider.java      |    48 -
 .../typerendering/WebRenderingService.java      |    34 -
 .../typerendering/utils/MediaTypeMap.java       |   142 -
 .../platform/typerendering/utils/RegexMap.java  |   170 -
 .../typerendering/exception-template.ssp        |    55 -
 .../typerendering/utils/RegexMapTest.java       |    37 -
 .../platform.typerendering.ontologies/LICENSE   |   201 -
 .../platform.typerendering.ontologies/pom.xml   |    67 -
 .../typerendering/ontologies/typerendering.rdf  |   106 -
 platform/platform.typerendering/pom.xml         |    41 -
 .../platform.usermanager.webinterface/LICENSE   |   201 -
 .../platform.usermanager.webinterface/pom.xml   |   146 -
 .../usermanager/webinterface/PasswordReset.java |   180 -
 .../PermissionManagerAccessPermission.java      |    66 -
 .../UserManagerAccessPermission.java            |    66 -
 .../webinterface/UserManagerWeb.java            |  1295 -
 .../webinterface/ontology/USERMANAGER.java      |   134 -
 .../webinterface/add-property-template.ssp      |   142 -
 .../webinterface/add-user-template.ssp          |   131 -
 .../webinterface/custom-property-template.ssp   |    87 -
 .../webinterface/custom-user-infos-template.ssp |    67 -
 .../webinterface/ontology/customfield.rdf       |    84 -
 .../webinterface/ontology/usermanager.rdf       |    94 -
 .../usermanager/webinterface/reset.xhtml        |    70 -
 .../usermanager/webinterface/reset_mail.txt     |    12 -
 .../webinterface/role-overview-template.ssp     |   111 -
 .../webinterface/role-permission-template.ssp   |   153 -
 .../webinterface/staticweb/add-role.xhtml       |    44 -
 .../staticweb/js/fancybox/fancy_closebox.png    |   Bin 1910 -> 0 bytes
 .../staticweb/js/fancybox/fancy_left.png        |   Bin 1623 -> 0 bytes
 .../staticweb/js/fancybox/fancy_progress.png    |   Bin 12412 -> 0 bytes
 .../staticweb/js/fancybox/fancy_right.png       |   Bin 1645 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_e.png    |   Bin 146 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_n.png    |   Bin 129 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_ne.png   |   Bin 245 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_nw.png   |   Bin 207 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_s.png    |   Bin 136 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_se.png   |   Bin 239 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_sw.png   |   Bin 221 -> 0 bytes
 .../staticweb/js/fancybox/fancy_shadow_w.png    |   Bin 140 -> 0 bytes
 .../staticweb/js/fancybox/fancy_title_left.png  |   Bin 556 -> 0 bytes
 .../staticweb/js/fancybox/fancy_title_main.png  |   Bin 149 -> 0 bytes
 .../staticweb/js/fancybox/fancy_title_right.png |   Bin 559 -> 0 bytes
 .../staticweb/js/fancybox/jquery.easing.1.3.js  |   226 -
 .../js/fancybox/jquery.fancybox-1.2.1.js        |   568 -
 .../js/fancybox/jquery.fancybox-1.2.1.pack.js   |    30 -
 .../staticweb/js/fancybox/jquery.fancybox.css   |   336 -
 .../webinterface/staticweb/js/reset.js          |    45 -
 .../staticweb/js/usermanager-custom-property.js |    77 -
 .../staticweb/js/usermanager-overview.js        |    93 -
 .../staticweb/js/usermanager-role-overview.js   |   102 -
 .../staticweb/js/usermanager-role-permission.js |    49 -
 .../staticweb/js/usermanager-user-permission.js |    49 -
 .../webinterface/staticweb/js/usermanager.js    |    40 -
 .../webinterface/update-user-template.ssp       |   141 -
 .../webinterface/user-overview-template.ssp     |   123 -
 .../webinterface/user-permission-template.ssp   |   179 -
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 .../src/site/site.xml                           |    32 -
 .../src/site/xsite/content/jaas.xhtml           |   109 -
 .../src/site/xsite/content/sitemap.xml          |    30 -
 .../src/site/xsite/content/usage-role.xhtml     |    52 -
 .../src/site/xsite/content/usage-user.xhtml     |    66 -
 .../src/site/xsite/templates/skin.html          |    71 -
 platform/platform.usermanager/LICENSE           |   201 -
 platform/platform.usermanager/pom.xml           |   102 -
 .../EmailAlreadyAssignedException.java          |    31 -
 .../usermanager/RoleUnavailableException.java   |    32 -
 .../usermanager/UserAlreadyExistsException.java |    30 -
 .../platform/usermanager/UserComparator.java    |    43 -
 .../usermanager/UserHasNoNameException.java     |    31 -
 .../platform/usermanager/UserManager.java       |   256 -
 .../platform/usermanager/UserManagerImpl.java   |   735 -
 .../usermanager/UserNotExistsException.java     |    31 -
 .../resources/documentation/style/style.css     |   421 -
 .../src/site/resources/images/clerezza.png      |   Bin 7113 -> 0 bytes
 platform/platform.usermanager/src/site/site.xml |    26 -
 .../src/site/xsite/content/sitemap.xml          |    28 -
 .../src/site/xsite/content/usage.xhtml          |    54 -
 .../src/site/xsite/templates/skin.html          |    71 -
 platform/platform.users/LICENSE                 |   201 -
 platform/platform.users/core/LICENSE            |   201 -
 platform/platform.users/core/pom.xml            |   128 -
 .../resources/OSGI-INF/serviceComponents.xml    |    45 -
 .../UserGraphAcessPermissionProvider.scala      |    39 -
 .../platform/users/WebIdGraphsService.scala     |   212 -
 .../clerezza/platform/users/WebIdInfo.scala     |    61 -
 platform/platform.users/ontologies/LICENSE      |   201 -
 platform/platform.users/ontologies/pom.xml      |    67 -
 platform/platform.users/pom.xml                 |    41 -
 platform/platform.xhtml2html/LICENSE            |   201 -
 platform/platform.xhtml2html/pom.xml            |    66 -
 .../platform/xhtml2html/AcceptHeader.java       |   180 -
 .../ContentLengthSettingOutputStream.java       |    86 -
 .../DocTypeFilteringOutputStream.java           |   140 -
 .../clerezza/platform/xhtml2html/MediaType.java |   100 -
 .../xhtml2html/MediaTypeComparator.java         |   169 -
 .../platform/xhtml2html/ResponseStatusInfo.java |    34 -
 .../SelfClosing2ClosingTagsOutputStream.java    |   183 -
 .../platform/xhtml2html/WrappedRequest.java     |    61 -
 .../platform/xhtml2html/WrappedResponse.java    |   160 -
 .../platform/xhtml2html/Xhtml2HtmlFilter.java   |   115 -
 .../DocTypeSettingByteChannelTest.java          |   185 -
 .../SelfClosing2ClosingTagsByteChannelTest.java |    82 -
 platform/pom.xml                                |    94 +-
 platform/scripting.scriptmanager/LICENSE        |   201 +
 platform/scripting.scriptmanager/pom.xml        |    99 +
 .../scripting/scriptmanager/ScriptManager.java  |   849 +
 .../ScriptManagerAppPermission.java             |    66 +
 .../scriptmanager/ontology/SCRIPTMANAGER.java   |    87 +
 .../main/resources/META-INF/documentation.nt    |   103 +
 .../scriptmanager/ontology/scriptmanager.rdf    |   150 +
 .../scriptmanager-execution-uri-list.xhtml      |    41 +
 .../scriptmanager-execution-uri-overview.ssp    |    50 +
 .../scriptmanager-script-information.xhtml      |    91 +
 .../scriptmanager-script-install.ssp            |    99 +
 .../scriptmanager-script-list.xhtml             |    31 +
 .../scriptmanager-script-overview.ssp           |    69 +
 .../staticweb/js/scriptmanager-execution-uri.js |    27 +
 .../staticweb/js/scriptmanager-overview.js      |    45 +
 .../scriptmanager/staticweb/js/scriptmanager.js |   170 +
 platform/scripting/LICENSE                      |   201 +
 platform/scripting/pom.xml                      |    75 +
 .../JRubyScriptEngineFactoryWrapper.java        |   100 +
 .../platform/scripting/NoEngineException.java   |    41 +
 .../scripting/ScriptEngineFactoryManager.java   |   183 +
 .../platform/scripting/ScriptExecution.java     |   315 +
 .../ScriptGeneratedResourceTypeHandler.java     |   128 +
 .../scripting/ScriptLanguageDescription.java    |    90 +
 platform/security.conditions/LICENSE            |   201 +
 platform/security.conditions/pom.xml            |    60 +
 .../conditions/NotBundleLocationCondition.java  |    47 +
 platform/security.foafssl/LICENSE               |   201 +
 platform/security.foafssl/core/LICENSE          |   201 +
 platform/security.foafssl/core/pom.xml          |   139 +
 .../resources/OSGI-INF/serviceComponents.xml    |    47 +
 .../foafssl/auth/FoafSslAuthentication.scala    |   127 +
 .../clerezza/foafssl/auth/WebIDClaim.scala      |   216 +
 .../clerezza/foafssl/auth/X509Claim.scala       |   279 +
 .../apache/clerezza/foafssl/ssl/Activator.scala |   108 +
 .../ssl/X509TrustManagerWrapperService.scala    |    70 +
 platform/security.foafssl/ontologies/LICENSE    |   201 +
 platform/security.foafssl/ontologies/pom.xml    |    67 +
 .../clerezza/foafssl/ontologies/atomowl.rdf     |   653 +
 .../apache/clerezza/foafssl/ontologies/cert.n3  |   187 +
 .../apache/clerezza/foafssl/ontologies/earl.rdf |   245 +
 .../apache/clerezza/foafssl/ontologies/rsa.rdf  |   114 +
 .../apache/clerezza/foafssl/ontologies/test.n3  |   205 +
 platform/security.foafssl/pom.xml               |    39 +
 platform/security.foafssl/test/LICENSE          |   201 +
 platform/security.foafssl/test/pom.xml          |   162 +
 .../main/resources/META-INF/documentation.nt    |     2 +
 .../resources/OSGI-INF/serviceComponents.xml    |    43 +
 .../clerezza/foafssl/test/WebIDTester.scala     |   757 +
 .../foafssl/test/pages/WebIDClaimPg.scala       |   240 +
 platform/shellcustomizer/LICENSE                |   201 +
 platform/shellcustomizer/pom.xml                |   112 +
 .../resources/OSGI-INF/serviceComponents.xml    |    33 +
 .../platform/shellcustomizer/PlatformDsl.scala  |    51 +
 .../PlatformShellCustomizer.scala               |    51 +
 platform/style.classic.webguiexamples/LICENSE   |   201 +
 platform/style.classic.webguiexamples/pom.xml   |    79 +
 .../web-resources/web-gui-examples/alert.xhtml  |    99 +
 .../web-gui-examples/buttons.xhtml              |   201 +
 .../web-resources/web-gui-examples/edit.xhtml   |   164 +
 .../web-resources/web-gui-examples/header.xhtml |   299 +
 .../web-gui-examples/overlay.xhtml              |   108 +
 .../web-gui-examples/panel-thumbnail.xhtml      |   351 +
 .../web-gui-examples/panel-tree.xhtml           |   324 +
 .../web-resources/web-gui-examples/panel.xhtml  |   235 +
 .../web-gui-examples/style/demo.css             |    64 +
 .../web-resources/web-gui-examples/table.xhtml  |   227 +
 .../web-gui-examples/temp/img/eye1.jpg          |   Bin 0 -> 4517 bytes
 .../web-gui-examples/temp/img/tiger1.jpg        |   Bin 0 -> 4860 bytes
 .../web-gui-examples/temp/img/tiger2.jpg        |   Bin 0 -> 6321 bytes
 .../web-gui-examples/thumbnail.xhtml            |   214 +
 .../web-gui-examples/tree-edit.xhtml            |   301 +
 .../web-gui-examples/tree-thumbnail.xhtml       |   320 +
 .../web-resources/web-gui-examples/tree.xhtml   |   207 +
 .../main/resources/META-INF/documentation.nt    |    13 +
 platform/style.classic/LICENSE                  |   201 +
 platform/style.classic/README.txt               |    17 +
 platform/style.classic/pom.xml                  |    96 +
 .../style/classic/ClassicStyleConfig.java       |    50 +
 .../clerezza/platform/style/classic/Style.java  |    82 +
 .../CLEREZZA-INF/web-resources/favicon.ico      |   Bin 0 -> 3638 bytes
 .../web-resources/style/autocomplete.css        |    68 +
 .../CLEREZZA-INF/web-resources/style/button.css |    79 +
 .../web-resources/style/clearfix.css            |    58 +
 .../web-resources/style/discobits.css           |    26 +
 .../CLEREZZA-INF/web-resources/style/edit.css   |   210 +
 .../CLEREZZA-INF/web-resources/style/filter.css |    64 +
 .../CLEREZZA-INF/web-resources/style/form.css   |   100 +
 .../web-resources/style/general.css             |   100 +
 .../CLEREZZA-INF/web-resources/style/header.css |   192 +
 .../CLEREZZA-INF/web-resources/style/icon.css   |   326 +
 .../style/images/bg/fade-black.png              |   Bin 0 -> 452 bytes
 .../style/images/bg/fade-filter.png             |   Bin 0 -> 736 bytes
 .../style/images/bg/fade-header-module.png      |   Bin 0 -> 694 bytes
 .../style/images/bg/fade-header-system.png      |   Bin 0 -> 512 bytes
 .../style/images/bg/fade-header.png             |   Bin 0 -> 1056 bytes
 .../style/images/bg/fade-header1.png            |   Bin 0 -> 512 bytes
 .../style/images/bg/fade-header2.png            |   Bin 0 -> 694 bytes
 .../style/images/bg/fade-input.png              |   Bin 0 -> 165 bytes
 .../style/images/bg/fade-login.png              |   Bin 0 -> 6960 bytes
 .../web-resources/style/images/bg/fade-menu.png |   Bin 0 -> 241 bytes
 .../style/images/bg/fade-panel-search.png       |   Bin 0 -> 397 bytes
 .../style/images/bg/fade-panel.png              |   Bin 0 -> 425 bytes
 .../style/images/bg/fade-tab-edit.png           |   Bin 0 -> 672 bytes
 .../style/images/bg/fade-tab-off.png            |   Bin 0 -> 556 bytes
 .../style/images/bg/fade-tab-on.png             |   Bin 0 -> 169 bytes
 .../style/images/bg/fade-tab-status.png         |   Bin 0 -> 323 bytes
 .../style/images/bg/fade-th-off.png             |   Bin 0 -> 161 bytes
 .../style/images/bg/fade-th-on.png              |   Bin 0 -> 170 bytes
 .../style/images/bg/fade-window.png             |   Bin 0 -> 3840 bytes
 .../web-resources/style/images/bg/tooltip.png   |   Bin 0 -> 2076 bytes
 .../style/images/icons/anim-loading.gif         |   Bin 0 -> 4714 bytes
 .../style/images/icons/arr-down-inverse.png     |   Bin 0 -> 179 bytes
 .../style/images/icons/arr-down.png             |   Bin 0 -> 183 bytes
 .../style/images/icons/arr-left-inverse.png     |   Bin 0 -> 171 bytes
 .../style/images/icons/arr-left.png             |   Bin 0 -> 198 bytes
 .../style/images/icons/arr-right-inverse.png    |   Bin 0 -> 166 bytes
 .../style/images/icons/arr-right.png            |   Bin 0 -> 197 bytes
 .../style/images/icons/arr-up-inverse.png       |   Bin 0 -> 177 bytes
 .../web-resources/style/images/icons/arr-up.png |   Bin 0 -> 185 bytes
 .../style/images/icons/btn-alert.png            |   Bin 0 -> 811 bytes
 .../style/images/icons/btn-back.png             |   Bin 0 -> 607 bytes
 .../style/images/icons/btn-close.png            |   Bin 0 -> 668 bytes
 .../style/images/icons/btn-delete.gif           |   Bin 0 -> 612 bytes
 .../style/images/icons/btn-drag.png             |   Bin 0 -> 138 bytes
 .../style/images/icons/btn-forward.png          |   Bin 0 -> 559 bytes
 .../images/icons/btn-langauge-switch-x.png      |   Bin 0 -> 625 bytes
 .../style/images/icons/btn-langauge-switch.png  |   Bin 0 -> 725 bytes
 .../style/images/icons/btn-list-off.png         |   Bin 0 -> 183 bytes
 .../style/images/icons/btn-list-on.png          |   Bin 0 -> 281 bytes
 .../style/images/icons/btn-modify-x.png         |   Bin 0 -> 886 bytes
 .../style/images/icons/btn-modify.png           |   Bin 0 -> 890 bytes
 .../style/images/icons/btn-ok-x.png             |   Bin 0 -> 774 bytes
 .../web-resources/style/images/icons/btn-ok.png |   Bin 0 -> 832 bytes
 .../style/images/icons/btn-person.png           |   Bin 0 -> 599 bytes
 .../style/images/icons/btn-plus-x.png           |   Bin 0 -> 690 bytes
 .../style/images/icons/btn-plus.png             |   Bin 0 -> 721 bytes
 .../style/images/icons/btn-remove-x.png         |   Bin 0 -> 676 bytes
 .../style/images/icons/btn-remove.png           |   Bin 0 -> 746 bytes
 .../style/images/icons/btn-resize.png           |   Bin 0 -> 225 bytes
 .../style/images/icons/btn-search-x.png         |   Bin 0 -> 590 bytes
 .../style/images/icons/btn-search.png           |   Bin 0 -> 717 bytes
 .../style/images/icons/btn-sitechooser.png      |   Bin 0 -> 839 bytes
 .../style/images/icons/btn-size1-off.png        |   Bin 0 -> 426 bytes
 .../style/images/icons/btn-size1-on.png         |   Bin 0 -> 503 bytes
 .../style/images/icons/btn-size2-off.png        |   Bin 0 -> 440 bytes
 .../style/images/icons/btn-size2-on.png         |   Bin 0 -> 492 bytes
 .../style/images/icons/btn-size3-off.png        |   Bin 0 -> 311 bytes
 .../style/images/icons/btn-size3-on.png         |   Bin 0 -> 351 bytes
 .../style/images/icons/btn-thumb-off.png        |   Bin 0 -> 177 bytes
 .../style/images/icons/btn-thumb-on.png         |   Bin 0 -> 283 bytes
 .../style/images/icons/btn-toggle-list-off.png  |   Bin 0 -> 452 bytes
 .../style/images/icons/btn-toggle-list-on.png   |   Bin 0 -> 624 bytes
 .../style/images/icons/btn-toggle-size1-off.png |   Bin 0 -> 583 bytes
 .../style/images/icons/btn-toggle-size1-on.png  |   Bin 0 -> 764 bytes
 .../style/images/icons/btn-toggle-size2-off.png |   Bin 0 -> 554 bytes
 .../style/images/icons/btn-toggle-size2-on.png  |   Bin 0 -> 740 bytes
 .../style/images/icons/btn-toggle-size3-off.png |   Bin 0 -> 508 bytes
 .../style/images/icons/btn-toggle-size3-on.png  |   Bin 0 -> 681 bytes
 .../images/icons/btn-toggle-thumbnail-off.png   |   Bin 0 -> 440 bytes
 .../images/icons/btn-toggle-thumbnail-on.png    |   Bin 0 -> 630 bytes
 .../style/images/icons/btn-toggle-tree-off.png  |   Bin 0 -> 490 bytes
 .../style/images/icons/btn-toggle-tree-on.png   |   Bin 0 -> 675 bytes
 .../style/images/icons/btn-user.png             |   Bin 0 -> 747 bytes
 .../style/images/icons/btn-zoomin.png           |   Bin 0 -> 787 bytes
 .../style/images/icons/btn-zoomout.png          |   Bin 0 -> 764 bytes
 .../style/images/icons/d-arr-left-inverse.png   |   Bin 0 -> 495 bytes
 .../style/images/icons/d-arr-right-inverse.png  |   Bin 0 -> 495 bytes
 .../style/images/icons/fade-create.png          |   Bin 0 -> 393 bytes
 .../style/images/icons/fade-generic-on.png      |   Bin 0 -> 165 bytes
 .../style/images/icons/fade-generic.png         |   Bin 0 -> 258 bytes
 .../style/images/icons/fade-generic2.png        |   Bin 0 -> 280 bytes
 .../style/images/icons/fade-modify.png          |   Bin 0 -> 404 bytes
 .../style/images/icons/fade-remove.png          |   Bin 0 -> 346 bytes
 .../style/images/icons/mediatype/any.png        |   Bin 0 -> 4381 bytes
 .../icons/mediatype/application/msword.png      |   Bin 0 -> 37681 bytes
 .../mediatype/application/octet-stream.png      |   Bin 0 -> 4381 bytes
 .../images/icons/mediatype/application/pdf.png  |   Bin 0 -> 11999 bytes
 .../mediatype/application/vnd.ms-excel.png      |   Bin 0 -> 49350 bytes
 .../mediatype/application/vnd.ms-powerpoint.png |   Bin 0 -> 15153 bytes
 .../icons/mediatype/application/x-amf.png       |   Bin 0 -> 14553 bytes
 .../icons/mediatype/application/x-tar.png       |   Bin 0 -> 13655 bytes
 .../style/images/icons/mediatype/audio/any.png  |   Bin 0 -> 16747 bytes
 .../style/images/icons/mediatype/text/plain.png |   Bin 0 -> 11461 bytes
 .../web-resources/style/images/logo-big.png     |   Bin 0 -> 4984 bytes
 .../web-resources/style/images/logo.png         |   Bin 0 -> 2144 bytes
 .../web-resources/style/images/panel/bg-tab.png |   Bin 0 -> 191 bytes
 .../style/images/panel/tab-button-default.png   |   Bin 0 -> 342 bytes
 .../CLEREZZA-INF/web-resources/style/list.css   |   147 +
 .../CLEREZZA-INF/web-resources/style/loader.css |    47 +
 .../CLEREZZA-INF/web-resources/style/menu.css   |   163 +
 .../CLEREZZA-INF/web-resources/style/pager.css  |   100 +
 .../CLEREZZA-INF/web-resources/style/panel.css  |   385 +
 .../web-resources/style/scripts/login.js        |    26 +
 .../web-resources/style/scripts/panel.js        |    59 +
 .../CLEREZZA-INF/web-resources/style/style.css  |    49 +
 .../CLEREZZA-INF/web-resources/style/table.css  |   225 +
 .../CLEREZZA-INF/web-resources/style/tabs.css   |   116 +
 .../web-resources/style/tooltip.css             |    41 +
 .../CLEREZZA-INF/web-resources/style/tree.css   |   335 +
 .../CLEREZZA-INF/web-resources/style/window.css |   191 +
 .../CLEREZZA-INF/web-resources/style/yui.css    |   197 +
 .../platform/style/classic/globalmenu-naked.ssp |    86 +
 .../style/classic/headed-page-template.ssp      |    80 +
 .../style/classic/rdf-list-template.ssp         |    28 +
 platform/style.default/LICENSE                  |   201 +
 platform/style.default/nbactions.xml            |    11 +
 platform/style.default/pom.xml                  |   123 +
 .../web-resources/images/feather.png            |   Bin 0 -> 16890 bytes
 .../web-resources/images/footer-logo.png        |   Bin 0 -> 6539 bytes
 .../CLEREZZA-INF/web-resources/images/logo.png  |   Bin 0 -> 5834 bytes
 .../web-resources/images/sw-vert-w3c.png        |   Bin 0 -> 5979 bytes
 .../style/fonts/TitilliumText25L001.otf         |   Bin 0 -> 52736 bytes
 .../style/fonts/TitilliumText25L003.otf         |   Bin 0 -> 52064 bytes
 .../style/fonts/TitilliumTitle20.otf            |   Bin 0 -> 41144 bytes
 .../web-resources/style/images/bg-bar.png       |   Bin 0 -> 199 bytes
 .../web-resources/style/images/bg-divider.gif   |   Bin 0 -> 63 bytes
 .../web-resources/style/images/icn-note.jpg     |   Bin 0 -> 1636 bytes
 .../web-resources/style/images/logo-big.png     |   Bin 0 -> 5834 bytes
 .../CLEREZZA-INF/web-resources/style/style.css  |   459 +
 .../src/main/scala/Activator.scala              |    46 +
 .../src/main/scala/CollectionHeader.scala       |    38 +
 .../src/main/scala/GlobalMenuRenderlet.scala    |    95 +
 .../src/main/scala/HeadedPageRenderlet.scala    |   160 +
 .../src/main/scala/RdfListRenderlet.scala       |    53 +
 platform/typehandlerspace.jaxrs2/LICENSE        |   201 +
 platform/typehandlerspace.jaxrs2/nbactions.xml  |    11 +
 platform/typehandlerspace.jaxrs2/pom.xml        |    56 +
 .../jaxrs/TypeHandlerSpace.java                 |   137 +
 platform/typehandlerspace.wink/LICENSE          |   201 +
 platform/typehandlerspace.wink/pom.xml          |    65 +
 .../typehandlerspace/wink/TypeHandlerSpace.java |   188 +
 platform/typehandlerspace/LICENSE               |   201 +
 platform/typehandlerspace/pom.xml               |    95 +
 .../platform/typehandlerspace/OPTIONS.java      |    33 +
 .../typehandlerspace/SupportedTypes.java        |    49 +
 .../typehandlerspace/TypeHandlerDiscovery.java  |    46 +
 .../impl/TypeHandlerDiscoveryImpl.java          |   109 +
 .../documentation/style/documentation.css       |    34 +
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/typehandlerspace/src/site/site.xml     |    30 +
 .../src/site/xsite/content/reference.xhtml      |    81 +
 .../src/site/xsite/content/sitemap.xml          |    28 +
 .../src/site/xsite/templates/skin.html          |    71 +
 .../typehandlerspace/GraphWriterDummy.java      |    65 +
 .../typehandlerspace/TypeHandlerSpaceTest.java  |   331 +
 platform/typepriority/LICENSE                   |   201 +
 platform/typepriority/pom.xml                   |   102 +
 .../platform/typepriority/TypePrioritizer.java  |   147 +
 .../documentation/style/documentation.css       |    34 +
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/typepriority/src/site/site.xml         |    30 +
 .../src/site/xsite/content/reference.xhtml      |    81 +
 .../src/site/xsite/content/sitemap.xml          |    28 +
 .../src/site/xsite/templates/skin.html          |    71 +
 .../typepriority/TypePrioritizerTest.java       |    83 +
 platform/typerendering.gui/LICENSE              |   201 +
 platform/typerendering.gui/pom.xml              |   133 +
 .../web-resources/styles/renderlets/style.css   |    38 +
 .../src/main/scala/Activator.scala              |   126 +
 .../src/main/scala/Ontology.scala               |    39 +
 .../scala/RenderletDescriptionRenderlet.scala   |    59 +
 platform/typerendering.scala/LICENSE            |   201 +
 platform/typerendering.scala/nbactions.xml      |    11 +
 platform/typerendering.scala/pom.xml            |    86 +
 .../main/resources/META-INF/documentation.nt    |    25 +
 .../typerendering/scala/AbstractRenderlet.scala |    91 +
 .../typerendering/scala/PageRenderlet.scala     |    64 +
 .../typerendering/scala/RenderedPage.scala      |   176 +
 .../typerendering/scala/SRenderlet.scala        |    90 +
 .../typerendering/scala/XmlResult.scala         |   177 +
 platform/typerendering.scalaserverpages/LICENSE |   201 +
 .../nbactions.xml                               |    11 +
 platform/typerendering.scalaserverpages/pom.xml |    60 +
 .../ScalaServerPagesRenderlet.java              |   218 +
 .../ScalaServerPagesService.java                |    95 +
 .../scalaserverpages/SspTypeRenderlet.java      |   172 +
 .../main/resources/META-INF/documentation.nt    |   124 +
 .../scalaserverpages/implicit-header.txt        |    13 +
 .../scalaserverpages/typerenderlet-header.txt   |    16 +
 platform/typerendering.seedsnipe/LICENSE        |   201 +
 platform/typerendering.seedsnipe/pom.xml        |    69 +
 .../seedsnipe/SeedsnipeRenderlet.java           |    65 +
 .../seedsnipe/WebRenderingFunctions.java        |   333 +
 .../typerendering/seedsnipe/GenericTest.java    |    78 +
 .../seedsnipe/WebRenderingFunctionsTest.java    |   113 +
 .../typerendering/seedsnipe/data-1.turtle       |     8 +
 .../typerendering/seedsnipe/ifTest.seed         |     2 +
 .../typerendering/seedsnipe/ifTest.turtle       |     5 +
 .../platform/typerendering/seedsnipe/ifTest.txt |     2 +
 .../typerendering/seedsnipe/lexicalForm.seed    |     1 +
 .../typerendering/seedsnipe/lexicalForm.turtle  |     7 +
 .../typerendering/seedsnipe/lexicalForm.txt     |     1 +
 .../typerendering/seedsnipe/result-1.txt        |     1 +
 .../typerendering/seedsnipe/template-1.seed     |     1 +
 platform/typerendering/LICENSE                  |   201 +
 .../platform.typerendering.core/LICENSE         |   201 +
 .../platform.typerendering.core/pom.xml         |    91 +
 .../typerendering/CallbackRenderer.java         |    64 +
 .../typerendering/CallbackRendererImpl.java     |    85 +
 .../typerendering/GenericGraphNodeMBW.java      |   227 +
 .../platform/typerendering/Renderer.java        |    65 +
 .../platform/typerendering/RendererFactory.java |   224 +
 .../typerendering/RenderingException.java       |    69 +
 .../RenderingspecificationException.java        |   138 +
 .../platform/typerendering/Renderlet.java       |   131 +
 .../typerendering/RenderletManager.java         |    53 +
 .../typerendering/RenderletManagerImpl.java     |   328 +
 .../RenderletNotFoundException.java             |    31 +
 .../typerendering/RenderletRendererImpl.java    |    99 +
 .../typerendering/ResultDocModifier.java        |   282 +
 .../typerendering/TypeRenderingException.java   |    92 +
 .../TypeRenderingExceptionMapper.java           |    88 +
 .../platform/typerendering/TypeRenderlet.java   |   165 +
 .../TypeRenderletRendererImpl.java              |    84 +
 .../typerendering/UserContextProvider.java      |    48 +
 .../typerendering/WebRenderingService.java      |    34 +
 .../typerendering/utils/MediaTypeMap.java       |   142 +
 .../platform/typerendering/utils/RegexMap.java  |   170 +
 .../typerendering/exception-template.ssp        |    55 +
 .../typerendering/utils/RegexMapTest.java       |    37 +
 .../platform.typerendering.ontologies/LICENSE   |   201 +
 .../platform.typerendering.ontologies/pom.xml   |    67 +
 .../typerendering/ontologies/typerendering.rdf  |   106 +
 platform/typerendering/pom.xml                  |    41 +
 platform/usermanager.webinterface/LICENSE       |   201 +
 platform/usermanager.webinterface/pom.xml       |   146 +
 .../usermanager/webinterface/PasswordReset.java |   180 +
 .../PermissionManagerAccessPermission.java      |    66 +
 .../UserManagerAccessPermission.java            |    66 +
 .../webinterface/UserManagerWeb.java            |  1295 +
 .../webinterface/ontology/USERMANAGER.java      |   134 +
 .../webinterface/add-property-template.ssp      |   142 +
 .../webinterface/add-user-template.ssp          |   131 +
 .../webinterface/custom-property-template.ssp   |    87 +
 .../webinterface/custom-user-infos-template.ssp |    67 +
 .../webinterface/ontology/customfield.rdf       |    84 +
 .../webinterface/ontology/usermanager.rdf       |    94 +
 .../usermanager/webinterface/reset.xhtml        |    70 +
 .../usermanager/webinterface/reset_mail.txt     |    12 +
 .../webinterface/role-overview-template.ssp     |   111 +
 .../webinterface/role-permission-template.ssp   |   153 +
 .../webinterface/staticweb/add-role.xhtml       |    44 +
 .../staticweb/js/fancybox/fancy_closebox.png    |   Bin 0 -> 1910 bytes
 .../staticweb/js/fancybox/fancy_left.png        |   Bin 0 -> 1623 bytes
 .../staticweb/js/fancybox/fancy_progress.png    |   Bin 0 -> 12412 bytes
 .../staticweb/js/fancybox/fancy_right.png       |   Bin 0 -> 1645 bytes
 .../staticweb/js/fancybox/fancy_shadow_e.png    |   Bin 0 -> 146 bytes
 .../staticweb/js/fancybox/fancy_shadow_n.png    |   Bin 0 -> 129 bytes
 .../staticweb/js/fancybox/fancy_shadow_ne.png   |   Bin 0 -> 245 bytes
 .../staticweb/js/fancybox/fancy_shadow_nw.png   |   Bin 0 -> 207 bytes
 .../staticweb/js/fancybox/fancy_shadow_s.png    |   Bin 0 -> 136 bytes
 .../staticweb/js/fancybox/fancy_shadow_se.png   |   Bin 0 -> 239 bytes
 .../staticweb/js/fancybox/fancy_shadow_sw.png   |   Bin 0 -> 221 bytes
 .../staticweb/js/fancybox/fancy_shadow_w.png    |   Bin 0 -> 140 bytes
 .../staticweb/js/fancybox/fancy_title_left.png  |   Bin 0 -> 556 bytes
 .../staticweb/js/fancybox/fancy_title_main.png  |   Bin 0 -> 149 bytes
 .../staticweb/js/fancybox/fancy_title_right.png |   Bin 0 -> 559 bytes
 .../staticweb/js/fancybox/jquery.easing.1.3.js  |   226 +
 .../js/fancybox/jquery.fancybox-1.2.1.js        |   568 +
 .../js/fancybox/jquery.fancybox-1.2.1.pack.js   |    30 +
 .../staticweb/js/fancybox/jquery.fancybox.css   |   336 +
 .../webinterface/staticweb/js/reset.js          |    45 +
 .../staticweb/js/usermanager-custom-property.js |    77 +
 .../staticweb/js/usermanager-overview.js        |    93 +
 .../staticweb/js/usermanager-role-overview.js   |   102 +
 .../staticweb/js/usermanager-role-permission.js |    49 +
 .../staticweb/js/usermanager-user-permission.js |    49 +
 .../webinterface/staticweb/js/usermanager.js    |    40 +
 .../webinterface/update-user-template.ssp       |   141 +
 .../webinterface/user-overview-template.ssp     |   123 +
 .../webinterface/user-permission-template.ssp   |   179 +
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 .../usermanager.webinterface/src/site/site.xml  |    32 +
 .../src/site/xsite/content/jaas.xhtml           |   109 +
 .../src/site/xsite/content/sitemap.xml          |    30 +
 .../src/site/xsite/content/usage-role.xhtml     |    52 +
 .../src/site/xsite/content/usage-user.xhtml     |    66 +
 .../src/site/xsite/templates/skin.html          |    71 +
 platform/usermanager/LICENSE                    |   201 +
 platform/usermanager/pom.xml                    |   102 +
 .../EmailAlreadyAssignedException.java          |    31 +
 .../usermanager/RoleUnavailableException.java   |    32 +
 .../usermanager/UserAlreadyExistsException.java |    30 +
 .../platform/usermanager/UserComparator.java    |    43 +
 .../usermanager/UserHasNoNameException.java     |    31 +
 .../platform/usermanager/UserManager.java       |   256 +
 .../platform/usermanager/UserManagerImpl.java   |   735 +
 .../usermanager/UserNotExistsException.java     |    31 +
 .../resources/documentation/style/style.css     |   421 +
 .../src/site/resources/images/clerezza.png      |   Bin 0 -> 7113 bytes
 platform/usermanager/src/site/site.xml          |    26 +
 .../src/site/xsite/content/sitemap.xml          |    28 +
 .../src/site/xsite/content/usage.xhtml          |    54 +
 .../src/site/xsite/templates/skin.html          |    71 +
 platform/users/LICENSE                          |   201 +
 platform/users/core/LICENSE                     |   201 +
 platform/users/core/pom.xml                     |   128 +
 .../resources/OSGI-INF/serviceComponents.xml    |    45 +
 .../UserGraphAcessPermissionProvider.scala      |    39 +
 .../platform/users/WebIdGraphsService.scala     |   212 +
 .../clerezza/platform/users/WebIdInfo.scala     |    61 +
 platform/users/ontologies/LICENSE               |   201 +
 platform/users/ontologies/pom.xml               |    67 +
 platform/users/pom.xml                          |    41 +
 platform/xhtml2html/LICENSE                     |   201 +
 platform/xhtml2html/pom.xml                     |    66 +
 .../platform/xhtml2html/AcceptHeader.java       |   180 +
 .../ContentLengthSettingOutputStream.java       |    86 +
 .../DocTypeFilteringOutputStream.java           |   140 +
 .../clerezza/platform/xhtml2html/MediaType.java |   100 +
 .../xhtml2html/MediaTypeComparator.java         |   169 +
 .../platform/xhtml2html/ResponseStatusInfo.java |    34 +
 .../SelfClosing2ClosingTagsOutputStream.java    |   183 +
 .../platform/xhtml2html/WrappedRequest.java     |    61 +
 .../platform/xhtml2html/WrappedResponse.java    |   160 +
 .../platform/xhtml2html/Xhtml2HtmlFilter.java   |   115 +
 .../DocTypeSettingByteChannelTest.java          |   185 +
 .../SelfClosing2ClosingTagsByteChannelTest.java |    82 +
 1713 files changed, 152291 insertions(+), 152291 deletions(-)
----------------------------------------------------------------------