Skip to content

Commit

Permalink
Drone build: 2
Browse files Browse the repository at this point in the history
Triggered-by: 849f58a
  • Loading branch information
Drone CI committed Nov 20, 2024
1 parent 1ecd9a6 commit fdb6c84
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions en/_sources/user/attach-alto.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ From there, you have to select all the ALTO files that you want to import.
For instance, an ALTO file named ``PAGE0001.xml`` will be attached to the
media whose filename matches ``PAGE0001.{extension}`` (eg. ``PAGE0001.png``).

For files with multiple extensions (eg. ``PAGE.0001.alto.xml``),
extensions are removed one by one until a match is found (eg.
``PAGE.0001.alto`` then ``PAGE.0001`` then ``PAGE``).

If no media or several media match, the ALTO file is not imported.

Options
Expand Down
2 changes: 1 addition & 1 deletion en/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions en/user/attach-alto.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ <h2>Batch import<a class="headerlink" href="#batch-import" title="Link to this h
<p>ALTO files will be attached to media whose filename (or “source”) match the ALTO filename.
For instance, an ALTO file named <code class="docutils literal notranslate"><span class="pre">PAGE0001.xml</span></code> will be attached to the
media whose filename matches <code class="docutils literal notranslate"><span class="pre">PAGE0001.{extension}</span></code> (eg. <code class="docutils literal notranslate"><span class="pre">PAGE0001.png</span></code>).</p>
<p>For files with multiple extensions (eg. <code class="docutils literal notranslate"><span class="pre">PAGE.0001.alto.xml</span></code>),
extensions are removed one by one until a match is found (eg.
<code class="docutils literal notranslate"><span class="pre">PAGE.0001.alto</span></code> then <code class="docutils literal notranslate"><span class="pre">PAGE.0001</span></code> then <code class="docutils literal notranslate"><span class="pre">PAGE</span></code>).</p>
<p>If no media or several media match, the ALTO file is not imported.</p>
</div>
<section id="options">
Expand Down
4 changes: 4 additions & 0 deletions fr/_sources/user/attach-alto.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ From there, you have to select all the ALTO files that you want to import.
For instance, an ALTO file named ``PAGE0001.xml`` will be attached to the
media whose filename matches ``PAGE0001.{extension}`` (eg. ``PAGE0001.png``).

For files with multiple extensions (eg. ``PAGE.0001.alto.xml``),
extensions are removed one by one until a match is found (eg.
``PAGE.0001.alto`` then ``PAGE.0001`` then ``PAGE``).

If no media or several media match, the ALTO file is not imported.

Options
Expand Down
2 changes: 1 addition & 1 deletion fr/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions fr/user/attach-alto.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ <h2>Import par log<a class="headerlink" href="#batch-import" title="Lien vers ce
<div class="admonition important">
<p class="admonition-title">Important</p>
<p>Les fichiers ALTO seront attachés aux médias dont le nom de fichier (ou « source ») correspond au nom du fichier ALTO. Par exemple, un fichier ALTO nommé <code class="docutils literal notranslate"><span class="pre">PAGE0001.xml</span></code> sera attaché au média dont le nom de fichier correspond à <code class="docutils literal notranslate"><span class="pre">PAGE0001.{extension}</span></code> (ex: <code class="docutils literal notranslate"><span class="pre">PAGE0001.png</span></code>).</p>
<p>For files with multiple extensions (eg. <code class="docutils literal notranslate"><span class="pre">PAGE.0001.alto.xml</span></code>),
extensions are removed one by one until a match is found (eg.
<code class="docutils literal notranslate"><span class="pre">PAGE.0001.alto</span></code> then <code class="docutils literal notranslate"><span class="pre">PAGE.0001</span></code> then <code class="docutils literal notranslate"><span class="pre">PAGE</span></code>).</p>
<p>Si aucun média ou plusieurs médias correspondent, le fichier ALTO n’est pas importé.</p>
</div>
<section id="options">
Expand Down

0 comments on commit fdb6c84

Please sign in to comment.