You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2017/06/17 12:12:36 UTC

[3/6] incubator git commit: Deleting unused files.

Deleting unused files.


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

Branch: refs/heads/jbake-site
Commit: 875bb5f1859f2c3dfb3942e1d2e35246a7a68536
Parents: 614634b
Author: John D. Ament <jo...@apache.org>
Authored: Sat Jun 17 08:08:37 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Jun 17 08:08:37 2017 -0400

----------------------------------------------------------------------
 pages/podlings.dtd        |   66 -
 pages/podlings.xml        | 2780 ----------------------------------------
 templates/MyTaglib.groovy |    6 -
 3 files changed, 2852 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/875bb5f1/pages/podlings.dtd
----------------------------------------------------------------------
diff --git a/pages/podlings.dtd b/pages/podlings.dtd
deleted file mode 100644
index 6d3f077..0000000
--- a/pages/podlings.dtd
+++ /dev/null
@@ -1,66 +0,0 @@
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You 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.
--->
-
-<!--  DTD for podlings.xml -->
-<!ELEMENT podlings (podling+)>
-
-<!ELEMENT podling (description, reporting?, graduating?, retiring?, resolution?, champion?, mentors)>
-<!ATTLIST podling name CDATA #REQUIRED>
-<!ATTLIST podling longname CDATA #IMPLIED>
-<!ATTLIST podling status (current|graduated|retired) #REQUIRED>
-<!ATTLIST podling resource CDATA #REQUIRED>
-<!-- comma-separated list of alternate resource names -->
-<!ATTLIST podling resourceAliases CDATA #IMPLIED>
-<!ATTLIST podling sponsor CDATA #REQUIRED>
-<!-- Format yyyy-mm-dd -->
-<!ATTLIST podling startdate CDATA #REQUIRED>
-<!-- Format yyyy-mm-dd -->
-<!ATTLIST podling enddate CDATA #IMPLIED>
-
-<!-- 
-    Specifies the reporting group for podlings with status="current"
-    The text field is used to specify the monthly report details (e.g. June, July, Agust)
--->
-<!ELEMENT reporting  (#PCDATA)  >
-<!--
-    1 = January, April, July, October
-    2 = February, May, August, November
-    3 = March, June, September, December
--->
-<!ATTLIST reporting group (1|2|3) #REQUIRED>
-<!-- optional attribute for monthly reports -->
-<!ATTLIST reporting monthly (true|false) #IMPLIED>
-
-<!-- optional empty elements to flag podlings that are graduating or retiring -->
-<!ELEMENT graduating EMPTY >
-<!ELEMENT retiring EMPTY >
-<!-- required list of mentors -->
-<!ELEMENT mentors (mentor+)>
-<!ELEMENT mentor  (#PCDATA)  >
-<!ATTLIST mentor username CDATA #REQUIRED>
-<!ELEMENT description  (#PCDATA)  >
-
-<!-- The (optional) text is mainly used to comment on the reason for retirement -->
-<!ELEMENT resolution  (#PCDATA)  >
-<!ATTLIST resolution url CDATA #IMPLIED>
-<!-- link defaults to the @name and is used for the link text -->
-<!ATTLIST resolution link CDATA #IMPLIED>
-<!-- tlp="true" means generate link from @name and @resource, rather than url and link -->
-<!ATTLIST resolution tlp CDATA #IMPLIED>
-
-<!ELEMENT champion  (#PCDATA)  >
-<!ATTLIST champion availid CDATA #IMPLIED>


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org