? chinese/contact.zh-cn.html ? chinese/contact.zh-cn.html.tmp ? chinese/contact.zh-hk.html.tmp ? chinese/contact.zh-tw.html.tmp ? chinese/Bugs/Reporting.wml.forced ? chinese/po/bugs.mo ? chinese/po/countries.mo ? chinese/po/date.mo ? chinese/po/debian-cdd.mo ? chinese/po/distrib.mo ? chinese/po/doc.mo ? chinese/po/l10n.mo ? chinese/po/langs.mo ? chinese/po/organization.mo ? chinese/po/others.mo ? chinese/po/ports.mo ? chinese/po/search.mo ? chinese/po/security.mo ? chinese/po/templates.mo ? chinese/po/vendors.mo ? chinese/releases/woody/index.wml.forced ? dutch/CD/http-ftp/index.wml.jutta ? english/debian.css.1 ? english/debian.css.new ? english/debian.css.new2 ? english/debian.css.new3 ? english/CD/http-ftp/cdimage_mirrors.list ? english/CD/mirroring/cdimage_mirrors.list ? english/Pics/cdimage1-105x61.png ? english/Pics/valid-html401.png ? english/Pics/vcss.png ? english/consultants/consultant.inc ? english/devel/misc/card.aux ? english/devel/misc/card.log ? english/devel/wnpp/Maintainers ? english/international/l10n/date.gen ? english/international/l10n/data/unstable.gluck ? english/international/l10n/data/unstable.non-US ? english/mirror/official_sponsors.list ? english/mirror/sponsors.list ? english/template/make.log ? english/template/makeinstall.log ? english/template/debian/cdimage.wml.jut ? english/template/debian/cdimage.wml.jutta ? english/template/debian/cdimage.wml.vorher ? english/vote/1999/result_0005.txt ? german/nul ? german/logos/nul Index: Makefile =================================================================== RCS file: /cvs/webwml/webwml/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 17 Aug 2005 05:27:12 -0000 1.41 +++ Makefile 23 Nov 2005 15:56:33 -0000 @@ -1,6 +1,6 @@ # Top-level Makefile for the Debian Web pages -LANGUAGES := english arabic armenian bulgarian catalan chinese croatian czech \ +LANGUAGES := english arabic armenian bulgarian catalan croatian czech \ danish dutch esperanto finnish french german greek \ hungarian indonesian italian japanese korean lithuanian \ norwegian polish portuguese romanian russian slovak slovene \ Index: smart_change.pl =================================================================== RCS file: /cvs/webwml/webwml/smart_change.pl,v retrieving revision 1.6 diff -u -r1.6 smart_change.pl --- smart_change.pl 6 Dec 2004 18:41:04 -0000 1.6 +++ smart_change.pl 23 Nov 2005 15:56:34 -0000 @@ -85,6 +85,7 @@ foreach my $lang (@opt_l) { my $transfile = $argfile; + verbose("Language: $lang"); $transfile =~ s/^english/$lang/ || next; next unless -f $transfile; verbose("Now checking $transfile"); @@ -97,16 +98,23 @@ my $origtext = ''; my $transtext = ''; open (TRANS, "< $transfile"); - while () { - $origtext .= $_; - if (m/^#use wml::debian::translation-check/ && !$opt_n && + my $line; + while ($line = ()) { + $origtext .= $line; + my $newline = $line; + if (($line =~ m/^#use wml::debian::translation-check/) && ($langrev eq $origrev || $langrev eq $nextrev)) { - # Also check for $nextrev in case this script - # is run several times - s/(translation="?)($origrev|$nextrev)("?)/$1$nextrev$3/; - verbose("Bump version number to $nextrev"); + if ($opt_n) { + verbose("Testmode: would bump $langrev to $nextrev"); + } else { + # Also check for $nextrev in case this script + # is run several times + $newline =~ s/(.*?)(translation="?)($origrev|$nextrev)("?)(.*?)/$1$2$nextrev$4$5/; + verbose("Bump version number to $nextrev"); + verbose("$newline"); + } } - $transtext .= $_; + $transtext .= $newline; } close (TRANS); $transtext = &$substitute($transtext); @@ -115,6 +123,12 @@ open (TRANS, "> $transfile"); print TRANS $transtext; close (TRANS); - } + } else { + if ($opt_n) { + verbose("Testmode: Lang $langrev, Orig $origrev"); + } else { + verbose("Not writing $transfile: $langrev is already $origrev or too old"); + } + } } } Index: chinese/Make.lang =================================================================== RCS file: /cvs/webwml/webwml/chinese/Make.lang,v retrieving revision 1.39 diff -u -r1.39 Make.lang --- chinese/Make.lang 15 Aug 2005 02:21:38 -0000 1.39 +++ chinese/Make.lang 23 Nov 2005 15:56:34 -0000 @@ -16,7 +16,7 @@ U8TOB5 = $(BIN)/u8tob5 U8TOGB = $(BIN)/u8togb # B5TOGB = ( cat - | $(B5TOU8) | $(U8TOGB) ) -B5TOGB = LD_LIBRARY_PATH=$(BIN) $(BIN)/autogb -i big5 -o gb +B5TOGB = /usr/bin/autogb -i big5 -o gb TOCN = $(BIN)/tocn.pl TOHK = $(BIN)/tohk.pl TOTW = $(BIN)/totw.pl Index: danish/vote/howto_follow.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/howto_follow.wml,v retrieving revision 1.6 diff -u -r1.6 howto_follow.wml --- danish/vote/howto_follow.wml 9 May 2005 05:29:17 -0000 1.6 +++ danish/vote/howto_follow.wml 23 Nov 2005 15:56:41 -0000 @@ -1,9 +1,8 @@ #use wml::debian::template title="Standard-beslutningsprocedure" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar #use wml::debian::translation-check translation="1.10" -#include "$(ENGLISHDIR)/vote/style.inc" -

Standard-beslutningsprocedure

+

Standard-beslutningsprocedure

Et forslag kan stilles af enhver udvikler ved at sende en meddelelse til en kvalificeret liste. En kvalificeret liste er enhver "offentlig tilgФngelig Index: danish/vote/howto_proposal.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/howto_proposal.wml,v retrieving revision 1.7 diff -u -r1.7 howto_proposal.wml --- danish/vote/howto_proposal.wml 9 May 2005 05:29:17 -0000 1.7 +++ danish/vote/howto_proposal.wml 23 Nov 2005 15:56:41 -0000 @@ -1,9 +1,8 @@ #use wml::debian::template title="Debian-afstemning - Indsendelse af forslag" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar #use wml::debian::translation-check translation="1.16" -#include "$(ENGLISHDIR)/vote/style.inc" -

Retningslinier

+

Retningslinier

Et forslag vil ikke blive diskvalificeret ved ikke at fЬlge alle disse trin. Men betragt dem en hjФlp til udviklerene, til at finde og forstЕ dit @@ -73,4 +72,4 @@ det samme antal stЬtter. NЕr afstemningen vedrЬrende forslaget gЕr i gang, vФlger forslagsstilleren af det oprindelige forslag, om der skal stemmes pЕ Фndringerne hver for sig, alle pЕ Иn gang, eller alle sammen med det -oprindelige forslag.

\ No newline at end of file +oprindelige forslag.

Index: danish/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/index.wml,v retrieving revision 1.11 diff -u -r1.11 index.wml --- danish/vote/index.wml 12 Jun 2005 13:16:23 -0000 1.11 +++ danish/vote/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,7 +1,6 @@ #use wml::debian::template title="Debians afstemningsoplysninger" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::translation-check translation="1.19" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc"

Debians afstemningsoplysninger

@@ -31,9 +30,11 @@ Condorcets metode forklares som fЬlger:

+

Tag alle mulige tosidede opgЬr mellem kandidater i betragtning. Condorcet-vinderen, hvis der er en, er den kandidat som kan slЕ alle andre kandidater i et tosidet opgЬr med denne kandidat. +

Problemet er, at i komplekse valg, kan der meget vel vФre en cirkulФr Index: danish/vote/1999/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/1999/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/1999/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/1999/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,8 +1,8 @@ Sager taget op i 1999 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.6" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :> Index: danish/vote/1999/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/1999/vote_0001.wml,v retrieving revision 1.4 diff -u -r1.4 vote_0001.wml --- danish/vote/1999/vote_0001.wml 25 Apr 2005 05:20:06 -0000 1.4 +++ danish/vote/1999/vote_0001.wml 23 Nov 2005 15:56:41 -0000 @@ -1,58 +1,66 @@ Ledervalg 1999 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.19" +#use wml::debian::toc #use wml::debian::votebar +

+

Valg 1999

+ + +

2. december 1998

+ + + + + + + + + + + + + +
Nomeringer lukker23. december 1998
Valgkampagner slutter13. januar 1999
Afstemning slutter3. februar 1999
+ + + + +

I modtagelsesrФkkefЬlge

+ - - - - - - - - - - - - - - - - - - - - - - - - - -
Dato:2. december 1998
Tidslinie:Nomeringer lukker: 23. december 1998
- Valgkampagner slutter: 13. januar 1999
- Afstemning slutter: 3. februar 1999
- Nomineringer:
- I modtagelsesrФkkefЬlge -
  1. Joseph Carter [knghtbrd@debian.org]
  2. Ben Collins [bcollins@debian.org]
  3. Wichert Akkerman [wakkerma@debian.org]
  4. Richard Braakman [dark@xs4all.nl]
-
- Valgprogrammer:
- Efter rФkkefЬlgen ovenfor
-
+ + + + + +

Efter rФkkefЬlgen ovenfor

+ + -
Beslutningsdygtigt antal:Med 347 udviklere, Q=9.3 giver et beslutningsdygtigt antal pЕ 28
Resultat:valg99-resultater - 208 gyldige stemmer
+ + + + +

Med 347 udviklere, Q=9.3 giver et beslutningsdygtigt antal pЕ 28

+ + +

valg99-resultater - 208 gyldige stemmer

WICHERT AKKERMAN

    @@ -61,8 +69,6 @@
  • Dominerer RICHARD BRAAKMAN [149 - 55]
  • Dominerer INGEN af ovenstЕende [196 - 7]
-
+

"WICHERT AKKERMAN" vinder ved at dominere alle andre. -

+

Index: danish/vote/2000/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2000/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/2000/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/2000/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,8 +1,8 @@ Sager taget op i 2000 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.4" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :> Index: danish/vote/2000/vote_0007.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2000/vote_0007.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0007.wml --- danish/vote/2000/vote_0007.wml 26 Apr 2005 05:47:15 -0000 1.3 +++ danish/vote/2000/vote_0007.wml 23 Nov 2005 15:56:41 -0000 @@ -1,39 +1,50 @@ Ledervalg 2000 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.9" +#use wml::debian::toc #use wml::debian::votebar +

+

Valg 2000

+ + + +

9. januar 2000

+ + + + + + + + + + + + + +
Nomineringer lukker31. januar 2000
Valgkampagner slutter21. februar 2000
Afstemning slutter16. marts 2000
+ - - - - - - - - - - - - - - - - - - - - - -
Dato:9. januar 2000
Tidslinie:Nomineringer lukker: 31. januar 2000
- Valgkampagner slutter: 21. februar 2000
- Afstemning slutter: 16. marts 2000
Nomineringer:
    -
  1. Ben Collins [bcollins@debian.org]
  2. -
  3. Wichert Akkerman [wakkerma@debian.org]
  4. -
  5. Joel Klecker [espy@debian.org]
  6. -
  7. Matthew Vernon [matthew@debian.org]
  8. -
Beslutningsdygtigt antal:Med 347 udviklere, Q=9.3 giver et beslutningsdygtigt antal pЕ 28
Resultat:valg00-resultater - 216 gyldige stemmer + +
    +
  1. Ben Collins [bcollins@debian.org]
  2. +
  3. Wichert Akkerman [wakkerma@debian.org]
  4. +
  5. Joel Klecker [espy@debian.org]
  6. +
  7. Matthew Vernon [matthew@debian.org]
  8. +
+ + + +

Med 347 udviklere, Q=9.3 giver et beslutningsdygtigt + antal pЕ 28

+ + + +

valg00-resultater - 216 gyldige stemmer
Vinderen er, i sin anden valgperiode, Wichert Akkerman.
@@ -41,7 +52,7 @@ Detaljeret valgresultat.
Se ogsЕ debatten om ledervalget. -

+

Grafisk prФsentation af resultatet @@ -49,6 +60,4 @@

Til forstЕelse af Condorcet-metoden, er den engelsksprogede \ Wikipedia-artikel ganske informativ.

-
+ Index: danish/vote/2001/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2001/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/2001/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/2001/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,8 +1,8 @@ Sager taget op i 2001 #use wml::debian::translation-check translation="1.2" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2001', 'list', 'vote_\d*') :> Index: danish/vote/2001/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2001/vote_0001.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0001.wml --- danish/vote/2001/vote_0001.wml 26 Apr 2005 05:47:15 -0000 1.5 +++ danish/vote/2001/vote_0001.wml 23 Nov 2005 15:56:41 -0000 @@ -1,21 +1,29 @@ Ledervalg 2001 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.6" +#use wml::debian::toc #use wml::debian::votebar - - - - - - - - - - - - - - - - - -
Tidsplan: - Nomineringsperiode: 24. januar 2001 til 13. februar 2001
- Kampagneperiode: 14. februar 2001 til 6. marts 2001
- Valgperiode: 7. marts 2001 til 28. marts 2001 -
Nomineringer: +

+

+ + + + + + + + + + + + + +
Nomineringsperiode24. januar 2001 til 13. februar 2001
Kampagneperiode14. februar 2001 til 6. marts 2001
Valgperiode7. marts 2001 til 28. marts 2001
+ + +
  1. Branden Robinson [branden@debian.org] [valgprogram] @@ -26,20 +34,19 @@
  2. Bdale Garbee [bdale@debian.org] [valgprogram]
-
Beslutningsdygtigt antal:?
Resultat: + + + +

?

+ + + +

Der blev afgivet 311 gyldige stemmer.
Vinderen er Ben Collins. -
-

+

+

Grafisk prФsentation af resultatet @@ -47,7 +54,6 @@

Til forstЕelse af Condorcet-metoden, er den engelsksprogede \ Wikipedia-artikel ganske informativ.

- Detaljerede valgresultater. -
+

Detaljerede valgresultater. +

+ Index: danish/vote/2002/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2002/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/2002/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/2002/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,8 +1,8 @@ Sager taget op i 2002 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::translation-check translation="1.2" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2002', 'list', 'vote_\d*') :> Index: danish/vote/2002/stats.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2002/stats.wml,v retrieving revision 1.1 diff -u -r1.1 stats.wml --- danish/vote/2002/stats.wml 5 Jul 2002 17:11:45 -0000 1.1 +++ danish/vote/2002/stats.wml 23 Nov 2005 15:56:41 -0000 @@ -2,10 +2,12 @@ #use wml::debian::translation-check translation="1.4" + + - - - + + + Index: danish/vote/2002/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2002/vote_0001.wml,v retrieving revision 1.21 diff -u -r1.21 vote_0001.wml --- danish/vote/2002/vote_0001.wml 26 Apr 2005 05:47:15 -0000 1.21 +++ danish/vote/2002/vote_0001.wml 23 Nov 2005 15:56:41 -0000 @@ -1,21 +1,23 @@ Debians projektledervalg 2002F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.25" +#use wml::debian::toc #use wml::debian::votebar -
Stemmer modtagetAccepteretAfvistStemmer modtagetAccepteretAfvist Unique Votes
- - - - - - - - - - - - - - - - - - - - - - - - -
Tidsplan: +

+

+ + + +

Nomineringsperiode: 6. februar 2002 til 27. februar 2002
Kampagneperiode: 28. februar 2002 til 23. marts 2002
Valgperiode: 24. marts 2002 til kl. 23.59.59 UTC den 16. april 2002 -

Nomineringer: +

+ + +
  1. RaphaКl Hertzog [] [valgprogram] @@ -24,21 +26,20 @@
  2. Bdale Garbee [] [valgprogram]
-
Debat:forelЬbig afskrift: + + + +

forelЬbig afskrift: HTML, ren tekst
Mange tak til Ben Collins for at styre debatten, og til Rob Levin og OPN for at lade os foretage debatten pЕ deres netvФrk. -

Data og statistikker:Under valgperioden er der blevet indsamlet nogle +

+ + + +

Under valgperioden er der blevet indsamlet nogle statistikker om stemmeafgivelser og bekrФftelser. Desuden er listen over folk der har deltaget i afstemningen tilgФngelig, indeholdende mФrker sЕ man kan kontrollere om ens stemme er blevet optalt @@ -48,8 +49,8 @@ En mere detaljeret forklaring af "beat matrix" (pЕ engelsk) kan hjФlpe med forstЕelsen af tabellen. -
- +

+
@@ -86,24 +87,26 @@
  1 
-═ Ved at se pЕ rФkke 2, kolonne 1, kan man se at kandidat 2 (RaphaКl Hertzog) - fik 199 stemmer mere end kandidat 1 (Branden Robinson)
-═ Ved at se pЕ rФkke 1, kolonne 2, kan man se at kandidat 1 (Branden Robinson) - fik 255 stemmer mere end kandidat 2 (RaphaКl Hertzog) - ═

Beslutningsdygtigt antal:Med 939 udviklere, Q=15,32155, resulterende i et beslutningsdygtigt antal pЕ 45,96466
Resultat: +

+ Ved at se pЕ rФkke 2, kolonne 1, kan man se at kandidat 2 (RaphaКl Hertzog) + fik 199 stemmer mere end kandidat 1 (Branden Robinson)
+ Ved at se pЕ rФkke 1, kolonne 2, kan man se at kandidat 1 (Branden Robinson) + fik 255 stemmer mere end kandidat 2 (RaphaКl Hertzog) +

+ + + +

Med 939 udviklere, Q=15,32155, resulterende i et beslutningsdygtigt antal pЕ 45,96466

+ + + +

Vinderen af valget er Bdale Garbee.
Jeg takker Branden Robinson og RaphaКl Hertzog for deres arbejde i projektet ved at stille op til posten som projektleder, og for at give udviklerne en stФrk og varieret gruppe af kandidater. -

+

+

Grafisk prФsentation af resultatet @@ -113,8 +116,9 @@ Wikipedia-artikel ganske informativ.

Antal unikke stemmer i alt: 475
-═ Parvise afstemninger, vundet-tabt-uafgjort:

- + Parvise afstemninger, vundet-tabt-uafgjort: +

+
@@ -136,6 +140,4 @@
Branden Robinson 2-1-0stemmer imod i stЬrste nederlag/tФtteste afgЬrelse: 443
-
+ Index: danish/vote/2003/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2003/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/2003/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/2003/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,7 +1,8 @@ Sager taget op i 2003 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.2" #use wml::debian::recent_list #use wml::debian::votebar +

<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2003', 'list', 'vote_\d*') :> Index: danish/vote/2003/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2003/vote_0001.wml,v retrieving revision 1.20 diff -u -r1.20 vote_0001.wml --- danish/vote/2003/vote_0001.wml 26 Apr 2005 05:47:15 -0000 1.20 +++ danish/vote/2003/vote_0001.wml 23 Nov 2005 15:56:41 -0000 @@ -1,35 +1,35 @@ Debians projektledervalg 2003 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.26" +#use wml::debian::toc #use wml::debian::votebar - - - - - - - - - - - - - - - - - - - - - - - -
Tidsplan: - +

+

+ + + +
- - - + + + - - - + + + - - - + +
Nomineringsperiode:24. januar 2003, 00.00.01 UTC14. februar 2003, 00.00.00 UTCNomineringsperiode:24. januar 2003, 00.00.01 UTC14. februar 2003, 00.00.00 UTC
Kampagneperiode:14. februar 2003, 00.00.01 UTC8. marts 2003, 00.00.00 UTCKampagneperiode:14. februar 2003, 00.00.01 UTC8. marts 2003, 00.00.00 UTC
Afstemningsperiode:8. marts 2003, 00.00.01 UTC29. marts 2003, 00.00.00 UTC/ + Afstemningsperiode:8. marts 2003, 00.00.01 UTC29. marts 2003, 00.00.00 UTC/
-
Nomineringer: + + + ═ ═
  1. Moshe Zadka [] [program]
  2. @@ -43,11 +43,9 @@

    Stemmer kan modtages via e-mail, ved at skrive til ballot@vote.debian.org med "leader2003" som emne.

    -
Debat: + + +

Program for den 7. marts, 22.00.00 UTC, 2003, pЕ IRC-serveren irc.freenode.net. Der er to relevante kanaler: @@ -66,11 +64,10 @@

  • #debian-dpl-debate
  • #debian-dpl-discuss
  • -
    Data og statistikker:Noget + + + +

    Noget statistik om stemmer og bekrФftelser bliver periodisk opsamlet i afstemningsperioden. Desuden er listen over @@ -83,8 +80,8 @@ En mere detaljeret forklaring af "beat matrix" (pЕ engelsk) kan hjФlpe med forstЕelsen af tabellen. -
    - +

    +
    @@ -134,28 +131,27 @@
      1 
    +

    Ved at se pЕ rФkke 2, kolonne 1, kan man se at kandidat 2 (Bdale Garbee) fik 428 stemmer mere end kandidat 1 (Moshe Zadka)
    Ved at se pЕ rФkke 1, kolonne 2, kan man se at kandidat 1 (Moshe Zadka) fik 34 stemmer mere end kandidat 2 (Bdale Garbee). -

    Beslutningsdygtigt antal:Med 831 udviklere, Q=14.41353531, bliver det +

    + + +

    Med 831 udviklere, Q=14.41353531, bliver det beslutningsdygtige antal 43.2406059, eller 44 ved oprunding. Kun en kandidat vandt ikke med en margen stЬrre end det - beslutningsdygtige antal.

    Resultat: + beslutningsdygtige antal.

    + + +

    Vinderen af valget er Martin Michlmayr.
    Tak til Moshe Zadka, Branden Robinson og Bdale Garbee for deres arbejde i projektet ved at stille op til posten som projektleder, samt for at give udviklerne en stФrk og varieret gruppe af kandidater. -

    +

    Grafisk prФsentation af resultatet @@ -167,7 +163,7 @@

    Antal unikke stemmer: 488, hvilket er 58.60409 procent at alle mulige stemmer.
    Parvise afstemninger, vundet-tabt-uafgjort:

    - +
    @@ -206,6 +202,3 @@ 4 slЕr 3: 237 226 = 11
    4 slЕr 5: 424 39 = 385

    - - -
    Moshe Zadka 1-3-0
    Index: danish/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2004/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/2004/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/2004/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,7 +1,8 @@ Sager taget op i 2004 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.2" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: danish/vote/2004/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2004/vote_001.wml,v retrieving revision 1.16 diff -u -r1.16 vote_001.wml --- danish/vote/2004/vote_001.wml 25 Apr 2005 05:20:06 -0000 1.16 +++ danish/vote/2004/vote_001.wml 23 Nov 2005 15:56:41 -0000 @@ -2,15 +2,14 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.20" +#use wml::debian::toc #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" -

    Debians projektledervalg 2004

    - - - - - - - - - - - - - - - - - - - - - - - -
    Tidsplan: - +

    +

    Valg 2004

    + + +
    @@ -29,11 +28,9 @@
    Nomineringsperiode: 7. februar 2004, 00.00.01 UTC

    BemФrk at den nye embedsperiode for projektlederen begynder den 17. april 2004.

    -
    Nomineringer: + + +
    1. Martin Michlmayr [] [platform]
    2. @@ -45,21 +42,20 @@

      Stemmesedlen kan modtages via e-mail ved at sende en e-mail til ballot@vote.debian.org med leader2004 som emne.

      -
    Data og statistikker:Noget + + + +

    Noget statistik om stemmer og bekrФftelser bliver periodisk opsamlet i afstemningsperioden. Desuden er listen over personer der har deltaget i afstemningen tilgФngelig. PrЬve-udgaven af stemmeoversigten findes ogsЕ. -

    Beslutningsdygtigt antal: +

    + + + +

    Med 911 udviklere har vi:

    	
       Aktuelt antal udviklere (#devel) = 911
    @@ -71,21 +67,18 @@
       Mulighed 2 opnЕede beslutningsdygtigt antal: 394 > 45,2741648183597
       Mulighed 3 opnЕede beslutningsdygtigt antal: 442 > 45,2741648183597
                 
    -
    Flertalskrav:Alle tre foreslag krФver et simpelt flertal. + + + +

    Alle tre foreslag krФver et simpelt flertal.

       Mulighed 1 droppes pga. flertal.  0,558 (144/258) <= 1	    
       Mulighed 2 klarede flertallet.    5,629 (394/70) > 1
       Mulighed 3 klarede flertallet.   17,000 (442/26) > 1
     	    
    -
    Resultat: + + +

    Valgets vinder er Martin Michlmayr

    Tak til Branden Robinson og Gergely Nagy for at stille sig til @@ -93,7 +86,7 @@ projektleder, samt for give udviklerne en stФrk og varieret gruppe af kandidater.

    -

    +

    Graphical rendering of the results

    @@ -112,7 +105,7 @@
  • Mulighed 4 "Ingen af ovennФvnte"
  • - +
    @@ -170,6 +163,4 @@ Mulighed 2 slЕr mulighed 4 med (394 - 70) = 324 stemmer.
    Mulighed 3 slЕr mulighed 4 med (442 - 26) = 416 stemmer.

    - - -
    Mulighed
    + Index: danish/vote/2005/index.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2005/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- danish/vote/2005/index.wml 25 Apr 2005 05:20:06 -0000 1.2 +++ danish/vote/2005/index.wml 23 Nov 2005 15:56:41 -0000 @@ -1,8 +1,8 @@ Sager taget op i 2005 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.2" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2005', 'list', 'vote_\d*') :> Index: danish/vote/2005/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/danish/vote/2005/vote_001.wml,v retrieving revision 1.14 diff -u -r1.14 vote_001.wml --- danish/vote/2005/vote_001.wml 12 Jun 2005 13:16:23 -0000 1.14 +++ danish/vote/2005/vote_001.wml 23 Nov 2005 15:56:41 -0000 @@ -2,15 +2,14 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.26" +#use wml::debian::toc #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" -

    Debians projektledervalg 2005

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - +

    +

    + + +
    @@ -29,11 +28,9 @@
    Nomineringsperiode: 7. februar 2005, 00.00.01 UTC

    BemФrk at den nye embedsperiode for projektlederen begynder den 17. april 2005.

    -
    Nominations: + + +
    1. Matthew Garrett [] [program]
    2. @@ -51,11 +48,9 @@

      NЕr valgkortet er fФrdigt, kan det hentes via e-mail, ved at skrive til \ ballot@vote.debian.org med "leader2005" som emne.

      -
    Debat: + + +

    I Еr var Helen Faulkner og Martin Krafft ordstyrere under debatten. En stor tak fra projektet for deres fremragende arbejde @@ -86,12 +81,10 @@

  • #debian-dpl-moderator
  • #debian-dpl-replies
  • -
    Data og statistikker: + + +

    I Еr, som altid, vil nogle statistikker blive indsamlet om modtagne stemmer og bekrФftelser sendt der regelmФssigt sendes i @@ -104,11 +97,11 @@ alias, frem for vedkommendes navn; de enkelte vФlgere har modtaget deres aliaser samtidig med bekrФftelsen af deres stemme, sЕ de kan kontrollere at deres stemmer er optalt korrekt. -

    Beslutningsdygtigt antal: +

    + + + +

    With 965 udviklere, we have:

    @@ -124,11 +117,10 @@
     Valgmulighed 5 opnЕede beslutningsdygtigt antal: 261 > 46,5966737010272	
     Valgmulighed 6 opnЕede beslutningsdygtigt antal: 346 > 46,5966737010272
                 
    -
    Flertalskrav:Alle kandidater skal have et simpelt flertal for at kunne vФlges. + + + +

    Alle kandidater skal have et simpelt flertal for at kunne vФlges.

     Dropper valgmulighed 1 pga. flertal.  0,332 (112/337) <= 1
     Valgmulighed 2 passerer flertal.      5,120 (384/75) > 1
    @@ -137,11 +129,9 @@
     Valgmulighed 5 passerer flertal.      1,418 (261/184) > 1
     Valgmulighed 6 passerer flertal.      2,883 (346/120) > 1
     	    
    -
    Resultat: + + +

    Valgets vinder er Branden Robinson

    Tak til kandidaterne for deres vilje til at stЬtte projektet, @@ -149,7 +139,7 @@ give udviklerne en stФrk og forskelligartet gruppe af kandidater.

    -

    +

    Grafisk prФsentation af resultaterne @@ -177,7 +167,7 @@

  • Mulighed 6 "Andreas Schuldei"
  • Mulighed 7 "Ingen af de nФvnte"
  • - +
    @@ -305,6 +295,4 @@ vedtФgterne, helt specifitk i ╖ A.6.

    - - -
    Beat-matrix'en
    Mulighed
    + Index: english/debian.css =================================================================== RCS file: /cvs/webwml/webwml/english/debian.css,v retrieving revision 1.51 diff -u -r1.51 debian.css --- english/debian.css 3 Nov 2005 23:56:40 -0000 1.51 +++ english/debian.css 23 Nov 2005 15:56:43 -0000 @@ -32,6 +32,7 @@ cd-pages: bgcolor="#e09e86" - navbar */ +/* { border: 1px solid yellow; } */ html, body { color: #000000; background-color: #FFFFFF; @@ -40,6 +41,11 @@ text-align: left; /* min-width: 440px - commented out due to mozilla problems*/ } +/* direction directive reverses the navbar, too */ +/* html[lang|=ar] { + direction: rtl !important; + text-align: right !important; +} */ img { border: 0; } @@ -191,7 +197,7 @@ text-align: center; background: #DF0451; } -#navbar ul{ +#navbar ul { display: inline; list-style-type: none; padding-left: 0px; @@ -205,14 +211,16 @@ #navbar a { color: #FFFFFF; text-decoration: none; - padding: 0.1em 0.4em 0.1em 0.4em; + padding: 0.2em 0.4em 0.2em 0.4em; background-color: #000084; border: 1px solid #000084; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 0.9em; } - +#navbar a:hover { + background: #0000CC; +} #navbar .hidecss, .hidecss { display: none; } @@ -236,8 +244,8 @@ #leftcol { float: left; margin: 0em 0.4em 0 0; - padding-right: 0.5em; padding-left: 0; + padding-bottom: 1em; width: auto; background: #BBDDFF; font-size: 0.9em; @@ -245,58 +253,71 @@ border: 1px solid #BBDDFF; /* overflow: auto; */ } - +#leftcol a:link, #leftcol a:visited { + display: block; +} +#leftcol a:hover { + background-color: #DDEEFF; + /* background-color: #FFFFFF; */ +} #leftcol ul { + margin: 2px; + padding: 0; list-style-type: none; - padding-left: 0.3em; - padding-top: 0em; font-weight: bold; - margin-left: 0px; } #leftcol ul.votemenu { - width: 10em; -} -#leftcol ul.votemenu ul { - list-style-type: disc; - padding-left: 1em; + width: 11em; } #leftcol ul.votemenu ul li { - text-indent: -0.5em; + padding-bottom: 0.4em; } -#leftcol ul ul li a { - font-weight: normal; - padding-top: 0.2em; +#leftcol li ul { + display: inline; } - #leftcol ul li { - padding-bottom: 0.5em; + padding: 0.2em 0; } #leftcol ul ul { - font-size: 0.85em; + font-size: 0.9em; + margin: 0; +} +#leftcol ul li a { + line-height: 1.2em; + padding-right: 0.5em; + /* padding: 0.2em 0 0.3em 0em; */ +} +#leftcol ul ul li a { + font-weight: normal; + padding: 0.1em 0.5em; + line-height: 1.1em; } #leftcol ul ul li { - padding-top: 0.1em; - padding-bottom: 0.1em; + padding-top: 0; } - #leftcol p { - padding-left:0.2em; + margin-left: 2px; + margin-right: 2px; +} +#leftcol p a { + display: block; + margin: 0; } - #leftcol p img { margin-left: 1em; } #maincol { background: #FFFFFF; - padding-left: 10.5em; - padding-right: 0.5em; + margin-left: 13em; + margin-right: 0.5em; + margin-bottom: 1em; } #maincol:lang(en), #maincol:lang(cz), #maincol:lang(ko), #maincol:lang(no), #maincol:lang(sk), #maincol:lang(tr), #maincol:lang(zh-CN), #maincol:lang(zh-HK), #maincol:lang(zh-TW) { - padding-left: 10em; + margin-left: 10em; } #lefthalfcol { @@ -496,12 +517,19 @@ color: green; } #pdownload table, table.ridgetable, table.reltable { - border: 4px; + border-width: 4px; border-color: gray; margin: 0 1em 1em 1em; border-style: ridge; border-collapse: collapse; } +table.vote { + margin: 0 auto; + border-width: 3px; + border-color: gray; + border-style: ridge; + border-collapse: collapse; +} #pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td, table.reltable td, table.reltable th { border: 2px gray; @@ -511,12 +539,39 @@ table.reltable th { background-color: #44CCCC; } +table.vote th { + border: 1px solid gray; + background-color: #DDDDDD; +} +table.vote td { + border: 1px solid gray; + padding: 4px; +} table.reltable tr.odd { background-color: #FFFFFF; } table.reltable tr.even { background-color: #DDDDDD; } +table.stattrans { + margin: 0 auto; + width: 95%; + border: 1px solid black; + background-color: #cdc9c9; +} +table.stattrans th { + text-align: center; + padding: 2px; +} +table.stattrans td { + text-align: right; + padding: 2px; +} +table.stattrans tbody th { + text-align: left; + font-weight: normal; +} + /* partners */ .partnertype { background-color: #DD0000; @@ -574,7 +629,7 @@ margin-right: auto; } ul.discless { - list-style-type: none;; + list-style-type: none; } .top, img.ico { vertical-align: top; @@ -606,10 +661,10 @@ span.ddpbooktitle, span.merchtitle { font-size: larger; } -a:hover, a:link:hover { color: #F000FF; } a:link { color: #0000FF; } -a:link:active { color: #FF0000; } -a:link:visited { color: #800080; } +a:visited { color: #800080; } +a:hover { color: #F000FF; } +a:active { color: #FF0000; } .navpara a, col.y2k { white-space: nowrap; Index: english/devel/misc/card.dvi =================================================================== RCS file: /cvs/webwml/webwml/english/devel/misc/card.dvi,v retrieving revision 1.1 diff -u -r1.1 card.dvi Binary files /tmp/cvs5vJtlH and card.dvi differ Index: english/devel/misc/card.ps =================================================================== RCS file: /cvs/webwml/webwml/english/devel/misc/card.ps,v retrieving revision 1.1 diff -u -r1.1 card.ps --- english/devel/misc/card.ps 9 Apr 2000 19:16:46 -0000 1.1 +++ english/devel/misc/card.ps 23 Nov 2005 15:56:44 -0000 @@ -1,15 +1,14 @@ %!PS-Adobe-2.0 -%%Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software +%%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software %%Title: card.dvi %%Pages: 1 %%PageOrder: Ascend %%BoundingBox: 0 0 596 842 -%%DocumentFonts: Times-Roman Helvetica Courier %%EndComments %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips card.dvi -o card.ps %DVIPSParameters: dpi=600, compressed -%DVIPSSource: TeX output 2000.03.13:2132 +%DVIPSSource: TeX output 2005.09.19:0248 %%BeginProcSet: texc.pro %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S @@ -68,143 +67,6 @@ rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end %%EndProcSet -%%BeginProcSet: 8r.enc -% @@psencodingfile@{ -% author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry", -% version = "0.6", -% date = "1 July 1998", -% filename = "8r.enc", -% email = "tex-fonts@@tug.org", -% docstring = "Encoding for TrueType or Type 1 fonts -% to be used with TeX." -% @} -% -% Idea is to have all the characters normally included in Type 1 fonts -% available for typesetting. This is effectively the characters in Adobe -% Standard Encoding + ISO Latin 1 + extra characters from Lucida. -% -% Character code assignments were made as follows: -% -% (1) the Windows ANSI characters are almost all in their Windows ANSI -% positions, because some Windows users cannot easily reencode the -% fonts, and it makes no difference on other systems. The only Windows -% ANSI characters not available are those that make no sense for -% typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen -% (173). quotesingle and grave are moved just because it's such an -% irritation not having them in TeX positions. -% -% (2) Remaining characters are assigned arbitrarily to the lower part -% of the range, avoiding 0, 10 and 13 in case we meet dumb software. -% -% (3) Y&Y Lucida Bright includes some extra text characters; in the -% hopes that other PostScript fonts, perhaps created for public -% consumption, will include them, they are included starting at 0x12. -% -% (4) Remaining positions left undefined are for use in (hopefully) -% upward-compatible revisions, if someday more characters are generally -% available. -% -% (5) hyphen appears twice for compatibility with both -% ASCII and Windows. -% -/TeXBase1Encoding [ -% 0x00 (encoded characters from Adobe Standard not in Windows 3.1) - /.notdef /dotaccent /fi /fl - /fraction /hungarumlaut /Lslash /lslash - /ogonek /ring /.notdef - /breve /minus /.notdef -% These are the only two remaining unencoded characters, so may as -% well include them. - /Zcaron /zcaron -% 0x10 - /caron /dotlessi -% (unusual TeX characters available in, e.g., Lucida Bright) - /dotlessj /ff /ffi /ffl - /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef - % very contentious; it's so painful not having quoteleft and quoteright - % at 96 and 145 that we move the things normally found there to here. - /grave /quotesingle -% 0x20 (ASCII begins) - /space /exclam /quotedbl /numbersign - /dollar /percent /ampersand /quoteright - /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash -% 0x30 - /zero /one /two /three /four /five /six /seven - /eight /nine /colon /semicolon /less /equal /greater /question -% 0x40 - /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O -% 0x50 - /P /Q /R /S /T /U /V /W - /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore -% 0x60 - /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o -% 0x70 - /p /q /r /s /t /u /v /w - /x /y /z /braceleft /bar /braceright /asciitilde - /.notdef % rubout; ASCII ends -% 0x80 - /.notdef /.notdef /quotesinglbase /florin - /quotedblbase /ellipsis /dagger /daggerdbl - /circumflex /perthousand /Scaron /guilsinglleft - /OE /.notdef /.notdef /.notdef -% 0x90 - /.notdef /.notdef /.notdef /quotedblleft - /quotedblright /bullet /endash /emdash - /tilde /trademark /scaron /guilsinglright - /oe /.notdef /.notdef /Ydieresis -% 0xA0 - /.notdef % nobreakspace - /exclamdown /cent /sterling - /currency /yen /brokenbar /section - /dieresis /copyright /ordfeminine /guillemotleft - /logicalnot - /hyphen % Y&Y (also at 45); Windows' softhyphen - /registered - /macron -% 0xD0 - /degree /plusminus /twosuperior /threesuperior - /acute /mu /paragraph /periodcentered - /cedilla /onesuperior /ordmasculine /guillemotright - /onequarter /onehalf /threequarters /questiondown -% 0xC0 - /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla - /Egrave /Eacute /Ecircumflex /Edieresis - /Igrave /Iacute /Icircumflex /Idieresis -% 0xD0 - /Eth /Ntilde /Ograve /Oacute - /Ocircumflex /Otilde /Odieresis /multiply - /Oslash /Ugrave /Uacute /Ucircumflex - /Udieresis /Yacute /Thorn /germandbls -% 0xE0 - /agrave /aacute /acircumflex /atilde - /adieresis /aring /ae /ccedilla - /egrave /eacute /ecircumflex /edieresis - /igrave /iacute /icircumflex /idieresis -% 0xF0 - /eth /ntilde /ograve /oacute - /ocircumflex /otilde /odieresis /divide - /oslash /ugrave /uacute /ucircumflex - /udieresis /yacute /thorn /ydieresis -] def - -%%EndProcSet -%%BeginProcSet: texps.pro -%! -TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 -index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll -exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]/Metrics -exch def dict begin Encoding{exch dup type/integertype ne{pop pop 1 sub -dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def} -ifelse}forall Metrics/Metrics currentdict end def[2 index currentdict -end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{ -dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 -roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def -dup[exch{dup CharStrings exch known not{pop/.notdef/Encoding true def} -if}forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def} -def end - -%%EndProcSet %%BeginProcSet: special.pro %! TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N @@ -242,58 +104,260 @@ /psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub -TR/showpage{}N/erasepage{}N/copypage{}N/p 3 def @MacSetUp}N/doclip{ -psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2 -roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath -moveto}N/endTexFig{end psf$SavedState restore}N/@beginspecial{SDict -begin/SpecialSave save N gsave normalscale currentpoint TR -@SpecialDefaults count/ocount X/dcount countdictstack N}N/@setspecial{ -CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto -closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx -sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR -}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse -CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury -lineto closepath clip}if/showpage{}N/erasepage{}N/copypage{}N newpath}N -/@endspecial{count ocount sub{pop}repeat countdictstack dcount sub{end} -repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N -/@fedspecial{end}B/li{lineto}B/rl{rlineto}B/rc{rcurveto}B/np{/SaveX -currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY -moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X -/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0 -1 startangle endangle arc savematrix setmatrix}N end +TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def +@MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll +newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto +closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N +/@beginspecial{SDict begin/SpecialSave save N gsave normalscale +currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N} +N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs +neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate +rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse +scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg +lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx +ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N +/setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{ +pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave +restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B +/rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1 +setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY +moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix +matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc +savematrix setmatrix}N end %%EndProcSet TeXDict begin 39158280 55380996 1000 600 600 (card.dvi) -@start /Fa 173[29 11[29 29 29 29 29 29 6[29 29 29 29 -29 29 29 29 29 29 29 29 47[{TeXBase1Encoding ReEncodeFont}19 -48.001 /Courier rf /Fb 103[22 31[33 48 1[37 18 1[22 1[37 -37 37 4[15 37 37 1[37 37 1[37 37 32[67 5[18 10[18 18 -46[{TeXBase1Encoding ReEncodeFont}20 66.4176 /Helvetica -rf /Fc 141[22 1[33 1[33 1[18 3[33 2[29 1[29 1[29 11[48 -1[37 4[48 1[41 4[48 2[48 44 1[48 7[33 2[33 33 33 33 33 -33 33 18 1[22 17 2[22 22 40[{TeXBase1Encoding ReEncodeFont}29 -66.4176 /Times-Roman rf /Fd 167[38 1[38 38 2[35 1[30 -38 38 1[32 2[18 3[32 2[35 38 65[{TeXBase1Encoding ReEncodeFont}12 -53.134 /Times-Roman rf /Fe 135[50 2[50 6[50 4[28 1[50 -1[44 16[61 3[55 33[25 46[{TeXBase1Encoding ReEncodeFont}9 -99.6264 /Times-Roman rf end +@start +%DVIPSBitmapFont: Fa cmtt8 6 19 +/Fa 19 83 df<14C0EB01E01303A214C01307A2EB0F80A2EB1F00A2131E133EA25BA25B +A2485AA25B1203A2485AA2485AA290C7FC5AA2123EA25AA2127812F8A25A126013277DA2 +1A>47 D<13F8EA03FE487E481380381F8FC0EA1E03383C01E0A2387800F0A3481378A96C +13F8007813F0A2EA7C01003C13E0EA3E03001E13C0EA1F8F380FFF806C13006C5AEA00F8 +15207E9E1A>I<13E0A212011203A2120F127F12FFA212791201B1387FFF80A4111F7C9E +1A>IIII<383FFFE0A4003CC7FCA613FEEA3FFF +14C014E01387383E01F0EA3C00003813F8C71278A3127012F814F814F01303387E0FE038 +3FFFC06C13806C1300EA03FC151F7E9D1A>I<133FEBFFC0000313E04813F0EA0FE1EA1F +811301383E00E0481300A2EA7810EAF9FF00F71380B512C014E038FE03F0EAFC0138F800 +F8A2481378A27E1278A2007C13F814F0EA3E01381F87E0EBFFC06C13806C1300EA01FC15 +207E9E1A>I<12F0B512F8A438F001F0EB03E0380007C01480EB0F005B131E133E133C13 +7C137813F85BA212015BA4485AA76C5A15207E9E1A>III<1238127C +12FEA3127C12381200A71238127C12FEA3127C1238071577941A>I<137CA213FEA313EE +A2EA01EFA313C7A200031380A4380783C0A413FF4813E0A31301A2381E00F0387F83FC38 +FFC7FEA2387F83FC171F7F9E1A>65 DIIIII82 +D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fb cmr8 8 24 +/Fb 24 115 df<13031307130E131C1338137013F0EA01E013C01203EA0780A2EA0F00A2 +121EA35AA45AA512F8A25AAB7EA21278A57EA47EA37EA2EA0780A2EA03C0120113E0EA00 +F013701338131C130E1307130310437AB11B>40 D<12C07E12707E7E7E120FEA07801203 +13C0EA01E0A2EA00F0A21378A3133CA4131EA5131FA2130FAB131FA2131EA5133CA41378 +A313F0A2EA01E0A2EA03C013801207EA0F00120E5A5A5A5A5A10437CB11B>I<123C127E +B4FCA21380A2127F123D1201A312031300A25A1206120E5A5A5A126009157A8714>44 +DI48 D<130C133C137CEA03FC12FF +EAFC7C1200B3B113FE387FFFFEA2172C7AAB23>III<140EA2141E143EA2147E14FEA2EB01BE1303143E1306130E130C13181338133013 +6013E013C0EA0180120313001206120E120C5A123812305A12E0B612FCA2C7EA3E00A914 +7F90381FFFFCA21E2D7EAC23>I<000CEB0180380FC01F90B512005C5C14F014C0D80C7E +C7FC90C8FCA8EB1FC0EB7FF8380DE07C380F801F01001380000E130F000CEB07C0C713E0 +A2140315F0A4127812FCA448EB07E012E0006014C00070130F6C14806CEB1F006C133E38 +0780F83801FFE038007F801C2D7DAB23>II57 D<4A7E4A7EA34A7EA24A7EA3EC1BF81419A2EC +30FCA2EC70FEEC607EA24A7EA349486C7EA2010380EC000FA201066D7EA3496D7EA2011F +B57EA29038180001496D7EA349147EA201E0147F4980A20001ED1F801203000716C0D80F +F0EC3FE0D8FFFC0103B5FCA2302F7EAE35>65 D67 D76 D<90383F80303901FFF0703807C07C +390F000EF0001E13074813034813011400127000F01470A315307EA26C1400127E127FEA +3FE013FE381FFFE06C13FC6C13FF00011480D8003F13E013039038003FF0EC07F8140114 +0015FC157C12C0153CA37EA215787E6C14706C14F06CEB01E039F78003C039E3F00F0038 +E07FFE38C00FF01E2F7CAD27>83 D<13FF000713C0380F01F0381C00F8003F137C80A214 +3F001E7FC7FCA4EB07FF137F3801FE1FEA07F0EA1FC0EA3F80EA7F00127E00FE14065AA3 +143F7E007E137F007FEBEF8C391F83C7FC390FFF03F83901FC01E01F207D9E23>97 +D99 D101 +D104 D108 D<3807C0FE39FFC3FF809038C703E0390FDE01F0EA +07F8496C7EA25BA25BB2486C487E3AFFFE1FFFC0A2221E7E9D27>110 +D<3807C0FE39FFC7FF809038CF03E0390FDC01F03907F800FC49137E49133E49133FED1F +80A3ED0FC0A8151F1680A2ED3F00A26D137E6D137C5D9038FC01F09038CE07E09038C7FF +80D9C1FCC7FC01C0C8FCA9487EEAFFFEA2222B7E9D27>112 D<380781F838FF87FEEB8E +3FEA0F9CEA07B813B0EBF01EEBE000A45BB0487EB5FCA2181E7E9D1C>114 +D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fc cmss8 8 20 +/Fc 20 127 df<12FCA60606798514>46 D<15C0140114031580A214071500A25C140EA2 +141E141CA2143C143814781470A214F05CA213015CA213035C130791C7FCA25B130EA213 +1E131CA2133C1338A21378137013F05BA212015BA212035BA2120790C8FC5A120EA2121E +121CA2123C1238A212781270A212F05AA21A437CB123>I<12FCA61200B212FCA6061E79 +9D14>58 D64 D<13FF000713E0001F7F487F80EB00FE0038137F00207FC7FCEC1F80A6EB +0FFF90B5FC1207121F383FFC1FEA7FC0EAFE005AA2143FA26C137F387F83FF90B5FC7E14 +9F381FFE1FD807F0C7FC19217D9F22>97 D<12FCAFEB07F0EB3FF8EBFFFEB6FC158013C0 +9038003FC048131F48EB0FE01407A215F01403A8EC07E0A2140F6C14C0141F6CEB3F80EB +C0FF90B512005C00FC5BEB7FF038000FC01C2F7BAD24>I100 +DI<013F137C9038FFC7FC0003EBFFFE5A5A9038C0FC00 +381F807EEB003E003E7FA76C133EEB807E6C6C5A13FF485B5C001E13C0D83E3FC7FC90C8 +FCA27EEBFFF8ECFF806C14C04814E04814F0397F000FF8007E130348EB01FC1400A4007E +EB01F8007F1303393FE01FF06CB512E06C14C06C14800001EBFE0038003FF01F2E7E9E23 +>103 D<12FCAFEB0FE0EB3FF8EBFFFC00FD7FB6FC13C0EB803F0100138048131FA35AB3 +A2192E7BAD24>I<12FEA71200AA127EB3AC072F7CAE11>I110 +DII114 +D116 D<00FCEB1F80B3A5143F147F38FE01FFB6FC7E14DF383FFE1FD80FF0C7FC19 +1F7B9D24>I<00FC90391FC001F8143F007E16F0EDE003143D6C017D14E0913879F007A2 +6C01F914C0D980F8130F15F814F0D80FC11580ED781F157C000701E0140013E36F5A0003 +153E14C0A201F7EB1E7E00019038801F7CA2150F00001578D9FF0013F815076D5C137E2D +1E7F9D30>119 D<007E14FC6C1301391F8003F89038C007F0D80FE013E03907F00FC000 +03EB1F803901F83F006C6C5AEB7E7E6D5A6D5A5C6D5A6D5A497E80497EEB3EFCEB7C7EEB +FC3F3901F81F803803F00F01E013C00007EB07E0390FC003F0391F8001F8D83F0013FC48 +EB00FE00FE147F201E809D21>I<380F807CEA1FC0EA3FF0387FF8FCEBFFF8EAFC7F38F8 +3FF0EB0FE0EB07C016097AAC23>126 D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fd cmcsc10 8 18 +/Fd 18 121 df<15C0140114031580A214071500A25C140EA2141E141CA2143C14381478 +1470A214F05CA213015CA213035C130791C7FCA25B130EA2131E131CA2133C1338A21378 +137013F05BA212015BA212035BA2120790C8FC5A120EA2121E121CA2123C1238A2127812 +70A212F05AA21A437BB125>47 D68 +D71 +D76 D78 D85 D<14E0A2497EA3497EA3EB067CA2EB +0E7EEB0C3EA2497EA3496C7EA201707FEB6007A2496C7E90B5FC4880EB8001A2D803007F +1400A20006147CA2000F147E123F3AFFC003FFE0A223237EA229>97 +DI101 D105 D108 D<3AFFC001FFE013E03A07F0003F00151ED806F8130C7F137C7F7FA2 +EB0F80EB07C014E01303EB01F014F81300147C143EA2141FEC0F8C15CC1407EC03EC15FC +14011400157CA2000F143C486C131CEAFFF0150C23227EA129>110 +DII114 +D<3AFFFE01FFE0A23A0FE0003F006C48131E150CB3A400035C7F12015D6C6C5B01785B90 +383E0380D90FFFC7FCEB01F823237EA129>117 DI<3A7FFC01FFE0A23A07F800FE006C4813786C6C13706C6C1360017C5BEB7E016D +485A011F90C7FC1486EB0FCEEB07DCEB03F85C6D7E130080497EEB03BE141F01067F9038 +0E0FC0EB1C0701187F496C7EEB700101607F496C7E0001147E1203D80FE0137F3AFFF001 +FFF8A225227FA129>120 D E +%EndDVIPSBitmapFont +%DVIPSBitmapFont: Fe cmr12 12 9 +/Fe 9 121 df<121EEA7F80A2EAFFC0A4EA7F80A2EA1E000A0A78891B>46 +D80 +D<003FB912F8A3903BF0001FF8001F01806D481303003EC7150048187C0078183CA20070 +181CA30060180CA5481806A5C81600B3B3A54B7EED7FFE49B77EA33F447DC346>84 +D101 D103 D105 +D<3901FC01FE00FF903807FFC091381E07F091383801F8000701707F0003EBE0002601FD +C07F5C01FF147F91C7FCA25BA35BB3A8486CECFF80B5D8F83F13FEA32F2C7DAB36>110 +D117 D120 D E +%EndDVIPSBitmapFont +end %%EndProlog %%BeginSetup %%Feature: *Resolution 600dpi TeXDict begin %%PaperSize: A4 - + end %%EndSetup %%Page: 1 1 -1 0 bop -175 5832 4 71 v 1927 5832 V 4053 5832 V -175 --286 V 1927 -286 V 4053 -286 V -268 5764 71 4 v 4078 -5764 V -268 4535 V 4078 4535 V -103 4606 1961 4 v 653 -4746 a Fe(T)l(ux)24 b(T)-7 b(.)24 b(Penguin)655 4817 -y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)18 b Fc(G)t(N)t(U)t(/)t(L)t -Fd(I)t(N)t(U)t(X)d Fc(D)t Fd(E)t(V)t(E)t(L)t(O)t(P)t(E)t(R)653 -4982 y Fb(tux@debian.org)653 5053 y(http://www)l(.debian.org/\230tux/) -653 5218 y Fc(42)i(Alpha)h(Lane)653 5289 y(Sparc,)g(CA)f(90000-1234)653 -5360 y(\(213\))h(555-5469)63 5502 y @beginspecial 0 @llx +TeXDict begin 1 0 bop -175 5832 4 71 v 1927 5832 V 4053 +5832 V -175 -286 V 1927 -286 V 4053 -286 V -268 5764 +71 4 v 4078 5764 V -268 4535 V 4078 4535 V -103 4606 +1961 4 v 653 4746 a Fe(T)-8 b(ux)34 b(T.)f(P)m(enguin)653 +4817 y Fd(Debian)25 b(GNU/Linux)f(Developer)653 4982 +y Fc(tux@debian.o)n(rg)653 5053 y(http://www.debian.o)n(rg/~tux/)653 +5218 y Fb(42)g(Alpha)g(Lane)653 5289 y(Sparc,)g(CA)f(90000-1234)653 +5360 y(\(213\))j(555-5469)63 5502 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 @@ -662,16 +726,14 @@ rs %%EndDocument - @endspecial -55 5596 a Fa(1024R/01234567:)54 b(AA)29 -b(BB)f(CC)g(DD)h(00)f(11)h(22)f(33)g(44)h(55)f(66)h(77)f(88)g(99)h(EE)f -(FF)p -103 5669 V 2000 4606 V 2756 4746 a Fe(T)l(ux)c(T)-7 -b(.)24 b(Penguin)2758 4817 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)17 -b Fc(G)t(N)t(U)t(/)t(L)t Fd(I)t(N)t(U)t(X)e Fc(D)t Fd(E)t(V)t(E)t(L)t -(O)t(P)t(E)t(R)2756 4982 y Fb(tux@debian.org)2756 5053 -y(http://www)l(.debian.org/\230tux/)2756 5218 y Fc(42)i(Alpha)h(Lane) -2756 5289 y(Sparc,)f(CA)g(90000-1234)2756 5360 y(\(213\))g(555-5469) -2165 5502 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury -520 @rwi @setspecial + @endspecial -55 5596 a Fa(1024R/01234567:)59 b(AA)28 +b(BB)f(CC)h(DD)f(00)g(11)h(22)f(33)h(44)f(55)g(66)h(77)f(88)h(99)f(EE)g +(FF)p -103 5669 V 2000 4606 V 2756 4746 a Fe(T)-8 b(ux)33 +b(T.)g(P)m(enguin)2756 4817 y Fd(Debian)24 b(GNU/Linux)g(Developer)2756 +4982 y Fc(tux@debian.o)n(rg)2756 5053 y(http://www.debian.o)n(rg/~tux/) +2756 5218 y Fb(42)g(Alpha)f(Lane)2756 5289 y(Sparc,)g(CA)h(90000-1234) +2756 5360 y(\(213\))h(555-5469)2165 5502 y @beginspecial +0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: /tmp/officiallogo.fig @@ -1039,15 +1101,14 @@ rs %%EndDocument - @endspecial 2047 5596 a Fa(1024R/01234567:)55 b(AA)28 -b(BB)g(CC)h(DD)f(00)h(11)f(22)g(33)h(44)f(55)h(66)f(77)g(88)h(99)f(EE)h + @endspecial 2047 5596 a Fa(1024R/01234567:)60 b(AA)27 +b(BB)h(CC)f(DD)g(00)h(11)f(22)h(33)f(44)g(55)h(66)f(77)h(88)f(99)g(EE)h (FF)p 2000 5669 V -268 3330 71 4 v 4078 3330 V -103 3401 -1961 4 v 653 3541 a Fe(T)l(ux)24 b(T)-7 b(.)24 b(Penguin)655 -3612 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)18 b Fc(G)t(N)t(U)t(/)t(L)t -Fd(I)t(N)t(U)t(X)d Fc(D)t Fd(E)t(V)t(E)t(L)t(O)t(P)t(E)t(R)653 -3777 y Fb(tux@debian.org)653 3848 y(http://www)l(.debian.org/\230tux/) -653 4014 y Fc(42)i(Alpha)h(Lane)653 4084 y(Sparc,)g(CA)f(90000-1234)653 -4155 y(\(213\))h(555-5469)63 4297 y @beginspecial 0 @llx +1961 4 v 653 3541 a Fe(T)-8 b(ux)34 b(T.)f(P)m(enguin)653 +3612 y Fd(Debian)25 b(GNU/Linux)f(Developer)653 3777 +y Fc(tux@debian.o)n(rg)653 3848 y(http://www.debian.o)n(rg/~tux/)653 +4014 y Fb(42)g(Alpha)g(Lane)653 4084 y(Sparc,)g(CA)f(90000-1234)653 +4155 y(\(213\))j(555-5469)63 4297 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 @@ -1416,16 +1477,14 @@ rs %%EndDocument - @endspecial -55 4391 a Fa(1024R/01234567:)54 b(AA)29 -b(BB)f(CC)g(DD)h(00)f(11)h(22)f(33)g(44)h(55)f(66)h(77)f(88)g(99)h(EE)f -(FF)p -103 4464 V 2000 3401 V 2756 3541 a Fe(T)l(ux)c(T)-7 -b(.)24 b(Penguin)2758 3612 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)17 -b Fc(G)t(N)t(U)t(/)t(L)t Fd(I)t(N)t(U)t(X)e Fc(D)t Fd(E)t(V)t(E)t(L)t -(O)t(P)t(E)t(R)2756 3777 y Fb(tux@debian.org)2756 3848 -y(http://www)l(.debian.org/\230tux/)2756 4014 y Fc(42)i(Alpha)h(Lane) -2756 4084 y(Sparc,)f(CA)g(90000-1234)2756 4155 y(\(213\))g(555-5469) -2165 4297 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury -520 @rwi @setspecial + @endspecial -55 4391 a Fa(1024R/01234567:)59 b(AA)28 +b(BB)f(CC)h(DD)f(00)g(11)h(22)f(33)h(44)f(55)g(66)h(77)f(88)h(99)f(EE)g +(FF)p -103 4464 V 2000 3401 V 2756 3541 a Fe(T)-8 b(ux)33 +b(T.)g(P)m(enguin)2756 3612 y Fd(Debian)24 b(GNU/Linux)g(Developer)2756 +3777 y Fc(tux@debian.o)n(rg)2756 3848 y(http://www.debian.o)n(rg/~tux/) +2756 4014 y Fb(42)g(Alpha)f(Lane)2756 4084 y(Sparc,)g(CA)h(90000-1234) +2756 4155 y(\(213\))h(555-5469)2165 4297 y @beginspecial +0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: /tmp/officiallogo.fig @@ -1793,15 +1852,14 @@ rs %%EndDocument - @endspecial 2047 4391 a Fa(1024R/01234567:)55 b(AA)28 -b(BB)g(CC)h(DD)f(00)h(11)f(22)g(33)h(44)f(55)h(66)f(77)g(88)h(99)f(EE)h + @endspecial 2047 4391 a Fa(1024R/01234567:)60 b(AA)27 +b(BB)h(CC)f(DD)g(00)h(11)f(22)h(33)f(44)g(55)h(66)f(77)h(88)f(99)g(EE)h (FF)p 2000 4464 V -268 2125 71 4 v 4078 2125 V -103 2196 -1961 4 v 653 2336 a Fe(T)l(ux)24 b(T)-7 b(.)24 b(Penguin)655 -2407 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)18 b Fc(G)t(N)t(U)t(/)t(L)t -Fd(I)t(N)t(U)t(X)d Fc(D)t Fd(E)t(V)t(E)t(L)t(O)t(P)t(E)t(R)653 -2573 y Fb(tux@debian.org)653 2643 y(http://www)l(.debian.org/\230tux/) -653 2809 y Fc(42)i(Alpha)h(Lane)653 2880 y(Sparc,)g(CA)f(90000-1234)653 -2951 y(\(213\))h(555-5469)63 3092 y @beginspecial 0 @llx +1961 4 v 653 2336 a Fe(T)-8 b(ux)34 b(T.)f(P)m(enguin)653 +2407 y Fd(Debian)25 b(GNU/Linux)f(Developer)653 2573 +y Fc(tux@debian.o)n(rg)653 2643 y(http://www.debian.o)n(rg/~tux/)653 +2809 y Fb(42)g(Alpha)g(Lane)653 2880 y(Sparc,)g(CA)f(90000-1234)653 +2951 y(\(213\))j(555-5469)63 3092 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 @@ -2170,16 +2228,14 @@ rs %%EndDocument - @endspecial -55 3187 a Fa(1024R/01234567:)54 b(AA)29 -b(BB)f(CC)g(DD)h(00)f(11)h(22)f(33)g(44)h(55)f(66)h(77)f(88)g(99)h(EE)f -(FF)p -103 3259 V 2000 2196 V 2756 2336 a Fe(T)l(ux)c(T)-7 -b(.)24 b(Penguin)2758 2407 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)17 -b Fc(G)t(N)t(U)t(/)t(L)t Fd(I)t(N)t(U)t(X)e Fc(D)t Fd(E)t(V)t(E)t(L)t -(O)t(P)t(E)t(R)2756 2573 y Fb(tux@debian.org)2756 2643 -y(http://www)l(.debian.org/\230tux/)2756 2809 y Fc(42)i(Alpha)h(Lane) -2756 2880 y(Sparc,)f(CA)g(90000-1234)2756 2951 y(\(213\))g(555-5469) -2165 3092 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury -520 @rwi @setspecial + @endspecial -55 3187 a Fa(1024R/01234567:)59 b(AA)28 +b(BB)f(CC)h(DD)f(00)g(11)h(22)f(33)h(44)f(55)g(66)h(77)f(88)h(99)f(EE)g +(FF)p -103 3259 V 2000 2196 V 2756 2336 a Fe(T)-8 b(ux)33 +b(T.)g(P)m(enguin)2756 2407 y Fd(Debian)24 b(GNU/Linux)g(Developer)2756 +2573 y Fc(tux@debian.o)n(rg)2756 2643 y(http://www.debian.o)n(rg/~tux/) +2756 2809 y Fb(42)g(Alpha)f(Lane)2756 2880 y(Sparc,)g(CA)h(90000-1234) +2756 2951 y(\(213\))h(555-5469)2165 3092 y @beginspecial +0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: /tmp/officiallogo.fig @@ -2547,15 +2603,14 @@ rs %%EndDocument - @endspecial 2047 3187 a Fa(1024R/01234567:)55 b(AA)28 -b(BB)g(CC)h(DD)f(00)h(11)f(22)g(33)h(44)f(55)h(66)f(77)g(88)h(99)f(EE)h + @endspecial 2047 3187 a Fa(1024R/01234567:)60 b(AA)27 +b(BB)h(CC)f(DD)g(00)h(11)f(22)h(33)f(44)g(55)h(66)f(77)h(88)f(99)g(EE)h (FF)p 2000 3259 V -268 921 71 4 v 4078 921 V -103 992 -1961 4 v 653 1132 a Fe(T)l(ux)24 b(T)-7 b(.)24 b(Penguin)655 -1202 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)18 b Fc(G)t(N)t(U)t(/)t(L)t -Fd(I)t(N)t(U)t(X)d Fc(D)t Fd(E)t(V)t(E)t(L)t(O)t(P)t(E)t(R)653 -1368 y Fb(tux@debian.org)653 1439 y(http://www)l(.debian.org/\230tux/) -653 1604 y Fc(42)i(Alpha)h(Lane)653 1675 y(Sparc,)g(CA)f(90000-1234)653 -1746 y(\(213\))h(555-5469)63 1888 y @beginspecial 0 @llx +1961 4 v 653 1132 a Fe(T)-8 b(ux)34 b(T.)f(P)m(enguin)653 +1202 y Fd(Debian)25 b(GNU/Linux)f(Developer)653 1368 +y Fc(tux@debian.o)n(rg)653 1439 y(http://www.debian.o)n(rg/~tux/)653 +1604 y Fb(42)g(Alpha)g(Lane)653 1675 y(Sparc,)g(CA)f(90000-1234)653 +1746 y(\(213\))j(555-5469)63 1888 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 @@ -2924,16 +2979,14 @@ rs %%EndDocument - @endspecial -55 1982 a Fa(1024R/01234567:)54 b(AA)29 -b(BB)f(CC)g(DD)h(00)f(11)h(22)f(33)g(44)h(55)f(66)h(77)f(88)g(99)h(EE)f -(FF)p -103 2055 V 2000 992 V 2756 1132 a Fe(T)l(ux)c(T)-7 -b(.)24 b(Penguin)2758 1202 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)17 -b Fc(G)t(N)t(U)t(/)t(L)t Fd(I)t(N)t(U)t(X)e Fc(D)t Fd(E)t(V)t(E)t(L)t -(O)t(P)t(E)t(R)2756 1368 y Fb(tux@debian.org)2756 1439 -y(http://www)l(.debian.org/\230tux/)2756 1604 y Fc(42)i(Alpha)h(Lane) -2756 1675 y(Sparc,)f(CA)g(90000-1234)2756 1746 y(\(213\))g(555-5469) -2165 1888 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury -520 @rwi @setspecial + @endspecial -55 1982 a Fa(1024R/01234567:)59 b(AA)28 +b(BB)f(CC)h(DD)f(00)g(11)h(22)f(33)h(44)f(55)g(66)h(77)f(88)h(99)f(EE)g +(FF)p -103 2055 V 2000 992 V 2756 1132 a Fe(T)-8 b(ux)33 +b(T.)g(P)m(enguin)2756 1202 y Fd(Debian)24 b(GNU/Linux)g(Developer)2756 +1368 y Fc(tux@debian.o)n(rg)2756 1439 y(http://www.debian.o)n(rg/~tux/) +2756 1604 y Fb(42)g(Alpha)f(Lane)2756 1675 y(Sparc,)g(CA)h(90000-1234) +2756 1746 y(\(213\))h(555-5469)2165 1888 y @beginspecial +0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: /tmp/officiallogo.fig @@ -3301,15 +3354,14 @@ rs %%EndDocument - @endspecial 2047 1982 a Fa(1024R/01234567:)55 b(AA)28 -b(BB)g(CC)h(DD)f(00)h(11)f(22)g(33)h(44)f(55)h(66)f(77)g(88)h(99)f(EE)h + @endspecial 2047 1982 a Fa(1024R/01234567:)60 b(AA)27 +b(BB)h(CC)f(DD)g(00)h(11)f(22)h(33)f(44)g(55)h(66)f(77)h(88)f(99)g(EE)h (FF)p 2000 2055 V -268 -284 71 4 v 4078 -284 V -103 -213 -1961 4 v 653 -73 a Fe(T)l(ux)24 b(T)-7 b(.)24 b(Penguin)655 --2 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)18 b Fc(G)t(N)t(U)t(/)t(L)t -Fd(I)t(N)t(U)t(X)d Fc(D)t Fd(E)t(V)t(E)t(L)t(O)t(P)t(E)t(R)653 -163 y Fb(tux@debian.org)653 234 y(http://www)l(.debian.org/\230tux/)653 -399 y Fc(42)i(Alpha)h(Lane)653 470 y(Sparc,)g(CA)f(90000-1234)653 -541 y(\(213\))h(555-5469)63 683 y @beginspecial 0 @llx +1961 4 v 653 -73 a Fe(T)-8 b(ux)34 b(T.)f(P)m(enguin)653 +-2 y Fd(Debian)25 b(GNU/Linux)f(Developer)653 163 y Fc(tux@debian.o)n +(rg)653 234 y(http://www.debian.o)n(rg/~tux/)653 399 +y Fb(42)g(Alpha)g(Lane)653 470 y(Sparc,)g(CA)f(90000-1234)653 +541 y(\(213\))j(555-5469)63 683 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 @@ -3678,16 +3730,14 @@ rs %%EndDocument - @endspecial -55 777 a Fa(1024R/01234567:)54 b(AA)29 -b(BB)f(CC)g(DD)h(00)f(11)h(22)f(33)g(44)h(55)f(66)h(77)f(88)g(99)h(EE)f -(FF)p -103 850 V 2000 -213 V 2756 -73 a Fe(T)l(ux)c(T)-7 -b(.)24 b(Penguin)2758 -2 y Fc(D)t Fd(E)t(B)t(I)t(A)t(N)17 -b Fc(G)t(N)t(U)t(/)t(L)t Fd(I)t(N)t(U)t(X)e Fc(D)t Fd(E)t(V)t(E)t(L)t -(O)t(P)t(E)t(R)2756 163 y Fb(tux@debian.org)2756 234 -y(http://www)l(.debian.org/\230tux/)2756 399 y Fc(42)i(Alpha)h(Lane) -2756 470 y(Sparc,)f(CA)g(90000-1234)2756 541 y(\(213\))g(555-5469)2165 -683 y @beginspecial 0 @llx 0 @lly 52 @urx 99 @ury 520 -@rwi @setspecial + @endspecial -55 777 a Fa(1024R/01234567:)59 b(AA)28 +b(BB)f(CC)h(DD)f(00)g(11)h(22)f(33)h(44)f(55)g(66)h(77)f(88)h(99)f(EE)g +(FF)p -103 850 V 2000 -213 V 2756 -73 a Fe(T)-8 b(ux)33 +b(T.)g(P)m(enguin)2756 -2 y Fd(Debian)24 b(GNU/Linux)g(Developer)2756 +163 y Fc(tux@debian.o)n(rg)2756 234 y(http://www.debian.o)n(rg/~tux/) +2756 399 y Fb(42)g(Alpha)f(Lane)2756 470 y(Sparc,)g(CA)h(90000-1234) +2756 541 y(\(213\))h(555-5469)2165 683 y @beginspecial +0 @llx 0 @lly 52 @urx 99 @ury 520 @rwi @setspecial %%BeginDocument: ./bottle.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: /tmp/officiallogo.fig @@ -4055,10 +4105,10 @@ rs %%EndDocument - @endspecial 2047 777 a Fa(1024R/01234567:)55 b(AA)28 -b(BB)g(CC)h(DD)f(00)h(11)f(22)g(33)h(44)f(55)h(66)f(77)g(88)h(99)f(EE)h -(FF)p 2000 850 V eop + @endspecial 2047 777 a Fa(1024R/01234567:)60 b(AA)27 +b(BB)h(CC)f(DD)g(00)h(11)f(22)h(33)f(44)g(55)h(66)f(77)h(88)f(99)g(EE)h +(FF)p 2000 850 V eop end %%Trailer -end + userdict /end-hook known{end-hook}if %%EOF Index: english/international/l10n/scripts/gen-files.pl =================================================================== RCS file: /cvs/webwml/webwml/english/international/l10n/scripts/gen-files.pl,v retrieving revision 1.53 diff -u -r1.53 gen-files.pl --- english/international/l10n/scripts/gen-files.pl 2 Nov 2005 23:27:36 -0000 1.53 +++ english/international/l10n/scripts/gen-files.pl 23 Nov 2005 15:56:45 -0000 @@ -226,12 +226,12 @@ open (GEN, "> $opt_l/po/gen/rank.inc") || die "Unable to write into $opt_l/po/gen/rank.inc"; - print GEN "
    \n"; + print GEN "
    \n" if (@po_langs); foreach my $lang (sort {$score{uc $b} <=> $score{uc $a}} @po_langs) { print GEN "
    $lang ".$score{uc $lang}."
    \n"; print GEN "
    \n"; } - print GEN "
    \n"; + print GEN "
    \n" if (@po_langs); close (GEN); open (GEN, "> $opt_l/po/gen/total") || die "Unable to write into $opt_l/po/gen/total"; @@ -433,12 +433,12 @@ open (GEN, "> $opt_l/templates/gen/rank.inc") || die "Unable to write into $opt_l/templates/gen/rank.inc"; - print GEN "
    \n"; + print GEN "
    \n" if (@td_langs); foreach my $lang (sort {$score{uc $b} <=> $score{uc $a}} @td_langs) { print GEN "
    $lang ".$score{uc $lang}."
    \n"; print GEN "
    \n"; } - print GEN "
    \n"; + print GEN "
    \n" if (@td_langs); close (GEN); open (GEN, "> $opt_l/templates/gen/errors-by-maint.inc"); foreach my $maint (sort keys %$tmpl_errors_maint) { @@ -596,7 +596,7 @@ open (GEN, "> $opt_l/po-debconf/gen/rank.inc") || die "Unable to write into $opt_l/po-debconf/gen/rank.inc"; - print GEN "
    \n"; + print GEN "
    \n" if (@pd_langs); my $str_total = $total{main}+$total{contrib}+$total{'non-free'}; foreach my $lang (sort {$score{uc $b} <=> $score{uc $a}} @pd_langs) { print GEN "
    $lang ".$score{uc $lang}. @@ -604,7 +604,7 @@ "\%)
    \n"; print GEN "
    \n"; } - print GEN "
    \n"; + print GEN "
    \n" if (@pd_langs); open (GEN, "> $opt_l/po-debconf/gen/total") || die "Unable to write into $opt_l/po-debconf/gen/total"; print GEN "$str_total\n"; @@ -704,16 +704,15 @@ open (GEN, "> $opt_l/date.gen") || die "Unable to write into $opt_l/date.gen"; -print GEN <<"EOT"; +print GEN < " />

    EOT + close (GEN); process_langs($opt_L); Index: english/searchtmpl/search.data =================================================================== RCS file: /cvs/webwml/webwml/english/searchtmpl/search.data,v retrieving revision 1.32 diff -u -r1.32 search.data --- english/searchtmpl/search.data 19 May 2003 06:31:13 -0000 1.32 +++ english/searchtmpl/search.data 23 Nov 2005 15:56:47 -0000 @@ -24,7 +24,7 @@ {#searchbody#}
    -
    +
    Index: english/security/parse-advisory.pl =================================================================== RCS file: /cvs/webwml/webwml/english/security/parse-advisory.pl,v retrieving revision 1.63 diff -u -r1.63 parse-advisory.pl --- english/security/parse-advisory.pl 7 Nov 2005 10:01:18 -0000 1.63 +++ english/security/parse-advisory.pl 23 Nov 2005 15:56:47 -0000 @@ -109,14 +109,14 @@ $moreinfo =~ s/\n\n$/\n/s; $moreinfo =~ s/\n

    \n$//; $moreinfo =~ s/\n\n/<\/p>\n\n/sg; -$moreinfo =~ s|\n

    ((CAN\|CVE)-\d+-\d+[^\n]*)

    \n|\n
  • $1\n|g; +$moreinfo =~ s|\n

    ((CAN\|CVE)-\d+-\d+[^\n]*)

    \n|\n
  • \n$1\n|g; $moreinfo =~ s|((CAN\|CVE)-\d+-\d+)|$1|g; $moreinfo =~ s|

    (\s+)|$1

    |g; $moreinfo =~ s|

    |

    |g; -$moreinfo =~ s|

    \n\n
  • |

  • \n\n
  • |g; +$moreinfo =~ s|

    \n\n
  • |

    \n
  • \n\n
  • |g; $moreinfo =~ s|
  • \n\n
  • |\n\n
      \n\n
    • |; -#$moreinfo =~ s|

      \n\n

      (\w* \w* stable)|

    • \n\n
    \n\n

    $1|; -if ($moreinfo =~ /

      \n\n
    • /) { $moreinfo =~ s|

      \n\n

      (\w+ \w+ \w* ?(stable\|testing))|

    • \n\n
    \n\n

    $1|; } +#$moreinfo =~ s|

    \n\n

    (\w* \w* stable)|

    \n
  • \n\n\n\n

    $1|; +if ($moreinfo =~ /

      \n\n
    • /) { $moreinfo =~ s|

      \n\n

      (\w+ \w+ \w* ?(stable\|testing))|

      \n
    • \n\n
    \n\n

    $1|; } chomp ($moreinfo); $files =~ s/(- )?-+\n//g; $files =~ s/\n\n$/\n/s; Index: english/template/debian/cdimage.wml =================================================================== RCS file: /cvs/webwml/webwml/english/template/debian/cdimage.wml,v retrieving revision 1.69 diff -u -r1.69 cdimage.wml --- english/template/debian/cdimage.wml 30 Oct 2005 01:49:46 -0000 1.69 +++ english/template/debian/cdimage.wml 23 Nov 2005 15:56:48 -0000 @@ -25,6 +25,18 @@ misc + + Artwork + + + Mirroring + + + Pseudo Image Kit + + + Image Release Info + Debian CD team @@ -67,7 +79,7 @@ /> "/> -

    +
    %body
    @@ -87,27 +99,26 @@

    Index: english/template/debian/languages.wml =================================================================== RCS file: /cvs/webwml/webwml/english/template/debian/languages.wml,v retrieving revision 1.140 diff -u -r1.140 languages.wml --- english/template/debian/languages.wml 12 Aug 2005 22:36:22 -0000 1.140 +++ english/template/debian/languages.wml 23 Nov 2005 15:56:48 -0000 @@ -191,8 +191,9 @@ $str .= " )\" hreflang=\"$langs{$cur_lang}-TW\" lang=\"$langs{$cur_lang}-TW\" rel=\"alternate\">$_(繁)\n"; } } - $str .= "

    \n"; - $str .= "\n"; + $str .= "\n

    \n"; + $str .= q{How to set the default document language}; + $str .= "\n

    \n\n"; } elsif (@used_langs) { $str .= "\n"; Index: english/template/debian/votebar.wml =================================================================== RCS file: /cvs/webwml/webwml/english/template/debian/votebar.wml,v retrieving revision 1.111 diff -u -r1.111 votebar.wml --- english/template/debian/votebar.wml 28 Aug 2005 22:11:38 -0000 1.111 +++ english/template/debian/votebar.wml 23 Nov 2005 15:56:48 -0000 @@ -3,6 +3,131 @@ #use wml::debian::common_tags #use wml::debian::openrecode + +

    %body

    +
    + + + Date + + + Time Line + + + Nominations + + + Debate + + + Platforms + + + Proposer + + + Proposal A Proposer + + + Proposal B Proposer + + + Proposal C Proposer + + + Proposal D Proposer + + + Proposal E Proposer + + + Proposal F Proposer + + + Seconds + + + Proposal A Seconds + + + Proposal B Seconds + + + Proposal C Seconds + + + Proposal D Seconds + + + Proposal E Seconds + + + Proposal F Seconds + + + Opposition + + + Text + + + Proposal A + + + Proposal B + + + Proposal C + + + Proposal D + + + Proposal E + + + Proposal F + + + Choices + + + Amendment Proposer + + + Amendment Seconds + + + Amendment Text + + + Amendments + + + Proceedings + + + Majority Requirement + + + Data and Statistics + + + Quorum + + + Minimum Discussion + + + Ballot + + + Forum + + + Outcome + + Waiting for Sponsors @@ -84,10 +209,10 @@ if ( $title && $status ) { - $str1 = "• $title
    \n"; + $str1 = "
  • $title
  • \n"; last; } elsif ( $title ) { - $str1 = "• $title
    \n"; + $str1 = "
  • $title
  • \n"; } } if ( $status eq "P" ) { @@ -110,86 +235,72 @@ close DIR; if ( $proposal ne "" ) { - $str .= '


    '; - $str .= "$proposal

    "; + $str .= '
  • '; + $str .= '
      '; + $str .= "$proposal"; + $str .= '
  • '; } if ( $discussion ne "" ) { - $str .= '


    '; - $str .= "$discussion

    "; + $str .= '
  • '; + $str .= '
      '; + $str .= "$discussion"; + $str .= '
  • '; } if ( $voting ne "" ) { - $str .= '


    '; - $str .= "$voting

    "; + $str .= '
  • '; + $str .= '
      '; + $str .= "$voting"; + $str .= '
  • '; } if ( $finished ne "" ) { - $str .= '


    '; - $str .= "$finished

    "; + $str .= '
  • '; + $str .= '
      '; + $str .= "$finished"; + $str .= '
  • '; } if ( $withdrawn ne "" ) { - $str .= '


    '; - $str .= "$withdrawn

    "; + $str .= '
  • '; + $str .= '
      '; + $str .= "$withdrawn"; + $str .= '
  • '; } if ( $unknown ne "" ) { - $str .= '


    '; - $str .= "$unknown

    "; + $str .= '
  • '; + $str .= '
      '; + $str .= "$unknown"; + $str .= '
  • '; } return $str; } -
    - - - - - -
    - - - - - - - - - - - - -
    - - -
     > - -


    - - • 
    -
    -

    -


    - - • 
    - • 
    - • 
    - -
    -

    - <:= get_issues_list("$(CUR_YEAR)", '0', "$(ENGLISHDIR)/vote") :> +
    + +
      +
    • +
        +
      • +
      +
    • +
        +
      • +
      • +
      • + +
      +
    • + <:= get_issues_list("$(CUR_YEAR)", '0', "$(ENGLISHDIR)/vote") :> +
    -
     
    - - -
    -     -
    -
    - + +
    {#check_trans#} {#mainbody#} -
    +
    {#mainbody#: Index: english/vote/howto_follow.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/howto_follow.wml,v retrieving revision 1.10 diff -u -r1.10 howto_follow.wml --- english/vote/howto_follow.wml 6 May 2005 16:49:34 -0000 1.10 +++ english/vote/howto_follow.wml 23 Nov 2005 15:56:48 -0000 @@ -1,54 +1,54 @@ #use wml::debian::template title="Standard Resolution Procedure" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" -

    Standard Resolution Procedure

    +

    Standard Resolution Procedure

    -

    A proposal can be introduced by any developer by posting a message - on any qualified mailing list. A qualified mailing list is any - "publicly-readable electronic mailing list designated by the Project - Leader's Delegate(s)." The mailing list debian-vote@lists.debian.org - has been delegated by the project secretary. There is no required text - for a proposal but here are some - guidelines. - -


    Introduction

    -

    A proposal is considered formally introduced if it has been - proposed by either the Project Leader or the Technical Committee. - Otherwise, the proposal needs five (5) additional sponsors before it - is open for discussion.

    - -

    Discussion

    -

    A proposal stays in - discussion for a minimum of two (2) weeks. Anytime - after that, the original proposer or one of the five - sponsors may call for the vote. The vote doesn't - follow discussion automatically. The Project Leader - may allow the call to vote to be made up to a week - early or require the discussion period to extend up to - another week. - -


    Voting

    -

    After the vote has been called for, a ballot is mailed to the - designated mailing list. The developers fill out the ballot and mail - it back to the address indicated in the ballot. The voting period - lasts two weeks (but can be shortened or lengthened by one week by the - Project Leaders discretion).

    - -

    The Debian Vote Engine will process the vote and - mail an acknowledgement back to the voter. After the - voting period has ended, the outcome of the vote as - well as each voter and their vote will be made posted - to the mailing list. The complete text of each vote - will be placed on the website, except for Debian - Project Leader election votes,which are deemed secret - ballot. In that case, the vote engine takes steps to - ensure the anonymity of the voter, while ensuring that - each voter can still validate their own votes.

    - -

    Amendments

    -

    Amendments to a proposal can be made if the proposal's proposer and - all five (5) sponsors agree. If any of them object, the amendment - starts this process by first getting five (5) sponsors of it's own. At - the time of voting, the amendments become options or forms of the - proposal to be voted on.

    +

    A proposal can be introduced by any developer by posting a message + on any qualified mailing list. A qualified mailing list is any + "publicly-readable electronic mailing list designated by the Project + Leader's Delegate(s)." The mailing list debian-vote@lists.debian.org + has been delegated by the project secretary. There is no required text + for a proposal but here are some + guidelines. + +


    +

    Introduction

    +

    A proposal is considered formally introduced if it has been + proposed by either the Project Leader or the Technical Committee. + Otherwise, the proposal needs five (5) additional sponsors before it + is open for discussion.

    + +

    Discussion

    +

    A proposal stays in + discussion for a minimum of two (2) weeks. Anytime + after that, the original proposer or one of the five + sponsors may call for the vote. The vote doesn't + follow discussion automatically. The Project Leader + may allow the call to vote to be made up to a week + early or require the discussion period to extend up to + another week. + +


    Voting

    +

    After the vote has been called for, a ballot is mailed to the + designated mailing list. The developers fill out the ballot and mail + it back to the address indicated in the ballot. The voting period + lasts two weeks (but can be shortened or lengthened by one week by the + Project Leaders discretion).

    + +

    The Debian Vote Engine will process the vote and + mail an acknowledgement back to the voter. After the + voting period has ended, the outcome of the vote as + well as each voter and their vote will be made posted + to the mailing list. The complete text of each vote + will be placed on the website, except for Debian + Project Leader election votes,which are deemed secret + ballot. In that case, the vote engine takes steps to + ensure the anonymity of the voter, while ensuring that + each voter can still validate their own votes.

    + +

    Amendments

    +

    Amendments to a proposal can be made if the proposal's proposer and + all five (5) sponsors agree. If any of them object, the amendment + starts this process by first getting five (5) sponsors of it's own. At + the time of voting, the amendments become options or forms of the + proposal to be voted on.

    Index: english/vote/howto_proposal.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/howto_proposal.wml,v retrieving revision 1.16 diff -u -r1.16 howto_proposal.wml --- english/vote/howto_proposal.wml 6 May 2005 16:49:34 -0000 1.16 +++ english/vote/howto_proposal.wml 23 Nov 2005 15:56:48 -0000 @@ -1,8 +1,7 @@ #use wml::debian::template title="Debian Voting - Submitting a proposal" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" -

    Guidelines

    +

    Guidelines

    Not following some of these steps will not cause a proposal to be disqualified. However, consider them Index: english/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/index.wml,v retrieving revision 1.19 diff -u -r1.19 index.wml --- english/vote/index.wml 12 Jun 2005 13:16:24 -0000 1.19 +++ english/vote/index.wml 23 Nov 2005 15:56:48 -0000 @@ -1,6 +1,5 @@ #use wml::debian::template title="Debian Voting Information" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc"

    Debian Voting Information

    @@ -37,10 +36,13 @@ elections (the wikipedia article linked to is pretty informative). Simplistically, plain Condorcet's method can be stated like so

    -
    Consider all possible two-way races between candidates. +
    +

    + Consider all possible two-way races between candidates. The Condorcet winner, if there is one, is the one candidate who can beat each other candidate in a two-way race with that candidate. +

    The problem is that in complex elections, there may well Index: english/vote/proposal.template =================================================================== RCS file: /cvs/webwml/webwml/english/vote/proposal.template,v retrieving revision 1.1 diff -u -r1.1 proposal.template --- english/vote/proposal.template 19 Mar 2002 20:01:44 -0000 1.1 +++ english/vote/proposal.template 23 Nov 2005 15:56:48 -0000 @@ -7,59 +7,56 @@ # for a new vote, which is only in the Proposal stage, the status should be P P #use wml::debian::template title="" - +#use wml::debian::votebar # The format below is only suggested. You can create your own format if you # wish. Please include all the relevant information from below, though +

    +

    Proposal-PROPOSAL_NUMBER

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:DATE SUBMITTED
    Proposer:SUBMITTERS_NAME - [SUBMITTERS_EMAIL]
    Seconds:
    Text: -
    -        TEXT OF PROPOSAL (GET RID OF PRE and /PRE IF HTML IS USED)
    -     
    -

    - RATIONALE FOR PROPOSAL (OPTIONAL) -

    Opposition: - None Recorded -
  • NAME_OF THIRD_SECONDER [EMAIL_OF_THIRD_SECONDER] -
  • Amendments +

    Date:

    +

    DATE SUBMITTED

    + +

    Proposer:

    +SUBMITTERS_NAME + [SUBMITTERS_EMAIL] + +

    Seconds:

    + + +

    Text:

    +
    +        TEXT OF PROPOSAL (GET RID OF pre and /pre IF HTML (p) IS USED)
    +	
    +

    + RATIONALE FOR PROPOSAL (OPTIONAL) +

    + +

    Opposition:

    +

    None Recorded

    + OR + + +

    +

    None Recorded -

    Quorum:(To Be Determined)
    Outcome: -
    +

    + +

    Quorum:

    +

    (To Be Determined)

    + +

    Outcome:

    Index: english/vote/style.inc =================================================================== RCS file: /cvs/webwml/webwml/english/vote/style.inc,v retrieving revision 1.6 diff -u -r1.6 style.inc --- english/vote/style.inc 24 Apr 2005 20:25:10 -0000 1.6 +++ english/vote/style.inc 23 Nov 2005 15:56:48 -0000 @@ -6,10 +6,7 @@ margin-left: -2em; text-align: right; } - - h1.center { text-align: center; } h1.title { - text-align: center; font-weight: bold; text-shadow: 0.3em 0.3em 0.1em #F00; } @@ -33,7 +30,6 @@ margin-right: auto; margin-top: 1.5em; margin-bottom: 1.0em; - clear: both; } table.mainbody th { background: #DEE7EC; @@ -41,10 +37,10 @@ border-bottom: 1px solid #8CACBB; border-right: 1px solid #8CACBB; color: Black; - font-weight: normal; - padding: 0em 1em 0em 1em; - white-space: nowrap; + padding: 0.5em; + /* white-space: nowrap; */ text-align: left; + vertical-align: top; } table.mainbody td { border-right: 1px solid #8CACBB; Index: english/vote/vote.template =================================================================== RCS file: /cvs/webwml/webwml/english/vote/vote.template,v retrieving revision 1.3 diff -u -r1.3 vote.template --- english/vote/vote.template 2 Apr 2001 15:09:39 -0000 1.3 +++ english/vote/vote.template 23 Nov 2005 15:56:48 -0000 @@ -7,37 +7,33 @@ # F: finished # O: other (or just write anything else) -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::votebar -

    Proposal NNNN

    +

    +

    Proposal NNNN

    - - - - - - - - - - - - - - - + +

    Text:

    - - - + +

    Amendments:

    - - - - - - - + +

    Quorum:

    +

    With 509 developers, Q=22.56 making a quorum of 68

    + +

    Minimum Discussion:

    - - - - - - - - -
    Date:
    Proposer:NAME SURNAME [a@b.c]
    Seconders: +

    Date:

    +

    + +

    + +

    Proposer:

    +

    NAME SURNAME [a@b.c]

    + +

    Seconders:

    1. NAME SURNAME [a@b.c]
    2. NAME SURNAME [a@b.c] ...
    -
    Text: TEXT OF THE PROPOSAL
    Amendments # any of these: # Seconded accepted by proposer
    @@ -60,22 +56,15 @@ # or: None recorded. -
    Quorum:With 509 developers, Q=22.56 making a quorum of 68
    Minimum Discussion: The proposer can call for vote anytime after EDITME! Mmm DDth.
    Forum:Discussion is on EDITME! the debian-vote list.
    Outcome:EDITME! The winner is the Swirl. -
    + +

    Forum:

    +

    Discussion is on EDITME! the debian-vote list.

    + +

    Outcome:

    +

    EDITME! The winner is the Swirl. Index: english/vote/1999/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/1999/index.wml,v retrieving revision 1.6 diff -u -r1.6 index.wml --- english/vote/1999/index.wml 24 Apr 2005 20:25:10 -0000 1.6 +++ english/vote/1999/index.wml 23 Nov 2005 15:56:48 -0000 @@ -1,7 +1,7 @@ Issues brought up in 1999 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :> Index: english/vote/1999/vote_0000.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/1999/vote_0000.wml,v retrieving revision 1.11 diff -u -r1.11 vote_0000.wml --- english/vote/1999/vote_0000.wml 24 Apr 2005 20:25:10 -0000 1.11 +++ english/vote/1999/vote_0000.wml 23 Nov 2005 15:56:48 -0000 @@ -1,53 +1,52 @@ Constitution F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar -

    Proposal-0

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:September 10, 1998
    Proposer:Guy Maor [maor@debian.org]
    Seconds:
      -
    1. Steve McIntyre [stevem@chiark.greenend.org.uk] -
    2. James A. Treacy [treacy@debian.org] -
    3. Stephen Zander [gibreel@pobox.com] -
    4. Darren Benham [gecko@benham.net] -
    5. Enrique Zanardi [ezanardi@ull.es] -
    Text: - http://lists.debian.org/debian-devel-9809/msg00509.html
    - The text of the constitution has been amended to change the references to seconds from that to "sponsor"
    - The text of the constitution has been amended to allow sponsors to call the vote in addition to the proposer
    - The text of the constitution has been amended to allow the original proposer to make typographical and other trivial changes as long as the meaning of the proposal isn't changed.
    - The text of the ammended constitution is here
    Quorum:With 357 developers, Q=9.4 making a quorum of 29
    Minimum Discussion:Guy Maor can call for vote - anytime after September 24th.
    Forum:Discussion was held on the debian-devel list.
    Outcome:The ammended Constitution (as shown here) passed with 86 votes out of 86 ballots.
    +

    +

    Proposal-0

    + + + + +

    September 10, 1998

    + + +

    Guy Maor [maor@debian.org]

    + + + +
      +
    1. Steve McIntyre [stevem@chiark.greenend.org.uk] +
    2. James A. Treacy [treacy@debian.org] +
    3. Stephen Zander [gibreel@pobox.com] +
    4. Darren Benham [gecko@benham.net] +
    5. Enrique Zanardi [ezanardi@ull.es] +
    + + + +

    +http://lists.debian.org/debian-devel-9809/msg00509.html
    +The text of the constitution has been amended to change the references to seconds from that to "sponsor"
    +The text of the constitution has been amended to allow sponsors to call the vote in addition to the proposer
    +The text of the constitution has been amended to allow the original proposer to make typographical and other trivial changes as long as the meaning of the proposal isn't changed.
    +The text of the ammended constitution is here

    + + + +

    With 357 developers, Q=9.4 making a quorum of 29

    + + + +

    Guy Maor can call for vote anytime after September 24th.

    + + + +

    Discussion was held on the debian-devel list.

    + + + +

    The ammended Constitution (as shown here) passed with 86 votes out of 86 ballots.

    Index: english/vote/1999/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/1999/vote_0001.wml,v retrieving revision 1.19 diff -u -r1.19 vote_0001.wml --- english/vote/1999/vote_0001.wml 24 Apr 2005 20:25:10 -0000 1.19 +++ english/vote/1999/vote_0001.wml 23 Nov 2005 15:56:48 -0000 @@ -1,57 +1,69 @@ Leader Elections 1999 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar -

    Elections-1999

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:December 2, 1998
    Time Line:Nominations Close: December 23, 1998
    - Campaigning Ends: January 13, 1999
    - Voting Ends: February 3, 1999
    Nominations:
    In order received
      -
    1. Joseph Carter [knghtbrd@debian.org] -
    2. Ben Collins [bcollins@debian.org] -
    3. Wichert Akkerman [wakkerma@debian.org] -
    4. Richard Braakman [dark@xs4all.nl] -
    - Platforms:
    In order above
    -
    Quorum:With 347 developers, Q=9.3 making a quorum of 28
    Outcome:leader99 results - 208 valid votes
    -
    - WICHERT AKKERMAN -
      -
    • Dominates BEN COLLINS [172 - 28] -
    • Dominates JOSEPH CARTER [177 - 24] -
    • Dominates RICHARD BRAAKMAN [149 - 55] -
    • Dominates NONE of the above [196 - 7] -

    - "WICHERT AKKERMAN" wins by dominating all others. -
    +

    + +

    Elections-1999

    + + +

    December 2, 1998

    + + + + + + + + + + + + + +
    Nominations CloseDecember 23, 1998
    Campaigning EndsJanuary 13, 1999
    Voting EndsFebruary 3, 1999
    + + + +

    In order received:

    +
      +
    1. Joseph Carter [knghtbrd@debian.org] +
    2. Ben Collins [bcollins@debian.org] +
    3. Wichert Akkerman [wakkerma@debian.org] +
    4. Richard Braakman [dark@xs4all.nl] +
    + + + + +

    In order above

    + + + + + +

    With 347 developers, Q=9.3 making a quorum of 28

    + + + +

    leader99 results - 208 valid votes
    +
    + WICHERT AKKERMAN +

      +
    • Dominates BEN COLLINS [172 - 28] +
    • Dominates JOSEPH CARTER [177 - 24] +
    • Dominates RICHARD BRAAKMAN [149 - 55] +
    • Dominates NONE of the above [196 - 7] +
    +

    + "WICHERT AKKERMAN" wins by dominating all others. +

    + Index: english/vote/1999/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/1999/vote_0002.wml,v retrieving revision 1.17 diff -u -r1.17 vote_0002.wml --- english/vote/1999/vote_0002.wml 24 Apr 2005 20:25:10 -0000 1.17 +++ english/vote/1999/vote_0002.wml 23 Nov 2005 15:56:48 -0000 @@ -1,98 +1,97 @@ Logo License F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar -

    Proposal-0002

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:April 6, 1999
    Proposer:Wichert Akkerman [leader@debian.org]
    Seconds: - Unnecessary -
    Text: -

    It is proposed that the Developers of Debian vote - between a single logo license and a dual logo license - set in accordance with the General Resolution - Procedure.

    -

    1. SINGLE logo license
    - Debian shall adopt one logo that anyone can use under - the following license:
    - Copyright (c) 1999 Software in the Public Interest - this logo or a modified version may be used by anyone to - refer to the Debian project, but does not indicate - endorsement by the project.
    - Pros: simple, no hassles with multiple - licenses
    - Cons: we cannot distinguish products which we feel - are more official or that deserve some official promotion - except by using a special title.

    - -

    2. DUAL logo licenses
    - Debian shall adopt two logos. One, designated - liberal, can be used under the following license:
    - Copyright (c) 1999 Software in the Public Interest - this logo or a modified version may be used by anyone to - refer to the Debian project, but does not indicate - endorsement by the project.
    - Another, designated official, can be used under - the following license:
    - Copyright (c) 1999 Software in the Public Interest
    - I. This logo may only be used if:
    - a) the product it is used for is made using a documented - procedure as published on www.debian.org (for example - official CD-creation)
    - or
    - b) official approval is given by Debian for its use in - this purpose
    - - II. may be used if an official part of debian (decided using - the rules in I) is part of the complete product, if it is - made clear that only this part is officially approved
    - - III. We reserve the right to revoke a license for a product -

    - Pros: allows us to distinguish officially sanctioned - things while still allowing everyone to use another - Debian logo
    - Cons: two logos might become confusing or - complicated.

    -
    Quorum:With 497 developers, Q=22.29 making a quorum of 67
    Minimum Discussion:Wichert Akkerman can call for vote - anytime after April 13th.
    Ballot: - ballot@vote.debian.org
    - Subject = logo1 -
    Forum:Discussion will be held on the debian-vote list.
    Outcome:Dual Licensing won
    +

    + +

    Proposal-0002

    + + +

    April 6, 1999

    + + + +

    Wichert Akkerman [leader@debian.org]

    + + + +

    + Unnecessary +

    + + + +

    It is proposed that the Developers of Debian vote + between a single logo license and a dual logo license + set in accordance with the General Resolution + Procedure.

    +

    1. SINGLE logo license
    + Debian shall adopt one logo that anyone can use under + the following license:
    + Copyright (c) 1999 Software in the Public Interest + this logo or a modified version may be used by anyone to + refer to the Debian project, but does not indicate + endorsement by the project.
    + Pros: simple, no hassles with multiple + licenses
    + Cons: we cannot distinguish products which we feel + are more official or that deserve some official promotion + except by using a special title.

    + +

    2. DUAL logo licenses
    + Debian shall adopt two logos. One, designated + liberal, can be used under the following license:
    + Copyright (c) 1999 Software in the Public Interest + this logo or a modified version may be used by anyone to + refer to the Debian project, but does not indicate + endorsement by the project.
    + Another, designated official, can be used under + the following license:
    + Copyright (c) 1999 Software in the Public Interest
    + I. This logo may only be used if:
    + a) the product it is used for is made using a documented + procedure as published on www.debian.org (for example + official CD-creation)
    + or
    + b) official approval is given by Debian for its use in + this purpose
    + + II. may be used if an official part of debian (decided using + the rules in I) is part of the complete product, if it is + made clear that only this part is officially approved
    + + III. We reserve the right to revoke a license for a product +

    + Pros: allows us to distinguish officially sanctioned + things while still allowing everyone to use another + Debian logo
    + Cons: two logos might become confusing or + complicated.

    + + + +

    With 497 developers, Q=22.29 making a quorum of 67

    + + + +

    Wichert Akkerman can call for vote + anytime after April 13th.

    + + + +

    + ballot@vote.debian.org
    + Subject = logo1 +

    + + + +

    Discussion will be held on the debian-vote list.

    + + + +

    Dual Licensing won

    + Index: english/vote/1999/vote_0004.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/1999/vote_0004.wml,v retrieving revision 1.25 diff -u -r1.25 vote_0004.wml --- english/vote/1999/vote_0004.wml 5 May 2005 10:07:01 -0000 1.25 +++ english/vote/1999/vote_0004.wml 23 Nov 2005 15:56:48 -0000 @@ -1,102 +1,102 @@ New Logo F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar -

    Proposal-0004

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:May 3, 1999
    Proposer:Wichert Akkerman[leader@debian.org]
    Seconds: - Unnecessary -
    Text: - We choose a new set of logos by General Resolution -
    - Choices:
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    antsjeannete
    swirlraul
    sealvillante
    - postscript version <dead link to http://master.debian.org/~gecko/vote/seal.ps>
    old logochicken
    fixed chickenchicken2
    DGdg
    Modified swirl - Same as the part of SWIRL that has no vase. - The official and general versions are distinguished - by the text "debian" or no text and "official debian" or "official" -
    -
    Amendments - Seconded accepted by proposer
    - - Seconded awaiting vote
    - (none)
    - Needing Seconds
    - (none) -
    Quorum:With 509 developers, Q=22.56 making a quorum of 68
    Minimum Discussion:Wichert Akkerman can call for vote - anytime after May 17th.
    Forum:Discussion is on the debian-vote list.
    Outcome: -

    The winner is the Swirl

    - Look here for the details. -

    - - Graphical rendering of the results - -

    -
    +

    + +

    Proposal-0004

    + + +

    May 3, 1999

    + + + +

    Wichert Akkerman[leader@debian.org]

    + + + +

    + Unnecessary +

    + + + +

    + We choose a new set of logos by General Resolution +

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    antsjeannete
    swirlraul
    sealvillante
    + postscript version <dead link to http://master.debian.org/~gecko/vote/seal.ps>
    old logochicken
    fixed chickenchicken2
    DGdg
    Modified swirl + Same as the part of SWIRL that has no vase. + The official and general versions are distinguished + by the text "debian" or no text and "official debian" or "official" +
    + + + + +

    + Seconded accepted by proposer +

    + +

    Seconded awaiting vote
    + (none)
    + Needing Seconds
    + (none) +

    + + + +

    With 509 developers, Q=22.56 making a quorum of 68

    + + + +

    Wichert Akkerman can call for vote + anytime after May 17th.

    + + + +

    Discussion is on the debian-vote list.

    + + + +

    + The winner is the Swirl + Look here for the details. +

    +

    + + Graphical rendering of the results + +

    + Index: english/vote/1999/vote_0005.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/1999/vote_0005.wml,v retrieving revision 1.13 diff -u -r1.13 vote_0005.wml --- english/vote/1999/vote_0005.wml 24 Apr 2005 20:25:11 -0000 1.13 +++ english/vote/1999/vote_0005.wml 23 Nov 2005 15:56:48 -0000 @@ -1,68 +1,68 @@ Swap Logos F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar -

    Proposal-0005

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:Jun 4, 1999
    Proposer:Branden Robinson
    Seconds: -
      -
    • Daniel Jacobowitz -
    • Ed Lang -
    • Mark Eichin -
    • Björn Brenander -
    • Joseph Carter -
    -
    Text: - here -
    Amendments - Seconded accepted by proposer
    - (none)
    -# - Seconded awaiting vote
    - (none)
    - Needing Seconds
    - (none) -
    Quorum:With 509 developers,; Q=22.56 making a quorum of 68
    Minimum Discussion:Branden Robinson can call for vote - anytime after June 20th.
    Forum:Discussion is on the debian-vote list. Some discussion - spilled into debian-devel.
    Outcome:Completed.
    +

    + +

    Proposal-0005

    + + +

    Jun 4, 1999

    + + + +

    Branden Robinson

    + + + +
      +
    • Daniel Jacobowitz +
    • Ed Lang +
    • Mark Eichin +
    • Björn Brenander +
    • Joseph Carter +
    + + + +

    + here +

    + + + +

    + Seconded accepted by proposer
    + (none)

    +# +

    + Seconded awaiting vote
    + (none)
    + Needing Seconds
    + (none) +

    + + + +

    With 509 developers,; Q=22.56 making a quorum of 68

    + + + +

    Branden Robinson can call for vote + anytime after June 20th.

    + + + +

    Discussion is on the debian-vote list. Some discussion + spilled into debian-devel.

    + + + +

    Completed.

    + Index: english/vote/2000/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2000/index.wml,v retrieving revision 1.4 diff -u -r1.4 index.wml --- english/vote/2000/index.wml 24 Apr 2005 20:25:11 -0000 1.4 +++ english/vote/2000/index.wml 23 Nov 2005 15:56:48 -0000 @@ -1,7 +1,7 @@ Issues brought up in 2000 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :> Index: english/vote/2000/vote_0007.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2000/vote_0007.wml,v retrieving revision 1.9 diff -u -r1.9 vote_0007.wml --- english/vote/2000/vote_0007.wml 26 Apr 2005 05:46:40 -0000 1.9 +++ english/vote/2000/vote_0007.wml 23 Nov 2005 15:56:48 -0000 @@ -1,38 +1,48 @@ Leader Elections 2000 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Elections-2000

    + + + +

    Jan 9, 2000

    + + + + + + + + + + + + + +
    Nominations CloseJan 31, 2000
    Campaigning EndsFebruary 21, 2000
    Voting EndsMarch 16, 2000
    + - - - - - - - - - - - - - - - - - - - - - -
    Date:Jan 9, 2000
    Time Line:Nominations Close: Jan 31, 2000
    - Campaigning Ends: February 21, 2000
    - Voting Ends: March 16, 2000
    Nominations:
      + +
      1. Ben Collins [bcollins@debian.org]
      2. Wichert Akkerman [wakkerma@debian.org]
      3. Joel Klecker [espy@debian.org]
      4. Matthew Vernon [matthew@debian.org] -
    Quorum:With 347 developers, Q=9.3 making a quorum of 28
    Outcome:leader00 results - 216 valid votes. + + + + +

    With 347 developers, Q=9.3 making a quorum of 28

    + + + +

    leader00 results - 216 valid votes.
    The winner is, for a second term, Wichert Akkerman.
    @@ -40,8 +50,8 @@ Detailed election results.
    Check out the leadership debate. -

    - +

    + Graphical rendering of the results

    @@ -52,6 +62,3 @@ entry is fairly informative.

    -
    Index: english/vote/2000/vote_0008.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2000/vote_0008.wml,v retrieving revision 1.10 diff -u -r1.10 vote_0008.wml --- english/vote/2000/vote_0008.wml 24 Apr 2005 20:25:11 -0000 1.10 +++ english/vote/2000/vote_0008.wml 23 Nov 2005 15:56:48 -0000 @@ -1,35 +1,36 @@ Superseded: Non-free Archive Removal expired -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposal-0008: Superseded by a GR in 2004

    + + + +

    June 7, 2000

    + + + +

    John Goerzen + [jgoerzen@debian.org]

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - -# - - - - - - - - - - -
    Date:June 7, 2000
    Proposer:John Goerzen - [jgoerzen@debian.org]
    Seconds:
    Text: + + + +
     Resolved:
     
    @@ -72,47 +73,48 @@
     and frozen Debian Distrubutions and archives shall be determined per
     the Debian Constitution.
     	    
    -
    Opposition: + + + +

    None Recorded -

    Amendments +

    + + + +

    Seconded accepted by proposer
    (none)
    - Seconded awaiting vote
    + Seconded awaiting vote +

    +

    Needing Seconds - (none)
    -

    Quorum:With 509 developers,; Q=22.56 making a quorum of 68Due to the uniqueness of the situation, quorum is yet to be - determined
    Proceedings:John Goerzen has issued a call for vote on June + (none) +

    + + + +

    + + Due to the uniqueness of the situation, quorum is yet to be + determined

    + + + +

    John Goerzen has issued a call for vote on June 29th, 2000. Vote was conducted between October 10th, 2000 and October 24, 2000. -

    Outcome: +

    + + + +

    Per section A.5 ("Expiry") of the constitution, both John Goerzen's General Resolution regarding non-free, and Anthony Towns's amendment thereto, have expired. The recent vote was conducted in error, and its ballots are hereby voided and the results have not been tabulated. -

    +

    + Index: english/vote/2000/vote_0009.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2000/vote_0009.wml,v retrieving revision 1.9 diff -u -r1.9 vote_0009.wml --- english/vote/2000/vote_0009.wml 24 Apr 2005 20:25:11 -0000 1.9 +++ english/vote/2000/vote_0009.wml 23 Nov 2005 15:56:48 -0000 @@ -1,35 +1,37 @@ Superseded: Constitutional amendment: disambiguation of 4.1.5 expired -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposal-0009: Superseded by a GR in 2003

    + + + +

    October 10, 2000

    + + + +

    Branden Robinson + [branden@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:October 10, 2000
    Proposer:Branden Robinson - [branden@debian.org]
    Seconds:
    Text: + + + + +

      4. The Developers by way of General Resolution or election
     
    @@ -66,27 +68,26 @@
      Constitution with such belief necessitating a particular position on the
      issues of special nontechnical documents, their identity, or their
      amendability.
    -	
    Opposition: +

    + + + +

    None Recorded -

    Amendments +

    + + + +

    None Recorded -

    Quorum:(yet to be determined)
    Outcome: -
    +

    + + + +

    (yet to be determined)

    + + + +

    +

    + Index: english/vote/2000/vote_0010.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2000/vote_0010.wml,v retrieving revision 1.9 diff -u -r1.9 vote_0010.wml --- english/vote/2000/vote_0010.wml 24 Apr 2005 20:25:11 -0000 1.9 +++ english/vote/2000/vote_0010.wml 23 Nov 2005 15:56:48 -0000 @@ -1,24 +1,26 @@ Superseded: Constitutional amendment: alternate disambiguation of 4.1.5 expired -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposal-0010: Superseded by a GR in 2003

    + + + +

    October 10, 2000

    + + + +

    Manoj Srivastava + [srivasta@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:October 10, 2000
    Proposer:Manoj Srivastava - [srivasta@debian.org]
    Seconds:
    Text: + + + +
      4. The Developers by way of General Resolution or election
     
    @@ -81,27 +82,26 @@
      Additionally, this also provides for the core, or Foundation, documents of
      the project the same protection against hasty changes that the
      constitution itself enjoys.
    -	
    Opposition: +

    + + + +

    None Recorded -

    Amendments +

    + + + +

    None Recorded -

    Quorum:(yet to be determined)
    Outcome: -
    +

    + + + +

    (yet to be determined)

    + + + +

    +

    + Index: english/vote/2000/vote_0011.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2000/vote_0011.wml,v retrieving revision 1.9 diff -u -r1.9 vote_0011.wml --- english/vote/2000/vote_0011.wml 24 Apr 2005 20:25:11 -0000 1.9 +++ english/vote/2000/vote_0011.wml 23 Nov 2005 15:56:48 -0000 @@ -1,44 +1,46 @@ Superseded: Constitutional amendment: Smith/Condorcet vote tallying expired -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposal-0011: Superseded by a GR in 2003

    + + + +

    December 14th, 18th and 19th, 2000

    + + + +

    Raul Miller + [moth@debian.org]

    + + + +

    Not determined yet.

    + + + +

    Not determined yet.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:December 14th, 18th and 19th, 2000
    Proposer:Raul Miller - [moth@debian.org]
    Seconds:Not determined yet.
    Text:Not determined yet.
    Opposition:None recorded.
    Amendments:None recorded.
    Quorum:Not determined yet.
    Outcome: + + +

    None recorded.

    + + + +

    None recorded.

    + + + +

    Not determined yet.

    + + + +

    "It looks like we're going to wait for Norman Petry's (<npetry@accesscomm.ca>) committee to come up with a set of recommendations for debian's constitution. Until the voting system has @@ -48,6 +50,4 @@ drafted proposal written with the recommendations of the constitutional committee.

    -
    + Index: english/vote/2001/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2001/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- english/vote/2001/index.wml 24 Apr 2005 20:25:11 -0000 1.2 +++ english/vote/2001/index.wml 23 Nov 2005 15:56:48 -0000 @@ -1,7 +1,7 @@ Issues brought up in 2001 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2001', 'list', 'vote_\d*') :> Index: english/vote/2001/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2001/vote_0001.wml,v retrieving revision 1.6 diff -u -r1.6 vote_0001.wml --- english/vote/2001/vote_0001.wml 26 Apr 2005 05:46:41 -0000 1.6 +++ english/vote/2001/vote_0001.wml 23 Nov 2005 15:56:48 -0000 @@ -1,20 +1,28 @@ Leader Elections 2001 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar - - - - - - - - - - - - - - - - - -
    Time Line: - Nomination period: January 24th, 2001 to February 13th, 2001
    - Campaigning period: February 14th, 2001 to March 6th, 2001
    - Voting period: March 7th, 2001 to March 28th, 2001 -
    Nominations: +

    +

    + + + + + + + + + + + + + +
    Nomination periodJanuary 24th, 2001 to February 13th, 2001
    Campaigning periodFebruary 14th, 2001 to March 6th, 2001
    Voting periodMarch 7th, 2001 to March 28th, 2001
    + + +
    1. Branden Robinson [branden@debian.org] [platform] @@ -25,21 +33,20 @@
    2. Bdale Garbee [bdale@debian.org] [platform]
    -
    Quorum:?
    Outcome: + + + +

    ?

    + + + +

    There were 311 valid votes.
    The winner is Ben Collins. -
    -

    - +

    +

    + Graphical rendering of the results

    @@ -49,7 +56,6 @@ Wikipedia entry is fairly informative.

    - Detailed election results. -
    +

    Detailed election results. +

    + Index: english/vote/2001/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2001/vote_0002.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0002.wml --- english/vote/2001/vote_0002.wml 24 Apr 2005 20:25:11 -0000 1.5 +++ english/vote/2001/vote_0002.wml 23 Nov 2005 15:56:48 -0000 @@ -1,28 +1,30 @@ IRC as a Debian communication channel W -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar - - - - - +

    + + - - - - +

    + + - - - - - - - - - - - +

    + -
    Proposer: +

    +

    + + + +

    RaphaКl Hertzog <hertzog@debian.org> -

    Time Line: + +

    Proposal Submission: October 31st, 2001
    Discussion period: November 1st, 2001 to November 14th, 2001
    Voting period: November 15th, 2001 to November 29th, 2001 -

    Sponsors: +
    1. Guillaume Morin <gemorin@debian.org>
    2. Michael D. Ivey <ivey@debian.org> @@ -30,11 +32,10 @@
    3. Gergely Nagy <algernon@debian.org>
    4. Jࣩrࣴme Marant <jerome@marant.org>
    -
    + + +
     
                        PROPOSED GENERAL RESOLUTION
    @@ -110,15 +111,13 @@
         and as such they have to follow the usual Debian policies (adapted
         for IRC habits)
     
    -
    Outcome: + + + +

    \ Withdrawn by the proposer on 14 November 2001. -

    Index: english/vote/2002/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2002/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- english/vote/2002/index.wml 24 Apr 2005 20:25:11 -0000 1.2 +++ english/vote/2002/index.wml 23 Nov 2005 15:56:48 -0000 @@ -1,8 +1,8 @@ Issues brought up in 2002 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2002', 'list', 'vote_\d*') :> Index: english/vote/2002/stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2002/stats.wml,v retrieving revision 1.4 diff -u -r1.4 stats.wml --- english/vote/2002/stats.wml 17 Apr 2002 16:57:38 -0000 1.4 +++ english/vote/2002/stats.wml 23 Nov 2005 15:56:48 -0000 @@ -1,20 +1,22 @@ #use wml::debian::template title="Debian Project Leader Elections 2002 Statistics" BARETITLE="true" - +
    + + - - - + + + - - - - + + + + -
    Ballots ReceivedAcceptedRejectedBallots ReceivedAcceptedRejected Unique Votes
    631 509 122 475 631 509 122 475
    + Graph of the rate at which the votes are received Index: english/vote/2002/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2002/vote_0001.wml,v retrieving revision 1.25 diff -u -r1.25 vote_0001.wml --- english/vote/2002/vote_0001.wml 26 Apr 2005 05:46:41 -0000 1.25 +++ english/vote/2002/vote_0001.wml 23 Nov 2005 15:56:48 -0000 @@ -1,20 +1,22 @@ Debian Project Leader Elections 2002 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: +

    +

    + + + +

    Nomination period: February 6th, 2002 to February 27th, 2002
    Campaigning period: February 28th, 2002 to March 23rd, 2002
    Voting period: March 24th, 2002 to 23:59:59 UTC on April 16th, 2002 -

    Nominations: +

    + + +
    1. Branden Robinson [] [platform] @@ -23,21 +25,20 @@
    2. Bdale Garbee [] [platform]
    -
    Debate:preliminary transcripts: + + + +

    preliminary transcripts: HTML, plain text
    Many Thanks to Ben Collins for conducting the debate, and to Rob Levin and OPN for allowing us to conduct the debate on their network. -

    Data and Statistics:Some +

    + + + +

    Some statistics have been gathered about ballots and acknowledgements periodically during the voting period. Additionally, the list of people for the @@ -48,8 +49,8 @@ A more detailed explanation of the beat matrix may help in understanding the table. -
    - +

    +
    @@ -86,40 +87,44 @@
      1 
    +

    Looking at row 2, column 1, Candidate 2 (RaphaКl Hertzog) received 199 votes over Candidate 1 (Branden Robinson)
    Looking at row 1, column 2, Candidate 1 (Branden Robinson) received 255 votes over Candidate 2 (RaphaКl Hertzog) -

    Quorum:With 939 developers, Q=15.32155, making a quorum of - 45.96466
    Outcome: +

    + + + +

    With 939 developers, Q=15.32155, making a quorum of + 45.96466

    + + + +

    The winner of the election is Bdale Garbee.
    I would like to thank Branden Robinson and RaphaКl Hertzog for their service to the project, for standing for the post of project leader, and for offering the developers a strong and viable group of candidates. +

    -

    - - Graphical rendering of the results - -

    +

    + + Graphical rendering of the results + +

    -

    +

    For understanding the Condorcet method, the Wikipedia entry is fairly informative. -

    +

    Total unique votes cast: 475
    - Pairwise elections won-lost-tied: + Pairwise elections won-lost-tied: +

    +
    @@ -141,6 +146,3 @@
    Branden Robinson 2-1-0votes against in worst defeat/closest victory: 443
    -

    Index: english/vote/2002/platforms/raphael.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2002/platforms/raphael.wml,v retrieving revision 1.15 diff -u -r1.15 raphael.wml --- english/vote/2002/platforms/raphael.wml 31 Jul 2005 17:39:10 -0000 1.15 +++ english/vote/2002/platforms/raphael.wml 23 Nov 2005 15:56:49 -0000 @@ -120,7 +120,7 @@ conditions and that everyone involved is having fun and can be proud of what he did ... -

    Projects for Debian

    +

    Projects for Debian

    My program contains so many items that I can't guarantee that they will all be completed. However I'll do everything possible to see @@ -159,7 +159,7 @@ -


    +

    1. Organisation

    1.1 Sourceforge for Debian developers

    @@ -191,7 +191,7 @@ need to be Debian specific. The only criteria would be that the project must be requested by a Debian developer. -
    +
    As you may know, I have been part of the Debian-QA effort for quite some time and as such, I'd like to make it more popular and more @@ -240,7 +240,7 @@

    All this work can be coordinated through a new "virtual package" in the BTS (much like "wnpp", I have no idea for a name however). -


    +
    Being French, i'm quite aware of localisation (and internationalisation) issues. We still have much work left until we reach full internationalisation. @@ -271,7 +271,7 @@ and to see the kind of information that the new infrastructure should provide (in real time). -
    +
    After years of good reports, Debian recently had some bad publicity about how it managed the security alerts. I'd like to have some improvements. @@ -296,7 +296,7 @@ isn't enough) and it needs to work on setting up the required infrastructure (we don't yet have rbuilders for all the architectures). -
    +
    You all know that we have serious issues with release management. Anthony Towns is not to blame, he has done a great job so far, @@ -357,7 +357,7 @@ scripts" run against "working". "releasable" would be a consistent distribution based on working packages. That is, it shouldn't be far from being ready to release ... -

    Release management +

    Release management

    1.7 Freeze standard ("Debian core packages") regularly

    @@ -373,7 +373,7 @@ should always be ready (if the new version is not ready, then the old one should still be usable). -
    +
    Last but not least, we have to go further for collaborative maintenance of packages. I have two ideas in mind: @@ -447,7 +447,7 @@ -
    +

    2. Communication

    First of all, our internal communication needs to be improved. Some @@ -503,7 +503,7 @@ serves the purpose of debian-mentors but in one's native tongue (it's much friendlier and much easier to find a sponsor in this context). -
    +
    Despite Debian's openness, we aren't much trying to communicate with people outside of Debian; we just let them find themselves on the website what @@ -617,7 +617,7 @@ reinforce relationships with them, just to make sure that the most interesting items are contributed back. -
    +
    That's enough I guess, a year is only 365 days. :-) If you are interested to work on any of those projects, feel free to let me know. Index: english/vote/2003/gr_sec415_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/gr_sec415_stats.wml,v retrieving revision 1.1 diff -u -r1.1 gr_sec415_stats.wml --- english/vote/2003/gr_sec415_stats.wml 31 Oct 2003 00:48:03 -0000 1.1 +++ english/vote/2003/gr_sec415_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,12 +1,14 @@ #use wml::debian::template title="Section 4.1.5 Disambiguation Vote Statistics" BARETITLE="true" - +
    + + - - - - - + + + + + Index: english/vote/2003/gr_voting_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/gr_voting_stats.wml,v retrieving revision 1.3 diff -u -r1.3 gr_voting_stats.wml --- english/vote/2003/gr_voting_stats.wml 17 Oct 2003 06:37:06 -0000 1.3 +++ english/vote/2003/gr_voting_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,21 +1,23 @@ #use wml::debian::template title="Condorcet/Clone Proof SSD Voting Method" BARETITLE="true" -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    +
    + + - - - - - + + + + + - - - - - - + + + + + + @@ -25,20 +27,20 @@ - - - - - + + + + + - -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    221 218 176 174 161 60 221 218 176 174 161 60
    Acks CreatedUnique Votes
    161 161013160 161 161013160
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a zoomed in version.
    Index: english/vote/2003/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- english/vote/2003/index.wml 24 Apr 2005 20:25:11 -0000 1.2 +++ english/vote/2003/index.wml 23 Nov 2005 15:56:49 -0000 @@ -1,6 +1,7 @@ Issues brought up in 2003 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2003', 'list', 'vote_\d*') :> Index: english/vote/2003/leader2003_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/leader2003_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2003_stats.wml --- english/vote/2003/leader2003_stats.wml 17 Oct 2003 06:37:41 -0000 1.2 +++ english/vote/2003/leader2003_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,27 +1,29 @@ #use wml::debian::template title="Debian Project Leader Elections 2003 Statistics" BARETITLE="true" - +
    + + - - - + + + - - - - - + + + + + - - - - - - + + + + + + @@ -31,20 +33,20 @@ - - - - + + + + - -
    Ballots ReceivedAcceptedRejectedBallots ReceivedAcceptedRejected Unique Votes
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    710 710 533 533 510 200 710 710 533 533 510 200
    Acks CreatedUnique Votes
    510 507323 510 507323 488
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a zoomed in version.
    Index: english/vote/2003/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/vote_0001.wml,v retrieving revision 1.26 diff -u -r1.26 vote_0001.wml --- english/vote/2003/vote_0001.wml 26 Apr 2005 05:46:41 -0000 1.26 +++ english/vote/2003/vote_0001.wml 23 Nov 2005 15:56:49 -0000 @@ -1,43 +1,43 @@ Debian Project Leader Elections 2003 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - +

    +

    + + + +
    - - - - - - - - -
    Nomination period: + Nomination period: January 24th 00:00:01 UTC, 2003 + January 24th 00:00:01 UTC, 2003 February 14th 00:00:00 UTC, 2003 + February 14th 00:00:00 UTC, 2003
    Campaigning period: + Campaigning period: February 14th 00:00:01 UTC, 2003 + February 14th 00:00:01 UTC, 2003 March 8th 00:00:00 UTC, 2003 + March 8th 00:00:00 UTC, 2003
    Voting period: + Voting period: March 8th, 00:00:01 UTC, 2003 + March 8th, 00:00:01 UTC, 2003 March 30th 00:00:00 UTC, 2003 + March 30th 00:00:00 UTC, 2003
    -
    Nominations: + + +
    1. Moshe Zadka [] [platform] @@ -51,11 +51,9 @@

      The ballot can be received through email by emailing ballot@vote.debian.org with the subject leader2003.

      -
    Debate: + + +

    Scheduled for March 7th, 22:00:00 UTC, 2003, on the IRC server irc.freenode.net. There @@ -79,11 +77,10 @@

  • #debian-dpl-debate
  • #debian-dpl-discuss
  • -
    Data and Statistics:Some + + + +

    Some statistics are being gathered about ballots and acknowledgements periodically during the voting period. Additionally, the @@ -96,8 +93,8 @@ more detailed explanation of the beat matrix may help in understanding the table. -
    - +

    +
    @@ -147,21 +144,22 @@
      1 
    +

    Looking at row 2, column 1, Candidate 2 (Bdale Garbee) received 428 votes over Candidate 1 (Moshe Zadka)
    Looking at row 1, column 2, Candidate 1 (Moshe Zadka) received 34 votes over Candidate 2 (Bdale Garbee). -

    Quorum:With 831 developers, Q=14.41353531, making a quorum +

    + + + +

    With 831 developers, Q=14.41353531, making a quorum of 43.2406059, or, rounding up, 44. Only one candidate failed to - win by a margin greater than the quorum.

    Outcome: + win by a margin greater than the quorum.

    + + + +

    The winner of the election is Martin Michlmayr.
    I would like to thank Moshe Zadka, Branden Robinson and Bdale Garbee for their service to the project, for @@ -169,8 +167,8 @@ offering the developers a strong and viable group of candidates. -

    - +

    + Graphical rendering of the results

    @@ -183,7 +181,7 @@

    Total unique votes cast: 488, which is 58.60409% of all possible votes.
    Pairwise elections won-lost-tied: - +
    @@ -222,7 +220,3 @@ 4 beats 3: 237 226 = 11
    4 beats 5: 424 39 = 385

    - - - -
    Moshe Zadka 1-3-0
    Index: english/vote/2003/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/vote_0002.wml,v retrieving revision 1.25 diff -u -r1.25 vote_0002.wml --- english/vote/2003/vote_0002.wml 24 Apr 2005 20:25:11 -0000 1.25 +++ english/vote/2003/vote_0002.wml 23 Nov 2005 15:56:49 -0000 @@ -1,30 +1,28 @@ Constitutional Amendment: Condorcet/Clone Proof SSD Voting Method F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Constitutional Amendment: Condorcet/Clone Proof SSD Voting Method

    +

    +

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +

    + - -
    Date:Proposed: May 16th, 2003
    + + +

    Proposed: May 16th, 2003
    Discussion Starts: Fri May 16 23:59:59 UTC 2003
    Call For votes : Fri June 6 23:59:59 UTC 2003
    Voting Ends: Fri June 20 23:59:59 UTC 2003
    -

    Proposer:Manoj Srivastava +

    + + + +

    Manoj Srivastava [srivasta@debian.org] -

    Seconds: +

    + + +
    1. Joel Baker [fenton@debian.org] @@ -56,14 +54,14 @@
    2. Ian Jackson [ijackson@chiark.greenend.org.uk]
    -
    Text: + + + +

    In response to a query, Buddha Buck has provided a summary of the rationale for this GR. The actual text of the GR is: +

     Under 4.2 Procedure [for developers during a general resolution or
    @@ -200,20 +198,19 @@
     ______________________________________________________________________
     
     	    
    -
    Amendments:None recorded.
    Quorum:With 804 developers, Q=14.1774468788, making a quorum - of 42.5323406364, or, rounding up, 43.
    Data and Statistics:Some + + + +

    None recorded.

    + + + +

    With 804 developers, Q=14.1774468788, making a quorum + of 42.5323406364, or, rounding up, 43.

    + + + +

    Some statistics are being gathered about ballots and acknowledgements periodically during the voting period. Additionally, the @@ -223,11 +220,11 @@ the voters may check their votes were tallied. The tally sheet is also present. -

    Outcome: +

    + + + +

    There were a total of 160 unique votes cast. 144 votes were cast in favour of the resolution, handily meeting the requirement of 42.53 (This makes for 3.3856589 @@ -236,11 +233,9 @@ super majority, which is in excess of the required 3:1 majority.
    This resolution, thus, passes. -

    Manoj Srivastava Index: english/vote/2003/vote_0003.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/vote_0003.wml,v retrieving revision 1.22 diff -u -r1.22 vote_0003.wml --- english/vote/2003/vote_0003.wml 26 Apr 2005 05:46:41 -0000 1.22 +++ english/vote/2003/vote_0003.wml 23 Nov 2005 15:56:49 -0000 @@ -1,30 +1,29 @@ Constitutional Amendment: Disambiguation of Section 4.1.5 F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Constitutional Amendment: Disambiguation of Section 4.1.5

    +

    +

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date:Proposed: September 29th, 2003
    + + + +

    Proposed: September 29th, 2003
    Discussion Starts: Tue Sep 30 23:59:59 UTC 2003
    Call For votes : Thu Oct 16 00:00:00 UTC
    Voting Ends: Wed Oct 29 23:59:59 UTC 2003
    -

    Proposal A Proposer:Manoj Srivastava +

    + + + +

    Manoj Srivastava [srivasta@debian.org] -

    Proposal A Seconds: +

    + + +
    1. Andrew Suffield [asuffield@debian.org] @@ -45,17 +44,15 @@ [sfllaw@debian.org]
    -
    Proposal B Proposer:Branden Robinson + + + +

    Branden Robinson [branden@debian.org] -

    Proposal B Seconds: +

    + + +
    1. Bob Hilliard [hilliard@debian.org] @@ -76,17 +73,14 @@ [voss@debian.org]
    -
    Proposal C Proposer:Branden Robinson + + +

    Branden Robinson [branden@debian.org] -

    Proposal C Seconds: +

    + + +
    1. Manoj Srivastava [srivasta@debian.org] @@ -107,19 +101,18 @@ [sfllaw@debian.org]
    -
    Proposal A: + + + +

    Clarifies status of non-technical documents. Creates Foundation Documents class which requires 3:1 majority to change and includes the Social Contract and the DFSG. -

      + +

    +

    The actual text of the proposal A is: +

     ======================================================================
     
    @@ -173,20 +166,19 @@
     ______________________________________________________________________
     
     	    
    -
    Proposal B: + + + +

    Clarifies status of non-technical documents. Does *not * create a class of Foundation Documents. -

      + +

    +

    The actual text of the Proposal B is: +

     ======================================================================
    @@ -223,20 +215,20 @@
     ______________________________________________________________________
     
     	    
    -
    Proposal C: + + + +

    Clarifies status of non-technical documents. Creates Foundation Documents class which requires 3:1 majority to change and includes _only_ the Social Contract, and *not* the DFSG. -

      + + +

    +

    The actual text of the Proposal C is: +

     
     ======================================================================
    @@ -285,11 +277,10 @@
     ______________________________________________________________________
     
     	    
    -
    Quorum: + + + +

    With 928 developers, we have:

    @@ -299,24 +290,22 @@
     Option 1 Reached quorum: 198 > 45.6946386351835
     Option 2 Reached quorum: 164 > 45.6946386351835
     Option 3 Reached quorum: 158 > 45.6946386351835
    -	    
    -
    Majority Requirement:All three of these proposals require a 3:1 + + + + +

    All three of these proposals require a 3:1 majority, since they modify the constitution. -

    +
     Option 1 passes Majority.               5.500 (198/36) > 3
     Dropping Option 2 because of Majority.  2.733 (164/60) < 3
     Dropping Option 3 because of Majority.  2.324 (158/68) < 3
    -	    
    -
    Data and Statistics:Some + + + + +

    Some statistics have been gathered about ballots and acknowledgements periodically during the voting period. Additionally, the @@ -325,21 +314,20 @@ who have voted is available. The tally sheet is also present. -

      
    Outcome: +

    + + +

     

    + -

    + +

    + +

    The winner is: Option 1 Proposal A [3:1 majority needed] -

    -

    - +

    +

    + Graphical rendering of the results

    @@ -354,7 +342,7 @@ Wikipedia entry is fairly informative.

    - +
    @@ -404,11 +392,8 @@ Option 2 defeats Option 4 by 104
    Option 3 defeats Option 4 by 90

    - - + - -
    The Beat Matrix
    Manoj Srivastava Index: english/vote/2003/platforms/moshez.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2003/platforms/moshez.wml,v retrieving revision 1.6 diff -u -r1.6 moshez.wml --- english/vote/2003/platforms/moshez.wml 9 Jan 2005 02:23:14 -0000 1.6 +++ english/vote/2003/platforms/moshez.wml 23 Nov 2005 15:56:49 -0000 @@ -2,10 +2,11 @@

    Platform

    +

    Do nothing unless you must, and when you must act -- hesitate. (Isaac Asimov, Foundation's Edge) +

    -

    General

    As Debian Project Leader, I promise to do as little as Index: english/vote/2004/gr_editorial_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/gr_editorial_stats.wml,v retrieving revision 1.1 diff -u -r1.1 gr_editorial_stats.wml --- english/vote/2004/gr_editorial_stats.wml 26 Apr 2004 02:05:18 -0000 1.1 +++ english/vote/2004/gr_editorial_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,23 +1,25 @@ #use wml::debian::template title="General Resolution: Editorial changes to the Social Contract Vote" BARETITLE="true" #include "$(ENGLISHDIR)/vote/style.inc" - +
    + + - - - - - + + + + + - - - - - - + + + + + + @@ -27,20 +29,20 @@ - - - - - + + + + + - -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    244 244 225 225 216 28 244 244 225 225 216 28
    Acks CreatedUnique Voters
    216 21519 214 216 21519 214
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a Zoomed in version.
    A tally sheet is Index: english/vote/2004/gr_non_free_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/gr_non_free_stats.wml,v retrieving revision 1.3 diff -u -r1.3 gr_non_free_stats.wml --- english/vote/2004/gr_non_free_stats.wml 26 Apr 2004 02:05:18 -0000 1.3 +++ english/vote/2004/gr_non_free_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,23 +1,25 @@ #use wml::debian::template title="General Resolution: Status of the non-free section Vote" BARETITLE="true" #include "$(ENGLISHDIR)/vote/style.inc" - +
    + + - - - - - + + + + + - - - - - - + + + + + + @@ -27,20 +29,20 @@ - - - - - + + + + + - -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    563 563 502 502 491 72 563 563 502 502 491 72
    Acks CreatedUnique Voters
    491 490111 482 491 490111 482
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a Zoomed in version.
    A tally sheet is Index: english/vote/2004/gr_sarge_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/gr_sarge_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_sarge_stats.wml --- english/vote/2004/gr_sarge_stats.wml 7 Jul 2004 20:54:22 -0000 1.2 +++ english/vote/2004/gr_sarge_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,23 +1,25 @@ #use wml::debian::template title="General Resolution: Sarge Release Schedule in view of GR 2004-003" BARETITLE="true" #include "$(ENGLISHDIR)/vote/style.inc" - +
    + + - - - - - + + + + + - - - - - - + + + + + + @@ -27,22 +29,22 @@ - - - - - + + + + + - -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    468 467 419 419 415 52468467419419415 52
    Acks CreatedUnique Voters
    415 41324 39641541324396
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a Zoomed in version.
    A tally sheet is Index: english/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- english/vote/2004/index.wml 24 Apr 2005 20:25:11 -0000 1.2 +++ english/vote/2004/index.wml 23 Nov 2005 15:56:49 -0000 @@ -1,6 +1,7 @@ Issues brought up in 2004 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: english/vote/2004/leader2004_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/leader2004_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2004_stats.wml --- english/vote/2004/leader2004_stats.wml 26 Apr 2004 02:05:18 -0000 1.2 +++ english/vote/2004/leader2004_stats.wml 23 Nov 2005 15:56:49 -0000 @@ -1,23 +1,25 @@ #use wml::debian::template title="Debian Project Leader Elections 2004" BARETITLE="true" #include "$(ENGLISHDIR)/vote/style.inc" - +
    + + - - - - - + + + + + - - - - - - + + + + + + @@ -27,21 +29,21 @@ - - - - - + + + + - -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    558 558 510 510 506 52 558 558 510 510 506 52
    Acks CreatedUnique Voters
    506 50334 482 + 506 50334 482
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a Zoomed in version.
    A tally sheet is Index: english/vote/2004/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/vote_001.wml,v retrieving revision 1.20 diff -u -r1.20 vote_001.wml --- english/vote/2004/vote_001.wml 24 Apr 2005 20:25:11 -0000 1.20 +++ english/vote/2004/vote_001.wml 23 Nov 2005 15:56:49 -0000 @@ -1,15 +1,14 @@ Debian Project Leader Elections 2004 F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Debian Project Leader Elections 2004

    - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - +

    +

    Elections 2004

    + + +
    @@ -28,11 +27,9 @@
    Nomination period: February 7th 00:00:01 UTC, 2004

    Please note that the new term for the project leader shall start on April 17th, 2004.

    -
    Nominations: + + +
    1. Martin Michlmayr [] [platform]
    2. @@ -44,11 +41,10 @@

      The ballot can be received through email by emailing ballot@vote.debian.org with the subject leader2004.

      -
    Data and Statistics: + + + +

    Some statistics are being gathered about ballots and acknowledgements @@ -58,11 +54,11 @@ who have voted is available. The tally sheet is also present. -

    Quorum: +

    + + + +

    With 911 developers, we have:

    @@ -77,21 +73,18 @@
     Option 3 Reached quorum: 442 > 45.2741648183597
     
                 
    -
    Majority Requirement:All three of these proposals require a simple majority. + + + +

    All three of these proposals require a simple majority.

     Dropping Option 1 because of Majority.  0.558 (144/258) <= 1
     Option 2 passes Majority.               5.629 (394/70) > 1
     Option 3 passes Majority.              17.000 (442/26) > 1
     	    
    -
    Outcome: + + +

    The winner of the election is Martin Michlmayr

    I would like to thank Branden Robinson and @@ -100,7 +93,7 @@ offering the developers a strong and viable group of candidates.

    -

    +

    Graphical rendering of the results @@ -121,7 +114,7 @@ - +
    @@ -178,6 +171,4 @@ Option 3 defeats Option 4 by ( 442 - 26) = 416 votes.

    - - -
    Option
    + Index: english/vote/2004/vote_002.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/vote_002.wml,v retrieving revision 1.21 diff -u -r1.21 vote_002.wml --- english/vote/2004/vote_002.wml 24 Apr 2005 20:25:11 -0000 1.21 +++ english/vote/2004/vote_002.wml 23 Nov 2005 15:56:49 -0000 @@ -1,17 +1,15 @@ General Resolution: Status of the non-free section F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    General Resolution: Status of the non-free section

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - + +
    @@ -28,17 +26,15 @@
    Proposal and amendment January, 2004Sunday, March 21st, 23:59:59 UTC, 2004
    -
    Proposer:Andrew Suffield + + + +

    Andrew Suffield [asuffield@debian.org] -

    Seconds: +

    + + +
    1. Scott James Remnant [keybuk@debian.org] @@ -62,31 +58,31 @@ [voss@debian.org]
    -
    Text: + + + +

    The actual text of the GR is: +

      The next release of Debian will not be accompanied by a non-free
      section; there will be no more stable releases of the non-free
      section. The Debian project will cease active support of the
      non-free section. Clause 5 of the social contract is repealed.
     	    
    +

    Since this modifies the Social Contract, this requires a 3:1 majority to pass. -

    Amendment Proposer:Anthony Towns +

    + + + +

    Anthony Towns [ajt@debian.org] -

    Amendment Seconds: +

    + + +
    1. Stephen Stafford [bagpuss@debian.org] @@ -125,11 +121,10 @@ [hamish@debian.org]
    -
    Amendment Text: + + + +

    The actual text of the amendment is:

    @@ -141,15 +136,16 @@
     our archive for packaged versions of such software, and to providing the
     use of our infrastructure (such as our bug-tracking system and mailing
     lists) to help with the maintenance of non-free software packages.
    -	    
    + +

    The Rationale for the amendment is also available.
    This amendment only requires a simple majority to pass. -

    Quorum: +

    + + + +

    With 908 developers, we have: @@ -164,11 +160,10 @@ Option 1 Reached quorum: 199 > 45.1995575199581 Option 2 Reached quorum: 304 > 45.1995575199581 -

    Data and Statistics: + + + +

    Some statistics are being gathered about ballots and acknowledgements @@ -178,30 +173,25 @@ who have voted is available. The tally sheet is also present. -

      
    Majority Requirement:Option 1 requires a 3:1 majority, since it modifies the +

    + + + + +

    Option 1 requires a 3:1 majority, since it modifies the Social contract, a foundation document.

     Dropping Option 1 because of Majority.  0.765 (199/260) <= 3
     Option 2 passes Majority.               1.949 (304/156) > 1
     	    
    -
    Outcome: -

    + + + +

    The winner is: Option 2 Choice 2: Re-affirm support for non-free -

    - +

    +
    @@ -236,10 +226,7 @@ Option 3 defeats Option 1 by ( 260 - 199) = 61 votes.
    Option 2 defeats Option 3 by ( 304 - 156) = 148 votes.

    - - - -
    The Beat Matrix
    +
    Manoj Srivastava Index: english/vote/2004/vote_003.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/vote_003.wml,v retrieving revision 1.9 diff -u -r1.9 vote_003.wml --- english/vote/2004/vote_003.wml 24 Apr 2005 20:25:11 -0000 1.9 +++ english/vote/2004/vote_003.wml 23 Nov 2005 15:56:49 -0000 @@ -1,17 +1,15 @@ General Resolution: Editorial amendments to the social contract F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    General Resolution: Editorial amendments to the social contract

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - + +
    @@ -28,17 +26,15 @@
    Proposal and amendment January, 2004Sunday, April 25st, 23:59:59 UTC, 2004
    -
    Proposer:Andrew Suffield + + + +

    Andrew Suffield [asuffield@debian.org] -

    Seconds: +

    + + +
    1. Chad C. Walstrom [chewie@debian.org] @@ -56,11 +52,10 @@ [voss@debian.org]
    -
    Text: + + + +

    Expanded explanation of these amendments is available; the actual text of the GR is:

    The Social Contract text shall be replaced with:
    @@ -115,13 +110,14 @@ and provide infrastructure for non-free packages (such as our bug tracking system and mailing lists). +

    Since this modifies the Social Contract, this requires a 3:1 majority to pass. -

    Quorum: +

    + + + +

    With 911 developers, we have: @@ -133,11 +129,10 @@ Option 1 Reached quorum: 174 > 45.2741648183597 -

    Data and Statistics: + + + +

    Some statistics are being gathered about ballots and acknowledgements periodically during the voting period. Additionally, the @@ -147,25 +142,23 @@ tally sheet is also present (Note that while the vote is in progress it is a dummy tally sheet). -

    Majority Requirement: +

    + + + +

    This proposal requires a 3:1 majority, since it modifies the Social contract, a foundation document.

     Option 1 passes Majority.               4.462 (174/39) > 3
     	    
    -
    Outcome: -

    + + + +

    The winner is: Option 1 Choice 1: Change the Social Contract [3:1 majority needed] -

    - +

    +
    @@ -190,10 +183,6 @@ Option 1 defeats Option 2 by ( 174 - 39) = 135 votes.

    - - - -
    The Beat Matrix
    Manoj Srivastava Index: english/vote/2004/vote_004.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/vote_004.wml,v retrieving revision 1.57 diff -u -r1.57 vote_004.wml --- english/vote/2004/vote_004.wml 26 Apr 2005 05:46:41 -0000 1.57 +++ english/vote/2004/vote_004.wml 23 Nov 2005 15:56:49 -0000 @@ -1,17 +1,14 @@ General Resolution: Sarge Release Schedule in view of GR 2004-003 F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    General Resolution: Sarge Release Schedule in view of GR 2004-003

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - +

    +

    + + +
    @@ -28,17 +25,15 @@
    Proposal and amendment Wednesday, April 28th, 2004Friday, July 2nd, 23:59:59 UTC, 2004
    -
    Proposal A Proposer:Steve Langasek + + + +

    Steve Langasek [vorlon@debian.org] -

    Proposal A Seconds: +

    + + +
    1. Joe Wreschnig [piman@debian.org] @@ -74,17 +69,15 @@ [andrelop@debian.org]
    -
    Proposal B Proposer:Duncan Findlay + + + +

    Duncan Findlay [duncf@debian.org] -

    Proposal B Seconds: +

    + + +
    1. Xavier Roche [xavier@debian.org] @@ -105,17 +98,15 @@ [wouter@debian.org]
    -
    Proposal C Proposer:Colin Watson + + + +

    Colin Watson [cjwatson@debian.org] -

    Proposal C Seconds: +

    + + +
    1. Guido Trotter [ultrotter@debian.org] @@ -142,17 +133,15 @@ [hmh@debian.org]
    -
    Proposal D Proposer:Craig Sanders + + + +

    Craig Sanders [cas@debian.org] -

    Proposal D Seconds: +

    + + +
    1. Xavier Roche [xavier@debian.org] @@ -185,17 +174,15 @@ [tytso@debian.org]
    -
    Proposal E Proposer:Manoj Srivastava + + + +

    Manoj Srivastava [srivasta@debian.org] -

    Proposal E Seconds: +

    + + +
    1. Andreas Barth [aba@debian.org] @@ -246,17 +233,15 @@ [tb@debian.org]
    -
    Proposal F Proposer:Andrew Suffield + + + +

    Andrew Suffield [asuffield@debian.org] -

    Proposal F Seconds: +

    + + +
    1. Graham Wilson [graham@debian.org] @@ -274,20 +259,18 @@ [branden@debian.org]
    -
    Proposal A: + + + +

    Puts the recent changes made in the social contract in abeyance for a fixed time period. (Choice 1 on the ballot) -

      +

    + + +

    The actual text of the GR is:

    - The Debian Project,
    + The Debian Project,

    affirming its commitment to principles of freeness for all works it distributes, @@ -363,18 +346,16 @@

    Since this modifies the Social Contract, this requires a 3:1 majority to pass.

    -
    Proposal B: + + + +

    Puts the recent changes made in the social contract in abeyance for the next release of Debian. (Choice 2 on the ballot) -

      +

    + + +

    The actual text of the GR is:

    The Debian Project,

    @@ -427,19 +408,17 @@

    Since this modifies the Social Contract, this requires a 3:1 majority to pass.

    -
    Proposal C: + + + +

    Puts in an apology for the current release, code named sarge, for not following the social contract. (Choice 3 on the ballot) -

      +

    + + +

    The actual text of the GR is:

    The Debian Project,

    @@ -541,18 +520,15 @@

    Since this modifies the Social Contract, this requires a 3:1 majority to pass.

    -
    Proposal D: + + + +

    Rescinds the previous GR, reverting to the version 1.0 of the social contract. (Choice 4 on the ballot) -

      +

    + +

    This amendment deletes everything but clause 1 of proposal A. The actual text of the GR is:

    @@ -633,18 +609,16 @@

    Since this modifies the Social Contract, this requires a 3:1 majority to pass.

    -
    Proposal E: + + + +

    Creates a foundation document to provide guidelines for handling changes in foundation documents. (Choice 5 on the ballot) -

      +

    + + +

    The actual text of the GR is:

    I propose we adopt a foundation document that tries to @@ -693,7 +667,7 @@ foundation document be the following:

    -

    +

    Transition Guide

    A working guide to achieve the transition for changes in Foundation documents
    containing explanations and Rationale, and defining
    @@ -836,18 +810,16 @@

    Since this modifies the Constitution, this requires a 3:1 majority to pass.

    -
    Proposal F: + + + +

    Reaffirms the current Social Contract, and not compromise on future releases. -

      +

    + + +

    The actual text of the GR is:

    This amendment replaces the full text of the proposal with:

    @@ -858,11 +830,10 @@ or contrib sections which is not free software according to the DFSG.

    -
    Quorum: + + + +

    With 909 developers, we have: @@ -879,11 +850,10 @@ Option 5 Reached quorum: 258 > 45.224440295044 Option 6 Reached quorum: 155 > 45.224440295044 -

    Data and Statistics: + + + +

    Some statistics are being gathered about ballots and acknowledgements periodically during the voting period. Additionally, the @@ -893,11 +863,11 @@ tally sheet is also present (Note that while the vote is in progress it is a dummy tally sheet). -

    Majority Requirement: +

    + + + +

    All proposals, except F, require a 3:1 majority, since they modify either the Social contract, or the Debian Constitution, both foundation documents. @@ -911,14 +881,12 @@ Dropping Option 5 because of Majority. 2.434 (258/106) <= 3 Dropping Option 6 because of Majority. 0.824 (155/188) <= 1 -

    Outcome: -

    The winner is: Option 2 Choice 2: Postpone changes until Sarge releases [needs 3:1]

    -

    + + +

    The winner is: Option 2 Choice 2: Postpone changes until Sarge releases [needs 3:1]

    + +

    Graphical rendering of the results @@ -937,7 +905,7 @@

    - +
    @@ -1022,10 +990,7 @@
    The Beat Matrix
    -
    +
    Manoj Srivastava Index: english/vote/2004/vote_005.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/vote_005.wml,v retrieving revision 1.7 diff -u -r1.7 vote_005.wml --- english/vote/2004/vote_005.wml 24 Apr 2005 20:25:11 -0000 1.7 +++ english/vote/2004/vote_005.wml 23 Nov 2005 15:56:49 -0000 @@ -1,16 +1,14 @@ General Resolution: Force AMD64 architecture into Sarge W #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    General Resolution: Force AMD64 architecture into Sarge

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - +

    +

    + + +
    @@ -27,17 +25,15 @@
    Proposal and amendment Tuesday, July 13th, 2004 2004
    -
    Proposal 1 Proposer:Josselin Mouette + + + +

    Josselin Mouette [joss@debian.org] -

    Proposal 1 Seconds: +

    + + +
    1. Robert Millan [rmh@debian.org] @@ -52,17 +48,15 @@ [formorer@debian.org]
    -
    Proposal 1: + + + +

    Force the AMD64 into Sarge and into Sid, overriding policy violations. -

      +

    + + +

    The actual text of the GR is:

    The Debian Project,

    @@ -125,26 +119,23 @@ responsible would just do it, thereby making this resolution superfluous.

    -
    Quorum:To be calculated
    Data and Statistics:Not yet being collected.
    Majority Requirement:No special majority requirements hold for this vote.
    Outcome:Not yet decided
    + + + +

    To be calculated

    + + + +

    Not yet being collected.

    + + + +

    No special majority requirements hold for this vote.

    + + + +

    Not yet decided

    +
    Manoj Srivastava Index: english/vote/2004/platforms/tbm.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2004/platforms/tbm.wml,v retrieving revision 1.5 diff -u -r1.5 tbm.wml --- english/vote/2004/platforms/tbm.wml 21 Jun 2004 13:46:16 -0000 1.5 +++ english/vote/2004/platforms/tbm.wml 23 Nov 2005 15:56:50 -0000 @@ -108,8 +108,8 @@

    -Photo of Martin +Photo of Martin As argued before, coordination requires a large range of information. In order to coordinate a project like Debian you have to keep track of what is going on and what remains to be done. Index: english/vote/2005/Log-debian-dpl-debate.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2005/Log-debian-dpl-debate.wml,v retrieving revision 1.9 diff -u -r1.9 Log-debian-dpl-debate.wml --- english/vote/2005/Log-debian-dpl-debate.wml 16 Oct 2005 15:25:32 -0000 1.9 +++ english/vote/2005/Log-debian-dpl-debate.wml 23 Nov 2005 15:56:50 -0000 @@ -5,7 +5,7 @@

    Debian Project Leader Debate, 2005

    -

    Debate Transcript

    +

    Debate Transcript

    Introduction

    Helen:
    @@ -38,7 +38,7 @@
    -

    Debate Part 1 - Question and Answers

    +

    Debate Part 1 - Question and Answers

    Release Cycle Strategy

    @@ -667,9 +667,9 @@
    -

    Debate Part 2 - Question and Discussion

    +

    Debate Part 2 - Question and Discussion

    -
    +
    [07:10:21] AndreasSchuldei
    Due to a self-inflicted irc fuck-up i managed to ignore Index: english/vote/2005/index.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2005/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- english/vote/2005/index.wml 24 Apr 2005 20:25:11 -0000 1.2 +++ english/vote/2005/index.wml 23 Nov 2005 15:56:50 -0000 @@ -1,7 +1,7 @@ Issues brought up in 2005 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::votebar #use wml::debian::recent_list -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2005', 'list', 'vote_\d*') :> Index: english/vote/2005/leader2005_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2005/leader2005_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2005_stats.wml --- english/vote/2005/leader2005_stats.wml 11 Apr 2005 17:40:30 -0000 1.2 +++ english/vote/2005/leader2005_stats.wml 23 Nov 2005 15:56:50 -0000 @@ -1,23 +1,25 @@ #use wml::debian::template title="Debian Project Leader Elections 2005" BARETITLE="true" #include "$(ENGLISHDIR)/vote/style.inc" - +
    + + - - - - - + + + + + - - - - - - + + + + + + @@ -27,21 +29,21 @@ - - - - + + + + - - -
    Ballots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes TalliedBallots ReceivedMIME DecodedPassed Sig CheckPassed LDAP CheckVotes Tallied Rejects Sent
    600 600 535 534 531 69 600 600 535 534 531 69
    Acks CreatedUnique Voters
    531 52833 531 52833 504
    + Graph of the
                 rate at which the votes are received
    + Click on the image above to get a Zoomed in version.
    A tally sheet is available. While the voting is still open the tally is a @@ -55,7 +57,7 @@
    + Graph of the
                   standings of the candidates Index: english/vote/2005/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2005/vote_001.wml,v retrieving revision 1.26 diff -u -r1.26 vote_001.wml --- english/vote/2005/vote_001.wml 12 Jun 2005 13:16:24 -0000 1.26 +++ english/vote/2005/vote_001.wml 23 Nov 2005 15:56:50 -0000 @@ -1,16 +1,14 @@ Debian Project Leader Elections 2005 F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar - -

    Debian Project Leader Elections 2005

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - +

    +

    + + +
    @@ -29,11 +27,9 @@
    Nomination period: February 7th 00:00:01 UTC, 2005

    Please note that the new term for the project leader shall start on April 17th, 2005.

    -
    Nominations: + + +
    1. Matthew Garrett [] [platform]
    2. @@ -51,11 +47,9 @@

      The ballot, when ready, can be received through email by emailing ballot@vote.debian.org with the subject leader2005.

      -
    Debate: + + +

    The debates this year were orchestrated by Helen Faulkner and Martin Krafft. I would like to extend the @@ -93,12 +87,11 @@

  • #debian-dpl-moderator
  • #debian-dpl-replies
  • -
    Data and Statistics: + + + +

    This year, like always, some statistics shall be gathered about ballots received and acknowledgements sent @@ -114,11 +107,11 @@ corresponding voter when the acknowledgement of the ballot was sent so that people may verify that their votes are correct. -

    Quorum: +

    + + + +

    With 965 developers, we have:

    @@ -135,11 +128,10 @@
     Option 6 Reached quorum: 346 > 46.5966737010272
     
                 
    -
    Majority Requirement: All candidates would need a simple majority to be eligible. + + + +

    All candidates would need a simple majority to be eligible.

     Dropping Option 1 because of Majority.  0.332 (112/337) <= 1
     Option 2 passes Majority.               5.120 (384/75) > 1
    @@ -148,11 +140,9 @@
     Option 5 passes Majority.               1.418 (261/184) > 1
     Option 6 passes Majority.               2.883 (346/120) > 1
     	    
    -
    Outcome: + + +

    The winner of the election is Branden Robinson

    I would like to thank all the candidates for their @@ -160,8 +150,8 @@ project leader, and for offering the developers a strong and viable group of candidates.

    -

    - +

    + Graphical rendering of the results

    @@ -187,10 +177,10 @@
  • Option 6 "Andreas Schuldei"
  • Option 7 "None of the Above"
  • - - +
    The Beat Matrix
    + - + @@ -314,6 +304,4 @@ the constitution, specifically, ╖ A.6.

    - - -
    The Beat Matrix
    OptionOption
     
    + Index: english/vote/2005/platforms/mjg59.wml =================================================================== RCS file: /cvs/webwml/webwml/english/vote/2005/platforms/mjg59.wml,v retrieving revision 1.3 diff -u -r1.3 mjg59.wml --- english/vote/2005/platforms/mjg59.wml 11 Mar 2005 04:31:45 -0000 1.3 +++ english/vote/2005/platforms/mjg59.wml 23 Nov 2005 15:56:56 -0000 @@ -199,13 +199,14 @@ should delegate tasks effectively. Anthony Towns says:

    +

    It's my belief that Debian could be improved here simply by giving delegates clear authority to make decisions over their areas of expertise, and accepting that others are expected to persuade or convince delegates and maintainers that something should be done in some particular way. +

    -

    And the Branden Robinson / Andreas Schuldei "Scud" proposals to appoint a team of delegates to perform many of the DPL's roles @@ -236,10 +237,11 @@ not to undertake those jobs themselves. Andreas says:

    +

    smaller tasks are micro-delegated to the team member that is most appropriate for it. +

    -

    Instead, I would argue that tasks should be delegated to the project member that is most appropriate. Appointing Index: french/vote/howto_follow.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/howto_follow.wml,v retrieving revision 1.8 diff -u -r1.8 howto_follow.wml --- french/vote/howto_follow.wml 6 May 2005 18:33:14 -0000 1.8 +++ french/vote/howto_follow.wml 23 Nov 2005 15:56:58 -0000 @@ -1,7 +1,6 @@ #use wml::debian::template title="ProcИdure pour les rИsolutions standards" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::translation-check translation="1.10" maintainer="Nicolas Bertolissio" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc"

    ProcИdure pour les rИsolutions standards

    Index: french/vote/howto_proposal.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/howto_proposal.wml,v retrieving revision 1.18 diff -u -r1.18 howto_proposal.wml --- french/vote/howto_proposal.wml 6 May 2005 18:33:14 -0000 1.18 +++ french/vote/howto_proposal.wml 23 Nov 2005 15:56:58 -0000 @@ -1,10 +1,9 @@ #use wml::debian::template title="Votes Debian - Soumettre une proposition" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.16" maintainer="Christian Couder" -

    Les directives

    +

    Les directives

    Ne pas suivre certaines de ces Иtapes n'entraНnera pas la disqualification d'une proposition. Index: french/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/index.wml,v retrieving revision 1.12 diff -u -r1.12 index.wml --- french/vote/index.wml 12 Jun 2005 13:16:24 -0000 1.12 +++ french/vote/index.wml 23 Nov 2005 15:56:58 -0000 @@ -1,18 +1,17 @@ #use wml::debian::template title="Informations sur les votes dans Debian" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.19" translation_maintainer="Christian Couder"

    Informations sur les votes dans Debian

    - ═ ═

    +

    Le Projet Debian a un systХme de gestion des votes (╚ DEbian VoTe EnginE ╩ [devotee]) qui donne l'Иtat des RИsolutions GИnИrales en cours et les rИsultats des scrutins prИcИdents. - ═ ═

    +

    L'Иtat des RИsolutions GИnИrales en cours comprend la @@ -44,11 +43,14 @@ Pour simplifier, la mИthode originale de Condorcet peut Йtre dИcrite comme ceci :

    -
    ConsidИrez tous les scrutins possibles comprenant +
    +

    + ConsidИrez tous les scrutins possibles comprenant seulement 2 candidats choisis parmi tous les candidats. Le vainqueur de Condorcet, s'il existe, est le candidat qui peut battre n'importe quel autre candidat dans un scrutin comprenant uniquement lui-mЙme et l'autre candidat. +

    Le problХme est que lors d'une Иlection complexe, il peut trХs @@ -56,9 +58,7 @@ bat C et C bat A. La plupart des variantes de la mИthode de Condorcet utilisent divers moyens pour rИsoudre ces cas de ballottage. Voyez - la - suppression sИquentielle de Schwartz sans doublons (en + la suppression sИquentielle de Schwartz sans doublons (en anglais) pour plus de dИtails. La variante utilisИe par Debian est dИcrite dans la Index: french/vote/1999/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/1999/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- french/vote/1999/index.wml 26 Apr 2005 21:41:42 -0000 1.2 +++ french/vote/1999/index.wml 23 Nov 2005 15:56:58 -0000 @@ -1,8 +1,8 @@ Questions soumises en 1999 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.6" maintainer="Nicolas Bertolissio" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :> Index: french/vote/1999/vote_0000.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/1999/vote_0000.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0000.wml --- french/vote/1999/vote_0000.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/1999/vote_0000.wml 23 Nov 2005 15:56:58 -0000 @@ -1,23 +1,26 @@ Constitution F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.11" maintainer="Nicolas Bertolissio" +#use wml::debian::toc #use wml::debian::votebar +

    Proposition-0

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :10 septembre 1998
    DИposant :Guy Maor [maor@debian.org]
    Parrains : + + + + +

    10 septembre 1998

    + + + +

    Guy Maor [maor@debian.org]

    + + + +
    1. Steve McIntyre [stevem@chiark.greenend.org.uk]
    2. James A. Treacy [treacy@debian.org] @@ -25,11 +28,11 @@
    3. Darren Benham [gecko@benham.net]
    4. Enrique Zanardi [ezanardi@ull.es]
    -
    Texte : + + + + +

    http://lists.debian.org/debian-devel-9809/msg00509.html
    Le texte de la constitution a ИtИ amendИ pour faire rИfИrence aux @@ -43,24 +46,24 @@ Иvidentes tant que le sens de la proposition n'est pas lui-mЙme modifiИ.
    Le texte de la constitution amendИe est ici -

    Quorum :Avec 357 dИveloppeurs : Q=9,4 soit un quorum de 29
    PИriode minimale de dИbat :Guy Maor peut appeler au vote Ю partir du 24 septembre
    DИbat :Le dИbat s'est tenu sur la liste debian-devel
    RИsultat :La constitution amendИe (comme - indiquИ ici) est passИe avec 86 voix 86 bulletins
    + href="$(HOME)/devel/constitution.1.0">ici
    +

    + + + +

    Avec 357 dИveloppeurs : Q=9,4 soit un quorum de 29

    + + + +

    Guy Maor peut appeler au vote Ю partir du 24 septembre

    + + + +

    Le dИbat s'est tenu sur la liste debian-devel

    + + + +

    La constitution amendИe (comme + indiquИ ici) est passИe avec 86 voix 86 bulletins

    + + Index: french/vote/1999/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/1999/vote_0001.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0001.wml --- french/vote/1999/vote_0001.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/1999/vote_0001.wml 23 Nov 2005 15:56:58 -0000 @@ -1,59 +1,67 @@ иlection 1999 du responsable du projet Debian F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.19" maintainer="Nicolas Bertolissio" +#use wml::debian::toc #use wml::debian::votebar +

    +

    иlections 1999

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :2 dИcembre 1998
    Calendrier : - ClТture des candidatures : 23 dИcembre 1998
    - Fin de la campagne : 13 janvier 1999
    - ClТture du scrutin : 3 fИvrier 1999 -
    - Candidats :
    - Dans l'ordre de rИception des candidatures -
    + + +

    2 dИcembre 1998

    + + + + + + + + + + + + + +
    ClТture des candidatures23 dИcembre 1998
    Fin de la campagne 13 janvier 1999
    ClТture du scrutin 3 fИvrier 1999
    + + + + +

    Dans l'ordre de rИception des candidatures

    + +
    1. Joseph Carter [knghtbrd@debian.org]
    2. Ben Collins [bcollins@debian.org]
    3. Wichert Akkerman [wakkerma@debian.org]
    4. Richard Braakman [dark@xs4all.nl]
    -
    - Programmes :
    - Dans l'ordre ci-dessus -
    + + + + + +

    Dans l'ordre ci-dessus

    + + -
    Quorum :Avec 347 dИveloppeurs : Q=9,3 soit un quorum de 28
    RИsultat : + + + + +

    Avec 347 dИveloppeurs : Q=9,3 soit un quorum de 28

    + + + +

    RИsultat de l'Иlection 1999 du responsable du projet Debian — 208 bulletins valides
    WICHERT AKKERMAN @@ -63,9 +71,9 @@

  • bat RICHARD BRAAKMAN [149 - 55]
  • bat Aucun des choix ci-dessus [196 - 7]
  • -
    +

    ╚ WICHERT AKKERMAN ╩ est vainqueur en battant tous les autres candidats. -

    +

    + + Index: french/vote/1999/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/1999/vote_0002.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0002.wml --- french/vote/1999/vote_0002.wml 26 Apr 2005 21:41:42 -0000 1.5 +++ french/vote/1999/vote_0002.wml 23 Nov 2005 15:56:58 -0000 @@ -1,27 +1,29 @@ Licence des logos F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.17" maintainer="Nicolas Bertolissio" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0002

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :6 avril 1999
    DИposant :Wichert Akkerman [leader@debian.org]
    Parrains :non nИcessaires
    Texte : + + +

    6 avril 1999

    + + + +

    Wichert Akkerman [leader@debian.org]

    + + + +

    non nИcessaires

    + + + +

    Il est proposИ aux dИveloppeurs de Debian de voter entre une licence unique de logo et un ensemble de deux licences de logo selon la procИdure @@ -29,7 +31,7 @@

    - 1. Licence UNIQUE de logo + 1. Licence UNIQUE de logo
    Debian devrait adopter un logo que tout le monde peut utiliser sous la licence suivante : @@ -46,7 +48,7 @@

    - 2. DOUBLE licence de logo + 2. DOUBLE licence de logo
    Debian devrait adopter deux logos. Un, libИral, qui puisse Йtre utilisИ sous la licence suivante : @@ -82,29 +84,28 @@
    Contre : Deux logos peuvent se rИvИler confus et compliquИs.

    -
    Quorum :Avec 497 dИveloppeurs, Q=22,29 soit un quorum de 67
    PИriode minimale de dИbat :Wichert Akkerman peut appeler au vote Ю partir du 13 avril.
    Bulletin : + + + + +

    Avec 497 dИveloppeurs, Q=22,29 soit un quorum de 67

    + + + +

    Wichert Akkerman peut appeler au vote Ю partir du 13 avril.

    + + + +

    ballot@vote.debian.org
    Sujet : logo1 -

    DИbat :La discussion se tiendra sur la liste debian-vote.
    RИsultat :La double licence a gagnИ.
    +

    + + + +

    La discussion se tiendra sur la liste debian-vote.

    + + + +

    La double licence a gagnИ.

    + Index: french/vote/1999/vote_0004.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/1999/vote_0004.wml,v retrieving revision 1.2 diff -u -r1.2 vote_0004.wml --- french/vote/1999/vote_0004.wml 5 May 2005 10:22:33 -0000 1.2 +++ french/vote/1999/vote_0004.wml 23 Nov 2005 15:56:58 -0000 @@ -1,33 +1,33 @@ Nouveau logo F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.25" maintainer="Nicolas Bertolissio" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0004

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :3 mai 1999
    DИposant :Wichert Akkerman[leader@debian.org]
    Parrains :non nИcessaires
    Texte :Nous choisissons un nouvel ensemble de logo par une rИsolution - gИnИrale
    - Choix :
    -
    + + +

    3 mai 1999

    + + + +

    Wichert Akkerman[leader@debian.org]

    + + + +

    non nИcessaires

    + + + +

    Nous choisissons un nouvel ensemble de logo par une rИsolution + gИnИrale

    + + + @@ -58,42 +58,45 @@
    fourmis
    -
    Amendements : - Parrains acceptИs par le dИposant :
    + + + + +

    + Parrains acceptИs par le dИposant : +

    - Parrains en attente de vote :
    +

    Parrains en attente de vote :
    aucun
    - Ayant besoin d'un parrain :
    - aucun
    -

    Quorum :Avec 509 dИveloppeurs, Q=22,56 soit un quorum de 68
    PИriode minimale de dИbat :Wichert Akkerman peut appeler au vote Ю partir du 17 mai.
    DИbat :Le dИbat a lieu du la liste debian-vote
    RИsultat :

    Le vainqueur est le tourbillon

    + Ayant besoin d'un parrain :
    + aucun +

    + + + + +

    Avec 509 dИveloppeurs, Q=22,56 soit un quorum de 68

    + + + +

    Wichert Akkerman peut appeler au vote Ю partir du 17 mai.

    + + + +

    Le dИbat a lieu du la liste debian-vote

    + + + +

    Le vainqueur est le tourbillon +
    Veuillez vous reporter ici pour les dИtails. -

    +

    +

    Graphique des rИsultats

    -
    + + Index: french/vote/1999/vote_0005.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/1999/vote_0005.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0005.wml --- french/vote/1999/vote_0005.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/1999/vote_0005.wml 23 Nov 2005 15:56:58 -0000 @@ -1,23 +1,24 @@ иchange des Logos F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.13" maintainer="Nicolas Bertolissio" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0005

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :4 juin 1999
    DИposant :Branden Robinson
    Parrains : + + +

    4 juin 1999

    + + + +

    Branden Robinson

    + + +
    • Daniel Jacobowitz
    • Ed Lang
    • @@ -25,43 +26,41 @@
    • Björn Brenander
    • Joseph Carter
    -
    Texte : + + + +

    ici -

    Amendements : - Parrains acceptИs par le dИposant :
    +

    + + + +

    + Parrains acceptИs par le dИposant :
    aucun
    #

    - Parrains attendant un vote :
    + Parrains attendant un vote :
    aucun
    - Ayant besoin de parrains :
    + Ayant besoin de parrains :
    aucun -
    Quorum :Avec 509 dИveloppeurs, Q=22,56 soir un quorum de 68
    PИriode minimale de dИbat ::Branden Robinson peu appeler au vote Ю partir du 20 juin
    DИbat :Le dИbat a lieu sur la liste debian-vote. Quelques Иchanges ont - dИbordИs sur debian-devel.
    RИsultat :TerminИ
    +

    + + + +

    Avec 509 dИveloppeurs, Q=22,56 soir un quorum de 68

    + + + +

    Branden Robinson peu appeler au vote Ю partir du 20 juin

    + + + +

    Le dИbat a lieu sur la liste debian-vote. Quelques Иchanges ont + dИbordИs sur debian-devel.

    + + + +

    TerminИ

    + Index: french/vote/2000/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2000/index.wml,v retrieving revision 1.3 diff -u -r1.3 index.wml --- french/vote/2000/index.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/2000/index.wml 23 Nov 2005 15:56:58 -0000 @@ -1,8 +1,8 @@ Questions soumises en 2000 #use wml::debian::translation-check translation="1.4" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :> Index: french/vote/2000/vote_0007.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2000/vote_0007.wml,v retrieving revision 1.2 diff -u -r1.2 vote_0007.wml --- french/vote/2000/vote_0007.wml 5 May 2005 10:22:33 -0000 1.2 +++ french/vote/2000/vote_0007.wml 23 Nov 2005 15:56:58 -0000 @@ -2,47 +2,53 @@ F #use wml::debian::translation-check translation="1.9" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    иlections 2000

    + + + +

    9 janvier 2000

    + + + + + + + + + + + + + +
    ClТture des candidatures31 janvier 2000
    Fin de la campagne 21 fИvrier 2000
    Fin du scrutin 16 mars 2000
    + - - - - - - - - - - - - - - - - - - - - - -
    Date :9 janvier 2000
    Calendrier : - ClТture des candidatures : 31 janvier 2000
    - Fin de la campagne : 21 fИvrier 2000
    - Fin du scrutin : 16 mars 2000 -
    Candidats : +
    1. Ben Collins [bcollins@debian.org]
    2. Wichert Akkerman [wakkerma@debian.org]
    3. Joel Klecker [espy@debian.org]
    4. Matthew Vernon [matthew@debian.org]
    -
    Quorum :Avec 347 dИveloppeurs, Q=9,3 soit un quorum de 28
    RИsultat : + + + +

    Avec 347 dИveloppeurs, Q=9,3 soit un quorum de 28

    + + + +

    RИsultats pour le responsable 2000 - 216 bulletins valides.
    Le vainqueur est, pour un second mandat, Wichert Akkerman.
    RИsultats dИtaillИs de l'Иlection.
    Vous pouvez lire le dИbat. -

    +

    Graphique des rИsultats @@ -52,6 +58,4 @@ href="http://en.wikipedia.org/wiki/Condorcet_method">entrИe dans Wikipedia est assez instructive.

    -
    + Index: french/vote/2000/vote_0008.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2000/vote_0008.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0008.wml --- french/vote/2000/vote_0008.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/2000/vote_0008.wml 23 Nov 2005 15:56:58 -0000 @@ -1,23 +1,24 @@ RemplacИ : suppression de l'archive non libre expirИ #use wml::debian::translation-check translation="1.10" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0008 : remplacИe par une rИsolution gИnИrale en 2004

    + + + +

    7 juin 2000

    + + + +

    John Goerzen [jgoerzen@debian.org]

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - -# - - - - - - - - - - -
    Date :7 juin 2000
    DИposant :John Goerzen [jgoerzen@debian.org]
    Parrains : + -
    Texte : + + +
     DИcide :
     
    @@ -73,48 +72,48 @@
     les distributions prИcИdentes, publiИe et gelИe et dans les archives sont
     dИterminИes par la constitution de Debian.
           
    -
    Opposition :aucune enregistrИe
    Amendements : + + + +

    aucune enregistrИe

    + + + +

    Parrains acceptИs par le dИposant
    (aucun)
    - Parrains attendant un vote
    + Parrains attendant un vote +

    +

    Parrains nИcessaires
    - (aucun)
    -

    Quorum :Avec 509 dИveloppeurs, Q=22,56 soit un quorum de 68 + (aucun) +

    + + + +#

    Avec 509 dИveloppeurs, Q=22,56 soit un quorum de 68

    +

    ю cause d'une situation exceptionnelle, le quorum n'est toujours pas dИterminИ. -

    Compte-rendu : +

    + + + +

    John Goerzen a appelИ au vote le 29 juin 2000. Le scrutin s'est tenu entre les 10 et 24 octobre 2000. -

    RИsultat : +

    + + + +

    D'aprХs la section A.5 (╚ Expiration ╩) de la constitution, la rИsolution gИnИrale sur l'archive non libre de John Goerzen et l'amendement d'Anthony Towns ont tout deux expirИs. Le scrutin rИcent a ИtИ ouvert par erreur, les bulletins sont donc sans valeurs et le rИsultat n'a pas ИtИ publiИ. -

    +

    + Index: french/vote/2000/vote_0009.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2000/vote_0009.wml,v retrieving revision 1.2 diff -u -r1.2 vote_0009.wml --- french/vote/2000/vote_0009.wml 26 Apr 2005 21:41:42 -0000 1.2 +++ french/vote/2000/vote_0009.wml 23 Nov 2005 15:56:58 -0000 @@ -1,23 +1,24 @@ RemplacИ : Amendement constitutionnel : clarification de  4.1.5 expirИ #use wml::debian::translation-check translation="1.9" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0009 : remplacИe par une rИsolution gИnИrale en 2003

    + + + +

    10 octobre 2000

    + + + +

    Branden Robinson [branden@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :10 octobre 2000
    DИposant :Branden Robinson [branden@debian.org]
    Parrains : + + -
    Texte : + + + +

      4. The Developers by way of General Resolution or election
     
    @@ -69,22 +69,20 @@
           sur les problХmes de documents non techniques spИciaux concernant leur
           identitИ ou la possibilitИ de les amender.
           

    -
    Opposition :aucune enregistrИe
    Amendements :aucun enregistrИ
    Quorum :pas encore dИterminИ
    RИsultat :
    + + + +

    aucune enregistrИe

    + + + +

    aucun enregistrИ

    + + + +

    pas encore dИterminИ

    + + + +

    + Index: french/vote/2000/vote_0010.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2000/vote_0010.wml,v retrieving revision 1.2 diff -u -r1.2 vote_0010.wml --- french/vote/2000/vote_0010.wml 26 Apr 2005 21:41:42 -0000 1.2 +++ french/vote/2000/vote_0010.wml 23 Nov 2005 15:56:58 -0000 @@ -1,23 +1,24 @@ RemplacИ : Amendement constitutionnel : autre clarification de 4.1.5 expirИ #use wml::debian::translation-check translation="1.9" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0010 : remplacИe par une rИsolution gИnИrale en 2003

    + + + +

    10 octobre 2000

    + + + +

    Manoj Srivastava [srivasta@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :10 octobre 2000
    DИposant :Manoj Srivastava [srivasta@debian.org]
    Parrains : + + -
    Texte : + + +
      4. The Developers by way of General Resolution or election
     
    @@ -83,22 +82,20 @@
           principaux, ou fondateurs, du projet la mЙme protection contre les
           modifications hБtives que celle dont jouit la constitution.
           

    -
    Opposition :aucune enregistrИe
    Amendements :aucun enregistrИ
    Quorum :pas encore dИterminИ
    RИsultat :
    + + + +

    aucune enregistrИe

    + + + +

    aucun enregistrИ

    + + + +

    pas encore dИterminИ

    + + + +

    + Index: french/vote/2000/vote_0011.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2000/vote_0011.wml,v retrieving revision 1.4 diff -u -r1.4 vote_0011.wml --- french/vote/2000/vote_0011.wml 26 Apr 2005 21:41:42 -0000 1.4 +++ french/vote/2000/vote_0011.wml 23 Nov 2005 15:56:58 -0000 @@ -1,43 +1,44 @@ RemplacИ : Amendement constitutionnel : mИthode de vote Smith/Condorcet expirИ #use wml::debian::translation-check translation="1.9" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar +

    +

    Proposition-0011 : remplacИe par une rИsolution gИnИrale en 2003

    + + + +

    14, 18 et 19 dИcembre 2000

    + + + +

    Raul Miller [moth@debian.org]

    + + + +

    pas encore dИterminИs

    + + + +

    pas encore dИterminИ

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Date :14, 18 et 19 dИcembre 2000
    DИposant :Raul Miller [moth@debian.org]
    Parrains :pas encore dИterminИs
    Texte :pas encore dИterminИ
    Opposition :aucune enregistrИe
    Amendements :aucun enregistrИ
    Quorum :pas encore dИterminИ
    RИsultat : + + +

    aucune enregistrИe

    + + + +

    aucun enregistrИ

    + + + +

    pas encore dИterminИ

    + + +

    ╚ Il semblerait que nous devions attendre que le comitИ de Norman Petry (<npetry@accesscomm.ca>) arrive Ю un ensemble de @@ -50,6 +51,4 @@ href="$(HOME)/vote/2003/vote_0002">proposition Иcrite Ю partir des recommandations du comitИ constitutionnel.

    -
    + Index: french/vote/2001/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2001/index.wml,v retrieving revision 1.3 diff -u -r1.3 index.wml --- french/vote/2001/index.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/2001/index.wml 23 Nov 2005 15:56:58 -0000 @@ -1,8 +1,8 @@ Questions soumises en 2001 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::translation-check translation="1.2" maintainer="Nicolas Bertolissio" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2001', 'list', 'vote_\d*') :> Index: french/vote/2001/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2001/vote_0001.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0001.wml --- french/vote/2001/vote_0001.wml 5 May 2005 10:22:33 -0000 1.3 +++ french/vote/2001/vote_0001.wml 23 Nov 2005 15:56:58 -0000 @@ -1,21 +1,30 @@ иlection 2001 du responsable du projet F #use wml::debian::translation-check translation="1.6" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar - - - - - - - - - - - - - - - - - -
    Calendrier : - PИriode de candidature : du 24 janvier 2001 au 13 fИvrier 2001
    - PИriode de campagne : du 14 fИvrier 2001 au 6 mars 2001
    - PИriode de scrutin : du 7 mars 2001 au 28 mars2001 -
    Candidats : +

    +

    + + + + + + + + + + + + + + +
    PИriode de candidaturedu 24 janvier 2001 au 13 fИvrier 2001
    PИriode de campagne du 14 fИvrier 2001 au 6 mars 2001
    PИriode de scrutin du 7 mars 2001 au 28 mars2001
    + + +
    1. Branden Robinson [branden@debian.org] [programme]
    2. @@ -26,18 +35,18 @@
    3. Bdale Garbee [bdale@debian.org] [programme]
    -
    Quorum :?
    RИsultat : + + + +

    ?

    + + + +

    Il y avait 311 bulletins valides.
    - Le vainqueur est Ben Collins.
    -

    + Le vainqueur est Ben Collins. +

    +

    Graphique des rИsultats @@ -47,8 +56,7 @@ href="http://en.wikipedia.org/wiki/Condorcet_method">entrИe dans Wikipedia est assez instructive.

    - RИsultat +

    RИsultat dИtaillИ des Иlections. -

    +

    + Index: french/vote/2001/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2001/vote_0002.wml,v retrieving revision 1.3 diff -u -r1.3 vote_0002.wml --- french/vote/2001/vote_0002.wml 26 Apr 2005 21:41:42 -0000 1.3 +++ french/vote/2001/vote_0002.wml 23 Nov 2005 15:56:58 -0000 @@ -1,29 +1,31 @@ IRC comme canal de communication pour Debian W #use wml::debian::translation-check translation="1.5" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar - - - - - +

    + + - - - - +

    + + - - - - - - - - - - - +

    + -
    DИposant : +

    +

    + + + +

    RaphaКl Hertzog <hertzog@debian.org> -

    Calendrier : + +

    Soumission de la proposition : 31 octobre 2001
    PИriode de discussion : du 1er novembre 2001 au 14 novembre 2001
    PИriode de scrutin : du 15 novembre 2001 au 29 novembre 2001 -

    Parrains : +
    1. Guillaume Morin <gemorin@debian.org>
    2. Michael D. Ivey <ivey@debian.org>
    3. @@ -31,11 +33,10 @@
    4. Gergely Nagy <algernon@debian.org>
    5. JИrТme Marant <jerome@marant.org>
    -
    + + +
     
                        PROPOSED GENERAL RESOLUTION
    @@ -111,15 +112,13 @@
         and as such they have to follow the usual Debian policies (adapted
         for IRC habits)
           
    -
    RИsultat : + + + +

    \ RetirИe par le dИposant le 14 novembre 2001. -

    Index: french/vote/2002/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2002/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- french/vote/2002/index.wml 28 Apr 2005 16:34:55 -0000 1.2 +++ french/vote/2002/index.wml 23 Nov 2005 15:56:58 -0000 @@ -1,9 +1,9 @@ #use wml::debian::translation-check translation="1.2" maintainer="Pierre Machard" Parution rИalisИes en 2002 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2002', 'list', 'vote_\d*') :> Index: french/vote/2002/stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2002/stats.wml,v retrieving revision 1.3 diff -u -r1.3 stats.wml --- french/vote/2002/stats.wml 1 Jul 2005 10:08:35 -0000 1.3 +++ french/vote/2002/stats.wml 23 Nov 2005 15:56:58 -0000 @@ -3,10 +3,12 @@ # Original translation by Charles Sicotte + + - - - + + + Index: french/vote/2002/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2002/vote_0001.wml,v retrieving revision 1.8 diff -u -r1.8 vote_0001.wml --- french/vote/2002/vote_0001.wml 28 Apr 2005 16:34:55 -0000 1.8 +++ french/vote/2002/vote_0001.wml 23 Nov 2005 15:56:58 -0000 @@ -1,21 +1,23 @@ иlections 2002 du Leader du Projet DebianF -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.25" maintainer="Pierre Machard" +#use wml::debian::toc #use wml::debian::votebar -
    Bulletins de vote reГusAcceptИsRejetИsBulletins de vote reГusAcceptИsRejetИs Unique Votes
    - - - - - - - - - - - - - - - - - - - - - - - - -
    иchИance: +

    +

    + + + +

    PИriode de dИpТt des candidatures : du 6 au 27 fИvrier 2002
    PИriode de campagne Иlectorale : du 28 fИvrier au 23 mars 2002
    PИriode de vote :du 24 mars 2002 au 16 Avril 2002 Ю 23:59:59 UTC -

    Candidats: +

    + + +
    1. Branden Robinson [] [programme] @@ -24,21 +26,20 @@
    2. Bdale Garbee [] [programme]
    -
    DИbats:transcriptions prИliminaires : + + + +

    transcriptions prИliminaires : HTML, texte pur
    Grand merci Ю Ben Collins pour avoir menИ les dИbats, et Ю Rob Levin et OPN de nous avoir permis de mener ces dИbats sur leur rИseau. -

    DonnИes et Statistiques:Quelques +

    + + + +

    Quelques statistiques ont ИtИ rassemblИes au sujet des votes et des validations tout au long de la pИriode de vote. En plus, la liste des participants Ю l'Иlection @@ -51,8 +52,8 @@ Une explication plus dИtaillИe de la matrice de battement peut aider Ю comprendre le tableau. -
    - +

    +
    @@ -89,28 +90,29 @@
      1 
    +

    Regardez la ligne 2, colonne 1, le candidat 2 (RaphaКl Hertzog) a ИtИ choisi 199 fois contre le candidat 1 (Branden Robinson)
    Regardez la ligne 1, colonne 2, le candidat 1 (Branden Robinson) a ИtИ choisi 255 fois contre le candidat 2 (RaphaКl Hertzog) -

    Quorum:Avec 939 dИveloppeurs, Q=15.32155, on obtient un quorum de - 45.96466
    RИsultat: +

    + + + +

    Avec 939 dИveloppeurs, Q=15.32155, on obtient un quorum de + 45.96466

    + + + +

    Le vainqueur de l'Иlection est Bdale Garbee.
    J'aimerai remercier Branden Robinson et RaphaКl Hertzog pour leur implication dans le projet, pour s'Йtre portИs candidats au poste de Leader, et avoir laissИ aux dИveloppeurs un solide choix de candidats. -

    - +

    + ReprИsentation graphique des rИsultats

    @@ -122,32 +124,32 @@

    Nombre total des suffrages 475
    - иlections rassemblИes deux Ю deux gagnИes-perdues-match-nul : + иlections rassemblИes deux Ю deux gagnИes-perdues-match-nul : +

    +
    - + - + - + - +
    Branden Robinson 2-1-0 Votes contre dans la dИfaite la plus dИfavorable/victoire la plus favorable : 291
    RaphaКl Hertzog 1-2-0 Votes contre dans la dИfaite la plus dИfavorable/victoire la plus favorable : 327
    Bdale Garbee 3-0-0 Votes contre dans la dИfaite la plus dИfavorable/victoire la plus favorable : 178
    Aucun des noms ci-dessus 0-3-0 Votes contre dans la dИfaite la plus dИfavorable/victoire la plus favorable : 443
    -

    + Index: french/vote/2002/platforms/raphael.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2002/platforms/raphael.wml,v retrieving revision 1.5 diff -u -r1.5 raphael.wml --- french/vote/2002/platforms/raphael.wml 12 Sep 2005 09:44:58 -0000 1.5 +++ french/vote/2002/platforms/raphael.wml 23 Nov 2005 15:56:59 -0000 @@ -170,7 +170,7 @@

    -

    Projets pour Debian

    +

    Projets pour Debian

    Mon programme comporte tellement de points que je ne peux pas garantir de les @@ -225,7 +225,7 @@ -


    +

    1. Organisation

    @@ -268,7 +268,7 @@ dИveloppeur Debian.

    -
    +
    Comme vous le savez, je fais partie de l'effort d'assurance qualitИ de Debian @@ -342,7 +342,7 @@ d'idИe de nom pour le moment).

    -
    +
    иtant FranГais, je connais assez bien les problХmes de traduction (et @@ -384,7 +384,7 @@ fournir (en temps rИel).

    -
    +
    AprХs des annИes de bons comptes-rendus, Debian a rИcemment reГu une mauvaise @@ -423,7 +423,7 @@ toutes les architectures).

    -
    +
    Vous savez tous que nous avons des problХmes graves avec la gestion des @@ -524,7 +524,7 @@ serait pas loin d'obtenir une distribution prЙte Ю Йtre publiИe...

    -

    +

    Gestion des publications

    @@ -548,7 +548,7 @@ l'ancienne devrait toujours Йtre utilisable).

    -
    +
    Pour finir, mais ce n'est pas de moindre importance, nous devons approfondir la @@ -649,7 +649,7 @@ -
    +

    2. Communication

    @@ -739,7 +739,7 @@ facile de trouver un parrain dans ce contexte).

    -
    +
    MalgrИ l'ouverture de Debian, nous n'essayons pas trop de communiquer avec les @@ -881,7 +881,7 @@ dans Debian.

    -
    +
    Je pense que c'est suffisant, une annИe ne fait que 365 jours. :-) Index: french/vote/2003/gr_sec415_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/gr_sec415_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_sec415_stats.wml --- french/vote/2003/gr_sec415_stats.wml 11 Apr 2004 10:50:02 -0000 1.2 +++ french/vote/2003/gr_sec415_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -2,12 +2,14 @@ #use wml::debian::translation-check translation="1.1" maintainer="Nicolas Bertolissio" + + - - - - - + + + + + Index: french/vote/2003/gr_voting_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/gr_voting_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_voting_stats.wml --- french/vote/2003/gr_voting_stats.wml 11 Apr 2004 10:50:02 -0000 1.2 +++ french/vote/2003/gr_voting_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -2,12 +2,14 @@ #use wml::debian::translation-check translation="1.3" maintainer="Nicolas Bertolissio"
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    + + - - - - - + + + + + Index: french/vote/2003/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- french/vote/2003/index.wml 26 Apr 2005 21:41:42 -0000 1.2 +++ french/vote/2003/index.wml 23 Nov 2005 15:56:59 -0000 @@ -1,7 +1,8 @@ Questions soumises 2003 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::translation-check translation="1.2" maintainer="Nicolas Bertolissio" #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2003', 'list', 'vote_\d*') :> Index: french/vote/2003/leader2003_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/leader2003_stats.wml,v retrieving revision 1.3 diff -u -r1.3 leader2003_stats.wml --- french/vote/2003/leader2003_stats.wml 11 Apr 2004 10:50:02 -0000 1.3 +++ french/vote/2003/leader2003_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -2,18 +2,20 @@ #use wml::debian::translation-check translation="1.2" maintainer="Nicolas Bertolissio"
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    + + - - - + + + - - - - - + + + + + Index: french/vote/2003/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/vote_0001.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0001.wml --- french/vote/2003/vote_0001.wml 5 May 2005 10:22:33 -0000 1.5 +++ french/vote/2003/vote_0001.wml 23 Nov 2005 15:56:59 -0000 @@ -1,35 +1,35 @@ иlection 2003 du responsable du projet DebianF -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.26" maintainer="Nicolas Bertolissio" +#use wml::debian::toc #use wml::debian::votebar -
    bulletins reГusacceptИsrejetИsbulletins reГusacceptИsrejetИs votes uniques
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    - - - - - - - - - - - - - - -
    Calendrier : - +

    +

    + + + +
    - - - + + + - - - + + + - - - + + +
    PИriode de dИpТt des candidatures :24 janvier 2003 00:00:01 UTC14 fИvrier 2003 00:00:00 UTCPИriode de dИpТt des candidatures :24 janvier 2003 00:00:01 UTC14 fИvrier 2003 00:00:00 UTC
    PИriode de campagne :14 fИvrier 2003 00:00:01 UTC8 mars 2003 00:00:00 UTCPИriode de campagne :14 fИvrier 2003 00:00:01 UTC8 mars 2003 00:00:00 UTC
    PИriode de scrutin :8 mars 2003 00:00:01 UTC30 mars 2003 00:00:00 UTCPИriode de scrutin :8 mars 2003 00:00:01 UTC30 mars 2003 00:00:00 UTC
    -
    Candidats : + + +
    1. Moshe Zadka [] [programme] ;
    2. @@ -45,11 +45,9 @@ href="mailto:ballot@vote.debian.org">ballot@vote.debian.org avec le sujet ╚ leader2003 ╩.

      -
    DИbats : + + +

    PrИvu du 7 mars 2003 Ю 22:00:00 UTC, sur le serveur IRC irc.freenode.net. Il y aura deux canaux appropriИs, Ю @@ -70,11 +68,9 @@

  • #debian-dpl-debate ;
  • #debian-dpl-discuss.
  • -
    DonnИes et statistiques : + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la @@ -90,7 +86,7 @@ dИtaillИe de la matrice des gagnants peut vous aider Ю comprendre ce tableau.

    - +
    @@ -150,19 +146,18 @@ (Moshe Zadka) est classИ devant le candidat 2 (Bdale Garbee) sur 34 bulletins.

    - - - - - - - - -
      1
    Quorum : + + + +

    Avec 831 dИveloppeurs, Q=14,41353531, ce qui fait un quorum de 43,2406059, soit, arrondi par excХs, 44. Seul un candidats n'atteint pas ce quorum. -

    RИsultat : +

    + + + +

    Le vainqueur de cette Иlection est Martin Michlmayr.

    @@ -172,7 +167,7 @@ de responsable du projet, et pour avoir offert aux dИveloppeurs un solide choix de candidats.

    -

    +

    Graphique des rИsultats @@ -190,7 +185,7 @@ DИcompte des paires gagant-perdant-ИgalitИ :

    - +
    @@ -230,6 +225,3 @@ 4 bat 3 : 237 - 226 = 11
    4 bat 5 : 424 - 39 = 385

    - - -
    Moshe Zadka 1-3-0
    Index: french/vote/2003/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/vote_0002.wml,v retrieving revision 1.11 diff -u -r1.11 vote_0002.wml --- french/vote/2003/vote_0002.wml 26 Apr 2005 21:41:42 -0000 1.11 +++ french/vote/2003/vote_0002.wml 23 Nov 2005 15:56:59 -0000 @@ -2,29 +2,28 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.25" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Amendement constitutionnel :: MИthode de vote Condorcet/Clone Proof SSD

    +

    +

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier :\ + + + +

    \ Proposition : 16 mai 2003
    DИbut des discussions : vendredi 16 mai 2003 23:59:59 UTC
    Appel au vote : vendredi 6 juin 2003 23:59:59 UTC
    Fin du scrutin : vendredi 20 juin 2003 23:59:59 UTC -

    DИposant :Manoj Srivastava [srivasta@debian.org]
    Parrains : +

    + + + +

    Manoj Srivastava [srivasta@debian.org]

    + + +
    1. Joel Baker [fenton@debian.org]
    2. Colin Walters [walters@debian.org]
    3. @@ -37,15 +36,15 @@
    4. Taylor C. Carpenter [taylor@debian.org]
    5. Ian Jackson [ijackson@chiark.greenend.org.uk]
    -
    Texte : + + + +

    En rИponse Ю une requЙte, Buddha Buck a fourni un \ rИsumИ de la justification pour cette rИsolution gИnИrale. Le texte actuel de cette rИsolution gИnИrale est le suivant : +

     Under 4.2 Procedure [for developers during a general resolution or
    @@ -182,22 +181,21 @@
     ______________________________________________________________________
     
     	
    -
    Amendements :aucun enregistrИ
    Quorum : + + + +

    aucun enregistrИ

    + + + +

    avec 804 dИveloppeurs, Q=14,1774468788, ce qui fait un quorum de 42,5323406364, soit, arrondi par excХs, 43. -

    DonnИes et statistiques : +

    + + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la pИriode du scrutin. De plus, la liste des \ @@ -205,11 +203,11 @@ Иmargements qui permettent aux votants de vИrifier que leur vote a bien ИtИ pris en compte. La feuille d'enregistrement est Иgalement disponible. -

    RИsultat : +

    + + + +

    Il y a eu un total de 160 votes uniques. 144 voix Иtaient en faveur de la rИsolution qui dИpasse haut la main les 42,53 @@ -221,10 +219,6 @@

    Donc cette rИsolution passe.

    -
    Index: french/vote/2003/vote_0003.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/vote_0003.wml,v retrieving revision 1.12 diff -u -r1.12 vote_0003.wml --- french/vote/2003/vote_0003.wml 5 May 2005 15:55:51 -0000 1.12 +++ french/vote/2003/vote_0003.wml 23 Nov 2005 15:56:59 -0000 @@ -2,29 +2,28 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.22" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Amendement constitutionnel : Clarification de la section 4.1.5

    +

    +

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier :\ + + + +

    \ Proposition : 29 septembre 2003
    DИbut des discussions : mardi 30 septembre 2003 23:59:59 UTC
    Appel au vote : jeudi 16 octobre 2003 00:00:00 UTC
    Fin du scrutin : mercredi 29 octobre 2003 23:59:59 UTC
    -

    DИposant de la proposition A :Manoj Srivastava [srivasta@debian.org]
    Parrains de la proposition A : +

    + + + +

    Manoj Srivastava [srivasta@debian.org]

    + + +
    1. Andrew Suffield [asuffield@debian.org]
    2. Neil Roeth [neil@debian.org]
    3. @@ -33,16 +32,13 @@
    4. Joe Nahmias [jello@debian.org]
    5. Simon Law [sfllaw@debian.org]
    -
    DИposant de la proposition B :Branden Robinson [branden@debian.org]
    Parrains de la proposition B : -
      + + +

      Branden Robinson [branden@debian.org]

      + + + +
      1. Bob Hilliard [hilliard@debian.org]
      2. Richard Braakman [dark@debian.org]
      3. Andrew Suffield [asuffield@debian.org]
      4. @@ -50,16 +46,13 @@
      5. Steve Langasek [vorlon@debian.org]
      6. Jochen Voss [voss@debian.org]
      -
    DИposant de la proposition C :Branden Robinson [branden@debian.org]
    Parrains de la proposition C : -
      + + +

      Branden Robinson [branden@debian.org]

      + + + +
      1. Manoj Srivastava [srivasta@debian.org]
      2. John H. Robinson, IV [jaqque@debian.org]
      3. Remi Vanicat [vanicat@debian.org]
      4. @@ -67,21 +60,20 @@
      5. Joe Nahmias [jello@debian.org]
      6. Simon Law [sfllaw@debian.org]
      -
    Proposition A : + + + +

    Clarifie le statut des documents non techniques. CrИe un ensemble de documents de base, ce qui nИcessite une majoritИ de 3 contre 1 pour faire la modification et inclure le contrat social et les principes du logiciel libre selon Debian. -

      +

    + + +

    Le texte de la proposition A est le suivant : +

     ======================================================================
     
    @@ -135,19 +127,17 @@
     
     ______________________________________________________________________
     	
    -
    Proposition B : + + +

    Clarifie le statut des documents non techniques. Ne crИe *pas* d'ensemble de documents de base. -

      +

    + + +

    Le texte de la proposition B est le suivant : +

     ======================================================================
     
    @@ -184,22 +174,20 @@
     
     ______________________________________________________________________
     	
    -
    Proposition C : + + +

    Clarifie le statut des documents non techniques. CrИe un ensemble de documents de base ce qui nИcessite une majoritИ de 3 contre 1 pour faire la modification et n'inclure _que_ le contrat social, mais *pas* les principes du logiciel libre selon Debian. -

      +

    + + +

    Le texte de la proposition C est le suivant : +

     ======================================================================
     
    @@ -249,11 +237,9 @@
     
     ______________________________________________________________________
     	
    -
    Quorum : + + +

    Avec 928 dИveloppeurs, nous avons :

    @@ -264,11 +250,9 @@
     L'option 2 atteint le quorum : 164 > 45,6946386351835
     L'option 3 atteint le quorum : 158 > 45,6946386351835
     	
    -
    MajoritИs requises :\ + + +

    \ Les trois propositions nИcessitent une majoritИ qualifiИe de 3 contre 1 puisqu'elles modifient la constitution.

    @@ -276,31 +260,25 @@
     L'option 2 n'est pas retenue Ю cause de la majoritИ  2,733 (164/60) < 3
     L'option 3 n'est pas retenue Ю cause de la majoritИ  2,324 (158/68) < 3
     	
    -
    DonnИes et statistiques : + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la pИriode du scrutin. De plus, la liste des \ votants pour l'Иlection est disponible. La feuille d'enregistrement est Иgalement disponible. -

      
    RИsultat : -

    +

    + + + +

    +

    Le gagnant est : l'option 1 Proposition 1 [majoritИ qualifiИe de 3 contre 1 requise] -

    -

    +

    +

    Graphique des rИsultats @@ -316,7 +294,7 @@ href="http://en.wikipedia.org/wiki/Condorcet_method">entrИe de Wikipedia est assez instructive.

    - +
    @@ -364,10 +342,6 @@ l'option 2 bat l'option 4 de 104 voix
    l'option 3 bat l'option 4 de 90 voix

    - - - -
    Grille des rИsultats
    Index: french/vote/2003/platforms/moshez.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2003/platforms/moshez.wml,v retrieving revision 1.2 diff -u -r1.2 moshez.wml --- french/vote/2003/platforms/moshez.wml 9 Jan 2005 02:23:17 -0000 1.2 +++ french/vote/2003/platforms/moshez.wml 23 Nov 2005 15:56:59 -0000 @@ -4,10 +4,12 @@

    Programme

    +

    Do nothing unless you must, and when you must act -- hesitate. (Isaac Asimov, Foundation's Edge)
    Ne faites rien sans y Йtre obligИ, et lorsque vous devez agir, hИsitez. (Isaac Asimov, Fondation foudroyИe) +

    GИnИralitИs

    Index: french/vote/2004/gr_editorial_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/gr_editorial_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_editorial_stats.wml --- french/vote/2004/gr_editorial_stats.wml 18 May 2005 14:29:06 -0000 1.2 +++ french/vote/2004/gr_editorial_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc" + + - - - - - + + + + + Index: french/vote/2004/gr_non_free_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/gr_non_free_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_non_free_stats.wml --- french/vote/2004/gr_non_free_stats.wml 26 Apr 2004 20:01:37 -0000 1.2 +++ french/vote/2004/gr_non_free_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc"
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    + + - - - - - + + + + + Index: french/vote/2004/gr_sarge_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/gr_sarge_stats.wml,v retrieving revision 1.1 diff -u -r1.1 gr_sarge_stats.wml --- french/vote/2004/gr_sarge_stats.wml 7 Jul 2004 21:03:22 -0000 1.1 +++ french/vote/2004/gr_sarge_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc"
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    + + - - - - - + + + + + Index: french/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- french/vote/2004/index.wml 26 Apr 2005 21:41:42 -0000 1.2 +++ french/vote/2004/index.wml 23 Nov 2005 15:56:59 -0000 @@ -1,7 +1,8 @@ Questions soumises en 2004 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::translation-check translation="1.2" maintainer="Nicolas Bertolissio" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: french/vote/2004/leader2004_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/leader2004_stats.wml,v retrieving revision 1.4 diff -u -r1.4 leader2004_stats.wml --- french/vote/2004/leader2004_stats.wml 24 Apr 2005 12:23:51 -0000 1.4 +++ french/vote/2004/leader2004_stats.wml 23 Nov 2005 15:56:59 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc"
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    + + - - - - - + + + + + Index: french/vote/2004/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/vote_001.wml,v retrieving revision 1.16 diff -u -r1.16 vote_001.wml --- french/vote/2004/vote_001.wml 26 Apr 2005 21:41:42 -0000 1.16 +++ french/vote/2004/vote_001.wml 23 Nov 2005 15:56:59 -0000 @@ -2,16 +2,15 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.20" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    иlection du responsable du projet Debian 2004

    +

    +

    + -
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    - - - - - - - - - - - - - - - - - - - - - -
    Calendrier: - + +
    @@ -30,11 +29,9 @@
    PИriode de candidature : 7 fИvrier 2004 00:00:01 UTC

    Veuillez noter que le nouveau mandat de responsable du projet devrait dИbuter le 17 avril 2004.

    -
    Candidatures : + + +
    1. Martin Michlmayr [] [programme]
    2. Gergely Nagy [] [programme]
    3. @@ -43,11 +40,9 @@

      Le bulletin peut Йtre demandИ par courriel en envoyant un message Ю ballot@vote.debian.org avec comme sujet ╚ leader2004 ╩.

      -
    DonnИes et statistiques : + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la @@ -58,10 +53,10 @@ href="leader2004_tally.txt">feuille d'enregistrement est Иgalement disponible.

    -
    Quorum : + + + +

    Avec 911 dИveloppeurs, nous avons :

    @@ -74,22 +69,19 @@
     L'option 2 a atteint le quorum : 394 > 45,2741648183597
     L'option 3 a atteint le quorum : 442 > 45,2741648183597
           
    -
    MajoritИs requises : + + + +

    Les trois propositions avaient besoin d'une majoritИ simple.

     L'option 1 n'est pas retenue Ю cause de la majoritИ  0,558 (144/258) <= 1
     L'option 2 obtient la majoritИ                       5,629 (394/70)  >  1
     L'option 3 obtient la majoritИ                      17,000 (442/26)  >  1
           
    -
    RИsultat : + + +

    Le vainqueur de cette Иlection est Martin Michlmayr

    Je tiens Ю remercier Branden Robinson et Gergely Nagy pour leur @@ -97,7 +89,7 @@ responsable du projet, et pour avoir offert aux dИveloppeurs un solide choix de candidats.

    -

    +

    Graphical rendering of the results @@ -118,7 +110,7 @@

  • Option 4 : ╚ aucun ╩
  • - +
    @@ -174,6 +166,4 @@ l'option 2 bat l'option 4 de (394 - 70) 324 voix
    l'option 3 bat l'option 4 de (442 - 26) 416 voix

    - - -
    Option
    + Index: french/vote/2004/vote_002.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/vote_002.wml,v retrieving revision 1.14 diff -u -r1.14 vote_002.wml --- french/vote/2004/vote_002.wml 26 Apr 2005 21:41:42 -0000 1.14 +++ french/vote/2004/vote_002.wml 23 Nov 2005 15:56:59 -0000 @@ -2,17 +2,15 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.21" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    RИsolution gИnИrale : иtat de la section non-free

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier : - + +
    @@ -29,15 +27,13 @@
    Proposition et amendement janvier 2004dimanche 21 mars 2004 23:59:59 UTC
    -
    DИposant :Andrew Suffield [asuffield@debian.org]
    Parrains : + + + +

    Andrew Suffield [asuffield@debian.org]

    + + +
    1. Scott James Remnant [keybuk@debian.org]
    2. Kyle McMartin [kyle@debian.org]
    3. @@ -47,29 +43,29 @@
    4. Chad C. Walstrom [chewie@debian.org]
    5. Jochen Voss [voss@debian.org]
    -
    Texte : + + + +

    Le texte de cette rИsolution gИnИrale est le suivant : +

     La prochaine version de Debian ne sera pas accompagnИe de la section non-free ;
     il n'y aura plus de version stable de la section non-free. Le projet Debian
     cessera son support actif Ю la section non-free. La clause 5 du Contrat social
     est abrogИe.
     	    
    +

    иtant donnИ que cette rИsolution modifie le Contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe. -

    DИposant de l'amendement :Anthony Towns [ajt@debian.org]
    Parrains de l'amendement : +

    + + + +

    Anthony Towns [ajt@debian.org]

    + + +
    1. Stephen Stafford [bagpuss@debian.org]
    2. Sean ╚ Shaleh ╩ Perry [shaleh@debian.org]
    3. @@ -84,12 +80,12 @@
    4. Craig Sanders [cas@debian.org]
    5. Hamish Moffatt [hamish@debian.org]
    -
    Texte de l'amendement : + + + +

    Le texte de l'amendement est le suivant : +

     Je propose que le projet Debian dИcide de :
     
    @@ -108,11 +104,10 @@
     	

    Cet amendement n'a besoin que d'une majoritИ simple pour Йtre adoptИ.

    -
    Quorum : + + + +

    Avec 908 dИveloppeurs, nous avons :

    @@ -128,11 +123,10 @@
     L'option 1 a atteint le quorum : 199 > 45,1995575199581
     L'option 2 a atteint le quorum : 304 > 45,1995575199581
             
    -
    DonnИes et statistiques : + + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la pИriode du scrutin. De plus, la liste des feuille d'enregistrement est Иgalement disponible. -

      
    MajoritИs requises : +

    + + + + +

    L'option 1 a besoin d'une majoritИ qualifiИe de 3 contre 1 car elle modifie la contrat social, un document fondateur.

     L'option 1 n'est pas retenue Ю cause de la majoritИ  0,765 (199/260) <= 3
     L'option 2 obtient la majoritИ                       1,949 (304/156) > 1
     	
    -
    RИsultat : -

    + + + +

    Le gagnant est : l'option 2 Proposition 2 : rИaffirmer le support de non-free -

    - +

    +
    @@ -199,10 +188,7 @@ L'option 3 bat l'option 1 de (260 - 199) = 61 voix
    L'option 2 bat l'option 3 de (304 - 156) = 148 voix

    - - - -
    Grille des rИsultats
    + Index: french/vote/2004/vote_003.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/vote_003.wml,v retrieving revision 1.7 diff -u -r1.7 vote_003.wml --- french/vote/2004/vote_003.wml 26 Apr 2005 21:41:42 -0000 1.7 +++ french/vote/2004/vote_003.wml 23 Nov 2005 15:56:59 -0000 @@ -2,17 +2,15 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.9" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    RИsolution gИnИrale : modification de la rИdaction du contrat social

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier : - + +
    @@ -29,15 +27,13 @@
    Proposition et amendement janvier 2004dimanche 25 avril 2004 23:59:59 UTC
    -
    DИposant :Andrew Suffield [asuffield@debian.org]
    Parrains : + + + +

    Andrew Suffield [asuffield@debian.org]

    + + +
    1. Chad C. Walstrom [chewie@debian.org]
    2. Remi Vanicat [vanicat@debian.org]
    3. @@ -45,11 +41,9 @@
    4. Branden Robinson [branden@debian.org]
    5. Jochen Voss [voss@debian.org]
    -
    Texte : + + +

    Une explication complХte de ces amendements est disponible ; le texte de cette rИsolution @@ -113,11 +107,10 @@ иtant donnИ que cette rИsolution modifie le contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

    -
    Quorum : + + + +

    Avec 911 dИveloppeurs, nous avons :

    @@ -128,11 +121,10 @@
      
     L'option 1 a atteint le quorum : 174 > 45,2741648183597
     	
    -
    DonnИes et statistiques : + + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la pИriode du scrutin. De plus, la liste des feuille d'enregistrement est Иgalement disponible (veuillez notez que pendant le scrutin, il s'agit d'une feuille vierge). -

    MajoritИs requises : +

    + + + +

    иtant donnИ que cette rИsolution modifie le contrat social, un document fondateur, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

     L'option 1 a obtenu la majoritИ         4,462 (174/39) > 3
     	
    -
    RИsultat : -

    + + + +

    Le gagnant est : l'option 1 Proposition 1 : modifier le contrat social [nИcessite une majoritИ qualifiИ de 3 contre 1] -

    - +

    +
    - + - + - + @@ -183,10 +173,7 @@

    L'option 1 bat l'option 2 de (174 - 39) = 135 voix

    - - - -
    Grille des rИsultats
      Option 1 Option 2
    Option 1   174
    Option 2 39  
    + Index: french/vote/2004/vote_004.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/vote_004.wml,v retrieving revision 1.28 diff -u -r1.28 vote_004.wml --- french/vote/2004/vote_004.wml 18 May 2005 14:29:06 -0000 1.28 +++ french/vote/2004/vote_004.wml 23 Nov 2005 15:56:59 -0000 @@ -2,17 +2,15 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.57" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    RИsolution gИnИrale : Calendrier de publication de Sarge en fonction de la rИsolution gИnИrale 2004-003

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier : - + +
    @@ -29,15 +27,15 @@
    Proposition et amendement mercredi 28 avril 2004vendredi 2 juillet 2004 23:59:59 UTC
    -
    DИposant de la proposition A :Steve Langasek [vorlon@debian.org] -
    Parrains de la proposition A : + + + +

    Steve Langasek + [vorlon@debian.org] +

    + + +
    1. Joe Wreschnig [piman@debian.org]
    2. Stephen Frost [sfrost@debian.org]
    3. @@ -51,15 +49,13 @@
    4. Xavier Roche [xavier@debian.org]
    5. Andre Luis Lopes [andrelop@debian.org]
    -
    DИposant de la proposition B :Duncan Findlay [duncf@debian.org]
    Parrains de la proposition B : + + + +

    Duncan Findlay [duncf@debian.org]

    + + +
    1. Xavier Roche [xavier@debian.org]
    2. Daniel Burrows [dburrows@debian.org]
    3. @@ -68,15 +64,13 @@
    4. Roland Stigge [stigge@debian.org]
    5. Wouter Verhelst [wouter@debian.org]
    -
    DИposant de la proposition C :Colin Watson [cjwatson@debian.org]
    Parrains de la proposition C : + + + +

    Colin Watson [cjwatson@debian.org]

    + + +
    1. Guido Trotter [ultrotter@debian.org]
    2. Michael Banck [mbanck@debian.org]
    3. @@ -87,15 +81,13 @@
    4. Frank KЭster [frank@debian.org]
    5. Henrique de Moraes Holschuh [hmh@debian.org]
    -
    DИposant de la proposition D :Craig Sanders [cas@debian.org]
    Parrains de la proposition D : + + + +

    Craig Sanders [cas@debian.org]

    + + +
    1. Xavier Roche [xavier@debian.org]
    2. RaphaКl Hertzog [hertzog@debian.org]
    3. @@ -108,15 +100,13 @@
    4. Andreas Barth [aba@debian.org]
    5. Theodore Ts'o [tytso@debian.org]
    -
    DИposant de la proposition E :Manoj Srivastava [srivasta@debian.org]
    Parrains de la proposition E : + + + +

    Manoj Srivastava [srivasta@debian.org]

    + + +
    1. Andreas Barth [aba@debian.org]
    2. Martin Schulze [joey@debian.org]
    3. @@ -135,15 +125,13 @@
    4. Daniel Burrows [dburrows@debian.org]
    5. Thomas Bushnell, BSG [tb@debian.org]
    -
    DИposant de la proposition F :Andrew Suffield [asuffield@debian.org]
    Parrains de la proposition E : + + + +

    Andrew Suffield [asuffield@debian.org]

    + + +
    1. Graham Wilson [graham@debian.org]
    2. Göran Weinholt [weinholt@debian.org]
    3. @@ -151,18 +139,15 @@
    4. Robert Millan [rmh@debian.org]
    5. Branden Robinson [branden@debian.org]
    -
    Proposition A : + + + +

    Suspendre les modifications rИcentes au contrat social pour une pИriode fixИe (choix 1 sur le bulletin). -

      +

    + +

    Le texte de cette rИsolution gИnИrale est le suivant :

    @@ -240,18 +225,15 @@ иtant donnИ que cette rИsolution modifie le contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

    -
    Proposition B : + + + +

    Suspendre les modifications rИcentes au contrat social pour la prochaine Иdition de Debian (choix 2 sur le bulletin). -

      +

    + +

    Le texte de cette rИsolution gИnИrale est le suivant :

    @@ -308,18 +290,15 @@ иtant donnИ que cette rИsolution modifie le contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

    -
    Proposition C : + + + +

    Ajouter une excuse Ю l'Иdition actuelle, nommИ Sarge, pour ne pas suivre le contrat social (choix 3 sur le bulletin). -

      +

    + +

    Le texte de cette rИsolution gИnИrale est le suivant :

    @@ -421,18 +400,15 @@ иtant donnИ que cette rИsolution modifie le contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

    -
    Proposition D : + + + +

    Abroger la rИsolution gИnИrale prИcИdente et revenir Ю la version 1.0 du contrat social (choix 4 sur le bulletin). -

      +

    + +

    Cet amendement supprime tout sauf la premiХre clause de la proposition A, le texte de cette rИsolution gИnИrale est le @@ -511,19 +487,16 @@ иtant donnИ que cette rИsolution modifie le contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

    -
    Proposition E : + + + +

    CrИer un document fondateur pour fournir une ligne directrice sur la maniХre de gИrer les modifications des documents fondateurs (choix 5 sur le bulletin). -

      +

    + +

    Le texte de cette rИsolution gИnИrale est le suivant :

    @@ -714,18 +687,15 @@ иtant donnИ que cette rИsolution modifie le contrat social, il lui faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИe.

    -
    Proposition F : + + + +

    RИaffirmer le contrat social actuel, sans faire de compromis pour la prochaine publication. -

      +

    + +

    Le texte de cette rИsolution gИnИrale est le suivant : cet amendement replace le texte complet de la proposition par : @@ -737,11 +707,10 @@ soit dans les sections principales et de contribution qui ne soit pas conforme aux principes du logiciel libre selon Debian.

    -
    Quorum : + + + +

    Avec 909 dИveloppeurs, nous avons :

    @@ -757,11 +726,10 @@
     L'option 5 a atteint le quorum : 258 > 45,224440295044
     L'option 6 a atteint le quorum : 155 > 45,224440295044
     	
    -
    DonnИes et statistiques : + + + +

    Des statistiques sur les bulletins et les accusИs de rИception sont rassemblИes pИriodiquement durant la pИriode du scrutin. De plus, la liste des \ @@ -769,11 +737,11 @@ href="gr_sarge_tally.txt">feuille d'enregistrement est Иgalement disponible (veuillez notez que pendant le scrutin, il s'agit d'une feuille vierge). -

    MajoritИs requises : +

    + + + +

    иtant donnИ que ces rИsolutions, sauf la F, modifient soit le contrat social soit la constitution, tous deux documents fondateurs, il leur faut une majoritИ qualifiИe de 3 contre 1 pour Йtre acceptИes. Sauf la @@ -786,18 +754,16 @@ L'option 5 n'est pas retenu Ю cause de la majoritИ 2,434 (258/106) <= 3 L'option 6 n'est pas retenu Ю cause de la majoritИ 0,824 (155/188) <= 1 -

    RИsultat : -

    + + + +

    Le gagnant est : l'option 2 Proposition B : Suspendre les modifications rИcentes au contrat social pour la prochaine Иdition de Debian -

    +

    -

    +

    Affichage graphique des rИsultats @@ -816,7 +782,7 @@ Wikipedia est assez instructive.

    - +
    @@ -901,10 +867,6 @@
    Grille des rИsultats
    -
    Index: french/vote/2004/vote_005.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/vote_005.wml,v retrieving revision 1.5 diff -u -r1.5 vote_005.wml --- french/vote/2004/vote_005.wml 26 Apr 2005 21:41:42 -0000 1.5 +++ french/vote/2004/vote_005.wml 23 Nov 2005 15:56:59 -0000 @@ -2,17 +2,15 @@ W #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.7" maintainer="Nicolas Bertolissio" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    RИsolution gИnИrale : Forcer l'inclusion de l'architecture AMD64 dans Sarge

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier : - + +
    @@ -29,33 +27,28 @@
    Proposition et amendement mardi 13 juillet 20042004
    -
    DИposant de la proposition 1 :Josselin Mouette [joss@debian.org]
    Parrains de la proposition 1 : + + + +

    Josselin Mouette [joss@debian.org]

    + + +
    1. Robert Millan [rmh@debian.org]
    2. Xavier Roche [xavier@debian.org]
    3. Marc ╚ HE ╩ Brockschmidt [he@debian.org]
    4. Alexander Wirt [formorer@debian.org]
    -
    Proposition 1 : + + + +

    Forcer l'inclusion de l'architecture AMD64 dans Sarge et Sid, malgrИ les violations de la charte. -

      +

    + +

    Le texte de la rИsolution gИnИrale est le suivant :

    @@ -122,27 +115,24 @@ responsables travaillaient tout simplement, rendant ainsi cette rИsolution superflue.

    -
    Quorum :pas encore calculИ
    DonnИes et statistiques :pas encore rassemblИes
    MajoritИs requises :Aucune majoritИ particuliХre n'est requise pour ce - scrutin.
    RИsultat :pas encore dИterminИ
    + + + +

    pas encore calculИ

    + + + +

    pas encore rassemblИes

    + + + +

    Aucune majoritИ particuliХre n'est requise pour ce + scrutin.

    + + + +

    pas encore dИterminИ

    + Index: french/vote/2004/platforms/tbm.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2004/platforms/tbm.wml,v retrieving revision 1.6 diff -u -r1.6 tbm.wml --- french/vote/2004/platforms/tbm.wml 16 Jan 2005 21:04:50 -0000 1.6 +++ french/vote/2004/platforms/tbm.wml 23 Nov 2005 15:57:00 -0000 @@ -123,7 +123,7 @@

    Photo de Martin Comme je l'ai dИjЮ expliquИ, la + alt="Photo de Martin"> Comme je l'ai dИjЮ expliquИ, la coordination nИcessite un grand nombre d'informations. Afin de coordonner un projet comme Debian, il faut suivre ce qui se passe et ce qu'il reste Ю faire. De plus, mener une Иquipe d'un millier de dИveloppeurs nИcessite une Index: french/vote/2005/Log-debian-dpl-debate.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2005/Log-debian-dpl-debate.wml,v retrieving revision 1.33 diff -u -r1.33 Log-debian-dpl-debate.wml --- french/vote/2005/Log-debian-dpl-debate.wml 16 Oct 2005 18:44:55 -0000 1.33 +++ french/vote/2005/Log-debian-dpl-debate.wml 23 Nov 2005 15:57:05 -0000 @@ -659,7 +659,7 @@

    DeuxiХme partie du dИbat – questions et discussions

    -
    +
    [07:10:21] Andreas Schuldei
    En raison d'un plantage d'irc pour lequel je suis coupable, j'ai rИussi Ю Index: french/vote/2005/index.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2005/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- french/vote/2005/index.wml 26 Apr 2005 21:41:42 -0000 1.2 +++ french/vote/2005/index.wml 23 Nov 2005 15:57:05 -0000 @@ -1,8 +1,8 @@ Questions soumises en 2005 #use wml::debian::translation-check translation="1.2" maintainer="Nicolas Bertolissio" -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::votebar #use wml::debian::recent_list -#include "$(ENGLISHDIR)/vote/style.inc" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2005', 'list', 'vote_\d*') :> Index: french/vote/2005/leader2005_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2005/leader2005_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2005_stats.wml --- french/vote/2005/leader2005_stats.wml 24 Apr 2005 12:23:51 -0000 1.2 +++ french/vote/2005/leader2005_stats.wml 23 Nov 2005 15:57:05 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc" + + - - - - - + + + + + Index: french/vote/2005/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2005/vote_001.wml,v retrieving revision 1.14 diff -u -r1.14 vote_001.wml --- french/vote/2005/vote_001.wml 12 Jun 2005 13:16:24 -0000 1.14 +++ french/vote/2005/vote_001.wml 23 Nov 2005 15:57:06 -0000 @@ -2,16 +2,16 @@ F #use wml::debian::translation-check translation="1.26" maintainer="Nicolas Bertolissio" #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    иlection du responsable du projet Debian 2005

    +

    +

    -
    bulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en comptebulletins reГusdИcodage MIMEsignature correcteapprobation LDAPbulletins pris en compte rejets envoyИs
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Calendrier: - + + + +
    @@ -30,11 +30,9 @@
    PИriode de candidature : 7 fИvrier 2005 00:00:01 UTC

    Veuillez noter que le nouveau mandat de responsable du projet devrait dИbuter le 17 avril 2005.

    -
    Candidatures : + + +
    1. Matthew Garrett [] [programme]
    2. Andreas Schuldei [] [programme]
    3. @@ -48,11 +46,9 @@ envoyant un message Ю \ ballot@vote.debian.org avec comme sujet ╚ leader2005 ╩.

      -
    DИbat : + + +

    Cette annИe, le dИbat Иtait orchestrИ par Helen Faulkner et Martin Krafft. J'aimerais aussi les remercier au nom du projet pour leur travail @@ -83,11 +79,9 @@

  • #debian-dpl-moderator
  • #debian-dpl-replies
  • -
    DonnИes et statistiques : + + +

    Cette annИe, comme toujours, des \ statistiques sur les bulletins et les accusИs de rИception sont @@ -102,10 +96,10 @@ envoyИ au votant correspondant avec l'accusИ de rИception du bulletin, ce qui permet Ю cette personne de vИrifier que son vote est correct.

    -
    Quorum : + + + +

    Avec 965 dИveloppeurs, nous avons :

    @@ -121,11 +115,10 @@
     L'option 5 a atteint le quorum : 261 > 46,5966737010272
     L'option 6 a atteint le quorum : 346 > 46,5966737010272
           
    -
    MajoritИs requises : + + + +

    Tous les candidats ont besoin d'une majoritИ simple.

     L'option 1 n'est pas retenue Ю cause de la majoritИ  0,332 (112/337) <= 1
    @@ -135,18 +128,16 @@
     L'option 5 obtient la majoritИ                       1,418 (261/184) >  1
     L'option 6 obtient la majoritИ                       2,883 (346/120) >  1
           
    -
    RИsultat : + + +

    Le vainqueur de cette Иlection est Branden Robinson

    Je tiens Ю remercier tous les candidats pour leur implication dans le projet, pour s'Йtre portИs candidats au poste de responsable du projet, et pour avoir offert aux dИveloppeurs un solide choix de candidats.

    -

    +

    Graphique des rИsultats @@ -174,7 +165,7 @@

  • Option 6 : ╚ Andreas Schuldei ╩
  • Option 7 : ╚ aucun ╩
  • - +
    @@ -303,6 +294,4 @@ href="$(HOME)/devel/constitution">constitution, au paragraphe A.6.

    - - -
    Matrice des gagnants
    Option
    + Index: french/vote/2005/platforms/mjg59.wml =================================================================== RCS file: /cvs/webwml/webwml/french/vote/2005/platforms/mjg59.wml,v retrieving revision 1.7 diff -u -r1.7 mjg59.wml --- french/vote/2005/platforms/mjg59.wml 31 Mar 2005 20:05:26 -0000 1.7 +++ french/vote/2005/platforms/mjg59.wml 23 Nov 2005 15:57:06 -0000 @@ -244,11 +244,13 @@ dit :

    +

    J'ai la conviction que Debian pourrait s'amИliorer ici simplement en donnant aux dИlИguИs une autoritИ claire pour prendre des dИcisions dans leurs domaines d'expertise, ainsi qu'en acceptant que l'on puisse persuader et convaincre les dИlИguИs et les responsables de paquets que quelque chose pourrait Йtre fait d'une certaine faГon. +

    @@ -280,8 +282,10 @@ bon travail, pas de s'occuper de ce travail lui-mЙme. Andreas dit :

    +

    des tБches plus petites sont dИlИguИes au membre de l'Иquipe le plus appropriИ. +

    Index: german/vote/howto_follow.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/howto_follow.wml,v retrieving revision 1.9 diff -u -r1.9 howto_follow.wml --- german/vote/howto_follow.wml 12 May 2005 16:17:52 -0000 1.9 +++ german/vote/howto_follow.wml 23 Nov 2005 15:57:07 -0000 @@ -3,7 +3,6 @@ #use wml::debian::translation-check translation="1.10" # $Id: howto_follow.wml,v 1.9 2005/05/12 16:17:52 florian Exp $ # Translator: Frank Lichtenheld , 2003-04-24 -#include "$(ENGLISHDIR)/vote/style.inc"

    Standard Beschluss-Verfahren

    Index: german/vote/howto_proposal.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/howto_proposal.wml,v retrieving revision 1.9 diff -u -r1.9 howto_proposal.wml --- german/vote/howto_proposal.wml 12 May 2005 16:17:52 -0000 1.9 +++ german/vote/howto_proposal.wml 23 Nov 2005 15:57:07 -0000 @@ -3,10 +3,9 @@ #use wml::debian::translation-check translation="1.16" # $Id: howto_proposal.wml,v 1.9 2005/05/12 16:17:52 florian Exp $ # Translator: Frank Lichtenheld , 2003-04-24 -#include "$(ENGLISHDIR)/vote/style.inc" -

    Richtlinien

    +

    Richtlinien

    Wenn Sie die folgenden Richtlinien nicht einhalten, wird ihr Vorschlag dadurch nicht ungЭltig. Ziehen Sie sie Index: german/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/index.wml,v retrieving revision 1.10 diff -u -r1.10 index.wml --- german/vote/index.wml 31 Jul 2005 11:09:44 -0000 1.10 +++ german/vote/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,7 +1,6 @@ #use wml::debian::template title="Debian-Abstimmungs-Informationen" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar #use wml::debian::translation-check translation="1.19" -#include "$(ENGLISHDIR)/vote/style.inc" # $Id: index.wml,v 1.10 2005/07/31 11:09:44 toddy Exp $ # Translator: Noel KЖthe, noel@koethe.net, 2001-06-20 @@ -41,10 +40,13 @@ sehr informativ). Vereinfachend kann die grundlegende Condorcet-Methode folgendermaъen beschrieben werden:

    -
    Ziehe alle mЖglichen ZweikДmpfe zwischen den Kandidaten +
    +

    + Ziehe alle mЖglichen ZweikДmpfe zwischen den Kandidaten in Betracht. Der Condorcet-Gewinner, wenn es einen gibt, ist derjenige Kandidat, der jeden anderen Kandidaten im Zweikampf schlagen kann. +

    Das Problem ist, dass es bei komplexen Wahlen durchaus zu Index: german/vote/1999/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/1999/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- german/vote/1999/index.wml 28 Apr 2005 16:32:14 -0000 1.2 +++ german/vote/1999/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,9 +1,9 @@ Vorgebrachte Belange aus 1999 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.6" # Translator: Noel KЖthe, noel@koethe.net, 2001-06-20 +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :> Index: german/vote/2000/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2000/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- german/vote/2000/index.wml 28 Apr 2005 16:32:14 -0000 1.2 +++ german/vote/2000/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,9 +1,9 @@ Vorgebrachte Belange aus 2000 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.4" # Translator: Noel KЖthe, noel@koethe.net, 2001-06-20 +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :> Index: german/vote/2001/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2001/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- german/vote/2001/index.wml 28 Apr 2005 16:32:14 -0000 1.2 +++ german/vote/2001/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,9 +1,9 @@ Vorgebrachte Belange aus 2001 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.2" # Translator: Noel KЖthe, noel@koethe.net, 2001-06-20 +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2001', 'list', 'vote_\d*') :> Index: german/vote/2001/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2001/vote_0001.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0001.wml --- german/vote/2001/vote_0001.wml 28 Apr 2005 16:41:07 -0000 1.5 +++ german/vote/2001/vote_0001.wml 23 Nov 2005 15:57:07 -0000 @@ -1,23 +1,31 @@ Wahl des Leiters 2001 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.6" # $Id: vote_0001.wml,v 1.5 2005/04/28 16:41:07 toddy Exp $ # Translator: Noel KЖthe, noel@koethe.net, 2001-06-20 - - - - - - - - - - - - - - - - - -
    Zeitablauf: - Nominierungsphase: 24. Januar 2001 bis 13. Februar 2001
    - Wahlkampfphase: 14. Februar 2001 bis 6. MДrz 2001
    - Wahlphase: 7. MДrz 2001 bis 28. MДrz 2001 -
    Nominierungen: +

    +

    + + + + + + + + + + + + + +
    Nominierungsphase24. Januar 2001 bis 13. Februar 2001
    Wahlkampfphase14. Februar 2001 bis 6. MДrz 2001
    Wahlphase7. MДrz 2001 bis 28. MДrz 2001
    + + +
    1. Branden Robinson [branden@debian.org] [Wahlrede] @@ -28,20 +36,19 @@
    2. Bdale Garbee [bdale@debian.org] [Wahlrede]
    -
    Mindestanzahl:?
    Ergebnis: + + + +

    ?

    + + + +

    Es gab 311 gЭltige Stimmen.
    Der Gewinner ist Ben Collins. -
    -

    +

    +

    Grafische Darstellung der Ergebnisse @@ -52,7 +59,6 @@ Wikipedia-Eintrag sehr informativ.

    - Detailliertes Wahlergebnis. -
    +

    Detailliertes Wahlergebnis. +

    + Index: german/vote/2002/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2002/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- german/vote/2002/index.wml 28 Apr 2005 16:32:14 -0000 1.2 +++ german/vote/2002/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,9 +1,9 @@ Vorgebrachte Belange aus 2002 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.2" # $Id: index.wml,v 1.2 2005/04/28 16:32:14 toddy Exp $ +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2002', 'list', 'vote_\d*') :> Index: german/vote/2002/stats.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2002/stats.wml,v retrieving revision 1.5 diff -u -r1.5 stats.wml --- german/vote/2002/stats.wml 25 Mar 2004 15:23:16 -0000 1.5 +++ german/vote/2002/stats.wml 23 Nov 2005 15:57:07 -0000 @@ -3,10 +3,12 @@ # $Id: stats.wml,v 1.5 2004/03/25 15:23:16 jseidel Exp $ + + - - - + + + Index: german/vote/2002/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2002/vote_0001.wml,v retrieving revision 1.15 diff -u -r1.15 vote_0001.wml --- german/vote/2002/vote_0001.wml 28 Apr 2005 16:41:08 -0000 1.15 +++ german/vote/2002/vote_0001.wml 23 Nov 2005 15:57:07 -0000 @@ -1,23 +1,25 @@ Wahl des Debian-Projekt-Leiters 2002F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.25" # $Id: vote_0001.wml,v 1.15 2005/04/28 16:41:08 toddy Exp $ # Translator: Gerfried Fuchs 2002-03-01 -
    Erhaltene WahlzettelAkzeptiertAbgelehntErhaltene WahlzettelAkzeptiertAbgelehnt Eindeutige Stimmen
    - - - - - - - - - - - - - - - - - - - - - - - - -
    Zeitablauf: +

    +

    + + + +

    Nominierungsphase: 6. Februar 2002 bis 27. Februar 2002
    Wahlkampfphase: 28. Februar 2002 bis 23. MДrz 2002
    Wahlphase: 24. MДrz 2002 bis 16. April 2002 um 23:59:59 UTC -

    Nominierungen: +

    + + +
    1. Branden Robinson [] [Wahlrede] @@ -26,22 +28,21 @@
    2. Bdale Garbee [] [Wahlrede]
    -
    Debatte:vorlДufige Abschrift: + + + +

    vorlДufige Abschrift: HTML, reiner Text
    Vielen Dank an Ben Collins, der die Debatte geleitet hat, und an Rob Levin und OPN, die es uns erlaubt haben, die Debatte auf ihrem Netzwerk abzuhalten. -

    Daten und Statistiken:Einige +

    + + + +

    Einige Statistiken Эber die Wahlzettel und BestДtigungen wurden periodisch wДhrend der Wahl-Periode gesammelt. ZusДtzlich ist die Liste der Leute fЭr die Wahl verfЭgbar, komplett @@ -52,8 +53,8 @@ Vielleicht hilft eine detailliertere ErklДrung der Ergebnismatrix beim VerstДndnis der Tabelle. -
    - +

    +
    @@ -90,28 +91,29 @@
      1 
    +

    Wenn man in Zeile 2, Spalte 1, Kandidat 2 (RaphaКl Hertzog) schaut, erhielt er 199 Stimmen vor Kandidat 1 (Branden Robinson)
    Wenn man in Zeile 1, Spalte 2, Kandidat 1 (Branden Robinson) blickt, erhielt er 255 Stimmen vor Kandidat 2 (RaphaКl Hertzog) -

    Mindestanzahl:Mit 939 Entwicklern, Q=15.32155, ist die Mindestanzahl - 45.96466
    Ergebnis: +

    + + + +

    Mit 939 Entwicklern, Q=15.32155, ist die Mindestanzahl + 45.96466

    + + + +

    Der Gewinner der Wahl ist Bdale Garbee.
    Ich mЖchte Branden Robinson und RaphaКl Hertzog fЭr ihren Einsatz fЭr das Projekt danken, dass sie sich fЭr den Posten des Projekt-Leiters beworben haben, und dass sie den Entwicklern eine starke und funktionsfДhige Gruppe von Kandidaten geboten haben. - -

    - +

    +

    + Grafische Darstellung der Ergebnisse

    @@ -124,7 +126,8 @@

    Insgesamt eindeutige abgegebene Stimmen: 475
    Paarweise Wahlen gewonnen-verloren-unentschieden: - +

    +
    @@ -150,6 +153,4 @@ /dem knappsten Sieg: 443
    Branden Robinson 2-1-0
    -

    + Index: german/vote/2003/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2003/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- german/vote/2003/index.wml 28 Apr 2005 16:32:14 -0000 1.2 +++ german/vote/2003/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,8 +1,9 @@ Vorgebrachte Belange aus 2003 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar #use wml::debian::translation-check translation="1.2" # $Id: index.wml,v 1.2 2005/04/28 16:32:14 toddy Exp $ +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2003', 'list', 'vote_\d*') :> Index: german/vote/2003/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2003/vote_0001.wml,v retrieving revision 1.20 diff -u -r1.20 vote_0001.wml --- german/vote/2003/vote_0001.wml 28 Apr 2005 16:41:08 -0000 1.20 +++ german/vote/2003/vote_0001.wml 23 Nov 2005 15:57:07 -0000 @@ -1,45 +1,45 @@ Wahl des Debian-Projektleiters 2003 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.26" # $Id: vote_0001.wml,v 1.20 2005/04/28 16:41:08 toddy Exp $ - - - - - - - - - - - - - - - - - - - - - - - -
    Zeitablauf: - +

    +

    + + + +
    - - - - - - - - -
    Nominierungsphase: + Nominierungsphase: 24. Januar 2003, 00:00:01 UTC + 24. Januar 2003, 00:00:01 UTC 14. Februar 2003, 00:00:00 UTC + 14. Februar 2003, 00:00:00 UTC
    Wahlkampfphase: + Wahlkampfphase: 14. Februar 2003, 00:00:01 UTC + 14. Februar 2003, 00:00:01 UTC 8. MДrz 2003, 00:00:00 UTC + 8. MДrz 2003, 00:00:00 UTC
    Wahlphase: + Wahlphase: 8. MДrz 2003, 00:00:01 UTC + 8. MДrz 2003, 00:00:01 UTC 30. MДrz 2003, 00:00:00 UTC + 30. MДrz 2003, 00:00:00 UTC
    -
    Nominierungen: + + +
    1. Moshe Zadka [] [Wahlrede] @@ -54,11 +54,9 @@

      Der Wahlzettel kann per E-Mail erhalten werden, indem man eine E-Mail an ballot@vote.debian.org mit dem Betreff (Subject) leader2003 sendet.

      -
    Debatte: + + +

    Angesetzt fЭr 7. MДrz 2003 um 22:00:00 UTC, auf dem IRC-Server irc.freenode.net. Es wird zwei relevante KanДle geben, @@ -81,12 +79,10 @@

  • #debian-dpl-debate
  • #debian-dpl-discuss
  • -
    Daten und Statistiken: - Einige \ + + + +

    Einige \ Statistiken werden periodisch Эber die Wahlzettel und BestДtigungen wДhrend des Wahlzeitraums gesammelt. ZusДtzlich ist die Liste der Leute @@ -99,8 +95,8 @@ Vielleicht hilft eine detailliertere ErklДrung der Ergebnismatrix beim VerstДndnis der Tabelle. -
    - +

    +
    @@ -150,30 +146,31 @@
      1 
    +

    Wenn man in Zeile 2, Spalte 1, Kandidat 2 (Bdale Garbee) schaut, erhielt er 428 Stimmen vor Kandidat 1 (Moshe Zadka)
    Wenn man in Zeile 1, Spalte 2, Kandidat 1 (Moshe Zadka) blickt, erhielt er 34 Stimmen vor Kandidat 2 (Bdale Garbee). -

    Mindestanzahl: +

    + + + +

    Mit 831 Entwicklern, Q=14.41353531, ist die Mindestanzahl 43.2406059 oder, aufgerundet, 44. Nur ein Kandidat gewann durch eine Spanne grЖъer als die Mindestanzahl. -

    Ergebnis: +

    + + + +

    Der Sieger der Wahl ist Martin Michlmayr.
    Ich mЖchte Moshe Zadka, Branden Robinson und Bdale Garbee fЭr ihren Einsatz fЭr das Projekt danken, fЭr ihre Kandidatur fЭr den Posten des Projektleiters und dafЭr, dass sie den Entwicklern eine starke und funktionsfДhige Gruppe von Kandidaten geboten haben. -

    +

    Grafische Darstellung der Ergebnisse @@ -188,7 +185,7 @@

    Insgesamt eindeutige abgegebene Stimmen: 488, das sind 58.60409% der mЖglichen Stimmen.
    Paarweise Wahlen gewonnen-verloren-unentschieden: - +
    @@ -232,6 +229,3 @@ 4 schlДgt 3: 237 226 = 11
    4 schlДgt 5: 424 39 = 385

    - - -
    Moshe Zadka 1-3-0
    Index: german/vote/2004/gr_editorial_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2004/gr_editorial_stats.wml,v retrieving revision 1.1 diff -u -r1.1 gr_editorial_stats.wml --- german/vote/2004/gr_editorial_stats.wml 31 Jul 2005 11:21:19 -0000 1.1 +++ german/vote/2004/gr_editorial_stats.wml 23 Nov 2005 15:57:07 -0000 @@ -3,13 +3,15 @@ #use wml::debian::translation-check translation="1.1" + + - - - - - + + + + + Index: german/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2004/index.wml,v retrieving revision 1.3 diff -u -r1.3 index.wml --- german/vote/2004/index.wml 28 Apr 2005 16:32:14 -0000 1.3 +++ german/vote/2004/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,8 +1,9 @@ Vorgebrachte Belange aus 2004 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar #use wml::debian::translation-check translation="1.2" # $Id: index.wml,v 1.3 2005/04/28 16:32:14 toddy Exp $ +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: german/vote/2004/leader2004_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2004/leader2004_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2004_stats.wml --- german/vote/2004/leader2004_stats.wml 31 Jul 2005 11:09:44 -0000 1.2 +++ german/vote/2004/leader2004_stats.wml 23 Nov 2005 15:57:07 -0000 @@ -4,13 +4,15 @@ #use wml::debian::translation-check translation="1.2"
    Empfangene StimmzettelMIME entschlЭsseltUnterschrift ЭberprЭftLDAP ЭberprЭftэbereinstimmende StimmenEmpfangene StimmzettelMIME entschlЭsseltUnterschrift ЭberprЭftLDAP ЭberprЭftэbereinstimmende Stimmen Abgelehnt
    + + - - - - - + + + + + Index: german/vote/2004/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2004/vote_001.wml,v retrieving revision 1.14 diff -u -r1.14 vote_001.wml --- german/vote/2004/vote_001.wml 28 Apr 2005 16:32:14 -0000 1.14 +++ german/vote/2004/vote_001.wml 23 Nov 2005 15:57:07 -0000 @@ -2,15 +2,14 @@ F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" #use wml::debian::translation-check translation="1.20" +#use wml::debian::toc #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" -

    Wahl des Debian-Projektleiters 2004

    -
    Empfangene StimmzettelMIME entschlЭsseltUnterschrift ЭberprЭftLDAP ЭberprЭftэbereinstimmende StimmenEmpfangene StimmzettelMIME entschlЭsseltUnterschrift ЭberprЭftLDAP ЭberprЭftэbereinstimmende Stimmen Abgelehnt
    - - - - - - - - - - - - - - - - - - - - - - -
    Zeitrahmen: - +

    +

    + + +
    @@ -28,11 +27,9 @@
    Nominierungsphase: 7. Februar 00:00:01 UTC, 2004

    Die Amtszeit des neuen Projektleiters soll am 17. April 2004 beginnen.

    -
    Nominierungen: + + +
    1. Martin Michlmayr [] [Wahlrede]
    2. @@ -44,11 +41,10 @@

      Der Stimmzettel kann durch eine Mail an ballot@vote.debian.org mit dem Betreff leader2004 angefordert werden.

      -
    Daten und Statistiken: + + + +

    Einige \ Statistiken Эber die Wahlzettel und BestДtigungen werden periodisch wДhrend des @@ -57,11 +53,11 @@ die schon gewДhlt haben, verfЭgbar. Das ZДhler-Blatt ist ebenfalls verfЭgbar. -

    Mindestanzahl: +

    + + + +

    Mit 911 Entwicklern ergibt sich:

      Aktuelle Entwickler-Anzahl = 911
    @@ -75,22 +71,19 @@
     Option 3 erreichte das Quorum: 442 > 45.2741648183597
     
                 
    -
    Mehrheitsanforderungen:Alle drei VorschlДge erfordern eine + + + +

    Alle drei VorschlДge erfordern eine einfache Mehrheit.

     Option 1 scheidet aus aufgrund der MehrheitsverhДltnisse.  0.558 (144/258) <= 1
     Option 2 erfЭllt das Kriterium.               5.629 (394/70) > 1
     Option 3 erfЭllt das Kriterium.              17.000 (442/26) > 1
     	    
    -
    Ergebnis: + + +

    Der Gewinner der Wahl ist Martin Michlmayr

    Ich mЖchte mich bei Branden Robinson und Gergely Nagy @@ -99,7 +92,7 @@ Entwicklern eine starke Gruppe von geeigneten Kandidaten zur Auswahl stand.

    -

    +

    Grafische Darstellung der Ergebnisse @@ -121,7 +114,7 @@ - +
    @@ -178,7 +171,5 @@ Option 3 schlДgt Option 4 mit ( 442 - 26) = 416 Stimmen.

    - - -
    Option
    + Index: german/vote/2004/platforms/tbm.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2004/platforms/tbm.wml,v retrieving revision 1.12 diff -u -r1.12 tbm.wml --- german/vote/2004/platforms/tbm.wml 13 Mar 2005 16:01:33 -0000 1.12 +++ german/vote/2004/platforms/tbm.wml 23 Nov 2005 15:57:07 -0000 @@ -111,7 +111,7 @@ Projekts, wodurch ich sicherstellen kann, dass das Projekt rund lДuft.

    Foto von Martin + alt="Foto von Martin"> Wie bereits zuvor erЖrtert benЖtigt die Koordinierung eine groъe Breite von Informationen. Um ein Projekt wie Debian zu koordinieren, mЭssen Sie verfolgen, was passiert und was noch zu tun ist. Des Weiteren bedarf die Index: german/vote/2005/index.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2005/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- german/vote/2005/index.wml 28 Apr 2005 16:32:14 -0000 1.2 +++ german/vote/2005/index.wml 23 Nov 2005 15:57:07 -0000 @@ -1,9 +1,9 @@ Vorgebrachte Belange aus 2005 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::votebar #use wml::debian::recent_list -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.2" # $Id: index.wml,v 1.2 2005/04/28 16:32:14 toddy Exp $ +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2005', 'list', 'vote_\d*') :> Index: german/vote/2005/leader2005_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2005/leader2005_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2005_stats.wml --- german/vote/2005/leader2005_stats.wml 31 Jul 2005 11:09:44 -0000 1.2 +++ german/vote/2005/leader2005_stats.wml 23 Nov 2005 15:57:07 -0000 @@ -4,13 +4,15 @@ #include "$(ENGLISHDIR)/vote/style.inc" + + - - - - - + + + + + Index: german/vote/2005/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/german/vote/2005/vote_001.wml,v retrieving revision 1.12 diff -u -r1.12 vote_001.wml --- german/vote/2005/vote_001.wml 12 Jun 2005 13:16:24 -0000 1.12 +++ german/vote/2005/vote_001.wml 23 Nov 2005 15:57:15 -0000 @@ -1,16 +1,16 @@ Wahl des Debian-Projektleiters 2005F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.26" -#include "$(ENGLISHDIR)/vote/style.inc" -

    Wahl des Debian-Projektleiters 2005

    -
    Empfangene StimmzettelMIME entschlЭsseltUnterschrift ЭberprЭftLDAP ЭberprЭftэbereinstimmende StimmenEmpfangene StimmzettelMIME entschlЭsseltUnterschrift ЭberprЭftLDAP ЭberprЭftэbereinstimmende Stimmen Abgelehnt
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Zeitrahmen: - +

    +

    + + + +
    @@ -28,11 +28,9 @@
    Nominierungsphase: 7. Februar 2005, 00:00:01 UTC

    Die Amtszeit des neuen Projektleiters soll am 17. April 2005 beginnen.

    -
    Nominierungen: + + +
    1. Matthew Garrett [] [Wahlrede]
    2. @@ -50,11 +48,9 @@

      Wenn der Stimmzettel fertig ist, kann er durch eine E-Mail an ballot@vote.debian.org mit dem Betreff leader2005 angefordert werden.

      -
    Debatte: + + +

    Dieses Jahr wurden die Debatten von Helen Faulkner und Martin Krafft orchestriert. Ich mЖchte mich dem Dank @@ -93,12 +89,11 @@

  • #debian-dpl-moderator
  • #debian-dpl-replies
  • -
    Daten und Statistiken: + + + +

    Auch dieses Jahr werden – wie immer – Statistiken Эber die empfangenen Stimmzettel und verschickten @@ -115,11 +110,11 @@ BestДtigung des Stimmzettels gemeinsam zugeschickt, so dass jeder ЭberprЭfen kann, dass die abgegebenen Stimmen korrekt sind. -

    Mindestanzahl: +

    + + + +

    Mit 965 Entwicklern ergibt sich:

    @@ -136,11 +131,10 @@
     Option 6 erreichte das Quorum: 346 > 46.5966737010272
     
                 
    -
    Mehrheitsanforderungen: Alle Kandidaten benЖtigen eine einfache + + + +

    Alle Kandidaten benЖtigen eine einfache Mehrheit, um gewДhlt zu werden.

     Option 1 scheidet aus auf Grund der MehrheitsverhДltnisse.  0.332 (112/337) <= 1
    @@ -150,11 +144,9 @@
     Option 5 erfЭllt das Kriterium.                             1.418 (261/184) > 1
     Option 6 erfЭllt das Kriterium.                             2.883 (346/120) > 1
     	    
    -
    Ergebnis: + + +

    Der Gewinner der Wahl ist Branden Robinson.

    Ich mЖchte allen Kandidaten fЭr ihre Arbeit am Projekt @@ -162,7 +154,7 @@ zur VerfЭgung gestellt haben und den Entwicklern eine starke und brauchbare Gruppe von Kandidaten geboten haben.

    -

    +

    Grafische Darstellung der Ergebnisse @@ -190,7 +182,7 @@

  • Option 6 ╩Andreas Schuldei╚
  • Option 7 ╩None of the Above╚
  • - +
    @@ -318,6 +310,4 @@ der Verfassung schriftlich festgehalten, speziell ╖ A.6.

    - - -
    Die Ergebnismatrix
    Option
    + Index: japanese/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/index.wml,v retrieving revision 1.8 diff -u -r1.8 index.wml --- japanese/vote/index.wml 15 Jul 2005 03:54:35 -0000 1.8 +++ japanese/vote/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,5 +1,3 @@ -'$(CUR_YEAR)' -'$(ENGLISHDIR)/vote' #use wml::debian::template title="Debian $BEjI<>pJs(B" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar #use wml::debian::translation-check translation="1.19" @@ -30,9 +28,11 @@ $B=R$Y$l$P!"%3%s%I%k%;%a%=%C%I$H$O0J2<$N$h$&$J$b$N$G$9(B:

    +

    $BN)8uJd!!Mx$9$k8uJd

    $BLdBjE@$H$7$F$O!"J#;($JA*5s$K$*$$$F(B A $B$O(B B $B$K>!$A!"(BB $B$O(B C $B$K>!$A!"(B Index: japanese/vote/1999/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/1999/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- japanese/vote/1999/index.wml 1 May 2005 19:55:03 -0000 1.2 +++ japanese/vote/1999/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,8 +1,8 @@ 1999 $BG/$KEjI<$K$+$1$i$l$?5DBj(B -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.6" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :> Index: japanese/vote/2000/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/2000/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- japanese/vote/2000/index.wml 1 May 2005 19:55:30 -0000 1.2 +++ japanese/vote/2000/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,8 +1,8 @@ 2000 $BG/$KEjI<$K$+$1$i$l$?5DBj(B -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.4" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :> Index: japanese/vote/2001/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/2001/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- japanese/vote/2001/index.wml 1 May 2005 19:55:52 -0000 1.2 +++ japanese/vote/2001/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,8 +1,8 @@ 2001 $BG/$KEjI<$K$+$1$i$l$?5DBj(B -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.2" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2001', 'list', 'vote_\d*') :> Index: japanese/vote/2002/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/2002/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- japanese/vote/2002/index.wml 1 May 2005 19:56:11 -0000 1.2 +++ japanese/vote/2002/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,8 +1,8 @@ 2002 $BG/$KEjI<$K$+$1$i$l$?5DBj(B -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.2" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2002', 'list', 'vote_\d*') :> Index: japanese/vote/2003/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/2003/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- japanese/vote/2003/index.wml 1 May 2005 19:57:12 -0000 1.2 +++ japanese/vote/2003/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,7 +1,8 @@ 2003 $BG/$KEjI<$K$+$1$i$l$?5DBj(B -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar #use wml::debian::translation-check translation="1.2" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2003', 'list', 'vote_\d*') :> Index: japanese/vote/2003/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/2003/vote_0001.wml,v retrieving revision 1.17 diff -u -r1.17 vote_0001.wml --- japanese/vote/2003/vote_0001.wml 1 May 2005 20:00:36 -0000 1.17 +++ japanese/vote/2003/vote_0001.wml 23 Nov 2005 15:57:19 -0000 @@ -1,44 +1,44 @@ 2003 $BG/(B Debian $B%W%m%8%'%/%H%j!<%@!<(B (DPL) $BA*5s(B F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.26" - - - - - - - - - - - - - - - - - - - - -
    $BDy$a@Z$j(B: - +

    +

    + + + +
    - - - - - - - - -
    $B%N%_%M!<%H4|4V(B: + $B%N%_%M!<%H4|4V(B: 2003 $BG/(B 1 $B7n(B 24 $BF|(B 00:00:01 UTC + 2003 $BG/(B 1 $B7n(B 24 $BF|(B 00:00:01 UTC 2003 $BG/(B 2 $B7n(B 14 $BF|(B 00:00:00 UTC + 2003 $BG/(B 2 $B7n(B 14 $BF|(B 00:00:00 UTC
    $BA*5s1?F04|4V(B: + $BA*5s1?F04|4V(B: 2003 $BG/(B 2 $B7n(B 14 $BF|(B 00:00:01 UTC + 2003 $BG/(B 2 $B7n(B 14 $BF|(B 00:00:01 UTC 2003 $BG/(B 3 $B7n(B 8 $BF|(B 00:00:00 UTC + 2003 $BG/(B 3 $B7n(B 8 $BF|(B 00:00:00 UTC
    $BEjI<4|4V(B: + $BEjI<4|4V(B: 2003 $BG/(B 3 $B7n(B 8 $BF|(B 00:00:01 UTC + 2003 $BG/(B 3 $B7n(B 8 $BF|(B 00:00:01 UTC 2003 $BG/(B 3 $B7n(B 30 $BF|(B 00:00:00 UTC + 2003 $BG/(B 3 $B7n(B 30 $BF|(B 00:00:00 UTC
    -
    $B%N%_%M!<%H(B: + + +
    1. Moshe Zadka [] [$B3hF0J}?K(B] @@ -52,10 +52,8 @@

      $BEjI<$O%5%V%8%'%/%H$K(B leader2003 $B$H=q$$$?%a!<%k$r(B ballot@vote.debian.org $B$KAw$k$3$H$G -

    $B%G%#%Y!<%H(B: + +

    2003 $BG/(B 3 $B7n(B 7 $BF|(B 22:00:00 UTC $B$K(B irc.freenode.net IRC $B%5!<%P$GM=Dj$5$l$F$$$^$9!#4XO"$7$?%A%c%s%M%k$,(B2$B$DM=Dj$5$l$F(B $B$$$^$9!#$9$J$o$A!"(B#debian-dpl-debate $B$H(B #debian-dpl-discuss @@ -73,10 +71,10 @@

  • #debian-dpl-debate
  • #debian-dpl-discuss
  • -
    $B%G!<%?$HE}7W(B:$BEjI<4|4VCf$O!"Dj4|E*$KEjI<$H>5G'$K4X$9$k$$$/$D$+$N(B +

    $BEjI<4|4VCf$O!"Dj4|E*$KEjI<$H>5G'$K4X$9$k$$$/$D$+$N(B$BE}7W(B $B$,=8$a$i$l$^$9!#$5$i$K!"(B$BEjI< @@ -87,8 +85,8 @@ $B$K9b$$=g0L$r$D$1$?I<$N?t$r<($7$F$$$^$9!#(B$B>!GTI=$N>\:Y$J@bL@(B$B$,!"(B $B$3$NI=$rM}2r$9$k=u$1$K$J$k$+$b$7$l$^$;$s!#(B -
    - +

    +
    @@ -138,30 +136,31 @@
      1 
    +

    $B$?$H$($P(B 2 $B9TL\$N(B 1 $BNsL\$r8+$k$H!"Bh(B 2 $B$N8uJd(B (Bdale Garbee) $B$,Bh(B 1 $B$N8uJd(B (Moshe Zadka) $B$h$j$bNI$$$H$9$kI<$,(B 428 $BI<$"$k$3$H$,J,$+$j$^$9!#(B
    $B5U$K!"(B1 $B9TL\$N(B 2 $BNsL\$r8+$k$H!"Bh(B 1 $B$N8uJd(B (Moshe Zadka) $B$,Bh(B 2 $B$N8uJd(B (Bdale Garbee) $B$h$j$bNI$$$H$9$kI<$,(B 34 $BI<$"$k$3$H$,J,$+$j$^$9!#(B -

    $BDjB-?t(B:$B3+H/ + + + +

    $B3+H/e$2$F(B 44 $B?M$H$J$j$^$9!#(B $B$3$NDjB-?t$rD6$($k$3$H$,$G$-$J$+$C$?8uJd -

    $B7k2L(B:$B$3$NA*5s$N>! +

    + + + +

    $B$3$NA*5s$N>! Moshe Zadka $B$5$s!"(BBranden Robinson $B$5$s!"(BBdale Garbee $B$5$s$K$O!"%W%m%8%'%/%H$X$N9W8%!"%W%m%8%'%/%H%j!<%@! +

    $B7k2L$N%0%i%UI=8=(B @@ -175,7 +174,7 @@

    $B0l0U$JI<$OA4It$G(B 488 $B$G!"EjI $B0lBP0l$N>!Ii$N=87W!">!$A(B-$BIi$1(B-$B0z$-J,$1(B: - +
    @@ -215,6 +214,3 @@ 4 $B$O(B 5 $B$K>!$A$^$7$?(B: 424 39 = 385

    - - -
    Moshe Zadka 1-3-0
    Index: japanese/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/japanese/vote/2004/index.wml,v retrieving revision 1.1 diff -u -r1.1 index.wml --- japanese/vote/2004/index.wml 12 Feb 2004 16:29:36 -0000 1.1 +++ japanese/vote/2004/index.wml 23 Nov 2005 15:57:19 -0000 @@ -1,6 +1,7 @@ 2004 г╞╓кеЙи╪╓к╓╚╓╠╓И╓Л╓©╣дбЙ -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::translation-check translation="1.2" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: portuguese/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/portuguese/vote/index.wml,v retrieving revision 1.11 diff -u -r1.11 index.wml --- portuguese/vote/index.wml 12 Jun 2005 13:16:24 -0000 1.11 +++ portuguese/vote/index.wml 23 Nov 2005 15:57:25 -0000 @@ -1,6 +1,5 @@ #use wml::debian::template title="InformaГУes sobre VotaГУes do Debian" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.19"

    InformaГУes sobre votaГУes do Debian

    @@ -40,10 +39,13 @@ da wikipedia linkado И bem informativo). Simplisticamente, o mИtodo Condorcet puro pode ser definido como segue

    -
    Considere todas as disputas possМveis entre os +
    +

    + Considere todas as disputas possМveis entre os candidatos. O vencedor Condorcet, se houver um, И o candidato que bater cada um dos outros em uma disputa de ida-e-volta com aquele candidato. +

    O problema И que em eleiГУes complexas, podem acontecer relaГУes Index: portuguese/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/portuguese/vote/2004/index.wml,v retrieving revision 1.3 diff -u -r1.3 index.wml --- portuguese/vote/2004/index.wml 30 Apr 2005 20:19:08 -0000 1.3 +++ portuguese/vote/2004/index.wml 23 Nov 2005 15:57:25 -0000 @@ -1,7 +1,8 @@ #use wml::debian::translation-check translation="1.2" QuestУes levantadas em 2004 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: portuguese/vote/2004/leader2004_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/portuguese/vote/2004/leader2004_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2004_stats.wml --- portuguese/vote/2004/leader2004_stats.wml 28 Apr 2004 08:42:50 -0000 1.2 +++ portuguese/vote/2004/leader2004_stats.wml 23 Nov 2005 15:57:25 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc" + + - - - - - + + + + + Index: portuguese/vote/2004/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/portuguese/vote/2004/vote_001.wml,v retrieving revision 1.7 diff -u -r1.7 vote_001.wml --- portuguese/vote/2004/vote_001.wml 30 Apr 2005 20:19:08 -0000 1.7 +++ portuguese/vote/2004/vote_001.wml 23 Nov 2005 15:57:26 -0000 @@ -2,15 +2,15 @@ EleiГУes do LМder do Projeto Debian de 2004V #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    EleiГУes do LМder do Projeto de 2004

    -
    CИdulas RecebidasMIME DecodificadoPassaram pelo Teste de AssinaturaPassaram pelo Teste LDAPVotos ComputadosCИdulas RecebidasMIME DecodificadoPassaram pelo Teste de AssinaturaPassaram pelo Teste LDAPVotos Computados RejeiГУes Enviadas
    - - - - - - - - - - - - - - - - - - - - - - -
    Linha do Tempo: - +

    +

    + + + +
    @@ -29,11 +29,9 @@
    PerМodo de candidaturas: 07 de fevereiro, 00:00:01 UTC, 2004

    Note que o novo mandato para lМder do projeto deve comeГar em 17 de abirl de 2004.

    -
    Candidatos: + + +
    1. Martin Michlmayr [] [plataforma]
    2. @@ -45,21 +43,20 @@

      A cИdula pode ser obtida via e-mail mandando uma mensagem para ballot@vote.debian.org com o assundo leader2004.

      -
    Dados e EstatМsticas: + + + +

    Algumas estatМsticas sobre os votos e confirmaГУes foram coletadas durante o perМodo de votaГЦo. AlИm disto, a lista de pessoas que jА votaram estА disponМvel. A \ planilha de resultados tambИm estА presente. -

    Quorum: +

    + + + +

    Com 911 desenvolvedores, nСs temos:

    @@ -74,21 +71,18 @@
     OpГЦo 3 alcanГou o quorum: 442 > 45.2741648183597
      
                 
    -
    Maioridade Requerida:Todas as trЙs opГУes precisam de uma maioridade simples. + + + +

    Todas as trЙs opГУes precisam de uma maioridade simples.

     Ignorando a OpГЦo 1 por causa da Maioridade.  0.558 (144/258) <= 1
     OpГЦo 2 passa da Maioridade.                  5.629 (394/70) > 1
     OpГЦo 3 passa da Maioridade.                  17.000 (442/26) > 1
                   
    -
    Resultado: + + +

    O vencedor da eleiГЦo И Martin Michlmayr

    Eu gostaria de agradecer Branden Robinson e @@ -96,7 +90,7 @@ cargo de lМder do projeto, e por oferecer um grupo forte e viАvel de candidatos aos desenvolvedores.

    -

    +

    RenderizaГЦo grАfica dos resultados @@ -118,7 +112,7 @@ - +
    @@ -176,6 +170,4 @@

    - - -
    OpГЦo
    + Index: portuguese/vote/2004/vote_002.wml =================================================================== RCS file: /cvs/webwml/webwml/portuguese/vote/2004/vote_002.wml,v retrieving revision 1.3 diff -u -r1.3 vote_002.wml --- portuguese/vote/2004/vote_002.wml 30 Apr 2005 20:19:08 -0000 1.3 +++ portuguese/vote/2004/vote_002.wml 23 Nov 2005 15:57:26 -0000 @@ -2,17 +2,16 @@ ResoluГЦo Geral: Estado da SeГЦo nЦo-livre F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    ResoluГЦo Geral: Estado da SeГЦo nЦo-livre

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Time Line: - + + +
    @@ -29,17 +28,15 @@
    Proposta e emendas Janeiro de 2004Domingo, 21 de MarГo de 2004, 23:59:59 UTC
    -
    Proponente:Andrew Suffield + + + +

    Andrew Suffield [asuffield@debian.org] -

    Apoiadores: +

    + + +
    1. Scott James Remnant [keybuk@debian.org] @@ -63,31 +60,31 @@ [voss@debian.org]
    -
    Text: + + + +

    O texto atual da RG И: +

      A prСxima versЦo do Debian nЦo serА acompanhada por uma seГЦo
      nЦo-livre; nЦo haverЦo mais versУes estАveis da seГЦo nЦo-livre.
      O projeto Debian irА cesar o suporte ativo da seГЦo nЦo-livre.
      A clАusula 5 do Contrato Social estА repelida.
      	    
    +

    Como isto modifica o Contrato Social, И necessАria uma maioria 3:1 para passar. -

    Proponente de Emenda:Anthony Towns +

    + + + +

    Anthony Towns [ajt@debian.org] -

    Apoios a emenda: +

    + + +
    1. Stephen Stafford [bagpuss@debian.org] @@ -126,12 +123,12 @@ [hamish@debian.org]
    -
    Texto da Emenda: + + + +

    O texto atual da emenda И: +

     Eu proponho que o projeto Debian resolva que:
    @@ -143,15 +140,16 @@
     softwares, e em fornecer o uso de nossa infraestrutura (como
     o sistema de gerenciamento de bugs e listas de discussЦo) para
     ajudar a manutenГЦo de pacotes de softwares nЦo-livres.
    -	    
    + +

    O RaciocМnio para esta emenda tambИm estА disponМvel.
    Esta emenda precisa somente de uma maioria simples para passar. -

    Quorum: +

    + + + +

    Com 908 developers, nСs temos: @@ -166,11 +164,10 @@ OpГЦo 1 AlcanГou o quorum: 199 > 45.1995575199581 OpГЦo 2 AlcanГou o quorum: 304 > 45.1995575199581 -

    Dados e EstatМsticas: + + + +

    Algumas estatМsticas foram reunidas sobre as cИdulas e confirmaГУes durante o perМodo de votaГЦo. Adicionalmente, a lista de @@ -178,30 +175,25 @@ que votaram estА disponМvel. A planilha de resultados tambИm estА presente. -

      
    Requerimentos de Maioria:OpГЦo 1 precisa de uma maioria 3:1, uma vez que +

    + + + + +

    OpГЦo 1 precisa de uma maioria 3:1, uma vez que ela modifica o Contrato Social, um documento fundamental.

     Ignorando OpГЦo 1 por causa da Maioria.  0.765 (199/260) <= 3
     OpГЦo 2 passa da Maioria.                 1.949 (304/156) > 1
     	    
    -
    Resultado: -

    + + + +

    A vencedora И: OpГЦo 2 Escolha 2: Re-afirmar suporte para nЦo-livre -

    - +

    +
    @@ -236,10 +228,7 @@ OpГЦo 3 derrota OpГЦo 1 por ( 260 - 199) = 61 votos.
    OpГЦo 2 derrota OpГЦo 3 por ( 304 - 156) = 148 votos.

    - - - -
    Matriz de Confrontos
    +
    Manoj Srivastava Index: portuguese/vote/2004/vote_003.wml =================================================================== RCS file: /cvs/webwml/webwml/portuguese/vote/2004/vote_003.wml,v retrieving revision 1.5 diff -u -r1.5 vote_003.wml --- portuguese/vote/2004/vote_003.wml 30 Apr 2005 20:19:08 -0000 1.5 +++ portuguese/vote/2004/vote_003.wml 23 Nov 2005 15:57:26 -0000 @@ -2,17 +2,16 @@ ResoluГЦo Geral: Emenda editorial ao contrato social F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    ResoluГЦo Geral: Emendas editoriais ao contrato social

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Linha do Tempo: - + + +
    @@ -29,17 +28,15 @@
    Proposta e emendas Janeiro de 2004Domingo, 25 de Abril de 2004, 23:59:59 UTC
    -
    Proponente:Andrew Suffield + + + +

    Andrew Suffield [asuffield@debian.org] -

    Apoiadores: +

    + + +
    1. Chad C. Walstrom [chewie@debian.org] @@ -57,11 +54,10 @@ [voss@debian.org]
    -
    Texto: + + + +

    ExplicaГУes detalhadas destas emendas estЦo disponМveis; O texto da RG И:

    O texto do Contrato Social deve ser substituМdo por:
    @@ -120,13 +116,14 @@ infraestrutura para pacotes nЦo-livres (como nosso sitema de gerenciamento de bugs e listas de discussЦo). +

    Como isto modifica o Contrato Social, И necessАria uma maioria 3:1 para passar. -

    Quorum: +

    + + + +

    Com 911 desenvolvedores, nСs temos: @@ -138,11 +135,10 @@ OpГЦo 1 alcanГou o quorum: 174 > 45.2741648183597 -

    Dados e EstatМsticas: + + + +

    Algumas estatМsticas sobre as cИdulas e confirmaГУes enviadas periodicamente durante o perМodo de votaГЦo foram coletadas. Adicionalmente, a lista de @@ -151,25 +147,23 @@ planilha de resultados tambИm estА presente (Note que enquanto a votaГЦo estА em progresso esta И uma planilha vazia). -

    Requerimentos de Maioria: +

    + + + +

    Esta proposta precisa de uma maioria 3:1, uma vez que ela modifica o Contrato Social, um documento fundamental.

     OptГЦo 1 passou a Maioria.               4.462 (174/39) > 3
                  
    -
    Resultado: -

    + + + +

    A vencedora И: OpГЦo 1 Escolha 1: Alterar o Contrato Social [maioria 3:1 necessАria] -

    - +

    +
    @@ -192,10 +186,7 @@

    OpГЦo 1 derrota a OpГЦo 1 por (174 - 39) = 135 votos.

    - - - -
    Matriz de Confrontos
    +
    Manoj Srivastava Index: romanian/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/romanian/vote/index.wml,v retrieving revision 1.17 diff -u -r1.17 index.wml --- romanian/vote/index.wml 12 Jun 2005 13:16:24 -0000 1.17 +++ romanian/vote/index.wml 23 Nov 2005 15:57:26 -0000 @@ -1,7 +1,6 @@ #use wml::debian::translation-check translation="1.19" -#use wml::debian::basic title="InformaЧii despre votarea din organizaЧie" BARETITLE="true" +#use wml::debian::template title="InformaЧii despre votarea din organizaЧie" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc"

    InformaЧii despre vot

    @@ -38,10 +37,13 @@ (a se vedea articolul wikipedia mentionat). In mare, metoda Condorcet poate fi descrisЦ astfel:

    -
    Luarea Нn considerare a tuturor combinaЧiilor de candidaЧi. +
    +

    + Luarea Нn considerare a tuturor combinaЧiilor de candidaЧi. CН╨tigatorul, dacЦ exista unul, este acel candidat care a invins oricare alt candidat Нn mod direct, prin vot unu-la-unu. +

    Problema acestei metode este cЦ in alegeri complicate, poate exista o relatie Index: russian/vote/2003/gr_sec415_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/gr_sec415_stats.wml,v retrieving revision 1.1 diff -u -r1.1 gr_sec415_stats.wml --- russian/vote/2003/gr_sec415_stats.wml 20 Nov 2003 20:00:54 -0000 1.1 +++ russian/vote/2003/gr_sec415_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -2,12 +2,14 @@ #use wml::debian::translation-check translation="1.1" + + - - - - - + + + + + Index: russian/vote/2003/gr_voting_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/gr_voting_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_voting_stats.wml --- russian/vote/2003/gr_voting_stats.wml 20 Nov 2003 20:01:14 -0000 1.2 +++ russian/vote/2003/gr_voting_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -2,12 +2,14 @@ #use wml::debian::translation-check translation="1.3"
    Получено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетенейПолучено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетеней Отправлено отказов
    + + - - - - - + + + + + Index: russian/vote/2003/index.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- russian/vote/2003/index.wml 16 Sep 2005 09:38:50 -0000 1.2 +++ russian/vote/2003/index.wml 23 Nov 2005 15:57:29 -0000 @@ -1,7 +1,8 @@ #use wml::debian::translation-check translation="1.2" Голосования 2003 года -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2003', 'list', 'vote_\d*') :> Index: russian/vote/2003/leader2003_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/leader2003_stats.wml,v retrieving revision 1.1 diff -u -r1.1 leader2003_stats.wml --- russian/vote/2003/leader2003_stats.wml 19 Oct 2003 13:48:41 -0000 1.1 +++ russian/vote/2003/leader2003_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -2,18 +2,20 @@ #use wml::debian::translation-check translation="1.2"
    Получено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетенейПолучено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетеней Отправлено отказов
    + + - - - + + + - - - - - + + + + + Index: russian/vote/2003/vote_0001.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/vote_0001.wml,v retrieving revision 1.14 diff -u -r1.14 vote_0001.wml --- russian/vote/2003/vote_0001.wml 4 Dec 2004 12:31:54 -0000 1.14 +++ russian/vote/2003/vote_0001.wml 23 Nov 2005 15:57:29 -0000 @@ -1,43 +1,45 @@ -#use wml::debian::translation-check translation="1.23" Выборы Лидера проекта Debian-2003F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc +#use wml::debian::votebar +#use wml::debian::translation-check translation="1.23" + +

    +

    + + -
    Получено бюллетенейПринятоНе принятоПолучено бюллетенейПринятоНе принято Уникальных голосов
    Получено бюллетенейЗакодировано MIMEПроходил проверку подписиПроходит проверку LDAPУчтено голосовПолучено бюллетенейЗакодировано MIMEПроходил проверку подписиПроходит проверку LDAPУчтено голосов Отправлено отказов
    - - - - - - - - - - - - - - - - - - - - - - -
    Расписание: - + +
    - - - - - - - - -
    Период выдвижения: + Период выдвижения: 24 января 2003 00:00:01 UTC, 2003 + 24 января 2003 00:00:01 UTC, 2003 14 февраля 2003 00:00:00 UTC, 2003 + 14 февраля 2003 00:00:00 UTC, 2003
    Период обсуждения: + Период обсуждения: 14 февраля 2003 00:00:01 UTC + 14 февраля 2003 00:00:01 UTC 8 марта 2003 00:00:00 UTC + 8 марта 2003 00:00:00 UTC
    Период голосования: + Период голосования: 8 марта 2003 00:00:01 UTC + 8 марта 2003 00:00:01 UTC 30 марта 2003 00:00:00 UTC + 30 марта 2003 00:00:00 UTC
    -
    Кандидаты: + + +
    1. Моше Задка (Moshe Zadka) [] [программа] @@ -51,11 +53,9 @@

      Бюллетень может быть отправлен по электронной почте по адресу ballot@vote.debian.org с темой leader2003.

      -
    Дебаты: + + +

    Назначены на 7 марта 2003, 22:00:00 UTC на IRC-сервере irc.freenode.net. Для проведения дебатов предназначены @@ -77,11 +77,10 @@

  • #debian-dpl-debate
  • #debian-dpl-discuss
  • -
    Данные и статистика:В течение периода голосования периодически + + + +

    В течение периода голосования периодически собирается некоторая статистика по голосам и заявлениям. Кроме того, доступен список лист учёта. В следующей таблице клетка в строке x и столбце y содержит число голосов, полученных кандидатов x против кандидата y. -
    - +

    +
    @@ -142,23 +141,24 @@
      1 
    +

    Так, во второй строке и первой колонке мы видим, что второй кандидат (Бдале Гарби) получил 428 голосов против первого (Моше Задка). В первой строке и второй колонке видно, что первый кандидат (Моше Задка) получил 34 голоса против второго (Бдале Гарби). -

    Кворум:При 831 разработчике Q=14.41353531, что даёт кворум +

    + + + +

    При 831 разработчике Q=14.41353531, что даёт кворум 43.2406059 или, округляя к большему, 44. Лишь один кандидат не смог победить "никого" с преобладанием, большим, чем - кворум.

    Исход: + кворум.

    + + + +

    Победителем выборов стал Мартин Михльмаер.
    Я хотел бы поблагодарить Моше Задка, Брэндена Робинсона и Бдале Гарби за их работу в проекте, за выдвижение @@ -166,11 +166,12 @@ стоял выбор между сильными и конкурентноспособными кандидатами. - +

    Всего подано уникальных голосов: 488, что составляет 58.60409% от всех возможных.
    Попарное сравнение (побед-поражений-ничьих): - +

    +
    @@ -210,6 +211,3 @@ 4 побеждает 5: 424 39 = 385

    - - -
    Моше Задка 1-3-0
    Index: russian/vote/2003/vote_0002.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/vote_0002.wml,v retrieving revision 1.13 diff -u -r1.13 vote_0002.wml --- russian/vote/2003/vote_0002.wml 16 Sep 2005 09:42:00 -0000 1.13 +++ russian/vote/2003/vote_0002.wml 23 Nov 2005 15:57:29 -0000 @@ -2,30 +2,30 @@ Поправка к Конституции: Метод голосования Кондорсе (против клонов SSD) F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Поправка к Конституции: Метод голосования Кондорсе (против клонов SSD)

    +

    +

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +

    + - -
    Даты:Выдвинуто: 16 мая 2003
    + + + + +

    Выдвинуто: 16 мая 2003
    Начало обсуждения: пятница, 16 мая 2003, 23:59:59 по Гринвичу
    Приглашение голосовать : пятница, 6 июня 2003, 23:59:59 по Гринвичу
    Окончание голосования: пятница, 20 июня 2003, 23:59:59 по Гринвичу
    -

    Выдвинул:Маной Сривастава (Manoj Srivastava) +

    + + + +

    Маной Сривастава (Manoj Srivastava) [srivasta@debian.org] -

    Поддержали: +

    + + +
    1. Джоэл Бэйкер (Joel Baker) [fenton@debian.org] @@ -57,15 +57,14 @@ [ijackson@chiark.greenend.org.uk]
    -
    Текст: + + + +

    В ответ на соответствующие запросы Будда Бак (Buddha Buck) составил краткое описание предназначения данного Общего решения. Собственно текст Решения: - +

     В п. 4.2 Процедура [принятия разработчиками общего решения
     или выборов] изложить пп. 3 в следующей редакции:
    @@ -202,30 +201,29 @@
     ______________________________________________________________________
     
     	    
    -
    Поправки:Нет.
    Кворум:При 804 разработчиках Q=14.1774468788, что даёт - кворум 42.5323406364 или, округляя к большему, 43.
    Данные и статистика:В течение периода голосования периодически + + + +

    Нет.

    + + + +

    При 804 разработчиках Q=14.1774468788, что даёт + кворум 42.5323406364 или, округляя к большему, 43.

    + + + +

    В течение периода голосования периодически собирается некоторая статистика по голосам и заявлениям. Кроме того, доступен список учтённых голосов, чтобы все проголосовавшие могли проверить, принят ли их голос. Опубликован также лист учёта. -

    Исход: +

    + + + +

    Всего подано 160 уникальных голосов. За данное решение подано 144 голоса, что значительно больше требуемых 42,53 (превышает кворум в 3.3856589 раз). Число голосов, @@ -233,11 +231,9 @@ соотношением голосов 9:1, вместо требуемого большинства 3:1.
    Решение принято. -

    Маной Сривастава (Manoj Srivastava) Index: russian/vote/2003/vote_0003.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/vote_0003.wml,v retrieving revision 1.9 diff -u -r1.9 vote_0003.wml --- russian/vote/2003/vote_0003.wml 12 Jun 2005 19:50:05 -0000 1.9 +++ russian/vote/2003/vote_0003.wml 23 Nov 2005 15:57:29 -0000 @@ -2,29 +2,29 @@ Поправка к Конституции: Неоднозначность раздела 4.1.5 F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc +#use wml::debian::votebar -

    Поправка к Конституции: Неоднозначность раздела 4.1.5

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Даты:Выдвинуто: 29 сентября 2003
    + + +

    Выдвинуто: 29 сентября 2003
    Начало обсуждения: вторник, 30 сентября 2003, 23:59:59 по Гринвичу
    Приглашение голосовать: четверг, 16 октября 2003, 00:00:00 по Гринвичу
    Окончание голосования: среда, 29 октября 2003, 23:59:59 по Гринвичу
    -

    Выдвинул предложение A:Маной Сривастава (Manoj Srivastava) +

    + + + +

    Маной Сривастава (Manoj Srivastava) [srivasta@debian.org] -

    Поддержали предложение A: +

    + + +
    1. Эндрю Саффилд (Andrew Suffield) [asuffield@debian.org] @@ -45,17 +45,15 @@ [sfllaw@debian.org]
    -
    Выдвинул предложение B:Брэнден Робинсон (Branden Robinson) + + + +

    Брэнден Робинсон (Branden Robinson) [branden@debian.org] -

    Поддержали предложение B: +

    + + +
    1. Боб Хиллард (Bob Hilliard) [hilliard@debian.org] @@ -76,17 +74,15 @@ [voss@debian.org]
    -
    Выдвинул предложение C:Брэнден Робинсон (Branden Robinson) + + + +

    Брэнден Робинсон (Branden Robinson) [branden@debian.org] -

    Поддержали предложение C: +

    + + +
    1. Маной Сривастава (Manoj Srivastava) [srivasta@debian.org] @@ -107,21 +103,19 @@ [sfllaw@debian.org]
    -
    Предложение A: + + + +

    Проясняет статус нетехнических документов. Создаётся класс Фундаментальных документов, изменение которых требует большинства 3:1. В него входят Общественный договор и DFSG. -

      - Текст предложения A: +

    +

    + Текст предложения A: +

     ======================================================================
     
    @@ -175,19 +169,18 @@
     ______________________________________________________________________
     
     	    
    -
    Предложение B: + + + +

    Проясняет статус нетехнических документов. Класс Фундаментальных документов *не создаётся*. -

      - Текст предложения B: + +

    +

    + Текст предложения B: +

     ======================================================================
      4. The Developers by way of General Resolution or election
    @@ -222,19 +215,17 @@
     ______________________________________________________________________
     
     	    
    -
    Предложение C: + + + +

    Проясняет статус нетехнических документов. Создаётся класс Фундаментальных документов, изменение которых требует большинства 3:1. В него входит _только_ Общественный договор, *но не* DFSG. -

      + + +

    Текст предложения C:

     
    @@ -285,11 +276,10 @@
     ______________________________________________________________________
     
     	    
    -
    Кворум: + + + +

    При 928 разработчиках:

      Q ( sqrt(#devel) / 2 )  = 15.2315462117278
    @@ -299,11 +289,10 @@
     Для варианта 2 требование кворума выполнено: 164 > 45.6946386351835
     Для варианта 3 требование кворума выполнено: 158 > 45.6946386351835
     	    
    -
    Квалификация большинства:Все три предложения требуют для принятия + + + +

    Все три предложения требуют для принятия квалифицированного большинства 3:1, поскольку затрагивают текст Конституции.

    @@ -311,29 +300,24 @@
     Вариант 2 отвергается.                             2.733 (164/60) < 3
     Вариант 3 отвергается.                             2.324 (158/68) < 3
     	    
    -
    Данные и статистика:В течение периода голосования периодически + + + +

    В течение периода голосования периодически собиралась некоторая статистика по голосам и заявлениям. Кроме того, доступен список учтённых голосов. Опубликован лист учёта. -

      
    Исход: +

    -

    + + +

    + +

    Победил вариант 1 Предложение A [требуется большинство 3:1] -

    - +

    +
    @@ -375,7 +359,6 @@
    Матрица сравнения

    -
    Вариант 1 набрал на 95 голосов больше варианта 2
    Вариант 1 набрал на 99 голосов больше варианта 3
    Вариант 1 набрал на 162 голоса больше варианта 4
    @@ -383,11 +366,7 @@ Вариант 2 набрал на 104 голоса больше варианта 4
    Вариант 3 набрал на 90 голосов больше варианта 4

    -
    Маной Сривастава Index: russian/vote/2003/platforms/moshez.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2003/platforms/moshez.wml,v retrieving revision 1.4 diff -u -r1.4 moshez.wml --- russian/vote/2003/platforms/moshez.wml 9 Jan 2005 02:23:17 -0000 1.4 +++ russian/vote/2003/platforms/moshez.wml 23 Nov 2005 15:57:29 -0000 @@ -3,8 +3,10 @@

    Программа

    +

    Не делайте ничего, что вы не должны делать, и даже если должны — сомневайтесь. (Айзек Азимов, "Край основания") +

    Основные моменты

    Index: russian/vote/2004/gr_editorial_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/gr_editorial_stats.wml,v retrieving revision 1.1 diff -u -r1.1 gr_editorial_stats.wml --- russian/vote/2004/gr_editorial_stats.wml 28 Apr 2004 20:56:01 -0000 1.1 +++ russian/vote/2004/gr_editorial_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -3,13 +3,15 @@ #use wml::debian::translation-check translation="1.1" + + - - - - - + + + + + Index: russian/vote/2004/gr_non_free_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/gr_non_free_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_non_free_stats.wml --- russian/vote/2004/gr_non_free_stats.wml 28 Apr 2004 20:56:24 -0000 1.2 +++ russian/vote/2004/gr_non_free_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc"
    Получено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетенейПолучено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетеней Отправлено отказов
    + + - - - - - + + + + + Index: russian/vote/2004/gr_sarge_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/gr_sarge_stats.wml,v retrieving revision 1.2 diff -u -r1.2 gr_sarge_stats.wml --- russian/vote/2004/gr_sarge_stats.wml 8 Jul 2004 11:47:26 -0000 1.2 +++ russian/vote/2004/gr_sarge_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -3,13 +3,15 @@ #use wml::debian::translation-check translation="1.2"
    Получено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетенейПолучено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетеней Отправлено отказов
    + + - - - - - + + + + + Index: russian/vote/2004/index.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- russian/vote/2004/index.wml 22 Aug 2005 20:21:05 -0000 1.2 +++ russian/vote/2004/index.wml 23 Nov 2005 15:57:29 -0000 @@ -1,7 +1,8 @@ #use wml::debian::translation-check translation="1.2" Голосования 2004 года -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2004', 'list', 'vote_\d*') :> Index: russian/vote/2004/leader2004_stats.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/leader2004_stats.wml,v retrieving revision 1.2 diff -u -r1.2 leader2004_stats.wml --- russian/vote/2004/leader2004_stats.wml 28 Apr 2004 20:56:24 -0000 1.2 +++ russian/vote/2004/leader2004_stats.wml 23 Nov 2005 15:57:29 -0000 @@ -3,13 +3,15 @@ #include "$(ENGLISHDIR)/vote/style.inc"
    Получено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетенейПолучено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетеней Отправлено отказов
    + + - - - - - + + + + + Index: russian/vote/2004/vote_001.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/vote_001.wml,v retrieving revision 1.10 diff -u -r1.10 vote_001.wml --- russian/vote/2004/vote_001.wml 22 Aug 2005 20:21:05 -0000 1.10 +++ russian/vote/2004/vote_001.wml 23 Nov 2005 15:57:29 -0000 @@ -2,15 +2,15 @@ Выборы Лидера проекта Debian-2004F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Выборы Лидера проекта Debian-2004

    -
    Получено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетенейПолучено бюллетенейЗакодировано MIMEПроходит проверку подписиПроходит проверку LDAPУчтено бюллетеней Отправлено отказов
    - - - - - - - - - - - - - - - - - - - - - - -
    Расписание: - +

    +

    + + + +
    @@ -29,11 +29,9 @@
    Период выдвижения: 7 февраля 2004, 00:00:01 UTC

    Обратите внимание на то, что срок полномочий нового лидера начнётся 17 апреля 2004.

    -
    Кандидаты: + + +
    1. Мартин Михльмаер (Martin Michlmayr) [] [программа]
    2. @@ -45,21 +43,20 @@

      Бюллетень может быть отправлен по электронной почте по адресу ballot@vote.debian.org с темой leader2004.

      -
    Данные и статистика:В течение периода голосования периодически + + + +

    В течение периода голосования периодически собирается некоторая статистика по голосам и заявлениям. Кроме того, доступен список учтённых голосов, чтобы все проголосовавшие могли проверить, принят ли их голос. Опубликован также лист учёта. -

    Кворум: +

    + + + +

    При 911 разработчиках:

      Текущее число разработчиков = 911
    @@ -73,21 +70,18 @@
     Для варианта 3 требование кворума выполнено: 442 > 45.2741648183597
     
                 
    -
    Квалификация большинства:Все три варианта требуют простого большинства. + + + +

    Все три варианта требуют простого большинства.

     Вариант 1 отвергается.                              0.558 (144/258) <= 1
     Для варианта 2 требование большинства выполнено.    5.629 (394/70) > 1
     Для варианта 3 требование большинства выполнено.   17.000 (442/26) > 1
     	    
    -
    Исход: + + +

    Победителем выборов стал Мартин Михльмаер

    Я хотел бы поблагодарить Брэндена Робинсона и Джерджели Наги @@ -95,7 +89,7 @@ и за то, что перед разработчиками стоял выбор между сильными и конкурентоспособными кандидатами.

    -

    +

    Графическое представление результатов @@ -117,7 +111,7 @@ - +
    @@ -176,6 +170,4 @@ Вариант 3 набрал на ( 442 - 26) = 416 голосов больше варианта 4.

    - - -
    Вариант
    + Index: russian/vote/2004/vote_002.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/vote_002.wml,v retrieving revision 1.10 diff -u -r1.10 vote_002.wml --- russian/vote/2004/vote_002.wml 22 Aug 2005 20:21:05 -0000 1.10 +++ russian/vote/2004/vote_002.wml 23 Nov 2005 15:57:29 -0000 @@ -2,17 +2,16 @@ Общее решение: Статус секции несвободного ПО F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Общее решение: Статус секции несвободного ПО

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Расписание: - + + +
    @@ -29,17 +28,15 @@
    Выдвижение и поправки январь 2004воскресенье, 21 марта 2004, 23:59:59 UTC
    -
    Выдвинул:Эндрю Саффилд (Andrew Suffield) + + + +

    Эндрю Саффилд (Andrew Suffield) [asuffield@debian.org] -

    Поддержали: +

    + + +
    1. Скотт Джеймс Ремнант (Scott James Remnant) [keybuk@debian.org] @@ -63,11 +60,10 @@ [voss@debian.org]
    -
    Текст: + + + +

    Предложенный текст Общего решения:

      The next release of Debian will not be accompanied by a non-free
    @@ -75,26 +71,28 @@
      section. The Debian project will cease active support of the
      non-free section. Clause 5 of the social contract is repealed.
     	    
    +

    Перевод текста на русский язык: +

      Следующий выпуск Debian не будет содержать секции non-free (несвободное
      ПО), стабильных выпусков секции non-free больше не будет. Проект
      Debian прекратит активную поддержку секции non-free. Предложение 5
      Общественного договора отменяется.
     	    
    +

    Поскольку предложение изменяет текст Общественного договора, оно требует квалифицированного большинства 3:1. -

    Предложил поправку:Энтони Таунс (Anthony Towns) +

    + + + +

    Энтони Таунс (Anthony Towns) [ajt@debian.org] -

    Поддержали поправку: +

    + + +
    1. Стивен Стаффорд (Stephen Stafford) [bagpuss@debian.org] @@ -133,11 +131,10 @@ [hamish@debian.org]
    -
    Текст поправки: + + + +

    Предложенный текст поправки:

    @@ -150,7 +147,9 @@
     use of our infrastructure (such as our bug-tracking system and mailing
     lists) to help with the maintenance of non-free software packages.
     	    
    +

    Перевод текста поправки на русский язык: +

     Я предлагаю, чтобы проект Debian установил, что:
     
    @@ -160,14 +159,15 @@
     нашего архива, размещать там пакеты с таким программным обеспечением
     и предоставим нашу инфраструктуру (например, систему отслеживания
     ошибок и списки рассылки) для сопровождения пакетов несвободного ПО.
    -	    
    + +

    Опубликовано обоснование этой поправки.
    Поправка требует для принятия простого большинства. -

    Кворум: +

    + + + +

    При 908 разработчиках:

    @@ -181,41 +181,35 @@
     Для варианта 1 требование кворума выполнено: 199 > 45.1995575199581
     Для варианта 2 требование кворума выполнено: 304 > 45.1995575199581
                 
    -
    Данные и статистика:В течение периода голосования периодически + + + +

    В течение периода голосования периодически собирается некоторая статистика по голосам и заявлениям. Кроме того, доступен список учтённых голосов, чтобы все проголосовавшие могли проверить, принят ли их голос. Опубликован также лист учёта. -

      
    Квалификация большинства:Вариант 1 требует квалифицированного большинства +

    + + + + +

    Вариант 1 требует квалифицированного большинства 3:1, поскольку изменяет текст Общественного договора, одного из фундаментальных документов.

     Вариант 1 отвергается.                               0.765 (199/260) <= 3
     Для варианта 2 требование большинства выполнено.     1.949 (304/156) > 1
     	    
    -
    Исход: -

    + + + +

    Принят вариант 2: Вариант 2: Утвердить, что поддержка несвободного ПО будет продолжена -

    - +

    +
    @@ -250,10 +244,7 @@ Вариант 3 набрал на 260-199=61 голос больше варианта 1.
    Вариант 2 набрал на 304-156=148 голосов больше варианта 3.

    - - - -
    Матрица сравнения
    +
    Маной Сривастава (Manoj Srivastava) Index: russian/vote/2004/vote_003.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/vote_003.wml,v retrieving revision 1.10 diff -u -r1.10 vote_003.wml --- russian/vote/2004/vote_003.wml 22 Aug 2005 20:21:05 -0000 1.10 +++ russian/vote/2004/vote_003.wml 23 Nov 2005 15:57:29 -0000 @@ -2,17 +2,16 @@ Общее решение: Текстуальные поправки к Общественному договору F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Общее решение: Текстуальные поправки к Общественному договору

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Расписание: - + + +
    @@ -29,17 +28,15 @@
    Выдвижение и поправки январь 2004воскресенье, 25 апреля 2004, 23:59:59 UTC
    -
    Выдвинул:Эндрю Саффилд (Andrew Suffield) + + + +

    Эндрю Саффилд (Andrew Suffield) [asuffield@debian.org] -

    Поддержали: +

    + + +
    1. Чэд К. Уолстром (Chad C. Walstrom) [chewie@debian.org] @@ -57,11 +54,10 @@ [voss@debian.org]
    -
    Текст: + + + +

    Опубликовано развёрнутое обоснование поправок. Предложенный текст Общего решения:

    The Social Contract text shall be replaced with:
    @@ -118,13 +114,14 @@ and provide infrastructure for non-free packages (such as our bug tracking system and mailing lists). +

    Поскольку предложение изменяет текст Общественного договора, оно требует квалифицированного большинства 3:1. -

    Кворум: +

    + + + +

    При 911 разработчиках:

    @@ -135,38 +132,34 @@
     
     Для варианта 1 требование кворума выполнено: 174 > 45.2741648183597
                
    -
    Данные и статистика: - В течение периода голосования периодически + + + +

    В течение периода голосования периодически собирается некоторая статистика по голосам и заявлениям. Кроме того, доступен список учтённых голосов, чтобы все проголосовавшие могли проверить, принят ли их голос. Опубликован также лист учёта (пока голосование не закончено, в нём не содержится реальной информации). -

    Квалификация большинства: +

    + + + +

    Предложение требует квалифицированного большинства 3:1, поскольку изменяет текст Общественного договора, одного из фундаментальных документов.

     Для варианта 1 требование большинства выполнено.      4.462 (174/39) > 3
     	    
    -
    Исход: -

    + + + +

    Принят вариант 1 Вариант 1: Внести изменения в текст Общественного договора [требуется большинство 3:1] -

    - +

    +
    @@ -191,10 +184,7 @@ Вариант 1 набрал на ( 174 - 39) = 135 голосов больше варианта 2.

    - - - -
    Матрица сравнения
    +
    Маной Сривастава Index: russian/vote/2004/vote_004.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/vote_004.wml,v retrieving revision 1.19 diff -u -r1.19 vote_004.wml --- russian/vote/2004/vote_004.wml 21 Mar 2005 18:12:10 -0000 1.19 +++ russian/vote/2004/vote_004.wml 23 Nov 2005 15:57:32 -0000 @@ -2,16 +2,16 @@ Общее решение: Расписание выпуска sarge в свете Общего решения 2004-003 F #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc +#use wml::debian::votebar -

    Общее решение: Расписание выпуска sarge в свете Общего решения 2004-003

    +

    +

    + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Расписание: - + + +
    @@ -28,17 +28,15 @@
    Выдвижение и поправки среда, 28 апреля 2004пятница, 2 июля 2004, 23:59:59 UTC
    -
    Предложение A выдвинул:Стив Лангашек (Steve Langasek) + + + +

    Стив Лангашек (Steve Langasek) [vorlon@debian.org] -

    Предложение A поддержали: +

    + + +
    1. Джо Врешниг (Joe Wreschnig) [piman@debian.org] @@ -74,17 +72,15 @@ [andrelop@debian.org]
    -
    Предложение B выдвинул:Дункан Файндли (Duncan Findlay) + + + +

    Дункан Файндли (Duncan Findlay) [duncf@debian.org] -

    Предложение B поддержали: +

    + + +
    1. Хавьер Рош (Xavier Roche) [xavier@debian.org] @@ -105,17 +101,15 @@ [wouter@debian.org]
    -
    Предложение C выдвинул:Колин Уотсон (Colin Watson) + + + +

    Колин Уотсон (Colin Watson) [cjwatson@debian.org] -

    Предложение C поддержали: +

    + + +
    1. Гвидо Троттер (Guido Trotter) [ultrotter@debian.org] @@ -142,17 +136,15 @@ [hmh@debian.org]
    -
    Предложение D выдвинул:Крэг Сандерс (Craig Sanders) + + + +

    Крэг Сандерс (Craig Sanders) [cas@debian.org] -

    Предложение D поддержали: +

    + + +
    1. Хавьер Рош (Xavier Roche) [xavier@debian.org] @@ -185,17 +177,15 @@ [tytso@debian.org]
    -
    Предложение E выдвинул:Маной Сривастава (Manoj Srivastava) + + + +

    Маной Сривастава (Manoj Srivastava) [srivasta@debian.org] -

    Предложение E поддержали: +

    + + +
    1. Андреас Барт (Andreas Barth) [aba@debian.org] @@ -246,17 +236,15 @@ [tb@debian.org]
    -
    Предложение F выдвинул:Эндрю Саффилд (Andrew Suffield) + + + +

    Эндрю Саффилд (Andrew Suffield) [asuffield@debian.org] -

    Предложение F поддержали: +

    + + +
    1. Грэхем Вильсон (Graham Wilson) [graham@debian.org] @@ -274,20 +262,19 @@ [branden@debian.org]
    -
    Предложение A: + + + +

    Приостановить действие последних изменений Общественного договора на определённый период (вариант 1 в бюллетене). -

      +

    + + +

    Предложенный текст Общего решения:

    - The Debian Project,
    + The Debian Project, +

    affirming its commitment to principles of freeness for all works it distributes, @@ -438,19 +425,17 @@

    Поскольку предложение изменяет текст Общественного договора, оно требует квалифицированного большинства 3:1.

    -
    Предложение B: + + + +

    Приостановить действие последних изменений Общественного договора до момента выхода следующего выпуска Debian (вариант 2 в бюллетене). -

      +

    + + +

    Предложенный текст Общего решения:

    The Debian Project,

    @@ -556,19 +541,17 @@

    Поскольку предложение изменяет текст Общественного договора, оно требует квалифицированного большинства 3:1.

    -
    Предложение C: + + + +

    Принести извинения за то, что текущий выпуск (кодовое наименование sarge) не соответствует Общественному договору (вариант 3 в бюллетене). -

      +

    + + +

    Предложенный текст Общего решения:

    The Debian Project,

    @@ -770,18 +753,15 @@

    Поскольку предложение изменяет текст Общественного договора, оно требует квалифицированного большинства 3:1.

    -
    Предложение D: + + + +

    Отменить предыдущее Общее решение, возвратившись к версии 1.0 Общественного договора (вариант 4 в бюллетене). -

      +

    + +

    Данная поправка удаляет весь текст предложения A, за исключением первого параграфа. @@ -953,19 +933,17 @@

    Поскольку предложение изменяет текст Общественного договора, оно требует квалифицированного большинства 3:1.

    -
    Proposal E: + + + +

    Создать новый основополагающий документ, определяющий процесс внесения изменений в основополагающие документы (вариант 5 в бюллетене). -

      +

    + + +

    Предложенный текст Общего решения:

    I propose we adopt a foundation document that tries to @@ -1343,18 +1321,16 @@

    Поскольку предложение изменяет текст Конституции, оно требует квалифицированного большинства 3:1.

    -
    Предложение F: + + + +

    Подтвердить действующий Общественный договор и не компрометировать будущие выпуски. -

      +

    + + +

    Предложенный текст Общего решения:

    This amendment replaces the full text of the proposal with:

    @@ -1375,11 +1351,10 @@ в секциях main и contrib ПО, не удовлетворяющее требованиям DFSG.

    -
    Кворум: + + + +

    При 909 разработчиках:

    @@ -1395,22 +1370,21 @@
     Для варианта 5 требование кворума выполнено: 258 > 45.224440295044
     Для варианта 6 требование кворума выполнено: 155 > 45.224440295044
                
    -
    Данные и статистика:В течение периода голосования периодически + + + +

    В течение периода голосования периодически собирается некоторая статистика по голосам и заявлениям. Кроме того, доступен список учтённых голосов, чтобы все проголосовавшие могли проверить, принят ли их голос. Опубликован также лист учёта (пока голосование не закончено, в нём не содержится реальной информации). -

    Квалификация большинства: +

    + + + +

    Все предложения, кроме F, требуют квалифицированного большинства 3:1, поскольку изменяют текст либо Общественного договора, либо Конституции (оба являются основополагающими @@ -1424,13 +1398,11 @@ Вариант 5 отвергается. 2.434 (258/106) <= 3 Вариант 6 отвергается. 0.824 (155/188) <= 1 -

    Исход: -

    Принят вариант 2: Вариант 2: Приостановить действие изменений до выхода sarge [требуется большинство 3:1]

    - + + + +

    Принят вариант 2: Вариант 2: Приостановить действие изменений до выхода sarge [требуется большинство 3:1]

    +
    @@ -1515,10 +1487,7 @@
    Матрица сравнения
    -
    +
    Manoj Srivastava Index: russian/vote/2004/vote_005.wml =================================================================== RCS file: /cvs/webwml/webwml/russian/vote/2004/vote_005.wml,v retrieving revision 1.4 diff -u -r1.4 vote_005.wml --- russian/vote/2004/vote_005.wml 22 Aug 2005 20:21:05 -0000 1.4 +++ russian/vote/2004/vote_005.wml 23 Nov 2005 15:57:32 -0000 @@ -2,16 +2,15 @@ Общее решение: Включить в sarge архитектуру AMD64 W #use wml::debian::template title="" BARETITLE="true" NOHEADER="true" -#include "$(ENGLISHDIR)/vote/style.inc" +#use wml::debian::toc #use wml::debian::votebar -

    Общее решение: Включить в sarge архитектуру AMD64

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Расписание: - +

    +

    + + + +
    @@ -28,17 +27,15 @@
    Выдвижение и поправки вторник, 13 июля 2004 2004
    -
    Предложение 1 выдвинул:Джосселин Мьюэтт (Josselin Mouette) + + + +

    Джосселин Мьюэтт (Josselin Mouette) [joss@debian.org] -

    Предложение 1 поддержали: +

    + + +
    1. Роберт Миллан (Robert Millan) [rmh@debian.org] @@ -53,17 +50,15 @@ [formorer@debian.org]
    -
    Предложение 1: + + + +

    Включить архитектуру AMD64 в дистрибутивы sarge и sid, несмотря на несоответствие политике. -

      +

    + + +

    Предложенный текст Общего решения:

    The Debian Project,

    @@ -193,26 +188,23 @@ о включении архитектуры в выпуск. В этом случае Общее решение не потребуется.

    -
    Кворум:Пока не вычислен
    Данные и статистика:Пока не собраны.
    Квалификация большинства:Решение не требует квалифицированного большинства.
    Исход:Пока не определён
    + + + +

    Пока не вычислен

    + + + +

    Пока не собраны.

    + + + +

    Решение не требует квалифицированного большинства.

    + + + +

    Пока не определён

    +
    Manoj Srivastava Index: spanish/vote/howto_follow.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/howto_follow.wml,v retrieving revision 1.8 diff -u -r1.8 howto_follow.wml --- spanish/vote/howto_follow.wml 21 May 2005 21:23:46 -0000 1.8 +++ spanish/vote/howto_follow.wml 23 Nov 2005 15:57:35 -0000 @@ -1,9 +1,8 @@ #use wml::debian::template title="Procedimiento habitual de resoluciones" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.10" maintainer="David Moreno Garza" -

    Procedimiento habitual de resoluciones

    +

    Procedimiento habitual de resoluciones

    Una propuesta puede ser presentada por cualquier desarrollador enviando un mensaje a cualquier lista de correo cualificada. Una Index: spanish/vote/howto_proposal.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/howto_proposal.wml,v retrieving revision 1.12 diff -u -r1.12 howto_proposal.wml --- spanish/vote/howto_proposal.wml 9 Jul 2005 09:12:32 -0000 1.12 +++ spanish/vote/howto_proposal.wml 23 Nov 2005 15:57:35 -0000 @@ -1,9 +1,8 @@ #use wml::debian::template title="Votaciones en Debian - CСmo enviar una propuesta" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.16" maintainer="David Moreno Garza" -

    Principios generales

    +

    Principios generales

    No seguir alguno de estos pasos no provocarА que una propuesta sea rechazada. Sin embargo, considИrelos un signo de atenciСn hacia los desarrolladores con el fin de ayudarles a Index: spanish/vote/index.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/index.wml,v retrieving revision 1.9 diff -u -r1.9 index.wml --- spanish/vote/index.wml 16 Jul 2005 11:48:07 -0000 1.9 +++ spanish/vote/index.wml 23 Nov 2005 15:57:35 -0000 @@ -1,7 +1,6 @@ #use wml::debian::template title="InformaciСn de Votaciones en Debian" BARETITLE="true" NOHEADER="true" NOHOMELINK="true" #use wml::debian::votebar #use wml::debian::translation-check translation="1.19" maintainer="David Moreno Garza" -#include "$(ENGLISHDIR)/vote/style.inc"

    InformaciСn de Votaciones en Debian

    El Proyecto Debian dispone de un sistema de @@ -34,10 +33,13 @@ para elecciones del lМder del proyecto (el artМculo enlazado de Wikipedia es bastante informativo).

    -
    Considere todas las posibilidades de la carrera de dos vМas +
    +

    + Considere todas las posibilidades de la carrera de dos vМas entre los candidatos. El ganador Condorcet, si es que existe, es aquel que puede vencer a cada uno de los candidatos en una carrera de dos vМas con ese candidato. +

    El problema es que en elecciones complejas, podrМa llegar a haber relaciones Index: spanish/vote/1999/index.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/1999/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- spanish/vote/1999/index.wml 22 May 2005 01:57:22 -0000 1.2 +++ spanish/vote/1999/index.wml 23 Nov 2005 15:57:35 -0000 @@ -1,8 +1,8 @@ Asuntos discutidos en 1999 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.6" maintainer="David Moreno Garza" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :> Index: spanish/vote/2000/index.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/2000/index.wml,v retrieving revision 1.2 diff -u -r1.2 index.wml --- spanish/vote/2000/index.wml 22 May 2005 01:57:22 -0000 1.2 +++ spanish/vote/2000/index.wml 23 Nov 2005 15:57:35 -0000 @@ -1,8 +1,8 @@ Asuntos discutidos en 2000 -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" #use wml::debian::recent_list #use wml::debian::votebar -#include "$(ENGLISHDIR)/vote/style.inc" #use wml::debian::translation-check translation="1.4" maintainer="David Moreno Garza" +

    <:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :> Index: spanish/vote/2000/vote_0007.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/2000/vote_0007.wml,v retrieving revision 1.4 diff -u -r1.4 vote_0007.wml --- spanish/vote/2000/vote_0007.wml 11 Jul 2005 17:32:12 -0000 1.4 +++ spanish/vote/2000/vote_0007.wml 23 Nov 2005 15:57:35 -0000 @@ -1,39 +1,50 @@ Elecciones a lМder 2000 F -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.9" maintainer="David Moreno Garza" +

    +

    Elecciones-2000

    + + + + +

    9 de enero de 2000

    + + + + + + + + + + + + + +
    Cierre de candidaturas31 de enero de 2000
    Fin de campaЯas 21 de febrero de 2000
    Fin de votaciones16 de marzo de 2000
    - - - - - - - - - - - - - - - - - - - - - -
    Fecha:9 de enero de 2000
    PerМodo:Cierre de candidaturas: 31 de enero de 2000
    - Fin de campaЯas: 21 de febrero de 2000
    - Fin de votaciones: 16 de marzo de 2000
    Nominaciones:
      + + +
      1. Ben Collins [bcollins@debian.org]
      2. Wichert Akkerman [wakkerma@debian.org]
      3. Joel Klecker [espy@debian.org]
      4. Matthew Vernon [matthew@debian.org] -
    QuСrum:Con 347 desarrolladores, Q=9.3 que hace un quСrum de 28
    Resultados:resultados lМder00 - 216 votos vАlidos. + + + + +

    Con 347 desarrolladores, Q=9.3 que hace un quСrum de 28

    + + + +

    resultados lМder00 - 216 votos vАlidos.
    El ganador es Wichert Akkerman, en su segundo mandato.
    @@ -41,7 +52,7 @@ Resultados detallados de la elecciСn.
    Compruebe la direcciСn del debate. -

    +

    Esquema grАfico de los resultados @@ -53,6 +64,3 @@ de Wikipedia estА muy bien documentado.

    -
    Index: spanish/vote/2000/vote_0008.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/2000/vote_0008.wml,v retrieving revision 1.6 diff -u -r1.6 vote_0008.wml --- spanish/vote/2000/vote_0008.wml 22 May 2005 21:05:59 -0000 1.6 +++ spanish/vote/2000/vote_0008.wml 23 Nov 2005 15:57:36 -0000 @@ -1,36 +1,38 @@ SobreseМda: EliminaciСn del archivo no-libre (non-free) caducado -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.10" maintainer="David Moreno Garza" +

    +

    ProposiciСn-0008: SobreseМda por una RG en 2004

    + + + + +

    7 de junio de 2000

    + + + +

    John Goerzen + [jgoerzen@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - -# - - - - - - - - - - -
    Fecha:7 de junio de 2000
    Propuesto por:John Goerzen - [jgoerzen@debian.org]
    En segundo lugar:
    Texto: + + + +
     Han resuelto:
     
    @@ -74,48 +76,48 @@
     histСricas, liberadas, y congeladas y los archivos deberАn ser determinadas
     por la ConstituciСn Debian.
     	    
    -
    OposiciСn: + + + +

    No se registrС ninguna -

    Enmiendas +

    + + + +

    Secundada, aceptada por quien lo propuso
    (ninguna)
    - Secundada, a la espera de la votaciСn
    + Secundada, a la espera de la votaciСn +

    +

    Necesita apoyos - (ninguna)
    -

    QuСrum:Con 509 desarrolladores,; Q=22.56 que hace un quСrum de 68De acuerdo a lo particular de la situaciСn, el - quСrum estА todavМa por determinar
    Actas:John Goerzen ha pedido una votaciСn el + (ninguna) +

    + + + +#

    Con 509 desarrolladores,; Q=22.56 que hace un quСrum de 68

    +

    De acuerdo a lo particular de la situaciСn, el + quСrum estА todavМa por determinar

    + + + +

    John Goerzen ha pedido una votaciСn el 29 de Junio de 2000. La votaciСn se producirА entre el 10 de Octubre de 2000 y el 24 de Octubre de 2000. -

    Resultado: +

    + + + +

    Por la secciСn A.5 (╚Caducidad╩) de la constituciСn, tanto la ResoluciСn General de John Goerzen con respecto a `non-free', como la enmienda de Anthony Towns, han caducado. La reciente votaciСn fue dirigida de forma errСnea, y sus papeletas son por tanto anuladas. Los resultados no han sido clasificados. -

    +

    + Index: spanish/vote/2000/vote_0009.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/2000/vote_0009.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0009.wml --- spanish/vote/2000/vote_0009.wml 22 May 2005 01:57:22 -0000 1.5 +++ spanish/vote/2000/vote_0009.wml 23 Nov 2005 15:57:36 -0000 @@ -1,36 +1,39 @@ SobreseМda: Enmienda constitucional: concreciСn de 4.1.5 expired -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.9" maintainer="David Moreno Garza" +

    +

    ProposiciСn-0009: SobreseМda por una RG en 2003

    + + + + +

    10 de octubre de 2000

    + + + +

    Branden Robinson + [branden@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fecha:10 de octubre de 2000
    Propuesto por:Branden Robinson - [branden@debian.org]
    Secundado por:
    Texto: + + + + +

      4. Los Desarrolladores mediante una ResoluciСn General o elecciСn
     
    @@ -68,27 +71,26 @@
      razonable a la ConstituciСn y con tal convicciСn es necesaria una opiniСn
      particular en la cuestiСn de documentos no tИcnicos, su identidad, o su
      posibilidad de enmienda.
    -	
    OposiciСn: +

    + + + +

    No se registrС -

    Enmiendas +

    + + + +

    No se registraron -

    QuСrum:(todavМa por determinar)
    Resultado: -
    +

    + + + +

    (todavМa por determinar)

    + + + +

    +

    + Index: spanish/vote/2000/vote_0010.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/2000/vote_0010.wml,v retrieving revision 1.5 diff -u -r1.5 vote_0010.wml --- spanish/vote/2000/vote_0010.wml 22 May 2005 01:57:22 -0000 1.5 +++ spanish/vote/2000/vote_0010.wml 23 Nov 2005 15:57:36 -0000 @@ -1,25 +1,28 @@ SobreseМda: Enmienda Constitucional: concreciСn alternativa de 4.1.5 expired -#use wml::debian::template title="" +#use wml::debian::template title="" NOHEADER="true" +#use wml::debian::toc #use wml::debian::votebar #use wml::debian::translation-check translation="1.9" maintainer="David Moreno Garza" +

    +

    ProposiciСn-0010: SobreseМda por una RG en 2003

    + + + + +

    10 de Octubre de 2000

    + + + +

    Manoj Srivastava + [srivasta@debian.org]

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Fecha:10 de Octubre de 2000
    Propuesto por:Manoj Srivastava - [srivasta@debian.org]
    En segundo lugar:
    Texto: + + + + +

      4. Los desarrolladores a travИs de ResoluciСn General o elecciСn
     
    @@ -83,27 +86,26 @@
      no tИcnicos. AdemАs, esto tambiИn proporciona al nЗcleo, o a la FundaciСn,
      documentos del proyecto con la misma protecciСn contra cambios apresurados 
      de los que la constituciСn por sМ sola disfruta. 
    -	
    OposiciСn: +

    + + + +

    Sin GrabaciСn -

    Enmiendas +

    + + + +

    Sin GrabaciСn -

    QuСrum:(todavМa a determinar)
    Resultado: -
    +

    + + + +

    (todavМa a determinar)

    + + + +

    +

    + Index: spanish/vote/2000/vote_0011.wml =================================================================== RCS file: /cvs/webwml/webwml/spanish/vote/2000/vote_0011.wml,v retrieving revision 1.8 diff -u -r1.8 vote_0011.wml --- spanish/vote/2000/vote_0011.wml 21 May 2005 20:01:36 -0000 1.8 +++ spanish/vote/2000/vote_