svn commit: r1829172 - in /attic/site/docs: projects.html scripts/attic.js

2018-04-14 Thread jani
Author: jani
Date: Sat Apr 14 20:50:31 2018
New Revision: 1829172

URL: http://svn.apache.org/viewvc?rev=1829172=rev
Log:
on the road to JS build project page


Added:
attic/site/docs/projects.html
Modified:
attic/site/docs/scripts/attic.js

Added: attic/site/docs/projects.html
URL: 
http://svn.apache.org/viewvc/attic/site/docs/projects.html?rev=1829172=auto
==
--- attic/site/docs/projects.html (added)
+++ attic/site/docs/projects.html Sat Apr 14 20:50:31 2018
@@ -0,0 +1,102 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
+http://www.w3.org/1999/xhtml;>
+
+  
+  
+  
+  
+  
+  
+  
+  
+  TBD
+ 
+ 
+  
+
+
+  
+TBD
+  
+
+
+
+  
+
+  
+  
+  
+Read-only Resource
+Link(s)
+  
+  
+Website
+TBD
+  
+  
+Mailing List Archives
+  
+http://mail-archives.apache.org/mod_mbox/ace-dev/;>dev
+| http://mail-archives.apache.org/mod_mbox/ace-commits/;>commits
+| http://mail-archives.apache.org/mod_mbox/ace-users/;>users
+| http://mail-archives.apache.org/mod_mbox/ace-dev/;>dev
+  
+
+
+  Issue Tracker
+  https://issues.apache.org/jira/browse/ace/;>JIRA
+
+
+  Wiki
+  https://cwiki.apache.org/confluence/display/ace/;>cwiki.apache.org: 
ace
+
+
+  Board Reports
+  https://whimsy.apache.org/board/minutes/ace.html;>Minutes
+
+
+  Downloads
+  http://archive.apache.org/dist/ace/;>archive.apache.org/dist/ace/ 
+  | http://archive.apache.org/dist/ace/KEYS;>KEYS
+  
+
+  
+
+As with any project in the Attic - if you should choose to fork ACE outside 
of Apache, 
+ please let us know so we can link to your project. 
+
+ 
+
+
+  
+Copyright  2009-2016 The Apache Software Foundation, Licensed 
under the http://www.apache.org/licenses/LICENSE-2.0;>Apache License, 
Version 2.0.
+Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.
+  
+  
+
+addSidebar();
+addProject();
+
+
+

Modified: attic/site/docs/scripts/attic.js
URL: 
http://svn.apache.org/viewvc/attic/site/docs/scripts/attic.js?rev=1829172=1829171=1829172=diff
==
--- attic/site/docs/scripts/attic.js (original)
+++ attic/site/docs/scripts/attic.js Sat Apr 14 20:50:31 2018
@@ -1,81 +1,652 @@
+// BEGIN JSON +1
+var jsonObj = JSON.parse(`
+[
+{
+   "name":"Abdera",
+   "website": "http://abdera.apache.org;,
+   "retired": "03/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": "12/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": "06/2004",
+   "source code": "http://svn.apache.org/repos/asf/avalon;,
+   "issues":  "",
+   "wiki":"",
+   "maillists":   {},
+   "description": "Apache Avalon was closed long before the creation of the 
Apache Attic. It's mentioned here for completeness."
+},
+{
+   "name":"Axis Sandesha2/C",
+   "website": "http://axis.apache.org/axis2/c/sandesha;,
+   "retired": "09/2014",
+   "source code": "http://svn.apache.org/repos/asf/axis/axis2/c/sandesha;,
+   "issues":  

svn commit: r1829130 - /attic/site/docs/projects.json

2018-04-14 Thread jani
Author: jani
Date: Sat Apr 14 11:11:04 2018
New Revision: 1829130

URL: http://svn.apache.org/viewvc?rev=1829130=rev
Log:
STDCXX has a different board id as the sole project.


Modified:
attic/site/docs/projects.json

Modified: attic/site/docs/projects.json
URL: 
http://svn.apache.org/viewvc/attic/site/docs/projects.json?rev=1829130=1829129=1829130=diff
==
--- attic/site/docs/projects.json (original)
+++ attic/site/docs/projects.json Sat Apr 14 11:11:04 2018
@@ -462,6 +462,7 @@
"source code": "http://svn.apache.org/repos/asf/stdcxx;,
"issues":  "https://issues.apache.org/jira/projects/STDCXX;,
"wiki":"",
+   "board_id":"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;,




svn commit: r1829128 - in /attic/site/docs: scripts/attic.js sidebar.inc test.html

2018-04-14 Thread jani
Author: jani
Date: Sat Apr 14 10:48:07 2018
New Revision: 1829128

URL: http://svn.apache.org/viewvc?rev=1829128=rev
Log:
First JS version of sidebar


Added:
attic/site/docs/scripts/attic.js
Removed:
attic/site/docs/sidebar.inc
Modified:
attic/site/docs/test.html

Added: attic/site/docs/scripts/attic.js
URL: 
http://svn.apache.org/viewvc/attic/site/docs/scripts/attic.js?rev=1829128=auto
==
--- attic/site/docs/scripts/attic.js (added)
+++ attic/site/docs/scripts/attic.js Sat Apr 14 10:48:07 2018
@@ -0,0 +1,81 @@
+function addSidebar()
+{
+   sidebar=document.getElementById("sidebar");
+   sidebar.innerHTML = '\
+\
+  \
+\
+  \
+The Apache Attic\
+\
+  Home\
+  Process\
+  http://issues.apache.org/jira/browse/ATTIC;>Process 
tracking \
+  https://whimsy.apache.org/board/minutes/Attic.html;>Board 
Minutes \
+\
+Related Apache Links\
+\
+  http://www.apache.org/;>Foundation \
+  http://www.apache.org/foundation/thanks.html;>Sponsors \
+  http://incubator.apache.org/;>Incubator \
+  http://apachecon.com/;>ApacheCon \
+\
+  \
+\
+\
+  \
+'
+
+   projList=document.getElementById("projList");
+   projList.innerHTML = '\
+   Projects in the Attic\
+  \
+  Abdera\
+  Ace \
+  Avalon \
+  AxKit \
+  Axis 
Sandesha2/C \
+  Axis Savan/C \
+  Axis 
Savan/Java \
+  Beehive \
+  Click \
+  Crimson \
+  Continuum \
+  Deltacloud \
+  DeviceMap \
+  DirectMemory \
+  ESME \
+  Etch \
+  Excalibur \
+  Harmony \
+  HiveMind \
+  iBATIS \
+  Jakarta \
+  Jakarta Cactus \
+  Jakarta ECS \
+  Jakarta ORO \
+  Jakarta Regexp \
+  Jakarta Slide \
+  Jakarta 
Taglibs \
+  Lenya \
+  MRUnit \
+  ObJectRelationalBridge 
(OJB) \
+  Oltu \
+  Onami \
+  Quetzalcoatl \
+  Rave \
+  Shale \
+  Shindig \
+  Standard C++ Library 
(STDCXX) \
+  Stratos \
+  Tuscany \
+  Whirr \
+  Wink \
+  Wookie \
+  WS Muse \
+  Xang \
+  Xindice \
+  XMLBeans \
+  XML \
+  '
+}

Modified: attic/site/docs/test.html
URL: 
http://svn.apache.org/viewvc/attic/site/docs/test.html?rev=1829128=1829127=1829128=diff
==
--- attic/site/docs/test.html (original)
+++ attic/site/docs/test.html Sat Apr 14 10:48:07 2018
@@ -21,13 +21,13 @@
 http://www.w3.org/1999/xhtml;>
  

-   
-   
-   
+   
+   
+   

  
 The Apache Attic *** ATTIC ***
-  
+
  
  

@@ -122,11 +122,7 @@
 The Apache Incubator project is the entry path into The Apache Software 
Foundation for projects and codebases wishing to become part of the 
Foundation's efforts. Not all projects 'graduate' out of the Incubator and are 
instead retired. Those retired projects may be found on the Incubator's http://incubator.apache.org/projects/index.html#retired;>Project 
page. 
 
  
-
-
-document.write("JAN TEST:");
-
-
+
 
   
 Copyright  2009-2016 The Apache Software Foundation, Licensed 
under the http://www.apache.org/licenses/LICENSE-2.0;>Apache License, 
Version 2.0.
@@ -135,6 +131,10 @@ document.write("JAN TEST:");
   
 
   
+
+addSidebar();
+
+
 
 
 




svn commit: r1829125 - /attic/site/docs/projects.json

2018-04-14 Thread jani
Author: jani
Date: Sat Apr 14 09:50:24 2018
New Revision: 1829125

URL: http://svn.apache.org/viewvc?rev=1829125=rev
Log:
Validated json and corrected.



Modified:
attic/site/docs/projects.json

Modified: attic/site/docs/projects.json
URL: 
http://svn.apache.org/viewvc/attic/site/docs/projects.json?rev=1829125=1829124=1829125=diff
==
--- attic/site/docs/projects.json (original)
+++ attic/site/docs/projects.json Sat Apr 14 09:50:24 2018
@@ -123,7 +123,7 @@
"source code": "",
"issues":  "",
"wiki":"",
-   "maillists":   {,
+   "maillists":   {},
"description": "Apache Crimson was a Java XML parser which supports XML 1.0 
via various APIs."
 },
 {
@@ -387,7 +387,7 @@
"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"
+   "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",
@@ -412,7 +412,7 @@
"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 http://www.modpython.org;>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."
+   "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 http://www.modpython.org\;>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",
@@ -439,7 +439,7 @@
"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. This blog entry from Kito Mann is an excellent discussion 
of Shale's retirement: http://blogs.jsfcentral.com/editorsdesk/entry/shale_in_the_attic;>http://blogs.jsfcentral.com/editorsdesk/entry/shale_in_the_attic."
+   "description": "Shale was a web application framework, fundamentally based 
on JavaServer Faces. This blog entry from Kito Mann is an excellent discussion 
of Shale's retirement: http://blogs.jsfcentral.com/editorsdesk/entry/shale_in_the_attic\;>http://blogs.jsfcentral.com/editorsdesk/entry/shale_in_the_attic."
 },
 {
"name":"Shindig",
@@ -479,7 +479,7 @@
"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 https://en.wikipedia.org/wiki/Service_Component_Architecture;>Service 
Component Architecture standard."
+   "description": "Tuscany simplified the task of developing service-oriented 
architectured solutions by providing a comprehensive infrastructure for 
development and management, based on the https://en.wikipedia.org/wiki/Service_Component_Architecture\;>Service 
Component Architecture standard."
 },
 {
"name":"Whirr",




Re: WARN: project from a retired committee but PMC not changed to Attic in http://svn.apache.org/repos/asf/oltu/site/doap_org.apache.oltu.parent.rdf

2018-04-14 Thread Jan Iversen
I like to get an email from infra about needed changes, when the Infra ticket 
to give us permission is still open:

https://issues.apache.org/jira/browse/INFRA-16309 


Gmcdonald wrote in a comment, that he will do it.

rgds
Jan I.


> On 14 Apr 2018, at 04:00, Projects  wrote:
> 



projects.json

2018-04-14 Thread Jan Iversen
Hi

I surrender !!! I have now made a projects.json, and while doing so corrected a 
number of errors on the existing pages.

Patches are more than welcome.

Regards
Jan I

svn commit: r1829121 - in /attic/site/docs: projects.json test.html test.php

2018-04-14 Thread jani
Author: jani
Date: Sat Apr 14 07:18:55 2018
New Revision: 1829121

URL: http://svn.apache.org/viewvc?rev=1829121=rev
Log:
Added projects.json in prepare for JS on the site


Added:
attic/site/docs/projects.json
attic/site/docs/test.html
  - copied, changed from r1829120, attic/site/docs/test.php
Removed:
attic/site/docs/test.php

Added: attic/site/docs/projects.json
URL: 
http://svn.apache.org/viewvc/attic/site/docs/projects.json?rev=1829121=auto
==
--- attic/site/docs/projects.json (added)
+++ attic/site/docs/projects.json Sat Apr 14 07:18:55 2018
@@ -0,0 +1,574 @@
+[
+{
+   "name":"Abdera",
+   "website": "http://abdera.apache.org;,
+   "retired": "03/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": "12/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": "06/2004",
+   "source code": "http://svn.apache.org/repos/asf/avalon;,
+   "issues":  "",
+   "wiki":"",
+   "maillists":   {},
+   "description": "Apache Avalon was closed long before the creation of the 
Apache Attic. It's mentioned here for completeness."
+},
+{
+   "name":"Axis Sandesha2/C",
+   "website": "http://axis.apache.org/axis2/c/sandesha;,
+   "retired": "09/2014",
+   "source code": "http://svn.apache.org/repos/asf/axis/axis2/c/sandesha;,
+   "issues":  "https://issues.apache.org/jira/projects/SANDESHA2C;,
+   "wiki":"",
+   "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": "09/2014",
+   "source code": "http://svn.apache.org/repos/asf/axis/axis2/c/savan;,
+   "issues":  "https://issues.apache.org/jira/browse/AXIS2C;,
+   "wiki":"",
+   "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": "09/2014",
+   "source code": "",
+   "issues":  "https://issues.apache.org/jira/projects/SAVAN;,
+   "wiki":"",
+   "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