François Bassolet

François Djobi Bassolet (1933- 2 July 2001) was a Burkinabé journalist, historian, and cultural leader.

Bassolet was the first director of the Agence voltaïque de Presse (AVP) from 1978 to 1981, which was later renamed the "Agence d'Information du Burkina" (AIB). He was one of the founders of the Panafrican Film and Television Festival of Ouagadougou (FESPACO), and the author of the first major post-independence history of the nation.

Selected works

  • François D. Bassolet, Évolution de la Haute-Volta, de 1898 au 3 janvier 1966 (1968).

Sources


gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY
gollark: This is *annoying*. I can't have both cubic chunks and mods generating ores, unless I do something *ridiculous* like generate ores using CC.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.