.. _examples: Resource Container Examples =========================== Here is a list of examples of valid Resource Containers that illustrate the different ways that the specification may be implemented. USFM Scripture Bundle Example ----------------------------- Here is what a combined USFM Scripture ``bundle`` looks like: `English Unlocked Literal Bible `_. If you are familiar with standard USFM zip files you'll notice that this looks the same except that it has the added ``manifest.yaml`` file that provides extra metadata about the resource. See also the :ref:`ubxf` specification. Book Example ------------ Here is what a simple ``book`` type looks like: `English Open Bible Stories `_. Dictionary Example ------------------ Here is what a ``dict`` type looks like: `English translationWords `_. Manual Example -------------- Here is what a ``man`` type looks like with multiple ``projects`` in the same repository: `English translationAcademy `_. Notice how the ``projects`` array in the `manifest.yaml `_ file lists all the projects that are in that repository. Note further that there is a ``sort`` key in the ``projects`` array that will tell apps the order in which they should present the projects to the user. Help Example ------------ Here is what a ``help`` type looks like with multiple ``projects`` in the same repository: `English translationQuestions `_. Notice how the ``projects`` array in the `manifest.yaml `_ file lists all the projects that are in that repository.