[%-# $FreeBSD$ -%]

What is this?

This is the website for the [% descr | html %]. See the bylaws and the schedule posted on the front page for additional information on the election rules.

Who has access?

Anyone with a valid commit bit in at least one of FreeBSD's repositories (src, doc, ports) can log in with their FreeBSD user name. However, only active committers, i.e. those who have made at least one commit in the twelve months preceding the election, are allowed to run or vote in the election. Inactive committers can only observe.

[% IF user %] [% IF user.active %]

You are registered as an active committer, and are qualified to run and vote in the election.

[% ELSE %]

You are not registered as an active committer, and are therefore not qualified to run or vote in the election. If you believe this is incorrect, please contact the election administrator.

[% END %] [% ELSE %]

When you are logged in, your status (active or inactive) will be visible next to your name in the top right corner.

[% END %]

How do I log in?

[% IF user %]

You're already logged in, you big dummy.

[% ELSE %]

Click the Log in link below the navigation bar. Or the one right here. You will find your password in ~/fbce-password on freefall.

[% IF nominating >= 0 || voting >= 0 %]

If you have a valid FreeBSD commit bit but you haven't received a password, please contact the election administrator.

[% END %] [% END %]

How do I run?

[% IF nominating < 0 %]

Come back when the application period starts, on [% INCLUDE lib/datetime dt=nominating_starts %].

[% ELSIF nominating > 0 %]

The application period ended on [% INCLUDE lib/datetime dt=nominating_ends %].

[% ELSIF !user %]

You must be logged in to run for election.

[% ELSIF !user.active %]

You are not registered as an active committer, and are therefore not qualified to run in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSE %]

Click the Run link in the navigation bar (or the one right here). You will be asked to enter a slogan and a statement of intent.

[% END %]

How do I see who's running?

[% IF nominating < 0 %]

The application period hasn't started yet.

[% ELSIF !user %]

You must be logged in to see the list of candidates.

[% ELSE %]

Click the Candidates link in the navigation bar (or the one right here).

[% END %]

How do I vote?

[% IF voting < 0 %]

Come back when the voting period starts, on [% INCLUDE lib/datetime dt=voting_starts %].

[% ELSIF voting > 0 %]

The voting period ended on [% INCLUDE lib/datetime dt=voting_ends %].

[% ELSIF !user %]

You must be logged in to vote.

[% ELSIF !user.active %]

You are not registered as an active committer, and are therefore not qualified to run in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSE %]

Click the Vote link in the navigation bar (or the one right here) and select up to [% max_votes %] candidates. You can change your vote at any time until the election ends.

[% END %]