Fix whitespace formatting of this year to be consistent with previous years.
Reviewed by: imp
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D14687
As of Committers Guide "Procedure 1. Steps for New Committers":
* Add an Author Entity
* Update the List of Developers and Contributors
* Add a News Item
* Add a PGP Key
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14636
Add a <site-url> element to hold the organization's URL, and
put the site (company) name in the <site-name> element.
PR: 225854
Reported by: Mateusz Piotrowski <mpp302@gmail.com>
output. This is not only unhelpful for translators, it is distracting
from the already difficult job of translation. If verbose output is
desired, 'make -l' can be used.
fixed the underlying problem on the web build machine that was
generating errors.
Thank you to hrs@ for disabling this until it could be investigated,
and to bjk@ for emailing admins@ about the problem.
Sponsored by: The FreeBSD Foundation
It seems this step was inadvertently skipped before the email version
of the report was sent out.
Link from the status report main page and update the next-due date
(including the extension).
Also add a news entry for the report, backdated to the date of the
announcement email.
Reported by: pi
Pointy Hat to: bjk
and making the necessary changes.
The following events of 2018 are already listed with their dates:
- FOSDEM 2018
- AsiaBSDcon 2018
- BSDCan 2018
Hope to see many of you at these events.
The article discusses a specific option for puremagic's greylisting.
- It tells users to install mysql40-server and perl5.16; neither of
which exist any more.
- The last edit was 2015, by me, to switch from `pkg_add` to `pkg`.
- It encourages users to download code from a third-party website,
without validation, via HTTP (not even HTTPS).
- The code itself has to be patched to compile
and more generally the FreeBSD project is not in the business of
teaching end users how to run an anti-spam mail server.
Discussed with: allanjude
- anoigo - serves only ads
- bsrpar - serves only ads
- CheapBytes - www.cheapbytes.com’s server IP address could not be found.
- infinitum - personal website
- Inlab Software GmbH - www.munich.net took too long to respond.
- iSoftPlus - You don't have permission to access / on this server.
- Lingua-Systems Software GmbH - domain is for sale
- Mercantec, Inc. - Windows Server ad
- motifdeveloper - no activity since 2008
- netboz - www.netboz.net’s server IP address could not be found.
- Sage Electronic Engineering - www.se-eng.com’s server IP address could not be found.
- SlickEdit - no more FreeBSD version
- softmaker - website returns 404
- TrackSite - redirects to travel ads site
- webcrossing - webcrossing.com’s server IP address could not be found.
- matadordesign - domain is for sale
- All My Data's website returns 500
- Association Kazar - kazar.net’s server IP address could not be found.
- bay hosting - connecting times out
- beastiecloud connecting times out
- bsdvm - "BSDvm is shutting down its VPS and cloud hosting"
- bsdjails - website is "under redesign" with no alternative
- fxservices - "www.fx-services.com refused to connect."
- elantech - www.elantech.ru took too long to respond.
- inetassociation - www.inetassociation.com took too long to respond.
- Mambobado - domain is for sale
- negimaki - "www.negimaki.com refused to connect."
- panthertech - no content on the website
- ppgnetworksolutions - "www.ppgnetworksolutions.com’s server IP address
could not be found."
- Rokabear Hosting Services - "rokabear.com’s server IP address could
not be found."
- s4servers - www.s4servers.com’s server IP address could not be found.
- sevenl - Expired cert, invalid cn, no reference to FreeBSD
- sh3lls - serving only ads
- verio - FreeBSD hosting is now a 404,
- Stallion's domain is for sale
- RandD's website is an unrelated blog. servetheweb does not resolve
- Pyramid computer is a chess supplier
- Netwolves domain does not resolve
- advansys's website is non-existant
- ALE Software's website is unrelated to BSD/Linux consulting
- mindstep's website does not resolve (two checks). Google shows no
alternative.
- Mseuss Unternehmensberatung's website resolves to a ad/gambling
website.
- OpenTrend's website does not resolve. Google shows no alternative.
if NO_OBJ is defined, but not about the value.
Which means you cannot unset NO_OBJ on the command line or with env variable:
$ make NO_OBJ=""
or
$ export NO_OBJ=""; make
I still think that 'make obj' doesn't really work for the doc
project. But for now, you have to disable it yourself on the command
line or in your ~/.profile.
This is a revert of r51065
- ish pty appears to be an educational services company. No references
to FreeBSD or any other unix offering can be found on their website.
- PythonByte's domain is for sale.
- JCR's website is non-existent. Google shows no alternative.
- Gurix's website has changed and does not appear to be a consulting
company anymore.
- Green IT is a parked domain.
- Frigate Network's website is non-existent. Google shows no
alternative.
- AaronSEN is a parked domain.
- Adimus is a web server without content.
- Codeangels Solutions's website is non-existent.
- ibermachines's website is non-existent.
- raditex's website has changed (website updated; not removed)
I am not removing entries of companies whose website redirects to
different, but existing company. Some appears to have been bought
or renamed, but I am trying to be conservative.
from the base repository with changes provided by hrs@, and further
tweaks from myself.
Of note:
- Consolidate duplicated logic throughout the Makefiles and shared
logic, and move files to more sane locations where they may be
shared by other parts of the build tools.
- Update location of several entity files.
- In the top-level Makefile, only include the hardware page if the
MAN4PAGES knob is set. This is done to prevent build failures on
the website until the webupdate script and wrapper are updated,
which will require some more thought. [1]
This fixes the 'reldoc' target in release/Makefile in head, found
to be broken a few days ago.
[1] Changes from myself.
Patch provided by: hrs
Sponsored by: The FreeBSD Foundation
This solved the issue with symlinks to directories. The semantic
of `ln -fs' is special if you run it for directories twice, e.g.
mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from
now run it again
ln -sf from to
find . -name from -or -name to
./to
./from
./from/from
ls -l from
total 1
lrwxrwxr-x 1 wosch devel 4 Oct 6 13:54 from -> from
PR: 222737
This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES
Missing dependencies will be reported as a warning, and should
be fixed by the document authors.
PR: 222826
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: imp (mentor), ken (mentor)
Approved by: imp (mentor), ken (mentor)
Differential Revision: https://reviews.freebsd.org/D12357
$ make p-all
It works for the sub-directories in a given directory.
On a standard quad core machine the build time goes down
from ca. 20min to 5 minutes.
PR: 222322
Update the dtd to permit the <p> element to appear within
<category> and update the xsl template to render any paragraph(s)
of such introductory text before the line break that preceeds the
rendering of project entries in the given category.
- Now that we have the 10.4 hardware compatibility list, readme and
release notes since r50848, hook them up to the betarel2 txtdocslist.
Sync the betarel txtdocslist with that of rel, rel0 and rel1 (modulo
readme, see below, and unapplicable stuff like errata.
- Add missing readme links to the txtdocslists of rel, rel0 and rel1.
- Announce 10.4-RC1 and bump betarel2.vers to RC1 accordingly.
Approved by: re (implicit)
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D12303
- The 10.4-BETA3 set includes the BEAGLEBONE image again, so uncomment
its betarel2 entry.
- Announce 10.4-BETA3 and bump betarel2.vers to BETA3 accordingly.
Approved by: re (implict)
- It seems that somehone has mislabeld one of the red buttons to read
beta.second instead of beta2.desc, so give that knob a try and let's
see whether it brings the betarel2 bits into where.html.
- The 10.4-BETA2 set includes the RPI-B image again, so uncomment its
betarel2 entry.
- Announce 10.4-BETA2 and bump betarel2.vers to BETA2 accordingly.
- Nuke some trailing spaces while at it.
Approved by: re (implict)
- Belatedly mark the start of 10.4-BETA1 builds as done.
- Update betarel2 arm/armv6 images with reality built for 10.4, but comment
broken and unpublished 10.4-BETA1 BEAGLEBONE, RPI-B and WANDBOARD images.
- Announce 10.4-BETA1.
Approved by: re (implict)
uses the common properties attributes. This also adds the ability to
set rules in the <info> element to select types of elements that should
not be translated. Non-translated text does not appear in PO files and
is not seen by translators, but is included verbatim in the final
translated output document.
The current use case for this is to prevent the PGP keys from being
translated, which makes no sense and introduces duplication.
This work was made possible with assistance by Shaun McCance at the 2017
Open Help Conference.
Sponsored by: iXsystems
- The main link points to a dead site. "Coming soon" since 2013 ...
- The link to the "stuffed daemon" is also dead. Returns a 404 ...
- It did not fit in with the other entries anyway (was the only entry with an image attached).
Note: The linked image (../gifs/plueschtier-tiny.jpg) is still in the repository.
- Remove 11.1-RELEASE from 'Upcoming Releases.'
en_US.ISO8859-1/htdocs/security/security.xml:
- Add releng/11.1 to the security page.
share/xml/release.ent:
- Update release.ent to disable testing URLs and include
11.1-RELEASE.
share/xml/freebsd.ent:
- Add a new rel0.current entity for 11.0.
- Update rel.current entity for 11.1.
share/xml/navibar.ent:
- Reflect 11.1-RELEASE as a production release.
en_US.ISO8859-1/htdocs/where.xml:
- Update where.html to include 11.1-RELEASE.
- Comment 11.1-STABLE snapshots for now.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry
Reviewed by: cognet (mentor)
Approved by: cognet (mentor)
- Enable the 11.1-BETA1 download URLs.
- Remove a duplicate link from the nagivation sidebar.
- Disable a few invalid links not yet ready for 11.1.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Updated the List of Developers and Contributors
Added a News Item
Added a PGP Key
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11093
I have added a news item for April 18th, which is the date of the mail I
received about receiving the commit bit.
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D10988