Skip to content

Commit

Permalink
Merge pull request #33 from neutrinog/release-0.2
Browse files Browse the repository at this point in the history
Updates for ids
  • Loading branch information
jag3773 authored Jan 30, 2017
2 parents 3e1e260 + 78345db commit abf7005
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/linking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,18 @@ Example:
- ``[[//ta-vol1/translate/man/translate-unknowns]]``
- ``[Translate Unknowns](//ta-vol1/translate/man/translate-unknowns)``

.. _short-links:

Short Links
-----------

A short link is used to reference a resource but not a project.
There is nothing fundamentally different from regular links. Short links are simply composed of just the language and resource.

- ``en/tn``

Short links are most often used within the :ref:`manifest` when referring to related resources.

.. _linking-bible-refs:

Automatically Linking Bible References
Expand Down
12 changes: 7 additions & 5 deletions docs/manifest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and can be found nested within the ``dublin_core`` key.
creator: 'Wycliffe Associates'
description: 'The Unlocked Literal Bible is an open-licensed version of the Bible that is intended to provide a form-centric translation of the Bible.'
format: 'text/usfm'
identifier: 'en-ulb'
identifier: 'ulb'
issued: '2015-12-17'
language:
identifier: 'en'
Expand All @@ -30,12 +30,14 @@ and can be found nested within the ``dublin_core`` key.
modified: '2015-12-22T12:01:30-05:00'
publisher: 'Door43'
relation:
- 'en-udb'
- 'en-tn'
- 'en/udb'
- 'en/tn'
- 'en/tq'
- 'en/tw'
rights: 'CC BY-SA 4.0'
source:
-
identifier: 'en-asv'
identifier: 'asv'
language: 'en'
version: '1901'
subject: 'Bible translation'
Expand Down Expand Up @@ -77,7 +79,7 @@ Definitions
- ``identifier``: a :ref:`slug` formatted string uniquely identifying the resource.
- ``issued``: the :ref:`date` of publication.
- ``publisher``: the name of the individual or organization responsible for publishing the resource.
- ``relation``: identifiers of other related RCs.
- ``relation``: a array of :ref:`short-links` to related resources.
- ``type``: the RC type.

- ``projects``: an array of projects inside the RC.
Expand Down

0 comments on commit abf7005

Please sign in to comment.