Compare commits

...

2 Commits

Author SHA1 Message Date
TEC cd0140c52a
Questions: minor tweaks to wordings 2022-10-20 01:38:30 +08:00
TEC aa5ff152a3
Add minad to donation recipients 2022-10-20 01:38:14 +08:00
2 changed files with 19 additions and 13 deletions

View File

@ -200,6 +200,12 @@ const DONATION_ENTITIES = [
("https://liberapay.com/magit/", ("https://liberapay.com/magit/",
"Jonas Bernoulli", "tarsius", "Jonas Bernoulli", "tarsius",
["Magit" => "magit", "Transient" => "transient", "others"]), ["Magit" => "magit", "Transient" => "transient", "others"]),
("https://github.com/sponsors/minad",
"Daniel Mendler", "minad",
["Consult" => "https://github.com/minad/consult",
"Vertico" => "https://github.com/minad/vertico",
"Corfu" => "https://github.com/minad/corfu",
"other UI packages"]),
("https://github.com/sponsors/abo-abo", ("https://github.com/sponsors/abo-abo",
"Oleh Krehel", "abo-abo", "Oleh Krehel", "abo-abo",
["Swiper" => "swiper", "Hydra" => "hydra", ["Swiper" => "swiper", "Hydra" => "hydra",

View File

@ -237,7 +237,7 @@ This takes most people 515 minutes to complete.",
:other])), :other])),
SurveyPart("Contribution", SurveyPart("Contribution",
RadioSelect(:emacs_contribution, RadioSelect(:emacs_contribution,
"Have you contributed to Emacs or a GNU ELPA package?", "Do you contribute to Emacs or GNU ELPA packages?",
["Frequently", "Often", "Sometimes", "Rarely", "Never"]), ["Frequently", "Often", "Sometimes", "Rarely", "Never"]),
TextArea(:emacs_contribution_feedback, TextArea(:emacs_contribution_feedback,
"Have you got any feedback on the Emacs/GNU ELPA contribution process?" * "Have you got any feedback on the Emacs/GNU ELPA contribution process?" *
@ -246,7 +246,7 @@ This takes most people 515 minutes to complete.",
validators=[wordlimit(400), charlimit(6*400)], validators=[wordlimit(400), charlimit(6*400)],
mandatory=false), mandatory=false),
RadioSelect(:package_contribution, RadioSelect(:package_contribution,
"Have you contributed to an Emacs package?", "Do you contribute to Emacs packages?",
["Frequently", "Often", "Sometimes", "Rarely", "Never"]), ["Frequently", "Often", "Sometimes", "Rarely", "Never"]),
RadioSelect(:isa_package_maintainer, RadioSelect(:isa_package_maintainer,
"Do you maintain any Emacs packages?", "Do you maintain any Emacs packages?",
@ -340,17 +340,17 @@ This takes most people 515 minutes to complete.",
"%p %f and am %w a *limited* %l", "%p %f and am %w a *limited* %l",
"%p %f but am *not* %w a %l", "%p %f but am *not* %w a %l",
"I have no preference for %f"], "I have no preference for %f"],
"%p" => "I have a clear preference for", "%p" => "I have a clear preference for",
"%f" => "free/libre software", "%f" => "free/libre software",
"%w" => "willing to accept", "%w" => "willing to accept",
"%l" => "lack of features or UI polish", "%l" => "lack of features or UI polish",
r"\*(.*?)\*" => s"<em style=\"color: var(--primary-hover);\">\1</em>") .=> r"\*(.*?)\*" => s"<em style=\"color: var(--primary-hover);\">\1</em>"
["any comprimise", ) .=> ["any comprimise",
"significant comprimise", "significant comprimise",
"moderate comprimise", "moderate comprimise",
"limited comprimise", "limited comprimise",
"no comprimise", "no comprimise",
"do not prefer"])), "do not prefer"])),
SurveyPart("Survey bookkeeping", SurveyPart("Survey bookkeeping",
RadioSelect(:survey_prior, RadioSelect(:survey_prior,
"Did you respond to the 2020 Emacs survey?", "Did you respond to the 2020 Emacs survey?",