Author: sebb
Date: Thu Apr 19 14:53:08 2018
New Revision: 1829554

URL: http://svn.apache.org/viewvc?rev=1829554&view=rev
Log:
Sample implementation using individual YAML files

Note: for comparison purposes the project list is still generated from 
projects.json in order to maintain the same ordering

Added:
    attic/site-test/yaml/
    attic/site-test/yaml.sh   (with props)
    attic/site-test/yaml/_config.yml
    attic/site-test/yaml/_data/
    attic/site-test/yaml/_data/projects.json
    attic/site-test/yaml/_includes/
    attic/site-test/yaml/_includes/project.list
    attic/site-test/yaml/_layouts/
    attic/site-test/yaml/_layouts/project.html   (with props)
    attic/site-test/yaml/_projects/
    attic/site-test/yaml/_projects/abdera.md
    attic/site-test/yaml/_projects/ace.md
    attic/site-test/yaml/_projects/avalon.md
    attic/site-test/yaml/_projects/axis-sandesha-c.md
    attic/site-test/yaml/_projects/axis-savan-c.md
    attic/site-test/yaml/_projects/axis-savan-java.md
    attic/site-test/yaml/_projects/axkit.md
    attic/site-test/yaml/_projects/beehive.md
    attic/site-test/yaml/_projects/click.md
    attic/site-test/yaml/_projects/continuum.md
    attic/site-test/yaml/_projects/crimson.md
    attic/site-test/yaml/_projects/deltacloud.md
    attic/site-test/yaml/_projects/devicemap.md
    attic/site-test/yaml/_projects/directmemory.md
    attic/site-test/yaml/_projects/esme.md
    attic/site-test/yaml/_projects/etch.md
    attic/site-test/yaml/_projects/excalibur.md
    attic/site-test/yaml/_projects/harmony.md
    attic/site-test/yaml/_projects/hivemind.md
    attic/site-test/yaml/_projects/ibatis.md
    attic/site-test/yaml/_projects/jakarta-cactus.md
    attic/site-test/yaml/_projects/jakarta-ecs.md
    attic/site-test/yaml/_projects/jakarta-oro.md
    attic/site-test/yaml/_projects/jakarta-regexp.md
    attic/site-test/yaml/_projects/jakarta-slide.md
    attic/site-test/yaml/_projects/jakarta-taglibs.md
    attic/site-test/yaml/_projects/jakarta.md
    attic/site-test/yaml/_projects/lenya.md
    attic/site-test/yaml/_projects/mrunit.md
    attic/site-test/yaml/_projects/muse.md
    attic/site-test/yaml/_projects/ojb.md
    attic/site-test/yaml/_projects/oltu.md
    attic/site-test/yaml/_projects/onami.md
    attic/site-test/yaml/_projects/quetzalcoatl.md
    attic/site-test/yaml/_projects/rave.md
    attic/site-test/yaml/_projects/shale.md
    attic/site-test/yaml/_projects/shindig.md
    attic/site-test/yaml/_projects/stdcxx.md
    attic/site-test/yaml/_projects/stratos.md
    attic/site-test/yaml/_projects/tuscany.md
    attic/site-test/yaml/_projects/whirr.md
    attic/site-test/yaml/_projects/wink.md
    attic/site-test/yaml/_projects/wookie.md
    attic/site-test/yaml/_projects/xang.md
    attic/site-test/yaml/_projects/xindice.md
    attic/site-test/yaml/_projects/xml.md
    attic/site-test/yaml/_projects/xmlbeans.md
    attic/site-test/yaml/index.html   (with props)
    attic/site-test/yaml/process.html   (with props)
    attic/site-test/yaml/resolution.html   (with props)
    attic/site-test/yaml/scripts/
    attic/site-test/yaml/scripts/add-banner.lua   (with props)
    attic/site-test/yaml/scripts/attic_filter.lua
    attic/site-test/yaml/style/
    attic/site-test/yaml/style/attic.css   (with props)
    attic/site-test/yaml/style/compressed.css   (with props)
    attic/site-test/yaml/style/ie.css   (with props)
    attic/site-test/yaml/style/style.css   (with props)

Added: attic/site-test/yaml.sh
URL: http://svn.apache.org/viewvc/attic/site-test/yaml.sh?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml.sh (added)
+++ attic/site-test/yaml.sh Thu Apr 19 14:53:08 2018
@@ -0,0 +1 @@
+bundle exec jekyll build --source "yaml" --destination "docs3"
\ No newline at end of file

Propchange: attic/site-test/yaml.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: attic/site-test/yaml.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: attic/site-test/yaml/_config.yml
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_config.yml?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_config.yml (added)
+++ attic/site-test/yaml/_config.yml Thu Apr 19 14:53:08 2018
@@ -0,0 +1,32 @@
+title: Apache Attic
+description: >- # this means to ignore newlines until "baseurl:"
+  Apache Attic
+baseurl: "" # the subpath of your site, e.g. /blog
+url: "http://attic.apache.org/"; # the base hostname & protocol for your site, 
e.g. http://example.com
+
+collections:
+  projects:
+    output: true
+    permalink: /:collection/:name
+
+defaults:
+ - scope:
+     path: ""
+     type: projects
+   values:
+     layout: project
+
+# Build settings
+markdown: kramdown
+
+# Exclude from processing.
+# The following items will not be processed, by default. Create a custom list
+# to override the default setting.
+# exclude:
+#   - Gemfile
+#   - Gemfile.lock
+#   - node_modules
+#   - vendor/bundle/
+#   - vendor/cache/
+#   - vendor/gems/
+#   - vendor/ruby/

Added: attic/site-test/yaml/_data/projects.json
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_data/projects.json?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_data/projects.json (added)
+++ attic/site-test/yaml/_data/projects.json Thu Apr 19 14:53:08 2018
@@ -0,0 +1,604 @@
+[
+{
+   "name":        "Abdera",
+   "website":     "http://abdera.apache.org/";,
+   "retired":     "March 2017",
+   "source code": "http://svn.apache.org/repos/asf/abdera/";,
+   "issues":      "https://issues.apache.org/jira/projects/ABDERA";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/ABDERA";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/abdera-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/abdera-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/abdera-user";
+                  },
+   "description": "Apache Abdera was a project to build a 
functionally-complete, high-performance implementation of the IETF Atom 
Syndication Format (RFC 4287) and Atom Publishing Protocol (RFC 5023) 
specifications."
+},
+{
+   "name":        "ACE",
+   "website":     "http://ace.apache.org/";,
+   "retired":     "December 2017",
+   "source code": "http://svn.apache.org/repos/asf/ace";,
+   "issues":      "https://issues.apache.org/jira/projects/ACE";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/ACE";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/ace-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/ace-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/ace-users";
+                  },
+   "description": "Apache ACE was a software distribution framework that 
allows you to centrally manage and distribute software components, 
configuration data and other artifacts to target systems. It is built using 
OSGi and can be deployed in different topologies. The target systems are 
usually also OSGi based, but don't have to be."
+},
+{
+   "name":        "Avalon",
+   "website":     "http://avalon.apache.org/";,
+   "retired":     "June 2004",
+   "source code": "http://svn.apache.org/repos/asf/avalon";,
+   "issues":      "https://issues.apache.org/jira/browse/avalon/";,
+   "wiki":        "http://wiki.apache.org/avalon/";,
+   "maillists":   {"dev":      
"http://mail-archives.apache.org/mod_mbox/avalon-dev"},
+   "description": "Apache Avalon was closed long before the creation of the 
Apache Attic. It's mentioned here for completeness."
+},
+{
+   "name":        "AxKit",
+   "website":     "http://axkit.org";,
+   "retired":     "August 2009",
+   "source code": "",
+   "issues":      "",
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {},
+   "description": "Apache AxKit was an XML Application Server for Apache. It 
provided on-the-fly conversion from XML to any format, such as HTML, WAP or 
text using either W3C standard techniques, or flexible custom code."
+},
+{
+   "id":          "axis-sandesha-c",
+   "name":        "Axis Sandesha2/C",
+   "website":     "http://axis.apache.org/axis2/c/sandesha";,
+   "retired":     "September 2014",
+   "source code": "http://svn.apache.org/repos/asf/axis/axis2/c/sandesha";,
+   "issues":      "https://issues.apache.org/jira/projects/SANDESHA2C";,
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {},
+   "description": "Sandesha2/C was a C implementation of the 
WS-ReliableMessaging specification. Sandesha2/C was built on top of Apache 
Axis2/C Web services engine, as a module. Therefore by using Sandesha2/C you 
could add reliable messaging capability to Web services hosted using Axis2/C. 
Sandesha2/C could also be used with Axis2/C client to interact with an already 
hosted Web services in a reliable manner."
+},
+{
+   "name":        "Axis Savan/C",
+   "website":     "http://axis.apache.org/axis2/c/savan";,
+   "retired":     "September 2014",
+   "source code": "http://svn.apache.org/repos/asf/axis/axis2/c/savan";,
+   "issues":      "https://issues.apache.org/jira/browse/AXIS2C";,
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {},
+   "description": "Savan/C was a C implementation of WS-Eventing 
specification. Savan/C was built on top of Axis2/C. Therefore by using Savan/C 
you could add WS-Eventing capability to Web services hosted using Axis2/C. 
Savan/C was designed as a general publisher/subscriber tool. The arcitecture 
was designed to abstract the general publisher/subscriber features so that 
people could support more than one publisher/subscriber mechanisms within the 
same infrastructure."
+},
+{
+   "name":        "Axis Savan/Java",
+   "website":     "http://axis.apache.org/axis2/java/savan";,
+   "retired":     "September 2014",
+   "source code": "",
+   "issues":      "https://issues.apache.org/jira/projects/SAVAN";,
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {},
+   "description": "Savan/Java was a Java implementation of WS-Eventing 
specification. Savan/Java was built on top of Axis2/Java. Therefore by using 
Savan/Java you could add WS-Eventing capability to Web services hosted using 
Axis2/Java. Savan/Java was designed as a general publisher/subscriber tool. The 
arcitecture was designed to abstract the general publisher/subscriber features 
so that people could support more than one publisher/subscriber mechanisms 
within the same infrastructure."
+},
+{
+   "name":        "Beehive",
+   "website":     "http://beehive.apache.org/";,
+   "retired":     "January 2010",
+   "source code": "http://svn.apache.org/repos/asf/beehive";,
+   "issues":      "https://issues.apache.org/jira/projects/BEEHIVE";,
+   "wiki":        "https://wiki.apache.org/beehive";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/beehive-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/beehive-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/beehive-user";
+                  },
+   "description": "Apache Beehive was a simple object model built on J2EE and 
Struts that used annotations to reduce the amount of required code."
+},
+{
+   "name":        "Click",
+   "website":     "http://click.apache.org/";,
+   "retired":     "May 2014",
+   "source code": "http://svn.apache.org/repos/asf/click";,
+   "issues":      "https://issues.apache.org/jira/projects/CLK";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/click-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/click-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/click-user";
+                  },
+   "description": "Apache Click was a JEE web application framework, providing 
a natural rich client style programming model."
+},
+{
+   "name":        "Crimson",
+   "website":     "http://xml.apache.org/crimson";,
+   "retired":     "August 2010",
+   "source code": "",
+   "issues":      "",
+   "wiki":        "",
+   "board":       "crimson",
+   "maillists":   {},
+   "description": "Apache Crimson was a Java XML parser which supports XML 1.0 
via various APIs."
+},
+{
+   "name":        "Continuum",
+   "website":     "http://continuum.apache.org/";,
+   "retired":     "May 2016",
+   "source code": "http://svn.apache.org/repos/asf/continuum";,
+   "issues":      "https://issues.apache.org/jira/projects/CONTINUUM";,
+   "wiki":        "https://cwiki.apache.org//confluence/display/CONTINUUM";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/continuum-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/continuum-dev";,
+                   "issues":  
"http://mail-archives.apache.org/mod_mbox/continuum-issues";,
+                   "notifications": 
"http://mail-archives.apache.org/mod_mbox/continuum-notifications";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/continuum-users";
+                  },
+   "description": "Apache Continuum was an enterprise-ready continuous 
integration server with features such as automated builds, release management, 
role-based security, and integration with popular build tools and source 
control management systems."
+},
+{
+   "name":        "Deltacloud",
+   "website":     "http://deltacloud.apache.org/";,
+   "retired":     "July 2015",
+   "source code": "http://svn.apache.org/repos/asf/deltacloud";,
+   "issues":      "https://issues.apache.org/jira/projects/DTACLOUD";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/deltacloud-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/deltacloud-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/deltacloud-user";
+                  },
+   "description": "Deltacloud provided the API server and drivers necessary 
for connecting to cloud providers via a cloud abstraction API."
+},
+{
+   "name":        "DeviceMap",
+   "website":     "http://devicemap.apache.org/";,
+   "retired":     "December 2016",
+   "source code": "http://svn.apache.org/repos/asf/devicemap";,
+   "issues":      "https://issues.apache.org/jira/projects/DMAP";,
+   "wiki":        "https://wiki.apache.org/devicemap";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/devicemap-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/devicemap-dev";
+                  },
+   "description": "Apache DeviceMap was a project to create a data repository 
containing device information, images and other relevant information for all 
sorts of mobile devices."
+},
+{
+   "name":        "DirectMemory",
+   "website":     "http://directmemory.apache.org/";,
+   "retired":     "July 2015",
+   "source code": "http://svn.apache.org/repos/asf/directmemory";,
+   "issues":      "https://issues.apache.org/jira/projects/DIRECTMEMORY";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/directmemory-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/directmemory-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/directmemory-user";
+                  },
+   "description": "DirectMemory was an off-heap cache for the Java Virtual 
Machine."
+},
+{
+   "name":        "ESME",
+   "website":     "http://esme.apache.org/";,
+   "retired":     "July 2013",
+   "source code": "http://svn.apache.org/repos/asf/esme";,
+   "issues":      "https://issues.apache.org/jira/projects/ESME";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/esme-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/esme-dev";
+                  },
+   "description": "Apache ESME (Enterprise Social Messaging Environment) was a 
secure and highly scalable microsharing and micromessaging platform that allows 
people to discover and meet one another and get controlled access to other 
sources of information."
+},
+{
+   "name":        "Etch",
+   "website":     "http://etch.apache.org/";,
+   "retired":     "June 2016",
+   "source code": "http://svn.apache.org/repos/asf/etch";,
+   "issues":      "https://issues.apache.org/jira/projects/ETCH";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/etch-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/etch-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/etch-user";
+                  },
+   "description": "Apache Etch was a cross-platform, language- and 
transport-independent framework for building and consuming network services."
+},
+{
+   "name":        "Excalibur",
+   "website":     "http://excalibur.apache.org/";,
+   "retired":     "December 2010",
+   "source code": "http://svn.apache.org/repos/asf/excalibur";,
+   "issues":      "https://issues.apache.org/jira/projects/EXLBR";,
+   "wiki":        "https://wiki.apache.org/excalibur";,
+   "maillists":   {"scm":     
"http://mail-archives.apache.org/mod_mbox/excalibur-scm";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/excalibur-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/excalibur-user";
+                  },
+   "description": "Apache Excalibur was a Java Inversion of Control container."
+},
+{
+   "name":        "Harmony",
+   "website":     "http://harmony.apache.org/";,
+   "retired":     "November 2011",
+   "source code": "http://svn.apache.org/repos/asf/harmony";,
+   "issues":      "https://issues.apache.org/jira/projects/HARMONY";,
+   "wiki":        "https://wiki.apache.org/harmony";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/harmony-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/harmony-dev";,
+                   "alerts":  
"http://mail-archives.apache.org/mod_mbox/harmony-alerts";
+                  },
+   "description": "Harmony software was a modular Java runtime with class 
libraries and associated tools."
+},
+{
+   "name":        "HiveMind",
+   "website":     "http://hivemind.apache.org/";,
+   "retired":     "April 2009",
+   "source code": "http://svn.apache.org/repos/asf/hivemind";,
+   "issues":      "https://issues.apache.org/jira/projects/HIVEMIND";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/HIVEMIND2";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/hivemind-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/hivemind-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/hivemind-user";
+                  },
+   "description": "Apache HiveMind was a services and configuration 
microkernel. Its features are also referred to as Inversion of Control (IoC) 
Container or Lightweight Container. Closely linked to Tapestry 4, it lost 
activity when Tapestry 5 moved to a new IoC container."
+},
+{
+   "name":        "iBATIS",
+   "website":     "http://ibatis.apache.org/";,
+   "retired":     "June 2010",
+   "source code": "http://svn.apache.org/repos/asf/ibatis";,
+   "issues":      "",
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/ibatis-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/ibatis-dev";,
+                   "user-cs": 
"http://mail-archives.apache.org/mod_mbox/ibatis-user-cs";,
+                   "user-java": 
"http://mail-archives.apache.org/mod_mbox/ibatis-user-java";
+                  },
+   "description": "iBATIS was a data mapper framework that made it easier to 
use a relational database with object-oriented applications. There were both 
Java and .Net implementations."
+},
+{
+   "name":        "Jakarta",
+   "website":     "http://jakarta.apache.org/";,
+   "retired":     "December 2011",
+   "source code": "http://svn.apache.org/repos/asf/jakarta";,
+   "issues":      "",
+   "wiki":        "https://wiki.apache.org/jakarta";,
+   "maillists":   {"announcements": 
"http://mail-archives.apache.org/mod_mbox/jakarta-announcements";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-dev";
+                  },
+   "description": "Jakarta Project housed a diverse set of popular open source 
Java solutions."
+},
+{
+   "name":        "Jakarta Cactus",
+   "website":     "http://jakarta.apache.org/cactus";,
+   "retired":     "August 2011",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/cactus";,
+   "issues":      "https://issues.apache.org/jira/projects/CACTUS";,
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-cactus-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user";
+                  },
+   "description": "Apache akarta previously hosted Cactus, a simple test 
framework for unit testing server-side java code."
+},
+{
+   "name":        "Jakarta ECS",
+   "website":     "http://jakarta.apache.org/ecs";,
+   "retired":     "September 2010",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/ecs";,
+   "issues":      "",
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-ecs-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-ecs-user";
+                  },
+   "description": "Jakarta previously hosted ECS (Element Construction Set), a 
Java API for generating elements for any of a variety of markup languages 
(examples included HTML 4.0 and XML)."
+},
+{
+   "name":        "Jakarta ORO",
+   "website":     "http://jakarta.apache.org/oro";,
+   "retired":     "September 2010",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/oro";,
+   "issues":      "https://bz.apache.org/bugzilla/buglist.cgi?product=oro";,
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-oro-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-oro-user";
+                  },
+   "description": "Jakarta previously hosted ORO, a set of text-processing 
Java classes that provide Perl5 compatible regular expressions, AWK-like 
regular expressions, glob expressions, and utility classes for performing 
substitutions, splits, filtering filenames, etc."
+},
+{
+   "name":        "Jakarta Regexp",
+   "website":     "http://jakarta.apache.org/regexp";,
+   "retired":     "April 2011",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/regexp";,
+   "issues":      "",
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-regexp-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-regexp-user/";
+                  },
+   "description": "Jakarta previously hosted Regexp, a 100% Pure Java Regular 
Expression package."
+},
+{
+   "name":        "Jakarta Slide",
+   "website":     "http://jakarta.apache.org/slide";,
+   "retired":     "November 2007",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/slide";,
+   "issues":      
"https://bz.apache.org/bugzilla/describecomponents.cgi?product=Slide";,
+   "wiki":        "https://wiki.apache.org/jakarta-slide";,
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-slide-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/jakarta-slide-user";
+                  },
+   "description": "Jakarta previously hosted Slide, a content repository which 
could serve as a basis for a content management system as well as other 
purposes. Among its features was full WebDAV support."
+},
+{
+   "name":        "Jakarta Taglibs",
+   "website":     "",
+   "retired":     "June 2008",
+   "source code": "http://svn.apache.org/repos/asf/jakarta/taglibs";,
+   "issues":      "",
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-dev";
+                  },
+   "description": "Jakarta hosted the Jakarta Taglibs project, a large 
collection of JSP Tag Libraries. They ranged from simple utility libraries and 
UI libraries, to Dreamweaver extensions and an implementation of the JSP 
Standard Tag Library (JSTL) specification."
+},
+{
+   "name":        "Lenya",
+   "website":     "http://lenya.apache.org/";,
+   "retired":     "April 2015",
+   "source code": "http://svn.apache.org/repos/asf/lenya";,
+   "issues":      "",
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/lenya-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/lenya-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/lenya-user";
+                  },
+   "description": "Lenya was an Open Source Java/XML Content Management System 
that came with revision control, multi-site management, scheduling, search, 
WYSIWYG editors, and workflow."
+},
+{
+   "name":        "MRUnit",
+   "website":     "http://mrunit.apache.org/";,
+   "retired":     "April 2016",
+   "source code": "http://svn.apache.org/repos/asf/mrunit";,
+   "issues":      "https://issues.apache.org/jira/projects/MRUNIT";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/MRUNIT";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/mrunit-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/mrunit-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/mrunit-user";
+                  },
+   "description": "Apache MRUnit was a Java library that helped developers 
unit test Apache Hadoop map reduce jobs."
+},
+{
+   "id":          "ojb",
+   "name":        "ObJectRelationalBridge (OJB)",
+   "website":     "http://db.apache.org/ojb";,
+   "retired":     "January 2011",
+   "source code": "http://svn.apache.org/repos/asf/db/ojb";,
+   "issues":      "https://issues.apache.org/jira/projects/OJB";,
+   "wiki":        "https://wiki.apache.org/db-ojb";,
+   "board":       "",
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/db-ojb-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/db-ojb-user";
+                  },
+   "description": "Apache OJB was an Object/Relational mapping tool that 
allowed transparent persistence for Java Objects against relational databases."
+},
+{
+   "name":        "Oltu",
+   "website":     "http://oltu.apache.org/";,
+   "retired":     "April 2018",
+   "source code": "http://svn.apache.org/repos/asf/oltu";,
+   "issues":      "https://issues.apache.org/jira/projects/OLTU";,
+   "wiki":        
"https://cwiki.apache.org/confluence/display/OLTU/Documentation";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/oltu-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/oltu-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/oltu-user";
+                  },
+   "description": "Apache Oltu was an OAuth protocol implementation in Java. 
It also covers others OAuth family related implementations such as JWT, JWS and 
OpenID Connect"
+},
+{
+   "name":        "Onami",
+   "website":     "http://onami.apache.org/";,
+   "retired":     "January 2016",
+   "source code": "http://svn.apache.org/repos/asf/onami";,
+   "issues":      "https://issues.apache.org/jira/projects/ONAMI";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/onami-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/onami-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/onami-user";
+                  },
+   "description": "Apache Onami was a project focused on the development and 
maintenance of a set of Google Guice extensions not provided out of the box by 
the library itself."
+},
+{
+   "name":        "Quetzalcoatl",
+   "website":     "http://quetz.apache.org/";,
+   "retired":     "June 2010",
+   "source code": "http://svn.apache.org/repos/asf/quetzalcoatl/";,
+   "issues":      "",
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/quetz-mod_python-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/quetz-mod_python-dev/";
+                  },
+   "description": "Quetzalcoatl, or Quetz as it was more commonly known, was a 
project charged with the creation and maintenance of open-source software 
related to mod_python and the Python programming language.  Mainly formed 
around the mod_python subproject, it didn't have activity in the mod_python 
community to drive the larger project along."
+},
+{
+   "name":        "Rave",
+   "website":     "http://rave.apache.org/";,
+   "retired":     "January 2016",
+   "source code": "http://svn.apache.org/repos/asf/rave";,
+   "issues":      "https://issues.apache.org/jira/projects/RAVE";,
+   "wiki":        "https://wiki.apache.org/rave";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/rave-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/rave-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/rave-users";
+                  },
+   "description": "Apache Rave was a web and social mashup engine that 
aggregated and served web widgets. It was targeted as an engine for internet 
and intranet portals."
+},
+{
+   "name":        "Shale",
+   "website":     "http://shale.apache.org/";,
+   "retired":     "May 2009",
+   "source code": "http://svn.apache.org/repos/asf/shale";,
+   "issues":      "",
+   "wiki":        "https://wiki.apache.org/shale";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/shale-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/shale-dev";,
+                   "issues":  
"http://mail-archives.apache.org/mod_mbox/shale-issues";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/shale-user";
+                  },
+   "description": "Shale was a web application framework, fundamentally based 
on JavaServer Faces."
+},
+{
+   "name":        "Shindig",
+   "website":     "http://shindig.apache.org/";,
+   "retired":     "November 2015",
+   "source code": "http://svn.apache.org/repos/asf/shindig";,
+   "issues":      "https://issues.apache.org/jira/projects/SHINDIG";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/SHINDIG";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/shindig-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/shindig-dev";,
+                   "issues":  
"http://mail-archives.apache.org/mod_mbox/shindig-issues";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/shindig-users";
+                  },
+   "description": "Apache Shindig was an OpenSocial container to help you to 
start hosting OpenSocial apps quickly."
+},
+{
+   "id":          "stdcxx",
+   "name":        "Standard C++ Library (STDCXX)",
+   "website":     "http://stdcxx.apache.org/";,
+   "retired":     "July 2013",
+   "source code": "http://svn.apache.org/repos/asf/stdcxx";,
+   "issues":      "https://issues.apache.org/jira/projects/STDCXX";,
+   "wiki":        "",
+   "board":       "Cxx_Standard_Library",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/stdcxx-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/stdcxx-dev";,
+                   "issues":  
"http://mail-archives.apache.org/mod_mbox/stdcxx-issues";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/stdcxx-user";
+                  },
+   "description": "The Apache C++ Standard Library project was a collection of 
algorithms, containers, iterators, and other fundamental components of every 
piece of software, implemented as C++ classes, templates, and functions 
essential for writing C++ programs."
+},
+{
+   "name":        "Stratos",
+   "website":     "http://stratos.apache.org/";,
+   "retired":     "January 2017",
+   "source code": "http://svn.apache.org/repos/asf/stratos/";,
+   "issues":      "https://issues.apache.org/jira/projects/STRATOS";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/STRATOS";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/stratos-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/stratos-dev";
+                  },
+   "description": "Stratos was a highly-extensible Platform-as-a-Service 
(PaaS) framework that helped run Apache Tomcat, PHP, and MySQL applications, 
and could be extended to support many more environments on all major cloud 
infrastructures."
+},
+{
+   "name":        "Tuscany",
+   "website":     "http://tuscany.apache.org/";,
+   "retired":     "May 2016",
+   "source code": "http://svn.apache.org/repos/asf/tuscany";,
+   "issues":      "https://issues.apache.org/jira/projects/TUSCANY";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/TUSCANY";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/tuscany-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/tuscany-dev";,
+                   "notification": 
"http://mail-archives.apache.org/mod_mbox/tuscany-notification";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/tuscany-user";
+                  },
+   "description": "Tuscany simplified the task of developing service-oriented 
architectured solutions by providing a comprehensive infrastructure for 
development and management, based on the Service Component Architecture 
standard."
+},
+{
+   "name":        "Whirr",
+   "website":     "http://whirr.apache.org/";,
+   "retired":     "March 2015",
+   "source code": "http://svn.apache.org/repos/asf/whirr";,
+   "issues":      "https://issues.apache.org/jira/projects/WHIRR";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/WHIRR";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/whirr-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/whirr-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/whirr-user";
+                  },
+   "description": "Apache Whirr was a set of libraries for running cloud 
services and deploying clusters."
+},
+{
+   "name":        "Wink",
+   "website":     "http://wink.apache.org/";,
+   "retired":     "April 2017",
+   "source code": "http://svn.apache.org/repos/asf/wink";,
+   "issues":      "https://issues.apache.org/jira/projects/WINK";,
+   "wiki":        "https://cwiki.apache.org/confluence/display/WINK";,
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/wink-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/wink-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/wink-user";
+                  },
+   "description": "Apache Wink was a simple yet solid framework for building 
RESTful Web services. It is comprised of a Server module and a Client module 
for developing and consuming RESTful Web services."
+},
+{
+   "name":        "Wookie",
+   "website":     "http://wookie.apache.org/";,
+   "retired":     "April 2016",
+   "source code": "http://svn.apache.org/repos/asf/wookie";,
+   "issues":      "https://issues.apache.org/jira/projects/WOOKIE";,
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/wookie-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/wookie-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/wookie-user";
+                  },
+   "description": "Wookie was a Java server application that allowed you to 
upload and deploy W3C/OpenSocial/Google Wave widgets to your applications."
+},
+{
+   "id":          "muse",
+   "name":        "WS Muse",
+   "website":     "",
+   "retired":     "January 2013",
+   "source code": "",
+   "issues":      "",
+   "wiki":        "",
+   "board":       "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/ws-muse-commits";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/ws-muse-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/ws-muse-user";
+                  },
+   "description": "Muse was a Java-based implementation of the 
WS-ResourceFramework (WSRF), WS-BaseNotification (WSN), and 
WS-DistributedManagement (WSDM) specifications."
+},
+{
+   "name":        "Xang",
+   "website":     "http://xml.apache.org/xang";,
+   "retired":     "December 2009",
+   "source code": "http://svn.apache.org/repos/asf/xml/xang";,
+   "issues":      "",
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/xml-xang-cvs";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/xml-xang-dev";
+                  },
+   "description": "Apache Xang was an XML Web Framework that aggregated 
multiple data sources, made that data URL addressable and defined custom 
methods to access that data."
+},
+{
+   "name":        "Xindice",
+   "website":     "http://xml.apache.org/xindice";,
+   "retired":     "August 2011",
+   "source code": "http://svn.apache.org/repos/asf/xml/xindice";,
+   "issues":      "https://bz.apache.org/bugzilla/buglist.cgi?product=Xindice";,
+   "wiki":        "https://wiki.apache.org/xindice";,
+   "maillists":   {"dev":     
"http://mail-archives.apache.org/mod_mbox/xml-xindice-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/xml-xindice-users";
+                  },
+   "description": "Apache Xindice was a native XML database."
+},
+{
+   "name":        "XMLBeans",
+   "website":     "http://xml.apache.org/xmlbeans";,
+   "retired":     "July 2013",
+   "source code": "http://svn.apache.org/repos/asf/xmlbeans";,
+   "issues":      "",
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/xmlbeans-commits";,
+                   "cxx-dev": 
"http://mail-archives.apache.org/mod_mbox/xmlbeans-cxx-dev";,
+                   "dev":     
"http://mail-archives.apache.org/mod_mbox/xmlbeans-dev";,
+                   "user":    
"http://mail-archives.apache.org/mod_mbox/xmlbeans-user";
+                  },
+   "description": "Apache XMLBeans was a technology for accessing XML by 
binding it to Java types."
+},
+{
+   "name":        "XML",
+   "website":     "http://xml.apache.org/";,
+   "retired":     "April 2012",
+   "source code": "http://svn.apache.org/repos/asf/xml";,
+   "issues":      "",
+   "wiki":        "",
+   "maillists":   {"commits": 
"http://mail-archives.apache.org/mod_mbox/xml-bugs";,
+                   "announcement": 
"http://mail-archives.apache.org/mod_mbox/xml-announcements";
+                  },
+   "description": "the Apache XML Project housed a diverse set of popular open 
source XML solutions."
+}
+]

Added: attic/site-test/yaml/_includes/project.list
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_includes/project.list?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_includes/project.list (added)
+++ attic/site-test/yaml/_includes/project.list Thu Apr 19 14:53:08 2018
@@ -0,0 +1,7 @@
+{% comment %} TODO:
+Temporarily changed to use site.data rather than site.collections in order to 
retain the same ordering for the list
+This makes comparisons easier
+{% endcomment %}     <h6>Projects in the Attic</h6>
+  <ul>{% for p in site.data.projects %}{% assign project = p %}
+          <li><a href="/projects/{{ project.id | default: project.name  | 
downcase | replace: " ","-" | replace: "/","-" }}.html">{{ project.name 
}}</a></li> {% endfor %}
+      </ul>
\ No newline at end of file

Added: attic/site-test/yaml/_layouts/project.html
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_layouts/project.html?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_layouts/project.html (added)
+++ attic/site-test/yaml/_layouts/project.html Thu Apr 19 14:53:08 2018
@@ -0,0 +1,132 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!--
+  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. 
+-->
+<html xmlns="http://www.w3.org/1999/xhtml";>
+ <head>
+   <!--
+      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+            This file is generated from XML source: DO NOT EDIT!
+      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+   -->
+       <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+       <link rel="stylesheet" href="/style/compressed.css" type="text/css" 
media="screen, projection"/>
+       <link rel="stylesheet" href="/style/style.css" type="text/css" 
media="screen, projection"/>
+       <link rel="stylesheet" href="/style/attic.css" type="text/css" 
media="screen, projection"/>
+       <!--[if IE]><link rel="stylesheet" href="/style/ie.css" type="text/css" 
media="screen, projection"/><![endif]-->
+     <meta name="author" content="The Apache Software Foundation" /><meta 
name="email" content="general.AT.attic.apache.DOT.org" />
+    <title>Apache {{ page._data_.name }} - Apache Attic</title>
+  {% assign _id_ = page._data_.id | default: page._data_.name | downcase | 
replace: " ","-" | replace: "/","-" -%}
+  {% assign _dist_ = _id_ | replace: 'jakarta-','jakarta/' -%}
+  {% capture _tracker_ %}{% if page._data_.issues contains 'bugzilla' 
%}Bugzilla{% else %}JIRA{% endif %}{% endcapture -%}
+  {% assign _board_ = _id_ %}
+ </head>
+ <body id="sub">
+       <div class="container">
+       <hr class="space col"/>
+       <div class="block">
+               <div class="column span-24">
+      <div id="header">
+                          <!-- Add 'default' header section here. -->
+                                <h1>Apache {{ page._data_.name }}</h1>
+                         </div>
+      </div>
+       </div>
+       <hr/>
+       <div class="block content">
+               <div class="column span-15 colborder">
+                            
+<div class="section-content">
+<p><a href="{{ page._data_.website }}">Apache {{ page._data_.name }}</a> moved 
into the Attic in {{ page._data_.retired }}. 
+{{ page._data_.description }}</p>
+
+  <table style="margin-left: auto; margin-right:auto; width:90%">
+    <tr>
+      <th>Read-only Resource</th>
+      <th>Link(s)</th>
+    </tr>
+    <tr>
+      <td>Website</td>
+      <td><a href="{{ page._data_.website }}">{{ page._data_.website | 
replace: "http://",""; }}</a></td>
+    </tr>
+    <tr>
+      <td>Mailing List Archives</td>
+      <td>{% for m in page._data_.maillists %}
+        {% unless forloop.first %}| {% endunless %}<a href="{{ m | last 
}}/">{{ m | first }}</a>{% endfor %}
+      </td>
+    </tr>
+    <tr>
+      <td>Issue Tracker</td>
+      <td>{% if page._data_.issues == "" %}None{% else %}<a href="{{ 
page._data_.issues }}">{{ _tracker_ }}</a>{% endif %}</td>
+    </tr>
+    <tr>
+      <td>Wiki</td>
+      <td>{% if page._data_.wiki == "" %}None{% else %}<a href="{{ 
page._data_.wiki }}">Wiki</a>{% endif %}</td>
+    </tr>
+    <tr>
+      <td>Board Reports</td>
+      <td>{% if page._data_.wiki == "" %}Not available{% else %}<a 
href="https://whimsy.apache.org/board/minutes/{{ _board_ }}.html">Minutes</a>{% 
endif %}</td>
+    </tr>
+    <tr>
+      <td>Downloads</td>
+      <td><a href="http://archive.apache.org/dist/{{ _dist_ 
}}/">archive.apache.org/dist/{{ _dist_ }}/</a> 
+      | <a href="http://archive.apache.org/dist/{{ _dist_ }}/KEYS">KEYS</a>
+      </td>
+    </tr>
+  </table>
+
+<p>As with any project in the Attic - if you should choose to fork {{ 
page._data_.name }} outside of Apache, 
+     please let us know so we can link to your project. </p>
+</div>
+         </div>
+    <div class="column span-8 last">
+      <div class="block">
+        <div class="nav column span-11">
+          <div>
+               <div class="menuheader">The Apache Attic</div>
+  <ul>
+          <li><a href="/">Home</a></li> 
+          <li><a href="/process.html">Process</a></li> 
+          <li><a href="http://issues.apache.org/jira/browse/ATTIC";>Process 
tracking</a></li> 
+          <li><a 
href="https://whimsy.apache.org/board/minutes/Attic.html";>Board 
Minutes</a></li> 
+      </ul>
+      <div class="menuheader">Related Apache Links</div>
+  <ul>
+          <li><a href="http://www.apache.org/";>Foundation</a></li> 
+          <li><a 
href="http://www.apache.org/foundation/thanks.html";>Sponsors</a></li> 
+          <li><a href="http://incubator.apache.org/";>Incubator</a></li> 
+          <li><a href="http://apachecon.com/";>ApacheCon</a></li> 
+      </ul>
+          </div>
+        </div>
+        <div class="nav column prepend-1 span-12 last">
+          {% include project.list %}
+        </div>
+      </div>
+    </div>
+    <div class="column span-24 footer">
+      <hr/>
+        <p>Copyright &#169; 2009-2016 The Apache Software Foundation, Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.<br/>
+        Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>
+      </div>
+      </div>
+    </div>
+</body>
+</html>
+

Propchange: attic/site-test/yaml/_layouts/project.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: attic/site-test/yaml/_projects/abdera.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/abdera.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/abdera.md (added)
+++ attic/site-test/yaml/_projects/abdera.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Abdera
+  website: http://abdera.apache.org/
+  retired: March 2017
+  source code: http://svn.apache.org/repos/asf/abdera/
+  issues: https://issues.apache.org/jira/projects/ABDERA
+  wiki: https://cwiki.apache.org/confluence/display/ABDERA
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/abdera-commits
+    dev: http://mail-archives.apache.org/mod_mbox/abdera-dev
+    user: http://mail-archives.apache.org/mod_mbox/abdera-user
+  description: Apache Abdera was a project to build a functionally-complete, 
high-performance
+    implementation of the IETF Atom Syndication Format (RFC 4287) and Atom 
Publishing
+    Protocol (RFC 5023) specifications.
+---

Added: attic/site-test/yaml/_projects/ace.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/ace.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/ace.md (added)
+++ attic/site-test/yaml/_projects/ace.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,20 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: ACE
+  website: http://ace.apache.org/
+  retired: December 2017
+  source code: http://svn.apache.org/repos/asf/ace
+  issues: https://issues.apache.org/jira/projects/ACE
+  wiki: https://cwiki.apache.org/confluence/display/ACE
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/ace-commits
+    dev: http://mail-archives.apache.org/mod_mbox/ace-dev
+    user: http://mail-archives.apache.org/mod_mbox/ace-users
+  description: Apache ACE was a software distribution framework that allows 
you to
+    centrally manage and distribute software components, configuration data 
and other
+    artifacts to target systems. It is built using OSGi and can be deployed in 
different
+    topologies. The target systems are usually also OSGi based, but don't have 
to
+    be.
+---

Added: attic/site-test/yaml/_projects/avalon.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/avalon.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/avalon.md (added)
+++ attic/site-test/yaml/_projects/avalon.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,15 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Avalon
+  website: http://avalon.apache.org/
+  retired: June 2004
+  source code: http://svn.apache.org/repos/asf/avalon
+  issues: https://issues.apache.org/jira/browse/avalon/
+  wiki: http://wiki.apache.org/avalon/
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/avalon-dev
+  description: Apache Avalon was closed long before the creation of the Apache 
Attic.
+    It's mentioned here for completeness.
+---

Added: attic/site-test/yaml/_projects/axis-sandesha-c.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/axis-sandesha-c.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/axis-sandesha-c.md (added)
+++ attic/site-test/yaml/_projects/axis-sandesha-c.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Axis Sandesha2/C
+  id: axis-sandesha-c
+  website: http://axis.apache.org/axis2/c/sandesha
+  retired: September 2014
+  source code: http://svn.apache.org/repos/asf/axis/axis2/c/sandesha
+  issues: https://issues.apache.org/jira/projects/SANDESHA2C
+  wiki: ''
+  board: ''
+  maillists: {}
+  description: Sandesha2/C was a C implementation of the WS-ReliableMessaging 
specification.
+    Sandesha2/C was built on top of Apache Axis2/C Web services engine, as a 
module.
+    Therefore by using Sandesha2/C you could add reliable messaging capability 
to
+    Web services hosted using Axis2/C. Sandesha2/C could also be used with 
Axis2/C
+    client to interact with an already hosted Web services in a reliable 
manner.
+---

Added: attic/site-test/yaml/_projects/axis-savan-c.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/axis-savan-c.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/axis-savan-c.md (added)
+++ attic/site-test/yaml/_projects/axis-savan-c.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Axis Savan/C
+  website: http://axis.apache.org/axis2/c/savan
+  retired: September 2014
+  source code: http://svn.apache.org/repos/asf/axis/axis2/c/savan
+  issues: https://issues.apache.org/jira/browse/AXIS2C
+  wiki: ''
+  board: ''
+  maillists: {}
+  description: Savan/C was a C implementation of WS-Eventing specification. 
Savan/C
+    was built on top of Axis2/C. Therefore by using Savan/C you could add 
WS-Eventing
+    capability to Web services hosted using Axis2/C. Savan/C was designed as a 
general
+    publisher/subscriber tool. The arcitecture was designed to abstract the 
general
+    publisher/subscriber features so that people could support more than one 
publisher/subscriber
+    mechanisms within the same infrastructure.
+---

Added: attic/site-test/yaml/_projects/axis-savan-java.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/axis-savan-java.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/axis-savan-java.md (added)
+++ attic/site-test/yaml/_projects/axis-savan-java.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Axis Savan/Java
+  website: http://axis.apache.org/axis2/java/savan
+  retired: September 2014
+  source code: ''
+  issues: https://issues.apache.org/jira/projects/SAVAN
+  wiki: ''
+  board: ''
+  maillists: {}
+  description: Savan/Java was a Java implementation of WS-Eventing 
specification.
+    Savan/Java was built on top of Axis2/Java. Therefore by using Savan/Java 
you could
+    add WS-Eventing capability to Web services hosted using Axis2/Java. 
Savan/Java
+    was designed as a general publisher/subscriber tool. The arcitecture was 
designed
+    to abstract the general publisher/subscriber features so that people could 
support
+    more than one publisher/subscriber mechanisms within the same 
infrastructure.
+---

Added: attic/site-test/yaml/_projects/axkit.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/axkit.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/axkit.md (added)
+++ attic/site-test/yaml/_projects/axkit.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,16 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: AxKit
+  website: http://axkit.org
+  retired: August 2009
+  source code: ''
+  issues: ''
+  wiki: ''
+  board: ''
+  maillists: {}
+  description: Apache AxKit was an XML Application Server for Apache. It 
provided
+    on-the-fly conversion from XML to any format, such as HTML, WAP or text 
using
+    either W3C standard techniques, or flexible custom code.
+---

Added: attic/site-test/yaml/_projects/beehive.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/beehive.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/beehive.md (added)
+++ attic/site-test/yaml/_projects/beehive.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Beehive
+  website: http://beehive.apache.org/
+  retired: January 2010
+  source code: http://svn.apache.org/repos/asf/beehive
+  issues: https://issues.apache.org/jira/projects/BEEHIVE
+  wiki: https://wiki.apache.org/beehive
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/beehive-commits
+    dev: http://mail-archives.apache.org/mod_mbox/beehive-dev
+    user: http://mail-archives.apache.org/mod_mbox/beehive-user
+  description: Apache Beehive was a simple object model built on J2EE and 
Struts that
+    used annotations to reduce the amount of required code.
+---

Added: attic/site-test/yaml/_projects/click.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/click.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/click.md (added)
+++ attic/site-test/yaml/_projects/click.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Click
+  website: http://click.apache.org/
+  retired: May 2014
+  source code: http://svn.apache.org/repos/asf/click
+  issues: https://issues.apache.org/jira/projects/CLK
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/click-commits
+    dev: http://mail-archives.apache.org/mod_mbox/click-dev
+    user: http://mail-archives.apache.org/mod_mbox/click-user
+  description: Apache Click was a JEE web application framework, providing a 
natural
+    rich client style programming model.
+---

Added: attic/site-test/yaml/_projects/continuum.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/continuum.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/continuum.md (added)
+++ attic/site-test/yaml/_projects/continuum.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,20 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Continuum
+  website: http://continuum.apache.org/
+  retired: May 2016
+  source code: http://svn.apache.org/repos/asf/continuum
+  issues: https://issues.apache.org/jira/projects/CONTINUUM
+  wiki: https://cwiki.apache.org//confluence/display/CONTINUUM
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/continuum-commits
+    dev: http://mail-archives.apache.org/mod_mbox/continuum-dev
+    issues: http://mail-archives.apache.org/mod_mbox/continuum-issues
+    notifications: 
http://mail-archives.apache.org/mod_mbox/continuum-notifications
+    user: http://mail-archives.apache.org/mod_mbox/continuum-users
+  description: Apache Continuum was an enterprise-ready continuous integration 
server
+    with features such as automated builds, release management, role-based 
security,
+    and integration with popular build tools and source control management 
systems.
+---

Added: attic/site-test/yaml/_projects/crimson.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/crimson.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/crimson.md (added)
+++ attic/site-test/yaml/_projects/crimson.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,15 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Crimson
+  website: http://xml.apache.org/crimson
+  retired: August 2010
+  source code: ''
+  issues: ''
+  wiki: ''
+  board: crimson
+  maillists: {}
+  description: Apache Crimson was a Java XML parser which supports XML 1.0 via 
various
+    APIs.
+---

Added: attic/site-test/yaml/_projects/deltacloud.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/deltacloud.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/deltacloud.md (added)
+++ attic/site-test/yaml/_projects/deltacloud.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Deltacloud
+  website: http://deltacloud.apache.org/
+  retired: July 2015
+  source code: http://svn.apache.org/repos/asf/deltacloud
+  issues: https://issues.apache.org/jira/projects/DTACLOUD
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/deltacloud-commits
+    dev: http://mail-archives.apache.org/mod_mbox/deltacloud-dev
+    user: http://mail-archives.apache.org/mod_mbox/deltacloud-user
+  description: Deltacloud provided the API server and drivers necessary for 
connecting
+    to cloud providers via a cloud abstraction API.
+---

Added: attic/site-test/yaml/_projects/devicemap.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/devicemap.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/devicemap.md (added)
+++ attic/site-test/yaml/_projects/devicemap.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: DeviceMap
+  website: http://devicemap.apache.org/
+  retired: December 2016
+  source code: http://svn.apache.org/repos/asf/devicemap
+  issues: https://issues.apache.org/jira/projects/DMAP
+  wiki: https://wiki.apache.org/devicemap
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/devicemap-commits
+    dev: http://mail-archives.apache.org/mod_mbox/devicemap-dev
+  description: Apache DeviceMap was a project to create a data repository 
containing
+    device information, images and other relevant information for all sorts of 
mobile
+    devices.
+---

Added: attic/site-test/yaml/_projects/directmemory.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/directmemory.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/directmemory.md (added)
+++ attic/site-test/yaml/_projects/directmemory.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,16 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: DirectMemory
+  website: http://directmemory.apache.org/
+  retired: July 2015
+  source code: http://svn.apache.org/repos/asf/directmemory
+  issues: https://issues.apache.org/jira/projects/DIRECTMEMORY
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/directmemory-commits
+    dev: http://mail-archives.apache.org/mod_mbox/directmemory-dev
+    user: http://mail-archives.apache.org/mod_mbox/directmemory-user
+  description: DirectMemory was an off-heap cache for the Java Virtual Machine.
+---

Added: attic/site-test/yaml/_projects/esme.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/esme.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/esme.md (added)
+++ attic/site-test/yaml/_projects/esme.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: ESME
+  website: http://esme.apache.org/
+  retired: July 2013
+  source code: http://svn.apache.org/repos/asf/esme
+  issues: https://issues.apache.org/jira/projects/ESME
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/esme-commits
+    dev: http://mail-archives.apache.org/mod_mbox/esme-dev
+  description: Apache ESME (Enterprise Social Messaging Environment) was a 
secure
+    and highly scalable microsharing and micromessaging platform that allows 
people
+    to discover and meet one another and get controlled access to other 
sources of
+    information.
+---

Added: attic/site-test/yaml/_projects/etch.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/etch.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/etch.md (added)
+++ attic/site-test/yaml/_projects/etch.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Etch
+  website: http://etch.apache.org/
+  retired: June 2016
+  source code: http://svn.apache.org/repos/asf/etch
+  issues: https://issues.apache.org/jira/projects/ETCH
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/etch-commits
+    dev: http://mail-archives.apache.org/mod_mbox/etch-dev
+    user: http://mail-archives.apache.org/mod_mbox/etch-user
+  description: Apache Etch was a cross-platform, language- and 
transport-independent
+    framework for building and consuming network services.
+---

Added: attic/site-test/yaml/_projects/excalibur.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/excalibur.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/excalibur.md (added)
+++ attic/site-test/yaml/_projects/excalibur.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,16 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Excalibur
+  website: http://excalibur.apache.org/
+  retired: December 2010
+  source code: http://svn.apache.org/repos/asf/excalibur
+  issues: https://issues.apache.org/jira/projects/EXLBR
+  wiki: https://wiki.apache.org/excalibur
+  maillists:
+    scm: http://mail-archives.apache.org/mod_mbox/excalibur-scm
+    dev: http://mail-archives.apache.org/mod_mbox/excalibur-dev
+    user: http://mail-archives.apache.org/mod_mbox/excalibur-user
+  description: Apache Excalibur was a Java Inversion of Control container.
+---

Added: attic/site-test/yaml/_projects/harmony.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/harmony.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/harmony.md (added)
+++ attic/site-test/yaml/_projects/harmony.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Harmony
+  website: http://harmony.apache.org/
+  retired: November 2011
+  source code: http://svn.apache.org/repos/asf/harmony
+  issues: https://issues.apache.org/jira/projects/HARMONY
+  wiki: https://wiki.apache.org/harmony
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/harmony-commits
+    dev: http://mail-archives.apache.org/mod_mbox/harmony-dev
+    alerts: http://mail-archives.apache.org/mod_mbox/harmony-alerts
+  description: Harmony software was a modular Java runtime with class 
libraries and
+    associated tools.
+---

Added: attic/site-test/yaml/_projects/hivemind.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/hivemind.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/hivemind.md (added)
+++ attic/site-test/yaml/_projects/hivemind.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: HiveMind
+  website: http://hivemind.apache.org/
+  retired: April 2009
+  source code: http://svn.apache.org/repos/asf/hivemind
+  issues: https://issues.apache.org/jira/projects/HIVEMIND
+  wiki: https://cwiki.apache.org/confluence/display/HIVEMIND2
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/hivemind-commits
+    dev: http://mail-archives.apache.org/mod_mbox/hivemind-dev
+    user: http://mail-archives.apache.org/mod_mbox/hivemind-user
+  description: Apache HiveMind was a services and configuration microkernel. 
Its features
+    are also referred to as Inversion of Control (IoC) Container or 
Lightweight Container.
+    Closely linked to Tapestry 4, it lost activity when Tapestry 5 moved to a 
new
+    IoC container.
+---

Added: attic/site-test/yaml/_projects/ibatis.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/ibatis.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/ibatis.md (added)
+++ attic/site-test/yaml/_projects/ibatis.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: iBATIS
+  website: http://ibatis.apache.org/
+  retired: June 2010
+  source code: http://svn.apache.org/repos/asf/ibatis
+  issues: ''
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/ibatis-commits
+    dev: http://mail-archives.apache.org/mod_mbox/ibatis-dev
+    user-cs: http://mail-archives.apache.org/mod_mbox/ibatis-user-cs
+    user-java: http://mail-archives.apache.org/mod_mbox/ibatis-user-java
+  description: iBATIS was a data mapper framework that made it easier to use a 
relational
+    database with object-oriented applications. There were both Java and .Net 
implementations.
+---

Added: attic/site-test/yaml/_projects/jakarta-cactus.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta-cactus.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta-cactus.md (added)
+++ attic/site-test/yaml/_projects/jakarta-cactus.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta Cactus
+  website: http://jakarta.apache.org/cactus
+  retired: August 2011
+  source code: http://svn.apache.org/repos/asf/jakarta/cactus
+  issues: https://issues.apache.org/jira/projects/CACTUS
+  wiki: ''
+  board: ''
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-cactus-dev
+    user: http://mail-archives.apache.org/mod_mbox/jakarta-cactus-user
+  description: Apache akarta previously hosted Cactus, a simple test framework 
for
+    unit testing server-side java code.
+---

Added: attic/site-test/yaml/_projects/jakarta-ecs.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta-ecs.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta-ecs.md (added)
+++ attic/site-test/yaml/_projects/jakarta-ecs.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta ECS
+  website: http://jakarta.apache.org/ecs
+  retired: September 2010
+  source code: http://svn.apache.org/repos/asf/jakarta/ecs
+  issues: ''
+  wiki: ''
+  board: ''
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-ecs-dev
+    user: http://mail-archives.apache.org/mod_mbox/jakarta-ecs-user
+  description: Jakarta previously hosted ECS (Element Construction Set), a 
Java API
+    for generating elements for any of a variety of markup languages (examples 
included
+    HTML 4.0 and XML).
+---

Added: attic/site-test/yaml/_projects/jakarta-oro.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta-oro.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta-oro.md (added)
+++ attic/site-test/yaml/_projects/jakarta-oro.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta ORO
+  website: http://jakarta.apache.org/oro
+  retired: September 2010
+  source code: http://svn.apache.org/repos/asf/jakarta/oro
+  issues: https://bz.apache.org/bugzilla/buglist.cgi?product=oro
+  wiki: ''
+  board: ''
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-oro-dev
+    user: http://mail-archives.apache.org/mod_mbox/jakarta-oro-user
+  description: Jakarta previously hosted ORO, a set of text-processing Java 
classes
+    that provide Perl5 compatible regular expressions, AWK-like regular 
expressions,
+    glob expressions, and utility classes for performing substitutions, 
splits, filtering
+    filenames, etc.
+---

Added: attic/site-test/yaml/_projects/jakarta-regexp.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta-regexp.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta-regexp.md (added)
+++ attic/site-test/yaml/_projects/jakarta-regexp.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta Regexp
+  website: http://jakarta.apache.org/regexp
+  retired: April 2011
+  source code: http://svn.apache.org/repos/asf/jakarta/regexp
+  issues: ''
+  wiki: ''
+  board: ''
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-regexp-dev
+    user: http://mail-archives.apache.org/mod_mbox/jakarta-regexp-user/
+  description: Jakarta previously hosted Regexp, a 100% Pure Java Regular 
Expression
+    package.
+---

Added: attic/site-test/yaml/_projects/jakarta-slide.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta-slide.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta-slide.md (added)
+++ attic/site-test/yaml/_projects/jakarta-slide.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta Slide
+  website: http://jakarta.apache.org/slide
+  retired: November 2007
+  source code: http://svn.apache.org/repos/asf/jakarta/slide
+  issues: https://bz.apache.org/bugzilla/describecomponents.cgi?product=Slide
+  wiki: https://wiki.apache.org/jakarta-slide
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-slide-dev
+    user: http://mail-archives.apache.org/mod_mbox/jakarta-slide-user
+  description: Jakarta previously hosted Slide, a content repository which 
could serve
+    as a basis for a content management system as well as other purposes. 
Among its
+    features was full WebDAV support.
+---

Added: attic/site-test/yaml/_projects/jakarta-taglibs.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta-taglibs.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta-taglibs.md (added)
+++ attic/site-test/yaml/_projects/jakarta-taglibs.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta Taglibs
+  website: ''
+  retired: June 2008
+  source code: http://svn.apache.org/repos/asf/jakarta/taglibs
+  issues: ''
+  wiki: ''
+  board: ''
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-dev
+  description: Jakarta hosted the Jakarta Taglibs project, a large collection 
of JSP
+    Tag Libraries. They ranged from simple utility libraries and UI libraries, 
to
+    Dreamweaver extensions and an implementation of the JSP Standard Tag 
Library (JSTL)
+    specification.
+---

Added: attic/site-test/yaml/_projects/jakarta.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/jakarta.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/jakarta.md (added)
+++ attic/site-test/yaml/_projects/jakarta.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,15 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Jakarta
+  website: http://jakarta.apache.org/
+  retired: December 2011
+  source code: http://svn.apache.org/repos/asf/jakarta
+  issues: ''
+  wiki: https://wiki.apache.org/jakarta
+  maillists:
+    announcements: 
http://mail-archives.apache.org/mod_mbox/jakarta-announcements
+    dev: http://mail-archives.apache.org/mod_mbox/jakarta-dev
+  description: Jakarta Project housed a diverse set of popular open source 
Java solutions.
+---

Added: attic/site-test/yaml/_projects/lenya.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/lenya.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/lenya.md (added)
+++ attic/site-test/yaml/_projects/lenya.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Lenya
+  website: http://lenya.apache.org/
+  retired: April 2015
+  source code: http://svn.apache.org/repos/asf/lenya
+  issues: ''
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/lenya-commits
+    dev: http://mail-archives.apache.org/mod_mbox/lenya-dev
+    user: http://mail-archives.apache.org/mod_mbox/lenya-user
+  description: Lenya was an Open Source Java/XML Content Management System 
that came
+    with revision control, multi-site management, scheduling, search, WYSIWYG 
editors,
+    and workflow.
+---

Added: attic/site-test/yaml/_projects/mrunit.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/mrunit.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/mrunit.md (added)
+++ attic/site-test/yaml/_projects/mrunit.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: MRUnit
+  website: http://mrunit.apache.org/
+  retired: April 2016
+  source code: http://svn.apache.org/repos/asf/mrunit
+  issues: https://issues.apache.org/jira/projects/MRUNIT
+  wiki: https://cwiki.apache.org/confluence/display/MRUNIT
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/mrunit-commits
+    dev: http://mail-archives.apache.org/mod_mbox/mrunit-dev
+    user: http://mail-archives.apache.org/mod_mbox/mrunit-user
+  description: Apache MRUnit was a Java library that helped developers unit 
test Apache
+    Hadoop map reduce jobs.
+---

Added: attic/site-test/yaml/_projects/muse.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/muse.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/muse.md (added)
+++ attic/site-test/yaml/_projects/muse.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: WS Muse
+  id: muse
+  website: ''
+  retired: January 2013
+  source code: ''
+  issues: ''
+  wiki: ''
+  board: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/ws-muse-commits
+    dev: http://mail-archives.apache.org/mod_mbox/ws-muse-dev
+    user: http://mail-archives.apache.org/mod_mbox/ws-muse-user
+  description: Muse was a Java-based implementation of the 
WS-ResourceFramework (WSRF),
+    WS-BaseNotification (WSN), and WS-DistributedManagement (WSDM) 
specifications.
+---

Added: attic/site-test/yaml/_projects/ojb.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/ojb.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/ojb.md (added)
+++ attic/site-test/yaml/_projects/ojb.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: ObJectRelationalBridge (OJB)
+  id: ojb
+  website: http://db.apache.org/ojb
+  retired: January 2011
+  source code: http://svn.apache.org/repos/asf/db/ojb
+  issues: https://issues.apache.org/jira/projects/OJB
+  wiki: https://wiki.apache.org/db-ojb
+  board: ''
+  maillists:
+    dev: http://mail-archives.apache.org/mod_mbox/db-ojb-dev
+    user: http://mail-archives.apache.org/mod_mbox/db-ojb-user
+  description: Apache OJB was an Object/Relational mapping tool that allowed 
transparent
+    persistence for Java Objects against relational databases.
+---

Added: attic/site-test/yaml/_projects/oltu.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/oltu.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/oltu.md (added)
+++ attic/site-test/yaml/_projects/oltu.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Oltu
+  website: http://oltu.apache.org/
+  retired: April 2018
+  source code: http://svn.apache.org/repos/asf/oltu
+  issues: https://issues.apache.org/jira/projects/OLTU
+  wiki: https://cwiki.apache.org/confluence/display/OLTU/Documentation
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/oltu-commits
+    dev: http://mail-archives.apache.org/mod_mbox/oltu-dev
+    user: http://mail-archives.apache.org/mod_mbox/oltu-user
+  description: Apache Oltu was an OAuth protocol implementation in Java. It 
also covers
+    others OAuth family related implementations such as JWT, JWS and OpenID 
Connect
+---

Added: attic/site-test/yaml/_projects/onami.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/onami.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/onami.md (added)
+++ attic/site-test/yaml/_projects/onami.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Onami
+  website: http://onami.apache.org/
+  retired: January 2016
+  source code: http://svn.apache.org/repos/asf/onami
+  issues: https://issues.apache.org/jira/projects/ONAMI
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/onami-commits
+    dev: http://mail-archives.apache.org/mod_mbox/onami-dev
+    user: http://mail-archives.apache.org/mod_mbox/onami-user
+  description: Apache Onami was a project focused on the development and 
maintenance
+    of a set of Google Guice extensions not provided out of the box by the 
library
+    itself.
+---

Added: attic/site-test/yaml/_projects/quetzalcoatl.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/quetzalcoatl.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/quetzalcoatl.md (added)
+++ attic/site-test/yaml/_projects/quetzalcoatl.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Quetzalcoatl
+  website: http://quetz.apache.org/
+  retired: June 2010
+  source code: http://svn.apache.org/repos/asf/quetzalcoatl/
+  issues: ''
+  wiki: ''
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/quetz-mod_python-commits
+    dev: http://mail-archives.apache.org/mod_mbox/quetz-mod_python-dev/
+  description: Quetzalcoatl, or Quetz as it was more commonly known, was a 
project
+    charged with the creation and maintenance of open-source software related 
to mod_python
+    and the Python programming language.  Mainly formed around the mod_python 
subproject,
+    it didn't have activity in the mod_python community to drive the larger 
project
+    along.
+---

Added: attic/site-test/yaml/_projects/rave.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/rave.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/rave.md (added)
+++ attic/site-test/yaml/_projects/rave.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Rave
+  website: http://rave.apache.org/
+  retired: January 2016
+  source code: http://svn.apache.org/repos/asf/rave
+  issues: https://issues.apache.org/jira/projects/RAVE
+  wiki: https://wiki.apache.org/rave
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/rave-commits
+    dev: http://mail-archives.apache.org/mod_mbox/rave-dev
+    user: http://mail-archives.apache.org/mod_mbox/rave-users
+  description: Apache Rave was a web and social mashup engine that aggregated 
and
+    served web widgets. It was targeted as an engine for internet and intranet 
portals.
+---

Added: attic/site-test/yaml/_projects/shale.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/shale.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/shale.md (added)
+++ attic/site-test/yaml/_projects/shale.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Shale
+  website: http://shale.apache.org/
+  retired: May 2009
+  source code: http://svn.apache.org/repos/asf/shale
+  issues: ''
+  wiki: https://wiki.apache.org/shale
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/shale-commits
+    dev: http://mail-archives.apache.org/mod_mbox/shale-dev
+    issues: http://mail-archives.apache.org/mod_mbox/shale-issues
+    user: http://mail-archives.apache.org/mod_mbox/shale-user
+  description: Shale was a web application framework, fundamentally based on 
JavaServer
+    Faces.
+---

Added: attic/site-test/yaml/_projects/shindig.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/shindig.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/shindig.md (added)
+++ attic/site-test/yaml/_projects/shindig.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,18 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Shindig
+  website: http://shindig.apache.org/
+  retired: November 2015
+  source code: http://svn.apache.org/repos/asf/shindig
+  issues: https://issues.apache.org/jira/projects/SHINDIG
+  wiki: https://cwiki.apache.org/confluence/display/SHINDIG
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/shindig-commits
+    dev: http://mail-archives.apache.org/mod_mbox/shindig-dev
+    issues: http://mail-archives.apache.org/mod_mbox/shindig-issues
+    user: http://mail-archives.apache.org/mod_mbox/shindig-users
+  description: Apache Shindig was an OpenSocial container to help you to start 
hosting
+    OpenSocial apps quickly.
+---

Added: attic/site-test/yaml/_projects/stdcxx.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/stdcxx.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/stdcxx.md (added)
+++ attic/site-test/yaml/_projects/stdcxx.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,22 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Standard C++ Library (STDCXX)
+  id: stdcxx
+  website: http://stdcxx.apache.org/
+  retired: July 2013
+  source code: http://svn.apache.org/repos/asf/stdcxx
+  issues: https://issues.apache.org/jira/projects/STDCXX
+  wiki: ''
+  board: Cxx_Standard_Library
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/stdcxx-commits
+    dev: http://mail-archives.apache.org/mod_mbox/stdcxx-dev
+    issues: http://mail-archives.apache.org/mod_mbox/stdcxx-issues
+    user: http://mail-archives.apache.org/mod_mbox/stdcxx-user
+  description: The Apache C++ Standard Library project was a collection of 
algorithms,
+    containers, iterators, and other fundamental components of every piece of 
software,
+    implemented as C++ classes, templates, and functions essential for writing 
C++
+    programs.
+---

Added: attic/site-test/yaml/_projects/stratos.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/stratos.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/stratos.md (added)
+++ attic/site-test/yaml/_projects/stratos.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,17 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Stratos
+  website: http://stratos.apache.org/
+  retired: January 2017
+  source code: http://svn.apache.org/repos/asf/stratos/
+  issues: https://issues.apache.org/jira/projects/STRATOS
+  wiki: https://cwiki.apache.org/confluence/display/STRATOS
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/stratos-commits
+    dev: http://mail-archives.apache.org/mod_mbox/stratos-dev
+  description: Stratos was a highly-extensible Platform-as-a-Service (PaaS) 
framework
+    that helped run Apache Tomcat, PHP, and MySQL applications, and could be 
extended
+    to support many more environments on all major cloud infrastructures.
+---

Added: attic/site-test/yaml/_projects/tuscany.md
URL: 
http://svn.apache.org/viewvc/attic/site-test/yaml/_projects/tuscany.md?rev=1829554&view=auto
==============================================================================
--- attic/site-test/yaml/_projects/tuscany.md (added)
+++ attic/site-test/yaml/_projects/tuscany.md Thu Apr 19 14:53:08 2018
@@ -0,0 +1,19 @@
+---
+
+# Choose name that does not clash with existing page variables
+_data_:
+  name: Tuscany
+  website: http://tuscany.apache.org/
+  retired: May 2016
+  source code: http://svn.apache.org/repos/asf/tuscany
+  issues: https://issues.apache.org/jira/projects/TUSCANY
+  wiki: https://cwiki.apache.org/confluence/display/TUSCANY
+  maillists:
+    commits: http://mail-archives.apache.org/mod_mbox/tuscany-commits
+    dev: http://mail-archives.apache.org/mod_mbox/tuscany-dev
+    notification: http://mail-archives.apache.org/mod_mbox/tuscany-notification
+    user: http://mail-archives.apache.org/mod_mbox/tuscany-user
+  description: Tuscany simplified the task of developing service-oriented 
architectured
+    solutions by providing a comprehensive infrastructure for development and 
management,
+    based on the Service Component Architecture standard.
+---


Reply via email to