From b85b4315a28d31dbb2a7e55ca585f1a1c89d5797 Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 12 Mar 2024 18:00:39 -0500 Subject: [PATCH 1/8] MAHOUT-2179, MAHOUT-2180 --- website/community/mailing-lists.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/community/mailing-lists.md b/website/community/mailing-lists.md index d39170eb08..7ee30cf05d 100644 --- a/website/community/mailing-lists.md +++ b/website/community/mailing-lists.md @@ -63,12 +63,6 @@ committed. * [http://mail-archives.apache.org/mod_mbox/mahout-dev/](http://mail-archives.apache.org/mod_mbox/mahout-dev/) * [http://mail-archives.apache.org/mod_mbox/mahout-user/](http://mail-archives.apache.org/mod_mbox/mahout-user/) - -## External Archives - -* [MarkMail](http://mahout.markmail.org/) -* [Gmane](http://dir.gmane.org/gmane.comp.apache.mahout.user) - Please note the inclusion of a link to an archive does not imply an endorsement of that company by any of the committers of Mahout the Lucene PMC or the Apache Software Foundation. Each archive owner is solely From 6ae1586e096abce384759d7b3b5664ecc58e0359 Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 12 Mar 2024 21:11:45 -0500 Subject: [PATCH 2/8] MAHOUT-2183 --- website/documentation/developers/issue-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/documentation/developers/issue-tracker.md b/website/documentation/developers/issue-tracker.md index a50248ee6c..558a18d8fe 100644 --- a/website/documentation/developers/issue-tracker.md +++ b/website/documentation/developers/issue-tracker.md @@ -13,7 +13,7 @@ For most changes (apart from trivial stuff) Mahout works according to a review-t This means anything that is to be added is first presented as a patch in the issue tracker. All conversations in the issue tracker are automatically echoed on the developer mailing list and people tend to respond or continue conversations there rather in the issue tracker, so in order to follow an -issue you also have to read to the mailing lists. +issue you also have to read to the [mailing lists](/community/mailing-lists.html). An issue does not literally have to be an issue. It could be a wish, task, bug report, etc. and it does not have to contain a patch. From be44652f86c1dd01c0e81a6e5098667748e6506f Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 12 Mar 2024 21:14:58 -0500 Subject: [PATCH 3/8] MAHOUT-2193 --- website/documentation/developers/gsoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/documentation/developers/gsoc.md b/website/documentation/developers/gsoc.md index e978995a74..c4e4071fb0 100644 --- a/website/documentation/developers/gsoc.md +++ b/website/documentation/developers/gsoc.md @@ -61,5 +61,5 @@ your career. ## References * [GSoC Home](http://code.google.com/soc/) - official GSoC page - * [GSoC FAQ](http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs) - official FAQ + * [GSoC FAQ](https://developers.google.com/open-source/gsoc/faq) - official FAQ * [Apache GSoC coordination](http://community.apache.org/gsoc.html) - official Apache GSoC documentation, especially important if you want to become a mentor From 4698bce200ab99cb62070da636c002372d2954b8 Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 12 Mar 2024 21:28:13 -0500 Subject: [PATCH 4/8] MAHOUT-2184 --- website/documentation/developers/developer-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/documentation/developers/developer-resources.md b/website/documentation/developers/developer-resources.md index d501f9250d..bef8859a26 100644 --- a/website/documentation/developers/developer-resources.md +++ b/website/documentation/developers/developer-resources.md @@ -38,7 +38,7 @@ All bugs, improvements, [pull requests](http://mahout.apache.org/developers/gith ## Continuous Integration -Mahout is continuously built on an hourly basis on the [Apache Jenkins](https://builds.apache.org/job/Mahout-Quality/) build system. +Mahout is continuously built using [Apache Maven](https://github.com/apache/mahout/actions/workflows/mahout.yml). ## Board reports From b07e955c155339e0adad5216eda3011bd4b6b278 Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 12 Mar 2024 23:50:23 -0500 Subject: [PATCH 5/8] MAHOUT-2181 --- website/_includes/navbar.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/_includes/navbar.html b/website/_includes/navbar.html index e942e82737..044d4e3fa6 100644 --- a/website/_includes/navbar.html +++ b/website/_includes/navbar.html @@ -90,9 +90,6 @@ href="/documentation/developers/">Developer Documentation Code of Conduct - Partners and Supporters - From a5f2ae7a379c16832258c87dfec567a32f8273a0 Mon Sep 17 00:00:00 2001 From: tommy Date: Wed, 13 Mar 2024 00:03:54 -0500 Subject: [PATCH 6/8] MAHOUT-2178 --- website/about/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/about/how-to-contribute.md b/website/about/how-to-contribute.md index 3cff078677..b3512e7837 100644 --- a/website/about/how-to-contribute.md +++ b/website/about/how-to-contribute.md @@ -82,7 +82,7 @@ First of all, you need to get the [Mahout source code](/developers/version-contr ## Making Changes -Before you start, you should send a message to the [Mahout developer mailing list](/general/mailing-lists,-irc-and-archives.html) +Before you start, you should send a message to the [Mahout developer mailing list](/community/mailing-lists.html) (note: you have to subscribe before you can post), or file a ticket in our [issue tracker](/developers/issue-tracker.html). Describe your proposed changes and check that they fit in with what others are doing and have planned for the project. Be patient, it may take folks a while to understand your requirements. From 82e86a5b0ee09d1b7d8b7bc36f0ee1f870157b27 Mon Sep 17 00:00:00 2001 From: tommy Date: Wed, 13 Mar 2024 00:07:29 -0500 Subject: [PATCH 7/8] MAHOUT-2197 --- website/documentation/developers/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/documentation/developers/index.md b/website/documentation/developers/index.md index a9dfcbdd2e..5e9d8f57f4 100644 --- a/website/documentation/developers/index.md +++ b/website/documentation/developers/index.md @@ -45,8 +45,6 @@ By following this Developer's Guide, developers can quickly harness the power of [Developer Resources](/developers/developer-resources.html) -[Index](/developers/index.html) - [Githubprs](/developers/githubPRs.html) [Buildingmahout](/developers/buildingmahout.html) @@ -55,4 +53,4 @@ By following this Developer's Guide, developers can quickly harness the power of [Issue Tracker](/developers/issue-tracker.html) -[How To Become A Committer](/developers/how-to-become-a-committer.html) \ No newline at end of file +[How To Become A Committer](/developers/how-to-become-a-committer.html) From a0b298ca235c151dd9d90748c285a52cca2fc10a Mon Sep 17 00:00:00 2001 From: tommy Date: Wed, 13 Mar 2024 00:18:34 -0500 Subject: [PATCH 8/8] MAHOUT-2191 and MAHOUT-2192 --- website/documentation/developers/how-to-update-the-website.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/documentation/developers/how-to-update-the-website.md b/website/documentation/developers/how-to-update-the-website.md index 43fba3d035..72f8d8b02a 100644 --- a/website/documentation/developers/how-to-update-the-website.md +++ b/website/documentation/developers/how-to-update-the-website.md @@ -17,7 +17,7 @@ Committers and contributors are all welcomed and encouraged to update the Mahout ```git clone http://github.com/apache/mahout``` -See [Building from Source](/developers/buildingmahout/#getting-code) for more details. +See [Building from Source](/developers/buildingmahout.html#getting-code) for more details. #### Working with Markdown @@ -48,7 +48,7 @@ open your favorite browser and make sure your changes look the way you expect th #### Commit code and open a PR Once you're sure everything is right, you commit your code, push to your github.com account (preferably on a branch other than `trunk` -then click "OpenPR"). This process closely follows [How To Contribute- Making Changes](/developers/how-to-contribute/#HowToContribute-MakingChanges) with an exception that for _WEBSITE ONLY_ changes we relax the requirement to open a JIRA ticket. That is to say, small +then click "OpenPR"). This process closely follows [How To Contribute- Making Changes](/developers/how-to-contribute.html#HowToContribute-MakingChanges) with an exception that for _WEBSITE ONLY_ changes we relax the requirement to open a JIRA ticket. That is to say, small website changes such as fixing a broken link or typo, do not require a specific JIRA issues, and where you would normally commit with a message like `MAHOUT-XXXX The thing I did` (where `XXXX` is the assosciated JIRA number), you can instead simply create a message like `WEBSITE Typos in how-to-update-the-website.md`. There's nothing to stop you from making a