summaryrefslogtreecommitdiffstats
path: root/Hannah-More-Prace-article.html
diff options
context:
space:
mode:
Diffstat (limited to 'Hannah-More-Prace-article.html')
-rw-r--r--Hannah-More-Prace-article.html818
1 files changed, 818 insertions, 0 deletions
diff --git a/Hannah-More-Prace-article.html b/Hannah-More-Prace-article.html
new file mode 100644
index 0000000..ba1820a
--- /dev/null
+++ b/Hannah-More-Prace-article.html
@@ -0,0 +1,818 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta charset="utf-8" />
+<meta name="generator" content="Docutils 0.20.1: https://docutils.sourceforge.io/" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>We Can Be Heroes or Women of Faith in the Post-Biblical era</title>
+<style type="text/css">
+
+/* Minimal style sheet for the HTML output of Docutils. */
+/* */
+/* :Author: Günter Milde, based on html4css1.css by David Goodger */
+/* :Id: $Id: minimal.css 9079 2022-06-19 14:00:56Z milde $ */
+/* :Copyright: © 2015, 2021 Günter Milde. */
+/* :License: Released under the terms of the `2-Clause BSD license`_, */
+/* in short: */
+/* */
+/* Copying and distribution of this file, with or without modification, */
+/* are permitted in any medium without royalty provided the copyright */
+/* notice and this notice are preserved. */
+/* */
+/* This file is offered as-is, without any warranty. */
+/* */
+/* .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause */
+
+/* This CSS3 stylesheet defines rules for Docutils elements without */
+/* HTML equivalent. It is required to make the document semantics visible. */
+/* */
+/* .. _validates: http://jigsaw.w3.org/css-validator/validator$link */
+
+/* titles */
+p.topic-title,
+p.admonition-title,
+p.system-message-title {
+ font-weight: bold;
+}
+p.sidebar-title,
+p.rubric {
+ font-weight: bold;
+ font-size: larger;
+}
+p.rubric {
+ color: maroon;
+}
+p.subtitle,
+p.section-subtitle,
+p.sidebar-subtitle {
+ font-weight: bold;
+ margin-top: -0.5em;
+}
+h1 + p.subtitle {
+ font-size: 1.6em;
+}
+a.toc-backref {
+ color: inherit;
+ text-decoration: none;
+}
+
+/* Warnings, Errors */
+.system-messages h2,
+.system-message-title,
+span.problematic {
+ color: red;
+}
+
+/* Inline Literals */
+.docutils.literal {
+ font-family: monospace;
+ white-space: pre-wrap;
+}
+/* do not wrap at hyphens and similar: */
+.literal > span.pre { white-space: nowrap; }
+
+/* Lists */
+
+/* compact and simple lists: no margin between items */
+.simple li, .simple ul, .simple ol,
+.compact li, .compact ul, .compact ol,
+.simple > li p, dl.simple > dd,
+.compact > li p, dl.compact > dd {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+/* Nested Paragraphs */
+p:first-child { margin-top: 0; }
+p:last-child { margin-bottom: 0; }
+details > p:last-child { margin-bottom: 1em; }
+
+/* Table of Contents */
+.contents ul.auto-toc { /* section numbers present */
+ list-style-type: none;
+}
+
+/* Enumerated Lists */
+ol.arabic { list-style: decimal }
+ol.loweralpha { list-style: lower-alpha }
+ol.upperalpha { list-style: upper-alpha }
+ol.lowerroman { list-style: lower-roman }
+ol.upperroman { list-style: upper-roman }
+
+/* Definition Lists and Derivatives */
+dt .classifier { font-style: italic }
+dt .classifier:before {
+ font-style: normal;
+ margin: 0.5em;
+ content: ":";
+}
+/* Field Lists and similar */
+/* bold field name, content starts on the same line */
+dl.field-list,
+dl.option-list,
+dl.docinfo {
+ display: flow-root;
+}
+dl.field-list > dt,
+dl.option-list > dt,
+dl.docinfo > dt {
+ font-weight: bold;
+ clear: left;
+ float: left;
+ margin: 0;
+ padding: 0;
+ padding-right: 0.2em;
+}
+/* Offset for field content (corresponds to the --field-name-limit option) */
+dl.field-list > dd,
+dl.option-list > dd,
+dl.docinfo > dd {
+ margin-left: 9em; /* ca. 14 chars in the test examples, fit all Docinfo fields */
+}
+/* start nested lists on new line */
+dd > dl:first-child,
+dd > ul:first-child,
+dd > ol:first-child {
+ clear: left;
+}
+/* start field-body on a new line after long field names */
+dl.field-list > dd > *:first-child,
+dl.option-list > dd > *:first-child
+{
+ display: inline-block;
+ width: 100%;
+ margin: 0;
+}
+
+/* Bibliographic Fields (docinfo) */
+dl.docinfo pre.address {
+ font: inherit;
+ margin: 0.5em 0;
+}
+dl.docinfo > dd.authors > p { margin: 0; }
+
+/* Option Lists */
+dl.option-list > dt { font-weight: normal; }
+span.option { white-space: nowrap; }
+
+/* Footnotes and Citations */
+
+.footnote, .citation { margin: 1em 0; } /* default paragraph skip (Firefox) */
+/* hanging indent */
+.citation { padding-left: 2em; }
+.footnote { padding-left: 1.7em; }
+.footnote.superscript { padding-left: 1.0em; }
+.citation > .label { margin-left: -2em; }
+.footnote > .label { margin-left: -1.7em; }
+.footnote.superscript > .label { margin-left: -1.0em; }
+
+.footnote > .label + *,
+.citation > .label + * {
+ display: inline-block;
+ margin-top: 0;
+ vertical-align: top;
+}
+.footnote > .backrefs + *,
+.citation > .backrefs + * {
+ margin-top: 0;
+}
+.footnote > .label + p, .footnote > .backrefs + p,
+.citation > .label + p, .citation > .backrefs + p {
+ display: inline;
+ vertical-align: inherit;
+}
+
+.backrefs { user-select: none; }
+.backrefs > a { font-style: italic; }
+
+/* superscript footnotes */
+a[role="doc-noteref"].superscript,
+.footnote.superscript > .label,
+.footnote.superscript > .backrefs {
+ vertical-align: super;
+ font-size: smaller;
+ line-height: 1;
+}
+a[role="doc-noteref"].superscript > .fn-bracket,
+.footnote.superscript > .label > .fn-bracket {
+ /* hide brackets in display but leave for copy/paste */
+ display: inline-block;
+ width: 0;
+ overflow: hidden;
+}
+[role="doc-noteref"].superscript + [role="doc-noteref"].superscript {
+ padding-left: 0.15em; /* separate consecutive footnote references */
+ /* TODO: unfortunately, "+" also selects with text between the references. */
+}
+
+/* Alignment */
+.align-left {
+ text-align: left;
+ margin-right: auto;
+}
+.align-center {
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+}
+.align-right {
+ text-align: right;
+ margin-left: auto;
+}
+.align-top { vertical-align: top; }
+.align-middle { vertical-align: middle; }
+.align-bottom { vertical-align: bottom; }
+
+/* reset inner alignment in figures and tables */
+figure.align-left, figure.align-right,
+table.align-left, table.align-center, table.align-right {
+ text-align: inherit;
+}
+
+/* Text Blocks */
+.topic { margin: 1em 2em; }
+.sidebar,
+.admonition,
+.system-message {
+ margin: 1em 2em;
+ border: thin solid;
+ padding: 0.5em 1em;
+}
+div.line-block { display: block; }
+div.line-block div.line-block, pre { margin-left: 2em; }
+
+/* Code line numbers: dropped when copying text from the page */
+pre.code .ln { display: none; }
+pre.code code:before {
+ content: attr(data-lineno); /* …, none) fallback not supported by any browser */
+ color: gray;
+}
+
+/* Tables */
+table {
+ border-collapse: collapse;
+}
+td, th {
+ border: thin solid silver;
+ padding: 0 1ex;
+}
+.borderless td, .borderless th {
+ border: 0;
+ padding: 0;
+ padding-right: 0.5em /* separate table cells */
+}
+
+table > caption {
+ text-align: left;
+ margin-top: 0.2em;
+ margin-bottom: 0.2em;
+}
+table.captionbelow {
+ caption-side: bottom;
+}
+
+/* Document Header and Footer */
+header { border-bottom: 1px solid black; }
+footer { border-top: 1px solid black; }
+
+/* Images are block-level by default in Docutils */
+/* New HTML5 block elements: set display for older browsers */
+img, header, footer, main, aside, nav, section, figure, video, details {
+ display: block;
+}
+/* inline images */
+p img, p video, figure img, figure video {
+ display: inline;
+}
+
+</style>
+<style type="text/css">
+
+/* CSS31_ style sheet for the output of Docutils HTML writers. */
+/* Rules for easy reading and pre-defined style variants. */
+/* */
+/* :Author: Günter Milde, based on html4css1.css by David Goodger */
+/* :Id: $Id: plain.css 9338 2023-04-08 21:08:47Z milde $ */
+/* :Copyright: © 2015 Günter Milde. */
+/* :License: Released under the terms of the `2-Clause BSD license`_, */
+/* in short: */
+/* */
+/* Copying and distribution of this file, with or without modification, */
+/* are permitted in any medium without royalty provided the copyright */
+/* notice and this notice are preserved. */
+/* */
+/* This file is offered as-is, without any warranty. */
+/* */
+/* .. _2-Clause BSD license: http://www.spdx.org/licenses/BSD-2-Clause */
+/* .. _CSS3: https://www.w3.org/Style/CSS/ */
+
+
+/* Document Structure */
+/* ****************** */
+
+/* "page layout" */
+body {
+ margin: 0;
+ background-color: #dbdbdb;
+ --field-indent: 9em; /* default indent of fields in field lists */
+}
+main, footer, header {
+ line-height:1.6;
+ /* avoid long lines --> better reading */
+ /* optimum is 45…75 characters/line <http://webtypography.net/2.1.2> */
+ /* OTOH: lines should not be too short because of missing hyphenation, */
+ max-width: 50rem;
+ padding: 1px 2%; /* 1px on top avoids grey bar above title (mozilla) */
+ margin: auto;
+}
+main {
+ counter-reset: table figure;
+ background-color: white;
+}
+footer, header {
+ font-size: smaller;
+ padding: 0.5em 2%;
+ border: none;
+}
+
+/* Table of Contents */
+ul.auto-toc > li > p {
+ padding-left: 1em;
+ text-indent: -1em;
+}
+nav.contents ul {
+ padding-left: 1em;
+}
+main > nav.contents ul ul ul ul:not(.auto-toc) {
+ list-style-type: '\2B29\ ';
+}
+main > nav.contents ul ul ul ul ul:not(.auto-toc) {
+ list-style-type: '\2B1D\ ';
+}
+
+/* Transitions */
+hr.docutils {
+ width: 80%;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ clear: both;
+}
+
+/* Paragraphs */
+
+/* vertical space (parskip) */
+p, ol, ul, dl, li,
+div.line-block,
+.footnote, .citation,
+div > math,
+table {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+h1, h2, h3, h4, h5, h6,
+dd, details > p:last-child {
+ margin-bottom: 0.5em;
+}
+
+/* Lists */
+/* ===== */
+
+/* Definition Lists */
+/* Indent lists nested in definition lists */
+dd > ul:only-child, dd > ol:only-child { padding-left: 1em; }
+
+/* Description Lists */
+/* styled like in most dictionaries, encyclopedias etc. */
+dl.description {
+ display: flow-root;
+}
+dl.description > dt {
+ font-weight: bold;
+ clear: left;
+ float: left;
+ margin: 0;
+ padding: 0;
+ padding-right: 0.3em;
+}
+dl.description > dd:after {
+ display: table;
+ content: "";
+ clear: left; /* clearfix for empty descriptions */
+}
+
+/* Field Lists */
+
+dl.field-list > dd,
+dl.docinfo > dd {
+ margin-left: var(--field-indent); /* adapted in media queries or HTML */
+}
+
+/* example for custom field-name width */
+dl.field-list.narrow > dd {
+ --field-indent: 5em;
+}
+/* run-in: start field-body on same line after long field names */
+dl.field-list.run-in > dd p {
+ display: block;
+}
+
+/* Bibliographic Fields */
+
+/* generally, bibliographic fields use dl.docinfo */
+/* but dedication and abstract are placed into divs */
+div.abstract p.topic-title {
+ text-align: center;
+}
+div.dedication {
+ margin: 2em 5em;
+ text-align: center;
+ font-style: italic;
+}
+div.dedication p.topic-title {
+ font-style: normal;
+}
+
+/* disclosures */
+details { padding-left: 1em; }
+summary { margin-left: -1em; }
+
+/* Text Blocks */
+/* =========== */
+
+/* Literal Blocks */
+pre.literal-block, pre.doctest-block,
+pre.math, pre.code {
+ font-family: monospace;
+}
+
+/* Block Quotes and Topics */
+bockquote { margin: 1em 2em; }
+blockquote p.attribution,
+.topic p.attribution {
+ text-align: right;
+ margin-left: 20%;
+}
+
+/* Tables */
+/* ====== */
+
+/* th { vertical-align: bottom; } */
+
+table tr { text-align: left; }
+
+/* "booktabs" style (no vertical lines) */
+table.booktabs {
+ border: 0;
+ border-top: 2px solid;
+ border-bottom: 2px solid;
+ border-collapse: collapse;
+}
+table.booktabs * {
+ border: 0;
+}
+table.booktabs th {
+ border-bottom: thin solid;
+}
+
+/* numbered tables (counter defined in div.document) */
+table.numbered > caption:before {
+ counter-increment: table;
+ content: "Table " counter(table) ": ";
+ font-weight: bold;
+}
+
+/* Explicit Markup Blocks */
+/* ====================== */
+
+/* Footnotes and Citations */
+/* ----------------------- */
+
+/* line on the left */
+.footnote-list {
+ border-left: solid thin;
+ padding-left: 0.25em;
+}
+
+/* Directives */
+/* ---------- */
+
+/* Body Elements */
+/* ~~~~~~~~~~~~~ */
+
+/* Images and Figures */
+
+/* let content flow to the side of aligned images and figures */
+figure.align-left,
+img.align-left,
+video.align-left,
+object.align-left {
+ clear: left;
+ float: left;
+ margin-right: 1em;
+}
+figure.align-right,
+img.align-right,
+video.align-right,
+object.align-right {
+ clear: right;
+ float: right;
+ margin-left: 1em;
+}
+/* Stop floating sidebars, images and figures */
+h1, h2, h3, h4, footer, header { clear: both; }
+
+/* Numbered figures */
+figure.numbered > figcaption > p:before {
+ counter-increment: figure;
+ content: "Figure " counter(figure) ": ";
+ font-weight: bold;
+}
+
+/* Admonitions and System Messages */
+.caution p.admonition-title,
+.attention p.admonition-title,
+.danger p.admonition-title,
+.error p.admonition-title,
+.warning p.admonition-title,
+div.error {
+ color: red;
+}
+
+/* Sidebar */
+/* Move right. In a layout with fixed margins, */
+/* it can be moved into the margin. */
+aside.sidebar {
+ width: 30%;
+ max-width: 26em;
+ float: right;
+ clear: right;
+ margin-left: 1em;
+ margin-right: -1%;
+ background-color: #fffffa;
+}
+
+
+/* Code */
+pre.code { padding: 0.7ex }
+pre.code, code { background-color: #eeeeee }
+/* basic highlighting: for a complete scheme, see */
+/* https://docutils.sourceforge.io/sandbox/stylesheets/ */
+pre.code .comment, code .comment { color: #5C6576 }
+pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
+pre.code .literal.string, code .literal.string { color: #0C5404 }
+pre.code .name.builtin, code .name.builtin { color: #352B84 }
+pre.code .deleted, code .deleted { background-color: #DEB0A1}
+pre.code .inserted, code .inserted { background-color: #A3D289}
+
+/* Math */
+/* for math-output=MathML (for math-output=HTML, see math.css) */
+math .boldsymbol {
+ font-weight: bold;
+}
+mstyle.mathscr, mi.mathscr {
+ font-family: STIX, XITSMathJax_Script, rsfs10,
+ "Asana Math", Garamond, cursive;
+}
+
+/* Epigraph */
+/* Highlights */
+/* Pull-Quote */
+/* Compound Paragraph */
+/* Container */
+
+/* Inline Markup */
+/* ============= */
+
+sup, sub { line-height: 0.8; } /* do not add leading for lines with sup/sub */
+
+/* Inline Literals */
+/* possible values: normal, nowrap, pre, pre-wrap, pre-line */
+/* span.docutils.literal { white-space: pre-wrap; } */
+
+/* Hyperlink References */
+a { text-decoration: none; }
+
+/* External Targets */
+/* span.target.external */
+/* Internal Targets */
+/* span.target.internal */
+/* Footnote References */
+/* a[role="doc-noteref"] */
+/* Citation References */
+/* a.citation-reference */
+
+</style>
+</head>
+<body>
+<main id="we-can-be-heroes-or-women-of-faith-in-the-post-biblical-era">
+<h1 class="title">We Can Be Heroes or Women of Faith in the Post-Biblical era</h1>
+
+<p>We all have spent last couple of weeks following this series
+of awesome sermons about remarkable people of faith. I first
+thought that my task is the hardest one, to find one exceptional
+woman among millions of those who followed Jesus Christ in the
+post-Biblical times, but when listening to those sermons, it
+feels like I am not alone. Each one of us had a different task to
+pick one person from large set of candidates. However, I still
+believe that my task might be the most difficult one. Not only
+I am one of two preachers with the longest time period to pick
+from, but also the position of women was quite different during
+the ages than the one of men.</p>
+<p>Let’s try to start from this start. I am persuaded that one of the
+strongest motivators in our lives is our resistance to pain. We
+all have some kind of pain in our life, and our effort to get rid
+of that pain may be one of the strongest decisive factors for
+us. When the pain reaches sufficient threshold we are willing to
+do almost anything to get rid of it, without regards whether what
+we are doing is right, Christian, or even legal in many times. We
+know how many alcoholics, drug abusers, and even adulterers
+claimed that they what they were doing fully knowing it is wrong,
+but the pain they were trying to drown out was so strong, they
+give in. As Richard Rohr, a famous Franciscan spiritual leader,
+once said, “if we don’t transform [our pain], we will transmit
+it.”</p>
+<p>There are many different types of pain we can encounter in our
+lives, but I would like today only about one of them. Feeling of
+powerlessness. That feeling when we are facing ours or even more
+somebody else pain, and we cannot do anything about it, can lead
+many to serious depression, which we could try to oppose by going
+into some completely irrational and ungodly places.</p>
+<blockquote>
+<div class="line-block">
+<div class="line">Meanwhile the disciples were urging him, “Rabbi, eat</div>
+<div class="line">something.” But he said to them, “I have food to eat that</div>
+<div class="line">you know nothing about.” So the disciples began to say to</div>
+<div class="line">one another, “No one brought him anything to eat, did</div>
+<div class="line">they?” Jesus said to them, “My food is to do the will of</div>
+<div class="line">the one who sent me and to complete his work. …”</div>
+<div class="line"><br /></div>
+<div class="line">(John 4:31-34)</div>
+</div>
+</blockquote>
+<p>There is only one antidote against this feeling of hopelessness,
+because of course it is always about the lack of hope in the
+end, and that is to do something. Think for example about the
+current war in Ukraine. For anybody who spent at least a little
+bit of time following the current news in the past two years, the
+impression is so strong, that it can completely crush our
+life. If we know somebody who has some significant links to
+the war, and we have some people like this in this church, the
+feeling is even stronger.</p>
+<p>For somebody the pressure is so high, they gave up their life
+and went to volunteer to Ukrainian army. I know about many Czech
+volunteers who are participating in some kind of charitable
+organizations which are helping people affected by the war in
+various ways. And of course, there are also many funds collecting
+many for supporting good work to those who suffer. Anybody has an
+opportunity to do something, and for your sanity, if this touches
+you, I would strongly suggest to do it.</p>
+<p>For centuries, for millennia, women never had even an opportunity
+to behave to do much, and they had to develop their own strategy
+how to deal with the pain of the world as they see it (and many
+men, often the most successful ones, learned that lesson as
+well).</p>
+<hr class="docutils" />
+<p>Which finally leads to one obscure woman I would like to talk
+about. Her name was Hannah More and she was living in the end of
+the eighteenth and the beginning of nineteenth century in England
+(specifically in Clapham). Move your mind to those times, think
+about novels by Jane Austen, and that for most women there was no
+chance how to achieve independently almost anything. Hannah More
+has one advantage above her sisters. She was engaged as was
+expected, but her betrothed was postponing the wedding for so
+long time (in the end more than five years) that in the end he
+decided to break the engagement and he got married to somebody
+else. I am not sure whether it was a legal requirement or just
+him being a decent man, given that after five years of waiting
+Miss More was almost ineligible to get another husband, he
+promised to her and paid an annual rent for the rest of her life,
+which allowed her to life a decent independent life. She never
+married, but used her life for changing her life.</p>
+<p>She became one of the founding members of what is now called
+The Clapham Sect, group of faithful Christians, members of the
+Church of England, who were guided by their faith to change the
+society according to their faith. Some of her opinions and goals
+are now hard to accept, times changed a lot, but she certainly
+achieved a lot. Her biggest personal achievement was founding
+of the first systematic school system for girls, she produced
+hundreds of pamphlets for education of literate poor, and one of
+her less direct achievements that she organized a group of people
+supporting William Wilberforce and persuaded him to pick up the
+cause of the abolition of slavery.</p>
+<p>When looking at her life there are couple of differences which I
+think can illustrate what I think is the main lesson we can learn
+for our life of everyday heroes.</p>
+<section id="get-power-v-love-and-help">
+<h2>Get power v. love and help</h2>
+<p>This is the basic difference in the life situations of man and
+woman in history. Well, actually, it is not only about women,
+because of course most of men in the past and mostly everybody
+today are not in the situation where they could leave everything
+and start changing the world.</p>
+<p>Still the primary of our society, even when we are not
+considering violent solutions, is to achieve some amount of
+power, and then use it for changing the world. One of two
+video-clips I hoped to run during this sermon, but then I decided
+to cut them because they were too long, was from the first part
+of the Lord of the Rings, where Boromir asks to take the evil
+ring of the Dark Lord Sauron to defend his country against the
+same evil. I am not saying that all politics is always evil, we
+need more Christians and other people of good will in politics to
+get out of the marasm we currently find ourselves, but it worries
+me how much we rely on this one way how to change things, and how
+complicated and dangerous it is.</p>
+<p>I am thinking about a Christian non-profit organization which
+used to work among young girls who were pregnant. They were
+organizing adoptions and care for pregnant girls trying to
+persuade them not to go with abortion. They used to have
+thos posters “Are you in a bad situation? We will help!”
+everywhere. Even though they were expressly Christian and
+opposing the mainstream attitude towards pregnancy and sexuality,
+they were quite respected and I believe they actually helped many
+girls in difficult situation.</p>
+<p>I don’t know what happened, perhaps they considered their
+previous work too small, or something, but they changed their
+complete strategy, turned towards politics, and the results
+are in my opinion complete disaster. Head of the organization
+made couple of some rather unfortunate statements, some of them
+sound quite homophobic, they started publish position papers,
+which were including some unverifiable statements and some really
+bad statistics and bad science. Once respectable organization is
+now a joke, and many people I asked about them told me that it is
+just another proove that “those Christians” are only after power
+and money. Jews have term “Chillul hashem” (desecrating the name
+of the God), which I am afraid applies here.</p>
+</section>
+<section id="take-over-v-link-encourage">
+<h2>Take over v. Link, encourage</h2>
+<p>Masculine tendency is to conquer, take over, defeat enemies.
+Another video I wanted to show was from a good Christian film
+“Amazing Grace” from 2006 about William Wilberforce, and how
+exactly Hannah More helped liberating slaves of the British
+Empire. Instead of fighting to get herself to the front, she
+linked together people who might be interested, and introduced
+them to William Wilberforce, who as MP then struggled with the
+future direction of his life after his conversion to Jesus. Given
+her previous experience with publishing books for the wide
+population, she helped to publish the autobiography by freed
+black slave, “The Interesting Narrative of the Life of Olaudah
+Equiano” (1789), which was the first testimony about the horrible
+life of slaves on the British plantations in Caribbean and which
+helped to turn the public opinion about the slavery in Britain.
+Till this day she is known for her other endeavours and her role
+in the abolition of slavery is usually mostly ignored.</p>
+<p>Is it more important to help or to be famous?</p>
+</section>
+<section id="radical-change-and-destruction-v-improving-do-whats-possible">
+<h2>Radical change and destruction v. Improving / do what’s possible</h2>
+<p>I didn’t want to get much into details about Miss More’s efforts,
+because some of them are now rather controversial. For example,
+education of girls was in her time so controversial idea, that
+for some time she was teaching just reading, not writing. We are
+in time of the French Revolution, and under the influence of
+Edmund Burke’s “Reflections on the Revolution in France”, she
+decided to oppose the influence of the revolutionary propaganda
+by publishing hundreds of short stories for poor literate
+Englishmen (and Englishwomen, if she already managed to teach
+them reading) how they should be content with their life. Most of
+these books are now mostly ridiculous, but they illustrate her
+deep distrust to anything radical and revolutionary, even though
+many considered her to be revolutionary.</p>
+<p>It relates to me with another tendency which I could see on many
+people who actually changed for better, and that is relentless
+focus on their goal and willing to let go everything else. One of
+the reasons why Martin Luther in changing the world was exactly
+this keeping focus on changing the Church and letting everything
+else to go. Many people then and later were angry with him for
+not opposing and perhaps even encouraging bloody suppression
+of the German Peasants’ War by the German nobility. Looking
+from the other side, it was the only possible way how to keep
+establishment supporting changes in the Church, and that was the
+one thing he felt to be called to.</p>
+<hr class="docutils" />
+<p>To summarize, what are the lessons we can bring from observing
+life of our today’s heroine, Miss Hannah Moore?</p>
+<ol class="arabic simple">
+<li><p>One thing I don’t know about Miss Moore is her prayer life,
+but of course, when talking about looking at the needs in the
+current society, a prayer is the first thing which should be
+on our minds. If our food is to do the will of the one who
+sent us, we should better be certain that he actually send us
+to resolve the issue we see, and that it is not only our
+attempt to glorify ourselves or to sooth our conscience.</p></li>
+<li><p>Do you want to help or do you want to change the world? The
+latter quite often end in some kind of disaster.</p></li>
+<li><p>Is your central focus you helping or are you willing remain
+unknown and link together and encourage other people who may
+in the end be famous for something you started?</p></li>
+<li><p>Are you focused on your thing and you are willing to let other
+things go if they jeopardise your thing?</p></li>
+<li><p>Are you persuaded that “small work” (“práce drobná”, the
+phrase of the first Czechoslovak president Tomáš Garrigue
+Masaryk) is more fruitful and blessed than revolution and
+destruction?</p></li>
+</ol>
+</section>
+</main>
+</body>
+</html>