Page MenuHomeFreeBSD

Update community information
ClosedPublic

Authored by carlavilla on Jan 5 2020, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 5:08 PM
Unknown Object (File)
Sun, Apr 5, 11:40 AM
Unknown Object (File)
Sat, Apr 4, 1:44 AM
Unknown Object (File)
Wed, Apr 1, 11:34 PM
Unknown Object (File)
Mon, Mar 30, 8:53 PM
Unknown Object (File)
Sun, Mar 29, 5:19 PM
Unknown Object (File)
Sun, Mar 29, 12:25 AM
Unknown Object (File)
Fri, Mar 27, 6:23 PM
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.