From 9779e77f144ff2d401bf7ab904ae9e785a5a513f Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Fri, 17 Dec 2021 02:48:42 +0000 Subject: [PATCH] Bug 29722: Add more sample quotes This patch adds sample quotes from women, women of colour, trans women, Black and Indigenous women, and people who weren't US Presidents! To test: 1. Install a fresh Koha and import sample quotes 2. Go to Tools -> Quote editor 3. Confirm the quotes show Sponsored-by: Catalyst IT --- installer/data/mysql/en/optional/sample_quotes.yml | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/installer/data/mysql/en/optional/sample_quotes.yml b/installer/data/mysql/en/optional/sample_quotes.yml index da9f98348b..271b2136d0 100644 --- a/installer/data/mysql/en/optional/sample_quotes.yml +++ b/installer/data/mysql/en/optional/sample_quotes.yml @@ -149,5 +149,69 @@ tables: source: "George W. Bush" text: "Every nation in every region now has a decision to make. Either you are with us, or you are with the terrorists." + - id: 35 + source: "Katherine Johnson" + text: "Girls are capable of doing everything men are capable of doing. Sometimes they have more imagination than men." + + - id: 36 + source: "Serena Williams" + text: "I really think a champion is defined not by their wins but by how they can recover when they fall." + + - id: 37 + source: "Shirley Chisholm" + text: "Tremendous amounts of talent are being lost to our society just because that talent wears a skirt." + + - id: 38 + source: "Frida Kahlo" + text: "At the end of the day, we can endure much more than we think we can." + + - id: 39 + source: "Marie Curie" + text: "Have no fear of perfection; you'll never reach it." + + - id: 40 + source: "Indira Gandhi" + text: "You cannot shake hands with a clenched fist." + + - id: 41 + source: "Maya Angelou" + text: "If you don't like something, change it. If you can't change it, change your attitude." + + - id: 42 + source: "Marilyn Monroe" + text: "I don't mind living in a man's world, as long as I get to be a woman in it." + + - id: 43 + source: "Maya Angelou" + text: "My mission in life is not merely to survive but to thrive and to do so with some passion, some compassion, some humor, and some style." + + - id: 44 + source: "Alex Elle" + text: "I am thankful for my struggle because, without it, I wouldn’t have stumbled across my strength." + + - id: 45 + source: "Madeleine Albright" + text: "It took me quite a long time to develop a voice, and now that I have it, I am not going to be silent." + + - id: 46 + source: "Jane Goodall" + text: "What you do makes a difference, and you have to decide what kind of difference you want to make." + + - id: 47 + source: "Dolly Parton" + text: "The way I see it, if you want the rainbow, you gotta put up with the rain!" + + - id: 48 + source: "Laverne Cox" + text: "Each and every one of us has the capacity to be an oppressor. I want to encourage each and every one of us to interrogate how we might be an oppressor and how we might be able to become liberators for ourselves and for each other." + + - id: 49 + source: "Gloria Steinem" + text: "The future depends entirely on what each of us does every day; a movement is only people moving." + + - id: 50 + source: "Robin Wall Kimmerer" + text: "The land knows you, even when you are lost." + sql_statements: - "UPDATE quotes SET timestamp = NOW();" -- 2.11.0