You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by qu...@apache.org on 2016/08/11 22:29:03 UTC

incubator-edgent-website git commit: [EDGENT-233] Update Git, JIRA, mailing list, website links

Repository: incubator-edgent-website
Updated Branches:
  refs/heads/master 2ead82bb8 -> e9a2ec12a


[EDGENT-233] Update Git, JIRA, mailing list, website links


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/commit/e9a2ec12
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/tree/e9a2ec12
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/diff/e9a2ec12

Branch: refs/heads/master
Commit: e9a2ec12a70ce6bf59a6e31b815b163c7411ccf2
Parents: 2ead82b
Author: Queenie Ma <qu...@gmail.com>
Authored: Thu Aug 11 10:27:58 2016 -0700
Committer: qfma <qu...@us.ibm.com>
Committed: Thu Aug 11 15:12:35 2016 -0700

----------------------------------------------------------------------
 README.md                         |  6 +++---
 site/_config.yml                  | 12 +++++------
 site/_data/mydoc/mydoc_topnav.yml |  8 +++----
 site/_data/project.yml            | 38 +++++++++++++++++-----------------
 4 files changed, 32 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/e9a2ec12/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index beacb10..2699b08 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ limitations under the License.
 
 ## Location
 
-http://quarks.incubator.apache.org/
+http://edgent.incubator.apache.org/
 
 ## How it works
 
@@ -35,7 +35,7 @@ Through a [gitpubsub](http://www.apache.org/dev/gitpubsub.html) mechanism on the
 
 If you would like to make a change to the site:
 
-1. Fork the [GitHub mirror](https://github.com/apache/incubator-quarks-website)
+1. Fork the [GitHub mirror](https://github.com/apache/incubator-edgent-website)
 2. Create a new branch from `master`
 3. Add commit(s) to your branch
 4. Test your changes locally (see the *Developing* section)
@@ -45,7 +45,7 @@ If you would like to make a change to the site:
 If you are a committer, do the following:
 
 1. Update the master branch with your (or a Pull Request's) change
-2. Push updated master to the [ASF remote master](https://git-wip-us.apache.org/repos/asf/incubator-quarks-site.git)
+2. Push updated master to the [ASF remote master](https://git-wip-us.apache.org/repos/asf/incubator-edgent-site.git)
 3. Run `build.sh` from the master branch directory (requires Jekyll). This checks out and updates the `asf-site` branch with a new commit of the build from the current branch.
 4. At this point, you should be on the `asf-site` branch. Simply push this branch to the asf remote with `git push origin asf-site` and the site will automatically be updated within seconds.
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/e9a2ec12/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index c7820ff..f1e6c40 100755
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -32,7 +32,7 @@ site_title: Apache Edgent Documentation
 project_folder: docs
 company_name: Apache Edgent
 footer_image_location: ../../common_images/company_logo.png
-github_editme_path: apache/incubator-quarks-website/blob/master/site
+github_editme_path: apache/incubator-edgent-website/blob/master/site
 disqus_shortname: idrbwjekyll
 # variables
 
@@ -89,7 +89,7 @@ defaults:
       search: true
       tooltip: true
 
-url: http://quarks.incubator.apache.org
+url: http://edgent.incubator.apache.org
 baseurl:
 title: Apache Edgent
 description: Edgent is an open source community for accelerating analytics at the edge.
@@ -112,7 +112,7 @@ redcarpet:
 
 social:
   - title: twitter
-    url: https://twitter.com/QuarksEdge
+    url: https://twitter.com/ApacheEdgent
   - title: github
     url: https://github.com/quarks-edge/quarks/
   - title: stack-overflow
@@ -123,6 +123,6 @@ port:    4000
 host:    127.0.0.1
 
 #Base URLs
-sourceurl: https://github.com/apache/incubator-quarks
-projurl: http://quarks.incubator.apache.org
-docsurl: http://quarks.incubator.apache.org/javadoc
+sourceurl: https://github.com/apache/incubator-edgent
+projurl: http://edgent.incubator.apache.org
+docsurl: http://edgent.incubator.apache.org/javadoc

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/e9a2ec12/site/_data/mydoc/mydoc_topnav.yml
----------------------------------------------------------------------
diff --git a/site/_data/mydoc/mydoc_topnav.yml b/site/_data/mydoc/mydoc_topnav.yml
index 00edad9..ebf3831 100644
--- a/site/_data/mydoc/mydoc_topnav.yml
+++ b/site/_data/mydoc/mydoc_topnav.yml
@@ -20,7 +20,7 @@ githubrepos_dropdowns:
       output: web
       items:
         - title: Source code
-          external_url: https://github.com/apache/incubator-quarks
+          external_url: https://github.com/apache/incubator-edgent
           audience: writers, designers
           platform: all
           product: all
@@ -28,7 +28,7 @@ githubrepos_dropdowns:
           output: web
 
         - title: Website/Documentation
-          external_url: https://github.com/apache/incubator-quarks-website
+          external_url: https://github.com/apache/incubator-edgent-website
           audience: writers, designers
           platform: all
           product: all
@@ -39,7 +39,7 @@ topnav:
 - title: Topnav
   subcategories:
     - title: Javadoc
-      external_url: http://quarks.incubator.apache.org/javadoc/latest/index.html
+      external_url: http://edgent.incubator.apache.org/javadoc/latest/index.html
       audience: writers, designers
       platform: all
       product: all
@@ -58,7 +58,7 @@ topnav_dropdowns:
       output: web
       items:
         - title: Download
-          external_url: https://github.com/apache/incubator-quarks/releases
+          external_url: https://github.com/apache/incubator-edgent/releases
           audience: writers, designers
           platform: all
           product: all

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/e9a2ec12/site/_data/project.yml
----------------------------------------------------------------------
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 5925d7b..8aba57c 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -17,18 +17,18 @@
 #
 name: Apache Edgent
 short_name: Edgent
-unix_name: quarks
-incubator_name: incubator-quarks
-incubator_slash_name: incubator/quarks
+unix_name: edgent
+incubator_name: incubator-edgent
+incubator_slash_name: incubator/edgent
 description: Edgent is a community for accelerating analytics in edge devices. 
 
-download: https://github.com/apache/incubator-quarks
+download: https://github.com/apache/incubator-edgent
 
-dev_list: dev@quarks.incubator.apache.org
-dev_list_subscribe: dev-subscribe@quarks.incubator.apache.org
-dev_list_unsubscribe: dev-unsubscribe@quarks.incubator.apache.org
-dev_list_archive: http://mail-archives.apache.org/mod_mbox/incubator-quarks-dev/
-dev_list_archive_mailarchive: https://www.mail-archive.com/dev@quarks.incubator.apache.org/
+dev_list: dev@edgent.apache.org
+dev_list_subscribe: dev-subscribe@edgent.apache.org
+dev_list_unsubscribe: dev-unsubscribe@edgent.apache.org
+dev_list_archive: http://mail-archives.apache.org/mod_mbox/edgent-dev/
+dev_list_archive_mailarchive: https://www.mail-archive.com/dev@edgent.apache.org/
 dev_list_archive_markmail:
 
 user_list:
@@ -38,19 +38,19 @@ user_list_archive:
 user_list_archive_mailarchive:
 user_list_archive_markmail:
 
-commits_list: commits@quarks.incubator.apache.org
-commits_list_subscribe: commits-subscribe@quarks.incubator.apache.org
-commits_list_unsubscribe: commits-unsubscribe@quarks.incubator.apache.org
-commits_list_archive: http://mail-archives.apache.org/mod_mbox/incubator-quarks-commits/
-commits_list_archive_mailarchive: https://www.mail-archive.com/commits@quarks.incubator.apache.org/
+commits_list: commits@edgent.apache.org
+commits_list_subscribe: commits-subscribe@edgent.apache.org
+commits_list_unsubscribe: commits-unsubscribe@edgent.apache.org
+commits_list_archive: http://mail-archives.apache.org/mod_mbox/edgent-commits/
+commits_list_archive_mailarchive: https://www.mail-archive.com/commits@edgent.apache.org/
 commits_list_archive_markmail:
 
-jira: QUARKS
+jira: EDGENT
 
-source_repository: https://git-wip-us.apache.org/repos/asf/incubator-quarks.git
-source_repository_mirror: https://github.com/apache/incubator-quarks
+source_repository: https://git-wip-us.apache.org/repos/asf/incubator-edgent.git
+source_repository_mirror: https://github.com/apache/incubator-edgent
 
-website_repository: https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git
-website_repository_mirror: https://github.com/apache/incubator-quarks-website
+website_repository: https://git-wip-us.apache.org/repos/asf/incubator-edgent-website.git
+website_repository_mirror: https://github.com/apache/incubator-edgent-website
 
 podling: true
\ No newline at end of file