Index: user/des/fbce/root/admin/index.tt =================================================================== --- user/des/fbce/root/admin/index.tt (revision 266503) +++ user/des/fbce/root/admin/index.tt (revision 266504) @@ -1,45 +1,46 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

Election results

[% IF voting < 0 %]

Voting has not yet started.

[% ELSE %] [% IF voting == 0 %]

NOTE: Voting is still ongoing—these are not the final results!

[% END %] [% IF candidates.count == 0 %]

There are no candidates.

[% ELSIF voted.count == 0 %]

No votes have been cast yet.

[% ELSE %]

[% voted.count %] out of [% voters.count %] voters ([% voted.count / voters.count * 100 | format('%.1f') %]%) have cast [% votes.count %] out of [% voters.count * max_votes %] ([% votes.count / (voters.count * max_votes) * 100 | format('%.1f') %]%) votes.

[% i = 0 %] [% WHILE (candidate = results.next) %] [% i = i + 1 %] [% login = results.login %] [% END %]
Rank Votes Share Candidate
[% i %] [% candidate.votes %] [% candidate.votes / voted.count * 100 | format('%.1f') %]% [% candidate.realname | html %][% IF candidate.incumbent %] (incumbent)[% END %]
[% END %] [% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/admin/index.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/bylaws.tt =================================================================== --- user/des/fbce/root/bylaws.tt (revision 266503) +++ user/des/fbce/root/bylaws.tt (revision 266504) @@ -1,11 +1,12 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

Core Bylaws

[% PROCESS lib/bylaws %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/bylaws.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/help.tt =================================================================== --- user/des/fbce/root/help.tt (revision 266503) +++ user/des/fbce/root/help.tt (revision 266504) @@ -1,11 +1,12 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

Help

[% PROCESS lib/help %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/help.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/index.tt =================================================================== --- user/des/fbce/root/index.tt (revision 266503) +++ user/des/fbce/root/index.tt (revision 266504) @@ -1,22 +1,23 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

Pursuant to the FreeBSD core bylaws, a core team election [% IF nominating < 0 %]will be[% ELSIF voting > 0 %]was[% ELSE %]is being[% END %] held this year. The schedule [% IF voting > 0 %]was[% ELSE %]is[% END %] as follows:

[% PROCESS lib/schedule %] [% IF announced %]

The official result is now available.

[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/index.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/bylaws =================================================================== --- user/des/fbce/root/lib/bylaws (revision 266503) +++ user/des/fbce/root/lib/bylaws (revision 266504) @@ -1,20 +1,21 @@ +[%-# $FreeBSD$ -%] Property changes on: user/des/fbce/root/lib/bylaws ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/date =================================================================== --- user/des/fbce/root/lib/date (revision 266503) +++ user/des/fbce/root/lib/date (revision 266504) @@ -1 +1,2 @@ -[% dt.day_name %], [% dt.day %] [% dt.month_name %] [% dt.year %] \ No newline at end of file +[%-# $FreeBSD$ -%] +[%- dt.day_name %], [% dt.day %] [% dt.month_name %] [% dt.year -%] Property changes on: user/des/fbce/root/lib/date ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/datetime =================================================================== --- user/des/fbce/root/lib/datetime (revision 266503) +++ user/des/fbce/root/lib/datetime (revision 266504) @@ -1 +1,2 @@ -[% PROCESS lib/date%] at [% PROCESS lib/time %] \ No newline at end of file +[%-# $FreeBSD$ -%] +[%- PROCESS lib/date%] at [% PROCESS lib/time -%] Property changes on: user/des/fbce/root/lib/datetime ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/footer =================================================================== --- user/des/fbce/root/lib/footer (revision 266503) +++ user/des/fbce/root/lib/footer (revision 266504) @@ -1 +1,2 @@ +[%-# $FreeBSD$ -%] Property changes on: user/des/fbce/root/lib/footer ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/header =================================================================== --- user/des/fbce/root/lib/header (revision 266503) +++ user/des/fbce/root/lib/header (revision 266504) @@ -1,5 +1,6 @@ +[%-# $FreeBSD$ -%]

[% title | html %]

[% PROCESS lib/navigation %] [% PROCESS lib/loginout %]
Property changes on: user/des/fbce/root/lib/header ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/help =================================================================== --- user/des/fbce/root/lib/help (revision 266503) +++ user/des/fbce/root/lib/help (revision 266504) @@ -1,66 +1,67 @@ +[%-# $FreeBSD$ -%]

What is this?

This is the website for the 2014 FreeBSD core team elections. 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 %] Property changes on: user/des/fbce/root/lib/help ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/html_bottom =================================================================== --- user/des/fbce/root/lib/html_bottom (revision 266503) +++ user/des/fbce/root/lib/html_bottom (revision 266504) @@ -1,2 +1,3 @@ +[%-# $FreeBSD$ -%] Property changes on: user/des/fbce/root/lib/html_bottom ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/html_top =================================================================== --- user/des/fbce/root/lib/html_top (revision 266503) +++ user/des/fbce/root/lib/html_top (revision 266504) @@ -1,10 +1,11 @@ +[%-# $FreeBSD$ -%] [% title | html %] [% content %] Property changes on: user/des/fbce/root/lib/html_top ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/loginout =================================================================== --- user/des/fbce/root/lib/loginout (revision 266503) +++ user/des/fbce/root/lib/loginout (revision 266504) @@ -1,8 +1,9 @@ +[%-# $FreeBSD$ -%]
[% PROCESS lib/datetime dt=now %]
[% IF user %] Logged in as [% user.name | html %] ([% IF user.active %]active[% ELSE %]inactive[% END %][% IF user.incumbent %], incumbent[% END %]) – Log out [% ELSE %] Log in [% END %]
Property changes on: user/des/fbce/root/lib/loginout ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/main =================================================================== --- user/des/fbce/root/lib/main (revision 266503) +++ user/des/fbce/root/lib/main (revision 266504) @@ -1,3 +1,4 @@ +[%-# $FreeBSD$ -%]
[% content %]
Property changes on: user/des/fbce/root/lib/main ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/navigation =================================================================== --- user/des/fbce/root/lib/navigation (revision 266503) +++ user/des/fbce/root/lib/navigation (revision 266504) @@ -1,13 +1,14 @@ +[%-# $FreeBSD$ -%] Property changes on: user/des/fbce/root/lib/navigation ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/schedule =================================================================== --- user/des/fbce/root/lib/schedule (revision 266503) +++ user/des/fbce/root/lib/schedule (revision 266504) @@ -1,16 +1,17 @@ +[%-# $FreeBSD$ -%]
Application period begins
[% INCLUDE lib/datetime dt=nominating_starts %]
Application period ends
[% INCLUDE lib/datetime dt=nominating_ends %]
Voting begins
[% INCLUDE lib/datetime dt=voting_starts %]
Voting ends
[% INCLUDE lib/datetime dt=voting_ends %]
Results announced
[% INCLUDE lib/date dt=announcement %]
New core team takes office
[% INCLUDE lib/date dt=investiture %]
Property changes on: user/des/fbce/root/lib/schedule ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/lib/time =================================================================== --- user/des/fbce/root/lib/time (revision 266503) +++ user/des/fbce/root/lib/time (revision 266504) @@ -1 +1,2 @@ -[% dt.hms %] UTC \ No newline at end of file +[%-# $FreeBSD$ -%] +[%- dt.hms %] UTC[% -%] Property changes on: user/des/fbce/root/lib/time ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/login.tt =================================================================== --- user/des/fbce/root/login.tt (revision 266503) +++ user/des/fbce/root/login.tt (revision 266504) @@ -1,21 +1,22 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %]
[% title | html %]
[% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/login.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/result/index.tt =================================================================== --- user/des/fbce/root/result/index.tt (revision 266503) +++ user/des/fbce/root/result/index.tt (revision 266504) @@ -1,45 +1,46 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

Election results

[% IF voting < 0 %]

Voting has not yet started.

[% ELSIF voting == 0 %]

Voting is still ongoing.

[% ELSIF !announced %]

Voting is complete, but the results have not yet been made public.

[% ELSE %] [% IF candidates.count == 0 %]

There were no candidates.

[% ELSIF voted == 0 %]

No votes were cast.

[% ELSE %]

[% voted %] out of [% voters.count %] voters ([% voted / voters.count * 100 | format('%.1f') %]%) have cast [% votes %] out of [% voters.count * max_votes %] ([% votes / (voters.count * max_votes) * 100 | format('%.1f') %]%) votes.

[% i = 0 %] [% WHILE (candidate = results.next) %] [% i = i + 1 %] [% login = results.login %] [% END %]
Rank Votes Share Candidate
[% i %] [% candidate.votes %] [% candidate.votes / voted * 100 | format('%.1f') %]% [% candidate.realname | html %][% IF candidate.incumbent %] (incumbent)[% END %]
[% END %] [% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/result/index.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/run/closed.tt =================================================================== --- user/des/fbce/root/run/closed.tt (revision 266503) +++ user/des/fbce/root/run/closed.tt (revision 266504) @@ -1,15 +1,16 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% IF nominating < 0 %]

The nomination period has not yet started.

[% ELSIF nominating > 0 %]

The nomination period has ended.

[% ELSE %]

How the heck did you get here?

[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/run/closed.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/run/edit.tt =================================================================== --- user/des/fbce/root/run/edit.tt (revision 266503) +++ user/des/fbce/root/run/edit.tt (revision 266504) @@ -1,26 +1,27 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% PROCESS run/when %] [% IF !user.active %]

You are not qualified to run in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSIF nominating == 0 %]

Slogan

Statement (WikiFormat)

[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/run/edit.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/run/index.tt =================================================================== --- user/des/fbce/root/run/index.tt (revision 266503) +++ user/des/fbce/root/run/index.tt (revision 266504) @@ -1,28 +1,29 @@ +[%-# $FreeBSD$ -%] [% USE WikiFormat %] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% PROCESS run/when %] [% IF !user.active %]

You are not qualified to run in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSIF user.statement.defined %]

You have registered as a candidate in the [% title %]. You have provided the following statement:

[% user.statement.short | wiki %]

[% user.statement.long | wiki %]
[% IF nominating == 0 %]

You can edit your statement or withdraw your candidacy.

[% END %] [% ELSIF nominating == 0 %]

You can register your candidacy in the election.

[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/run/index.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/run/register.tt =================================================================== --- user/des/fbce/root/run/register.tt (revision 266503) +++ user/des/fbce/root/run/register.tt (revision 266504) @@ -1,31 +1,32 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% PROCESS run/when %] [% IF !user.active %]

You are not qualified to run in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSIF nominating == 0 %]

To register as a candidate in the election, enter the following information:

If you have a Gravatar, it will appear next to your statement.

Slogan

Statement (WikiFormat)

[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/run/register.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/run/withdraw.tt =================================================================== --- user/des/fbce/root/run/withdraw.tt (revision 266503) +++ user/des/fbce/root/run/withdraw.tt (revision 266504) @@ -1,20 +1,21 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% IF !user.active %]

You are not qualified to run in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSIF !user.statement.defined %]

You have not registered as a candidate.

[% ELSE %]

Are you sure you want to withdraw your candidacy? Note that your statement will be permanently deleted from the database; if you change your mind, you will have to start over.

[% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/run/withdraw.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/see/candidate.tt =================================================================== --- user/des/fbce/root/see/candidate.tt (revision 266503) +++ user/des/fbce/root/see/candidate.tt (revision 266504) @@ -1,20 +1,21 @@ +[%-# $FreeBSD$ -%] [% USE WikiFormat %] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %]

[% candidate.name | html %] ([% candidate.login %])

[% IF candidate.incumbent %]

(incumbent)

[% END %]

[% candidate.statement.short | wiki %]

[% candidate.statement.long | wiki %]
[% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/see/candidate.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/see/index.tt =================================================================== --- user/des/fbce/root/see/index.tt (revision 266503) +++ user/des/fbce/root/see/index.tt (revision 266504) @@ -1,24 +1,25 @@ +[%-# $FreeBSD$ -%] [% PROCESS lib/html_top %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% IF nominating < 0 %]

The nomination period starts on [% INCLUDE lib/datetime dt=nominating_starts %].

[% ELSIF candidates.count == 0 %]

There are no candidates yet.

[% ELSE %] [% IF candidates.count == 1 %]

The following person has registered as a candidate in the election:

[% ELSE %]

The following [% candidates.count %] people have registered as candidates in the election:

[% END %] [% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/see/index.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: user/des/fbce/root/vote/index.tt =================================================================== --- user/des/fbce/root/vote/index.tt (revision 266503) +++ user/des/fbce/root/vote/index.tt (revision 266504) @@ -1,89 +1,90 @@ +[%-# $FreeBSD$ -%] [% WRAPPER lib/html_top %] [% END %] [% PROCESS lib/header %] [% WRAPPER lib/main %] [% PROCESS vote/when %] [% IF !user.active %]

You are not qualified to vote in the election. If you believe this is incorrect, please contact the election administrator.

[% ELSIF voting == 0 %] [% IF candidates.count == 0 %]

There are no candidates to vote for.

[% ELSE %]

You may vote for up to [% max_votes %] candidates from the list below. You can modify your vote at any time until voting closes (see the schedule on the front page).

[% IF vote_ok.defined %]

Your vote was registered. You may change it at any time until voting closes.

[% END %] [% IF error.defined %]

[% error | html %]

[% END %]
[% WHILE (candidate = candidates.next) %] [% login = candidate.login %] [% END %]
[% candidate.statement.short | html %]
X votes cast

[% END %] [% END %] [% END %] [% PROCESS lib/footer %] [% PROCESS lib/html_bottom %] Property changes on: user/des/fbce/root/vote/index.tt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property