Scouting and Guiding in Western Sahara

Scouting exists in Western Sahara both as part of the Fédération Nationale du Scoutisme Marocain as well as independent groups.

  • Scouting (Scouts de Sahara (Arabic: منظمة الكشاف الشعبي) is being developed in Laayoune with the assistance of Scouts from the Association of Scouts of the Canary Islands.
  • Spanish Scouts have established contacts with the Moroccan Scoutisme Hassania Marocain, a member of the Fédération Nationale du Scoutisme Marocain. ,
  • The Youth Union of Saguia el-Hamra and Río de Oro has decided to start a Scout movement, but it is unclear if any groups exist: , . This movement is collaborating with the Organización Juvenil Española, a Spanish Scout-like organization .
  • Saharan Scouts are also purported to exist in the refugee camps of Tindouf, Algeria. The embassy of the Sahrawi Arab Democratic Republic in Algeria uses "Movimiento de Exploradores saharaui" and translates this as "Scouts" . .
  • Les Guides de France, the French Girl Guiding movement, organized an international forum in 2001 about the major problems in society and today's world. Alongside the Italian, Welsh, and Polish delegations, and associated organizations including the Comité catholique contre la faim et pour le développement, Khadidja Hamdi, Saharawi parliamentarian in charge of information and culture in the National Union of Sahrawi Women, as well as Régine Villemont, general secretary of the French Association of Friends of SADR, took part in leading a discussion on peace. The Guides de France from Aix en Provence welcomed a group of eleven Saharawi children in 2001."
badge created for Scouts in El Aaiún with the assistance of Scouts from the Association of Scouts of the Canary Islands.

The Scout Motto is Kun Musta'idan or كن مستعدين, translating as Be Prepared in Arabic. The noun for a single Scout is Kashaf or كشاف in Arabic.

Notes

Western Sahara is disputed territory, not presently independent. The two main claimants are the Kingdom of Morocco and the Polisario Front independence movement (and government of the Sahrawi Arab Democratic Republic or SADR), who dispute control of the territory. Since a United Nations-sponsored cease-fire agreement in 1991, most of the territory has been controlled by Morocco, with the remainder under the control of Polisario/SADR. As the international Scouting movement is an educational youth movement, it takes a neutral position on each side's claims, and the existence of Scouting on the land area of Western Sahara does not imply any official position in the dispute.

gollark: I just want to know how to idiomatically make GCable wrappers for the various C objects.
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.

See also

References

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