Repository: incubator-systemml-website Updated Branches: refs/heads/master 65eb7dc27 -> 44355b0cc
[SYSTEMML-1622] Remove incubator from email references Switched email addresses to systemml.apache.org (removed incubator) in community.html, index.html via changes to home.html, project.yml and _config.yml. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/44355b0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/44355b0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/44355b0c Branch: refs/heads/master Commit: 44355b0cc908381eead316f05c0023faf9100f16 Parents: 65eb7dc Author: Glenn Weidner <[email protected]> Authored: Thu May 25 16:30:25 2017 -0700 Committer: Glenn Weidner <[email protected]> Committed: Thu May 25 16:30:25 2017 -0700 ---------------------------------------------------------------------- _config.yml | 2 +- _src/_data/project.yml | 22 +++++++++++----------- _src/_includes/themes/apache/home.html | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/44355b0c/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 647fdf5..40c8d51 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ # Site settings author: Apache SystemML title: Apache SystemML - Declarative Large-Scale Machine Learning -email: [email protected] +email: [email protected] description: Apache SystemML provides an optimal workplace for Machine Learning using big data baseurl: "" # the subpath of your site, e.g. /blog url: "http://systemml.apache.org" # the base hostname & protocol for your site http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/44355b0c/_src/_data/project.yml ---------------------------------------------------------------------- diff --git a/_src/_data/project.yml b/_src/_data/project.yml index 14f5f62..b3d2b31 100644 --- a/_src/_data/project.yml +++ b/_src/_data/project.yml @@ -19,11 +19,11 @@ name: Apache SystemML<sup id="trademark">™</sup> short_name: SystemML<sup id="trademark">™</sup> description: Apache SystemML<sup id="trademark">™</sup> is a distributed and declarative machine learning platform. -dev_list: [email protected] -dev_list_subscribe: [email protected] -dev_list_unsubscribe: [email protected] +dev_list: [email protected] +dev_list_subscribe: [email protected] +dev_list_unsubscribe: [email protected] dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/ -dev_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +dev_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ dev_list_archive_markmail: user_list: @@ -33,18 +33,18 @@ user_list_archive: user_list_archive_mailarchive: user_list_archive_markmail: -commits_list: [email protected] -commits_list_subscribe: [email protected] -commits_list_unsubscribe: [email protected] +commits_list: [email protected] +commits_list_subscribe: [email protected] +commits_list_unsubscribe: [email protected] commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/ commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ commits_list_archive_markmail: -issues_list: [email protected] -issues_list_subscribe: [email protected] -issues_list_unsubscribe: [email protected] +issues_list: [email protected] +issues_list_subscribe: [email protected] +issues_list_unsubscribe: [email protected] issues_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-issues/ -issues_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +issues_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ issues_list_archive_markmail: jira: SYSTEMML http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/44355b0c/_src/_includes/themes/apache/home.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/home.html b/_src/_includes/themes/apache/home.html index c94623a..ba8a9e1 100644 --- a/_src/_includes/themes/apache/home.html +++ b/_src/_includes/themes/apache/home.html @@ -90,7 +90,7 @@ limitations under the License. </div> <div class="col col-12 content-group button-group"> <a href="mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe" class="button button-primary">Subscribe</a> - <a href="http://mail-archives.apache.org/mod_mbox/incubator-systemml-dev/" target="_blank" class="button button-secondary">View Archive</a> + <a href="{{ site.data.project.dev_list_archive }}" target="_blank" class="button button-secondary">View Archive</a> <a href="https://systemml.apache.org/roadmap" target="_blank" class="button button-secondary">Roadmap</a> </div> </div>
