Winton, Cumbria

Winton is a village and civil parish in the Eden District of Cumbria, England. It is 2.9 miles (4.7 km) south of Brough, and 1.6 miles (2.6 km) north of Kirkby Stephen, and has a population of 213,[1] increasing to 327 at the 2011 Census.[2] The word Winton is Old English or Anglo-Saxon in origin, Wyntuna meaning a pasture farmstead was first identified in 1094, shortly after the Norman Conquest, during a period known as the 'Harrying of the North'. [3] On 12 April 1659, the village of Winton was at the centre of the Westmorland witch trials, during which several women were hanged at Appleby General Sessions, found guilty of bewitching Margaret Bousefield.[4]

Winton

Millennium Monument
Winton
Location within Cumbria
Population327 (2011(including Kaber))
OS grid referenceNY7810
Civil parish
  • Winton
District
  • Eden
Shire county
Region
CountryEngland
Sovereign stateUnited Kingdom
Post townKIRKBY STEPHEN
Postcode districtCA17
Dialling code01768
PoliceCumbria
FireCumbria
AmbulanceNorth West
UK Parliament
  • Penrith and the Border

During the Middle Ages Winton was at the centre of the sheep rearing in the Eden Valley, where the flocks moved across the hills into pastures new. More controversial was the part played by the Archbishop of York in dealing with invasions by Scots armies, raiding, looting and burning, sheep-stealing. On 5 October 1357 the local bishop was required to accept the redemption of King David Bruce of Scotland, for the Suffragan Michael of York held sway in the mountains of the West March.[5][6]

Both Kirkby Stephen and the village of Winton had a grammar school each, where its major benefactor was a Cambridge educated teacher. Richard Burn helped found the free school that took all children from the neighbouring parishes.

Notable people

gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?
gollark: Hi.
gollark: Why are you not just... using an actual IRC client?

See also

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.