Nicholas II Zorzi

Nicholas II Zorzi or Giorgi (Italian: Niccolò) was the Margrave of Bodonitsa, a member of the Zorzi family of the Republic of Venice, from 1410 to 1414. He was the last Venetian margrave to actually rule before the Ottoman Turkish conquest.

He was the son of either Francis or Jacob, brothers and successive margraves of Bodonitsa. He succeeded the latter on his death. He was a prisoner at the court of the Sultan Mehmet I in Adrianople, but was released in accordance with a treaty with Venice. He then ruled for a short while before his territory, which guarded the important pass of Thermopylae, was conquered on 20 June 1414. He then fled to Venice, but was restored to power by another treaty in 1416. However, he ceded his rights to Bodonitsa to his uncle Nicholas III in return for the rectorate of Pteleon. The margravial title was purely nominal after that.

Sources

  • Miller, William (1908). "The Marquisate of Boudonitza (1204–1414)" (PDF). Journal of Hellenic Studies. 28 (2): 234–249. doi:10.2307/624608. JSTOR 624608.CS1 maint: ref=harv (link)
  • Setton, Kenneth M. (general editor) A History of the Crusades: Volume III The Fourteenth and Fifteenth Centuries. Harry W. Hazard, editor. University of Wisconsin Press: Madison, 1975.


gollark: So far all known sandbox exploits have been patched, but there are undoubtedly many unknown not patched ones!
gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.