Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions projects/hwloc/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<div style="float: right; clear: both"><!-- "clear: both" prevents news from going near the float image above -->
<?php
# Lists are not mirrored - use an absolute URL

# custom news with 2 links
startnews("hwloc mailing lists now at @inria.fr");
print("Mailing lists are migrating (and merging).");
print("<br />\n\n&gt; <a href=\"https://sympa.inria.fr/sympa/arc/hwloc-announce/2025-02/msg00000.html\">hwloc-announce migration</a>\n");
print("<br />\n\n&gt; <a href=\"https://sympa.inria.fr/sympa/arc/hwloc-users/2025-02/msg00000.html\">hwloc-users and -devel migration</a>\n");
endnews();
skipnews("2");

news("hwloc 2.11.2",
"Stable release",
"https://www.mail-archive.com/[email protected]/msg00169.html");
Expand Down