St Giles Church, Carburton

St Giles Church in Carburton, Nottinghamshire, is an Anglican church of the Anglo-Catholic tradition in the Diocese of Southwell.

St Giles Church, Carburton
St Giles Church
53.2531°N 1.0856°W / 53.2531; -1.0856
DenominationChurch of England
ChurchmanshipAnglo Catholic
Websitewww.worksoppriory.co.uk
History
DedicationSt Giles
Administration
DioceseSouthwell and Nottingham but under care of provincial episcopal visitor, the Bishop of Beverley
ProvinceYork
Clergy
Vicar(s)Father Nicolas Spicer SSC
Priest(s)Father Bill Howe

History

The church of S. Giles, Carburton, Nottinghamshire, is an unusual shape and dates back to the early 12th century; parish records date back to the 1530s. Local people and visitors come here to worship, as well as people from Clumber Chapel and Worksop Priory.

The church is Grade II* listed by the Department for Culture, Media & Sport as it is a particularly significant building of more than local interest.[1][2]

Services

  • Church open daily for personal prayer and visits
  • Evensong at 6.00 pm on Sunday nearest to St Giles' day 1 September; Christmas Carols by candlelight 6 pm Sunday after Christmas; also at other times as advertised.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.
gollark: Nope, I think I have a solution.

References

  1. "Heritage Gateway, ref. 241361". heritagegateway.org.uk. Retrieved 30 July 2016.
  2. Historic England. "Church of St Giles, Piper Lane (1370105)". National Heritage List for England. Retrieved 4 January 2014.

Media related to St Giles' Church, Carburton at Wikimedia Commons

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