Skip to content

Conversation

dmatrix
Copy link

@dmatrix dmatrix commented Oct 18, 2025

  • Removed deadlinks from events/conferences
  • spark-summit.org website archives no longer accessible, resulting in a 404 error page; not a good look for the page
  • replaced with a playlist of the most recordings from previous Spark Summit years (2013-2017)

…ist recordings from previous spark summits.

Signed-off-by: Jules Damji <dmatrix@comcast.net>
@dmatrix dmatrix changed the title removed deadlinks from the events/conferences; replaced with videoplay list from early Spark Summit removed deadlinks from the events/conferences; replaced with videoplay list from early Spark Summits Oct 18, 2025
@dmatrix dmatrix changed the title removed deadlinks from the events/conferences; replaced with videoplay list from early Spark Summits [DOC] removed deadlinks from the events/conferences; replaced with videoplay list from early Spark Summits Oct 18, 2025
dmatrix and others added 3 commits October 19, 2025 19:36
Signed-off-by: Jules Damji <dmatrix@comcast.net>
Signed-off-by: Jules Damji <dmatrix@comcast.net>
<h3>Events and meetups</h3>

<h4>Conferences</h4>
<p>The Spark Summit website archives at spark-summit.org, from years 2013 to 2017, are no longer available, so the links to them have been removed. Instead, we have
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There appears to be a difference between the generated HTML and source .md here:

--- a/site/community.html
+++ b/site/community.html
@@ -263,7 +263,7 @@ most of the video recordings.</p>
   <li>
     <a href="https://www.meetup.com/spark-users/">Bay Area Spark Meetup.</a>
     This group has been running since January 2012 in the San Francisco area.
-    The meetup page also contains an <a href="https://www.meetup.com/spark-users/events/past/">archive of past meetups</a>, including videos and <a href="https://www.meetup.com/spark-users/files/">slides</a> for most of the recent talks.
+    The meetup page also contains an <a href="https://www.meetup.com/spark-users/events/past/">archive of past meetups</a>.
   </li>
   <li>
     <a href="https://www.meetup.com/Spark-Barcelona/">Barcelona Spark Meetup</a>

Copy link
Author

@dmatrix dmatrix Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, there's a difference because I have removed the extraneous line from the community.md "- The meetup page also contains an archive of past meetups, including videos and slides for most of the recent talks", since the slides are no longer availabvle.

:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They have to match though; .html is generated from .md by jekyll. You can generate with jekyll or simply carefully make sure the output matches what jekyll will output.

Copy link
Author

@dmatrix dmatrix Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the line in site/community.html generated by jeklll, after a bundle exec jekyll build

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, when I do a git diff site/community.html, I get this:

diff --git a/site/community.html b/site/community.html
index 28f6348340..8224d85e4d 100644
--- a/site/community.html
+++ b/site/community.html
@@ -263,7 +263,7 @@ most of the video recordings.

  • Bay Area Spark Meetup. This group has been running since January 2012 in the San Francisco area. - The meetup page also contains an archive of past meetups, including videos and slides for most of the recent talks. + The meetup page also contains an archive of past meetups.
  • Copy link
    Member

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    You probably have a different jekyll version - check the README for how to install the exact same version.

    However here it's probably easiest to just do what the diff tells you by hand, it's just one line.

    In all events we have to appease the build as this can't be merged with the check failure (see below)

    Signed-off-by: Jules Damji <dmatrix@comcast.net>
    …deadlinks_community_page' into br_jsd_remove_more_deadlinks_community_page
    Signed-off-by: Jules Damji <dmatrix@comcast.net>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants