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.
| Rank |
Votes |
Share |
Candidate |
[% i = 0 %]
[% WHILE (candidate = results.next) %]
[% i = i + 1 %]
[% login = results.login %]
| [% i %] |
[% candidate.votes %] |
[% candidate.votes / voted.count * 100 | format('%.1f') %]% |
[% candidate.realname | html %][% IF candidate.incumbent %] (incumbent)[% END %] |
[% 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$ -%]
- Active committers have made a commit to the tree in the last 12 months.
- Core consists of 9 elected active committers.
- Core elections are held every 2 years, first time September 2000.
- Core members and committers may be ejected by a 2/3 vote of core.
- If the size of core falls below 7, an early election is held.
- A petition of 1/3 of active committers can trigger an early election.
- All elections will be run as follows:
- Core appoints and announces someone to run the election.
- 1 week to tally active committers wishing to run for core.
- 4 weeks for the actual vote.
- 1 week to tally and post the results.
- Each active committer may vote once in support of up to nine nominees.
- New core team becomes effective 1 week after the results are posted.
- Voting ties decided by unambiguously elected new core members.
- These rules can be changed by a 2/3 majority of committers if at least 50% of active committers cast their vote.
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$ -%]
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$ -%]