Bonanat de Vilaseca
Abbot Bonanat de Vilaseca was one of the more important abbots in Santes Creus monastery (Catalonia).
In this period, the monastery was a center of intellectual and political activity and was comparable to the Poblet Monastery.
Abbot Bonanat de Vilaseca founded also the subsidiaries of Santa Maria de Valldigna in 1298 and the Monastery of Altofonte (Sicily) in 1308, when Jaume II el Just was reigning.
Sources
- "Un gran Vila-secà del s.XIII: Fra Bonanat, abat de Santes Creus" - FORT I COGUL, E. - Santes Creus, 1975. Publicacions de l’Arxiu Bibliogràfic.
gollark: Which `let`?
gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.