2004 South American Summit

The 2004 South American Summit the third of its kind, after earlier events in Brasília (September 2000) and Guayaquil (July 2002) was held in Cuzco and Ayacucho, Peru, on 7 9 December 2004. Officially it constituted the Extraordinary Meeting of the Andean Presidential Council (Reunión Extraordinaria del Consejo Presidencial Andino ) and was also billed as the Third Meeting of Presidents of South America (III Reunión de Presidentes de América del Sur).

2004 South American Summit
Host countryPeru
Dates7–9 December 2004

The main item on the agenda was the signature, by heads of state and plenipotentiary representatives of 12 South American nations, of the Cuzco Declaration, a two-page document containing a preamble to the deed of foundation of the South American Community of Nations (or "South American Union"), uniting the region's two existing free-trade organisations Mercosur and the Andean Community.

Ayacucho was chosen for symbolic reasons: it was there that Antonio José de Sucre, fighting under the banner of Simón Bolívar "the Liberator", defeated the last Imperial Spanish troops in South America on 9 December 1824.

While the organisation's exact nature and functions and even its name remain unclear, it aspires to evolve along the lines followed by the continental integration efforts of the European Union, rather than becoming a mere free-trade area. The initiative emerged largely at the instigation of Brazil in response to the failed negotiations of the Free Trade Area of the Americas. The FTAA process has been stalemated for more than 12 months in the wake of irreconcilable differences, largely along the geopolitical faultlines between Latin America and the Caribbean on the one hand and the United States and Canada on the other.

Participating nations

Mexico (Foreign Minister Luis Ernesto Derbez) and Panama (President Martín Torrijos) are also attending the event, with nonparticipating observer status.

gollark: It's not THAT bad. I documented most of how it works and it's not even directly installed from pastebin now.
gollark: It makes more sense, yes, thus I will not implement it.
gollark: Except it's addition.
gollark: <@563866872702042132> I already did the calling-is-multiplication thing.
gollark: This occurs in the final phase of potatoBIOS initialization:```luaif potatOS.registry.get "potatOS.immutable_global_scope" then setmetatable(_G, { __newindex = function(_, x) error(("cannot set _G[%q] - _G is immutable"):format(tostring(x)), 0) end })endif meta then _G.meta = meta.new() endif _G.textutilsprompt then textutils.prompt = _G.textutilsprompt endif process then process.spawn(keyboard_shortcuts, "kbsd") if http.websocket then process.spawn(skynet.listen, "skynetd") process.spawn(potatoNET, "systemd-potatod") end local autorun = potatOS.registry.get "potatOS.autorun" if type(autorun) == "string" then autorun = load(autorun) end if type(autorun) == "function" then process.spawn(autorun, "autorun") end if potatOS.registry.get "potatOS.extended_monitoring" then process.spawn(excessive_monitoring, "extended_monitoring") end if run then process.spawn(run_shell, "ushell") endelse if run then print "Warning: no process manager available. This should probably not happen - please consider reinstalling or updating. Fallback mode enabled." local ok, err = pcall(run_shell) if err then printError(err) end os.shutdown() endendwhile true do coroutine.yield() end```

See also

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