This is an automated email from the ASF dual-hosted git repository. adina pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-rya-site.git
commit 33e13d3d812f3408384856457323559d5757e607 Author: adina <[email protected]> AuthorDate: Mon Sep 23 22:33:31 2019 -0400 removed references to incubator, changed PPMC to PMC --- README.md | 18 +++++++++--------- content/_data/contributors.yml | 22 +++++++++++----------- content/_data/project.yml | 38 +++++++++++++++++++------------------- content/index.md | 2 +- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 65ac46e..d68d184 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project is processed by Jekyll and committed to the asf-branch. To make changes to the website: -1. Git clone git://git.apache.org/incubator-rya-site.git branch master +1. Git clone git://git.apache.org/rya-site.git branch master 2. Created a new branch. ``git checkout -b your_new_branch_name_here`` @@ -31,7 +31,7 @@ To make changes to the website: 10. When you are done making changes: 11. Move the content/target folder out of the way, you will commit this separately. 12. Commit changes, add a remote to your own public git repo, and push to it with --set-upstream. -13. Create a pull request to the repo apache/incubator-rya-site branch master. +13. Create a pull request to the repo apache/rya-site branch master. 14. Now for the deployable HTML that you moved above: 15. In the same git folder, @@ -59,13 +59,13 @@ Note: the recursive remove of all the content is necessary to discover files del 1. Review the setup here: https://pages.github.com/ using "project-site" 2. It doesn't mention it in the quick start above, but it will also publish a site from a branch named "gh-pages" which is important since master is already used for another purpose. -3. Start with your branch of project "incubator-rya-site" as pushed to your remote, that is based on the asf-site branch. +3. Start with your branch of project "rya-site" as pushed to your remote, that is based on the asf-site branch. 4. Create and checkout a new branch named "gh-pages". This will not be used in a pull request. ``git checkout -b gh-pages`` 5. Move the contents of the "content" folder to the root of the project. -6. Modify each HTML page prepending to all references (href= and src=) to the site with "/incubator-rya-site" . Ignore references beginning http. +6. Modify each HTML page prepending to all references (href= and src=) to the site with "/rya-site" . Ignore references beginning http. For example: @@ -75,25 +75,25 @@ For example: After: - ``<link href="/incubator-rya-site/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">`` + ``<link href="/rya-site/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">`` This command should do the replacement: - ``find . -name \*.html -exec sed -ri 's/=\"\//=\"\/incubator-rya-site\//g' {} \;`` + ``find . -name \*.html -exec sed -ri 's/=\"\//=\"\/rya-site\//g' {} \;`` -7. Commit changes and push to your public github project named incubator-rya-site. +7. Commit changes and push to your public github project named rya-site. ``git commit -a -m "New stuff"`` ``git push git push --set-upstream yourGitHub gh-pages`` -8. Login to your github account and to the project incubator-rya-site forked from apache/incubator-rya-site, and click on the Settings tab. Scroll down to GitHub Pages and choose source=gh-pages branch. Save. +8. Login to your github account and to the project rya-site forked from apache/rya-site, and click on the Settings tab. Scroll down to GitHub Pages and choose source=gh-pages branch. Save. 9. Browse to the site: - https://yourGitHubID.github.io/incubator-rya-site + https://yourGitHubID.github.io/rya-site replacing yourGitHubID with your GitHub account ID. diff --git a/content/_data/contributors.yml b/content/_data/contributors.yml index 6ae8f17..ef7a767 100644 --- a/content/_data/contributors.yml +++ b/content/_data/contributors.yml @@ -20,7 +20,7 @@ - name: Jennifer Brown apacheId: jbrown # githubId: - role: Committer, PPMC member + role: Committer, PMC member org: Parsons - name: Sean Busbey @@ -37,7 +37,7 @@ - name: Adina Crainiceanu apacheId: adina githubId: adinancr - role: Committer, PPMC member + role: Committer, PMC Chair org: US Naval Academy - name: Jeff Dash @@ -50,7 +50,7 @@ apacheId: elserj githubId: joshelser org: - role: Mentor + role: PMC member homepage: - name: Adam Fuchs @@ -87,37 +87,37 @@ apacheId: dlotts githubId: dlotts org: Parsons - role: Commiter, PPMC member + role: Commiter, PMC member - name: Caleb Meier apacheId: caleb githubId: meiercaleb org: Parsons - role: Commiter, PPMC member + role: Commiter, PMC member - name: Aaron Mihalik apacheId: mihalik githubId: amihalik org: Parsons - role: Committer, PPMC member + role: Committer, PMC member - name: Roshan Punnoose apacheId: roshanp githubId: roshanp org: - role: Committer, PPMC member + role: Committer, PMC member - name: David Rapp apacheId: dnrapp githubId: dnrapp org: - role: Committer, PPMC member + role: Committer, PMC member - name: Billie Rinaldi apacheId: billie githubId: org: - role: Mentor + role: PMC member - name: Guilherme Rodrigues apacheId: @@ -135,7 +135,7 @@ apacheId: pujav65 githubId: pujav65 org: Parsons - role: Committer, PPMC member + role: Committer, PMC member - name: Seetharam Venkatesh apacheId: venkatesh @@ -147,7 +147,7 @@ apacheId: swagner githubId: steverwagner org: - role: Committer, PPMC member + role: Committer, PMC member - name: Eric White apacheId: diff --git a/content/_data/project.yml b/content/_data/project.yml index 75fc87f..d583aba 100644 --- a/content/_data/project.yml +++ b/content/_data/project.yml @@ -15,20 +15,20 @@ # # Apache Project configurations # -name: Apache Rya (incubating) +name: Apache Rya short_name: Rya unix_name: rya incubator_name: incubator-rya incubator_slash_name: incubator/rya -description: Apache Rya (incubating) is a scalable RDF triple store built on top of a columnar index store (Apache Accumulo®). +description: Apache Rya is a Big Data triple store that provides scalable storage, retrieval, and analysis of RDF data download: download -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/rya-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: @@ -38,27 +38,27 @@ 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/rya-commits/ -commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +commits_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ commits_list_archive_markmail: -notifications_list: [email protected] -notifications_list_subscribe: [email protected] -notifications_list_unsubscribe: [email protected] +notifications_list: [email protected] +notifications_list_subscribe: [email protected] +notifications_list_unsubscribe: [email protected] notifications_list_archive: http://mail-archives.apache.org/mod_mbox/rya-notifications/ -notifications_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ +notifications_list_archive_mailarchive: https://www.mail-archive.com/[email protected]/ notifications_list_archive_markmail: jira: RYA -source_repository: https://git-wip-us.apache.org/repos/asf/incubator-rya.git -source_repository_mirror: https://github.com/apache/incubator-rya +source_repository: https://gitbox.apache.org/repos/asf/rya.git +source_repository_mirror: https://github.com/apache/rya -website_repository: https://git-wip-us.apache.org/repos/asf/incubator-rya-site.git -website_repository_mirror: https://github.com/apache/incubator-rya-site +website_repository: https://gitbox.apache.org/repos/asf/rya-site.git +website_repository_mirror: https://github.com/apache/rya-site -podling: true +podling: false diff --git a/content/index.md b/content/index.md index fbad6a2..1d20a7f 100644 --- a/content/index.md +++ b/content/index.md @@ -26,4 +26,4 @@ limitations under the License. ## Apache Rya -Rya (pronounced "ree-uh" /rēə/) is a cloud-based RDF triple store that supports SPARQL queries. Rya is a scalable RDF data management system built on top of Apache Accumulo®. Rya uses novel storage methods, indexing schemes, and query processing techniques that scale to billions of triples across multiple nodes. Rya provides fast and easy access to the data through SPARQL, a conventional query mechanism for RDF data. +Rya (pronounced "ree-uh" /rēə/) is a cloud-based RDF triple store that supports SPARQL queries. Rya is a scalable RDF data management system built on top of Apache Accumulo®. A MongoDB back-end is also implemented. Rya uses novel storage methods, indexing schemes, and query processing techniques that scale to billions of triples across multiple nodes. Rya provides fast and easy access to the data through SPARQL, a conventional query mechanism for RDF data.
