import centered from './centered/manifest.json'; import choice from './choice/manifest.json'; import { globalManifests } from './global'; import modal from './modal/manifest.json'; import choicePage from './pages/choice.json'; import description from './pages/description.json'; import modalPage from './pages/modal.json'; import progress from './pages/progress.json'; import { idOf, mergeManifests } from './schema'; import split from './split/manifest.json'; import stacked from './stacked/manifest.json'; /** * Properties live in JSON beside their page so a tool outside the plugin reads * the same file the plugin does, rather than a second copy that drifts. * * Labels sit there untranslated on purpose: nothing in the flow renders them, * and a string in JSON cannot reach make-pot anyway. */ export const descriptionManifests = () => [centered, split]; export const progressManifests = () => [stacked]; export const choiceManifests = () => [choice]; export const modalManifests = () => [modal]; const everyTemplate = () => [ ...descriptionManifests(), ...progressManifests(), ...choiceManifests(), ...modalManifests(), ]; const PAGE_OF = { centered: 'description', split: 'description', stacked: 'progress', choice: 'choice', modal: 'modal', }; export const pageManifests = () => [ description, progress, choicePage, modalPage, ]; const pageManifest = (page) => pageManifests().find((entry) => idOf(entry) === page); /** * Global, then the page, then the template. Nothing reads this at runtime — a * page reads its variables from the cascade — so it exists for a tool that has * to know what it may set, and for the contract test over the three levels. */ export const resolvedFor = (template) => { const page = pageManifest(PAGE_OF[template]); const own = everyTemplate().find((entry) => idOf(entry) === template); return mergeManifests([ ...globalManifests(), ...(page ? [page] : []), ...(own ? [own] : []), ]); };

Restore backup mode is enabled so most options are disabled.
If you want to activate these options to change the migration website you need to restart the installer and deactivate the Restore backup mode option

Global Media and Information Literacy Week 2023 Feature Conference -

Global Media and Information Literacy Week 2023 Feature Conference

The twelfth edition of Global Media and Information Literacy Week will be co-organized by UNESCO and the Government of The Hashemite Kingdom of Jordan on 23 – 25 October under the theme “Media and Information Literacy in Digital Spaces”. It will be attended by representatives of the government, civil society, media practitioners, academics, youth, and other relevant stakeholders.

The International Conference of the Global Media and Information Literacy Week 2023, will include:

  • Plenary sessions and side events organized by UNESCO and local/global partners.
  • The Fifth Global Media and Information Literacy Youth Hackathon: UNESCO and partners call on youth worldwide to participate in this virtual hackathon to design innovative solutions to a defined set of social challenges, in connection with the year’s theme.
  •  A Youth Newsroom: hosted by a local institution or university that will bring together young people (especially journalism students and youth with a media background) from around the world to actively participate as budding journalists during the event and produce news coverage.  

UNESCO strives to equip youth with Media and Information Literacy and digital competencies, to enhance their capacities to access and verify information and media content and to better harness the power of technology. When empowered, youth can become critical thinkers who can make informed choices about how they participate in peace building, equality, freedom of expression, dialogue, access to information, and sustainable development. They can also become peer-educators, and co-leaders in media and information literacy development, as well as co-creators of tools and resources. Media and information literate youth can contribute to upscaling Media and Information Literacy in digital spaces.

Scroll to Top