San Bernardino, Asciano

San Bernardino is a Romanesque-style, former Roman Catholic church building, for some decades converted to museum, in the town of Asciano, Province of Siena, region of Tuscany, Italy.

Facade.

History

This church, was once an oratory or chapel, dedicated to San Giovanni Battista, adjacent to the church of San Francesco. It was property of a hospital of San Giovanni Battista at the site since 1178. The oratory was restored in 1324 by the Commendatore Federigo Spadafuori. It acquired the new title in 1444, with a visit from Bernardino da Siena.[1] In the 15th century it was owned by the Knights Hospitaller.[2]

gollark: Well, hexadecimal is less likely to run into escaping/encoding weirdness.
gollark: Why not just stick the key in with the table metadata bit?
gollark: Troubling.
gollark: ```lualocal function unhexize(key) local out = {} for i = 1, #key, 2 do local pair = key:sub(i, i + 1) table.insert(out, tonumber(pair, 16)) end return outendlocal function hexize(key) local out = "" for _, v in pairs(key) do out = out .. string.format("%.2x", v) end return outend```
gollark: So you need to decode to that and back.

References

  1. Comune Asciano, entry on chapel.
  2. I Luoghi della Fede, website on Tuscan churches by Region of Tuscany.

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