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 cee338d Update helptext and link to public orgchart
cee338d is described below
commit cee338dce31cb68389d9c5606bab8fa207355264
Author: Shane Curcuru <[email protected]>
AuthorDate: Thu Apr 5 09:11:56 2018 -0400
Update helptext and link to public orgchart
Also adds reminder that this is non-canonical data
---
www/test/dataflow.cgi | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/www/test/dataflow.cgi b/www/test/dataflow.cgi
index 3322b12..64152f9 100755
--- a/www/test/dataflow.cgi
+++ b/www/test/dataflow.cgi
@@ -18,7 +18,9 @@ _html do
related: {
"https://projects.apache.org/" => "Apache Projects Listing",
"https://home.apache.org/" => "Apache Committer Phonebook",
- "https://community.apache.org/" => "Apache Community Development"
+ "https://community.apache.org/" => "Apache Community Development",
+ "/public" => "Whimsy public JSON datafiles",
+ "/docs" => "Whimsy code developer documentation"
},
helpblock: -> {
_p %{ Whimsy tools consume and produce a variety of data files
@@ -34,13 +36,24 @@ _html do
only when the underlying data source has changed.
See the
}
- _a 'server docs for more info.', href:
'https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md'
+ _a 'server setup docs for more info.', href:
'https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md'
_ ' You can see the '
_a 'code for this script', href:
"#{GITWHIMSY}/www#{ENV['SCRIPT_NAME']}"
- _ ' the '
+ _ ', the '
_a 'underlying data file', href: "#{GITWHIMSY}/www/#{DATAFLOWDATA}"
- _ ' and see the '
- _a 'key to this data.', href: "#datakey"
+ _ ', the '
+ _a 'key to this data', href: "#datakey"
+ _ ', and many of the '
+ _a 'public JSON data files.', href: "/public"
+ end
+ _p do
+ _span.text_warning 'REMINDER:'
+ _ %{ These datafiles are not original sources of truth, and
+ merely make data from other canonical systems available in a more
+ easily digested format on a periodic basis. Data here may be
+ outdated depending on when updates were last made.
+ }
+ _a 'See notifications@whimsical for updates', href:
'https://lists.apache.org/[email protected]'
end
}
) do
@@ -62,12 +75,11 @@ _html do
_ " #{info['description']}"
_br
if info['maintainer'] =~ %r{/} then
- _span.text_muted 'Maintained by: Whimsy PMC using script: '
+ _span.text_muted 'Maintained by Whimsy PMC using script: '
_a.text_muted "#{info['maintainer']}", href:
"#{GITWHIMSY}#{info['maintainer']}"
else
_span.text_muted 'Maintained by role/PMC: '
- # TODO use a public lookup instead of committer-private roster
tool
- _a.text_muted "#{info['maintainer']}", href:
"/roster/orgchart/#{info['maintainer']}"
+ _a.text_muted "#{info['maintainer']}", href:
"/foundation/orgchart/#{info['maintainer']}"
end
_br
if info.key?('format') then
--
To stop receiving notification emails like this one, please contact
[email protected].