Giles Langley

Giles Langley was an Welsh Anglican priest in the 16th century.[1]

Langley was educated at Christ Church, Oxford.[2] He held livings at Chieveley, Welford and Shabbington. Langford was appointed Archdeacon of Llandaff in 1564.

Notes


gollark: Well, that and the config file I guess.
gollark: That is what ABR uses for all data.
gollark: Yes.
gollark: Do I require further apiodata?
gollark: ```sqlCREATE TABLE guild_config ( id INTEGER PRIMARY KEY, achievement_messages INTEGER);CREATE TABLE user_config ( id INTEGER PRIMARY KEY, achievement_tracking_enabled INTEGER);CREATE TABLE stats ( user_id INTEGER NOT NULL REFERENCES user_config (id), stat TEXT NOT NULL COLLATE NOCASE, value BLOB NOT NULL, UNIQUE (user_id, stat));CREATE TABLE achievements ( user_id INTEGER NOT NULL REFERENCES user_config (id), achievement TEXT NOT NULL, achieved_time INTEGER NOT NULL);```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.