Page MenuHomeFreeBSD

Update community information
ClosedPublic

Authored by carlavilla on Jan 5 2020, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 5:24 PM
Unknown Object (File)
Sat, Oct 11, 10:38 PM
Unknown Object (File)
Sep 17 2025, 10:10 AM
Unknown Object (File)
Sep 8 2025, 7:06 PM
Unknown Object (File)
Sep 6 2025, 8:38 AM
Unknown Object (File)
Aug 31 2025, 1:21 AM
Unknown Object (File)
Aug 17 2025, 7:21 PM
Unknown Object (File)
Aug 13 2025, 7:47 AM
Subscribers
None

Details

Summary

Update community information:

  • The Spanish mailing list are down.
  • The Polish web URL was wrong.
  • Update webresources information.
  • In the community.xsl, the LinkedIn group id was wrong and the last activity in the twitter @freebsdblogs account was in 2013
Test Plan

Compile the website.

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Two minor issues.

en_US.ISO8859-1/htdocs/community.xsl
143 โ†—(On Diff #66376)

These "<a href"s need to be indented according to:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/writing-style-guide.html

You'd do it like this:
... <a<ENTER>
<extra tab until the closing </a>>href="..">

147 โ†—(On Diff #66376)

The comma needs the be there in front of the "or".

This revision is now accepted and ready to land.Jan 7 2020, 7:00 PM
This revision was automatically updated to reflect the committed changes.