Return-Path: X-Original-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Delivered-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8127F10C85 for ; Fri, 17 Apr 2015 10:56:58 +0000 (UTC) Received: (qmail 61415 invoked by uid 500); 17 Apr 2015 10:56:00 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 61388 invoked by uid 500); 17 Apr 2015 10:56:00 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 61379 invoked by uid 99); 17 Apr 2015 10:55:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 10:55:59 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=SPF_PASS,WEIRD_QUOTING X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 10:55:54 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 6B6B1453C6 for ; Fri, 17 Apr 2015 10:55:32 +0000 (UTC) Received: (qmail 47143 invoked by uid 99); 17 Apr 2015 10:53:02 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 10:53:02 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id CCCAEAC0A9C for ; Fri, 17 Apr 2015 10:53:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948002 [5/6] - in /websites/staging/commonsrdf/trunk/content: ./ css/ images/ images/logos/ img/ js/ Date: Fri, 17 Apr 2015 10:53:01 -0000 To: commits@commonsrdf.incubator.apache.org From: wikier@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150417105301.CCCAEAC0A9C@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/commonsrdf/trunk/content/js/prettify.js ============================================================================== --- websites/staging/commonsrdf/trunk/content/js/prettify.js (added) +++ websites/staging/commonsrdf/trunk/content/js/prettify.js Fri Apr 17 10:53:00 2015 @@ -0,0 +1,640 @@ +/** + * + * Copyright (C) 2006 Google Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +function H() { + var x = navigator && navigator.userAgent + && /\bMSIE 6\./.test(navigator.userAgent); + H = function() { + return x + }; + return x +} +(function() { + function x(b) { + b = b.split(/ /g); + var a = {}; + for ( var c = b.length; --c >= 0;) { + var d = b[c]; + if (d) + a[d] = null + } + return a + } + var y = "break continue do else for if return while ", U = y + + "auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile ", D = U + + "catch class delete false import new operator private protected public this throw true try ", I = D + + "alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ", J = D + + "boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ", V = J + + "as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ", K = D + + "debugger eval export function get null set undefined var with Infinity NaN ", L = "caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END ", M = y + + "and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None ", N = y + + "alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END ", O = y + + "case done elif esac eval fi function in local set then until ", W = I + + V + K + L + M + N + O; + function X(b) { + return b >= "a" && b <= "z" || b >= "A" && b <= "Z" + } + function u(b, a, c, d) { + b.unshift(c, d || 0); + try { + a.splice.apply(a, b) + } finally { + b.splice(0, 2) + } + } + var Y = (function() { + var b = [ "!", "!=", "!==", "#", "%", "%=", "&", "&&", "&&=", "&=", + "(", "*", "*=", "+=", ",", "-=", "->", "/", "/=", ":", "::", + ";", "<", "<<", "<<=", "<=", "=", "==", "===", ">", ">=", ">>", + ">>=", ">>>", ">>>=", "?", "@", "[", "^", "^=", "^^", "^^=", + "{", "|", "|=", "||", "||=", "~", "break", "case", "continue", + "delete", "do", "else", "finally", "instanceof", "return", + "throw", "try", "typeof" ], a = "(?:(?:(?:^|[^0-9.])\\.{1,3})|(?:(?:^|[^\\+])\\+)|(?:(?:^|[^\\-])-)"; + for ( var c = 0; c < b.length; ++c) { + var d = b[c]; + a += X(d.charAt(0)) ? "|\\b" + d : "|" + + d.replace(/([^=<>:&])/g, "\\$1") + } + a += "|^)\\s*$"; + return new RegExp(a) + })(), P = /&/g, Q = //g, Z = /\"/g; + function $(b) { + return b.replace(P, "&").replace(Q, "<").replace(R, ">") + .replace(Z, """) + } + function E(b) { + return b.replace(P, "&").replace(Q, "<").replace(R, ">") + } + var aa = /</g, ba = />/g, ca = /'/g, da = /"/g, ea = /&/g, fa = / /g; + function ga(b) { + var a = b.indexOf("&"); + if (a < 0) + return b; + for (--a; (a = b.indexOf("&#", a + 1)) >= 0;) { + var c = b.indexOf(";", a); + if (c >= 0) { + var d = b.substring(a + 3, c), g = 10; + if (d && d.charAt(0) === "x") { + d = d.substring(1); + g = 16 + } + var e = parseInt(d, g); + if (!isNaN(e)) + b = b.substring(0, a) + String.fromCharCode(e) + + b.substring(c + 1) + } + } + return b.replace(aa, "<").replace(ba, ">").replace(ca, "'").replace(da, + '"').replace(ea, "&").replace(fa, " ") + } + function S(b) { + return "XMP" === b.tagName + } + function z(b, a) { + switch (b.nodeType) { + case 1: + var c = b.tagName.toLowerCase(); + a.push("<", c); + for ( var d = 0; d < b.attributes.length; ++d) { + var g = b.attributes[d]; + if (!g.specified) + continue; + a.push(" "); + z(g, a) + } + a.push(">"); + for ( var e = b.firstChild; e; e = e.nextSibling) + z(e, a); + if (b.firstChild || !/^(?:br|link|img)$/.test(c)) + a.push(""); + break; + case 2: + a.push(b.name.toLowerCase(), '="', $(b.value), '"'); + break; + case 3: + case 4: + a.push(E(b.nodeValue)); + break + } + } + var F = null; + function ha(b) { + if (null === F) { + var a = document.createElement("pre"); + a + .appendChild(document + .createTextNode('\n')); + F = !/= 0; i -= " ".length) + d.push(" ".substring(0, i)); + g = e + 1; + break; + case "\n": + a = 0; + break; + default: + ++a + } + } + if (!d) + return c; + d.push(c.substring(g)); + return d.join("") + } + } + var ja = /(?:[^<]+| + + + + + + + Apache Commons RDF – Project License + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Project License

+

No license is defined for this project.

+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/mail-lists.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/mail-lists.html (added) +++ websites/staging/commonsrdf/trunk/content/mail-lists.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,175 @@ + + + + + + + + + Apache Commons RDF – Project Mailing Lists + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Project Mailing Lists

+

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

+ + + + + + + + + + + + + + + + + + + + + +
NameSubscribeUnsubscribePostArchiveOther Archives
devSubscribeUnsubscribePostmail-archives.apache.orgmarkmail.org
commitsSubscribeUnsubscribePostmail-archives.apache.orgmarkmail.org
+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/plugin-management.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/plugin-management.html (added) +++ websites/staging/commonsrdf/trunk/content/plugin-management.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,173 @@ + + + + + + + + + Apache Commons RDF – Project Plugin Management + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.3
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-release-plugin2.0
+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/plugins.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/plugins.html (added) +++ websites/staging/commonsrdf/trunk/content/plugins.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,188 @@ + + + + + + + + + Apache Commons RDF – Project Build Plugins + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin3.1
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-install-plugin2.4
org.apache.maven.pluginsmaven-site-plugin3.4
+
+

Project Report Plugins

+ + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-project-info-reports-plugin2.7
+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/project-info.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/project-info.html (added) +++ websites/staging/commonsrdf/trunk/content/project-info.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,198 @@ + + + + + + + + + Apache Commons RDF – Project Information + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
AboutThere is currently no description associated with this project.
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Project PluginsThis document lists the build plugins and the report plugins used by this project.
Project LicenseThis is a link to the definitions of project licenses.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
+
+
+ + + + + Added: websites/staging/commonsrdf/trunk/content/project-summary.html ============================================================================== --- websites/staging/commonsrdf/trunk/content/project-summary.html (added) +++ websites/staging/commonsrdf/trunk/content/project-summary.html Fri Apr 17 10:53:00 2015 @@ -0,0 +1,188 @@ + + + + + + + + + Apache Commons RDF – Project Summary + + + + + + + + + + + + + + + + Apache Commons RDF logo + +
+ + + +
+ + + + + +
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameApache Commons RDF (Incubating) Site
Description-
Homepagehttp://commonsrdf.incubator.apache.org/
+
+

Project Organization

+

This project does not belong to an organization.

+
+

Build Information

+ + + + + + + + + + + + + + + +
FieldValue
GroupIdorg.apache.commonsrdf
ArtifactIdcommons-rdf-site
Version0.1.0-incubating-SNAPSHOT
Typepom
+
+
+ + + + +