St. Stephen's Greek Orthodox Cathedral, Paris

St. Stephen's Greek Orthodox Cathedral is the seat of the Greek Orthodox Metropolis of France in Paris. It is located at 7 rue Georges-Bizet, in the 16th arrondissement of Paris. It was consecrated on 22 December 1895.

St. Stephen's Greek Orthodox Cathedral
St. Stephen's Greek Orthodox Cathedral
48°52′00″N 2°17′55″E
Location7 rue Georges-Bizet, Paris
CountryFrance
DenominationGreek Orthodox
History
StatusCathedral
Consecrated22 December 1895
Architecture
Functional statusActive
Architect(s)Émile Vaudremer
Specifications
Number of domes1
TypeÉglise
Designated1995[1]
Reference no.PA00135368

History

Black-and-white reproduction of a drawing by Charles Lameire of the frieze on the inner side of the cupola's drum, depicting the four rivers in the Garden of Eden.

Before the church was consecrated, there had been at least two attempts at creating a permanent Greek Orthodox place of worship in Paris.[2] The church was commissioned by Demetrius Stefanovich Schilizzi, designed by architect Émile Vaudremer, and built by Guillotin. The purchase price of the site and construction cost amounted to F1,630,000 in total. The inside walls were decorated by Charles Lameire and the marble iconostasis by Ludwig Thiersch. Léon Avenet worked on the stained glass.

The absolution of Eleftherios Venizelos was performed there on 21 March 1936. The wedding of Édith Piaf and Théo Sarapo was celebrated there also on 9 October 1962. The funerary liturgy of Maria Callas was also held in the cathedral on 20 September 1977.

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?

References

  1. Mérimée database 1995
  2. Ross, Nicolas. Saint-Alexandre-sur-Seine. pp. 89–90.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.