You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/03 00:24:34 UTC

[whimsy] branch master updated: Improve readme and add jira/email to doap

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  2264c93   Improve readme and add jira/email to doap
2264c93 is described below

commit 2264c9327b4e02e67cb794df1e66a685ba4eb7b2
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Sun Apr 2 20:24:29 2017 -0400

    Improve readme and add jira/email to doap
---
 README.md       | 56 +++++++++++++++++++++++++++++++++++---------------------
 doap_Whimsy.rdf |  2 ++
 2 files changed, 37 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index b4e66fb..066b965 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,40 @@
-Overview
+Apache Whimsy Project Overview
 ==================
 
-Whimsy hosts static content, repository checkouts/clones, CGI scripts, Rack
-applications, tools, and cron jobs.
+Apache Whimsy is a collection of useful organizational tools used by 
+the ASF and Apache committers to access and manipulate data about 
+Apache people, projects, and more.  Whimsy is both an Apache PMC, 
+this codebase, and the live deployed instance of https://whimsy.apache.org/.
+
+The ASF's Whimsy instance hosts static content, repository checkouts/clones, CGI scripts, Rack
+applications, tools, and cron jobs.  Note: features accessing private 
+ASF data are restricted to committers, Members, or Officers of the ASF. 
 
 Every committer on the Whimsy PMC can both deploy changes and new
-applications to https://whimsy.apache.org/.
+applications to https://whimsy.apache.org/. 
+
+How Tos and Get The Code
+===============
+
+Whimsy source code is hosted at:
+    https://github.com/apache/whimsy.git
+and now also mirrored for Apache committers at:
+    https://gitbox.apache.org/repos/asf/whimsy.git
+
+ * [How To Develop Whimsy Code](./DEVELOPMENT.md)
+ * [Submit Bugs](https://issues.apache.org/jira/browse/WHIMSY)
+ * [Questions? Email The List](https://lists.apache.org/list.html?dev@whimsical.apache.org)
+ * [Deployment Instructions](./DEPLOYMENT.md)
+ * [Monitoring How To](./www/status/README.md) - [Live Whimsy Status](https://whimsy.apache.org/status/)
+ * [How To Setup on Mac OSX](./MACOSX.md)
+ * [Dependency Listing](./SOFTWARE.md)
+ * [Todos](TODOS.md).
+
+Whimsy Architecture - Live Instance
+===================
+
+Whimsy is run in an Apache hosted VM with httpd, Rack, Ruby, and variety of other tools 
+that directly interface with various parts of Apache organziational records.
 
 Details by content type:
 
@@ -29,7 +58,7 @@ Details by content type:
    a single line to the deployment data identifying the location of the
    script:
 
-    https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm2.apache.org.yaml#L93
+    https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm3.apache.org.yaml#L126
 
    Note that the LDAP module does not currently handle boolean conditions
    (example: members or officers).  The way to handle this is to do
@@ -46,7 +75,7 @@ Details by content type:
    checking the application, one line per passenger application needs to be
    added to the deployment data:
 
-    https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm2.apache.org.yaml#L86
+    https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm3.apache.org.yaml#L119
 
    A simple rack application (two empty directories, and a one line file):
 
@@ -61,18 +90,3 @@ Details by content type:
     
  * **Cron jobs** are managed by puppet.  See [deployment](DEPLOYMENT.md) for more
    information.
-
-Git repos
-=========
-The code is hosted at
-    https://github.com/apache/whimsy.git
-and now also at
-    https://gitbox.apache.org/repos/asf/whimsy.git
-
-Further Reading
-===============
-
- * [Development](./DEVELOPMENT.md)
- * [Deployment](./DEPLOYMENT.md)
- * [Monitoring](./www/status/README.md)
- * [Todos](TODOS.md).
diff --git a/doap_Whimsy.rdf b/doap_Whimsy.rdf
index c014902..f6953ce 100644
--- a/doap_Whimsy.rdf
+++ b/doap_Whimsy.rdf
@@ -31,6 +31,8 @@
     <programming-language>JavaScript</programming-language>
     <programming-language>Ruby</programming-language>
     <category rdf:resource="http://projects.apache.org/category/content" />
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/WHIMSY" />
+    <mailing-list rdf:resource="https://lists.apache.org/list.html?dev@whimsical.apache.org" />
     <repository>
       <GitRepository>
         <location rdf:resource="https://github.com/apache/whimsy.git"/>

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].