Skip to content

Commit

Permalink
Deployed 9f0de27 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jul 10, 2024
1 parent 6b72c81 commit f2afd13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions preparing_data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1301,19 +1301,20 @@ <h2 id="using-a-local-or-remote-zip-archive-as-input-data">Using a local or remo
<p>In this case, your CSV <code>file</code> column values should include the intermediate directory's path, e.g. <code>bpnicol/003 Partial Side A.mp3</code>.</p>
<p>You can also include an input CSV in your zip archive if you want:</p>
<pre><code>bpnichol
├── bpnichol.csv
├── bpn_metadata.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>Within <code>input_data</code>, the unzipped content would look like:</p>
<pre><code>input_data/
├──bpnichol
├── bpnichol.csv
├── bpn_metadata.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>Alternatively, all of your files can also be at the root of the zip archive:</p>
<pre><code>├── 003 Partial Side A.mp3
<pre><code>├── bpn_metadata.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>If you are zipping up directories to create <a href="/islandora_workbench_docs/paged_and_compound/#using-subdirectories">paged content</a>, all of the directories containing page files should be at the root of your zip archive, with no intermediate parent directory:</p>
Expand Down Expand Up @@ -1349,7 +1350,7 @@ <h2 id="using-a-local-or-remote-zip-archive-as-input-data">Using a local or remo
├── Vol.2-3-05.tif
└── Vol.2-3-07.tif
</code></pre>
<p>This is because if you include <code>paged_content_from_directories: true</code> in your configuration file, Workbench looks within your <code>input_dir</code> for a directory named after the paged content item's <code>id</code> value, without an intermediate directory. If you wanted to include an intermediate directory in your zip archive, you would have to adjust the value of your <code>input_dir</code> setting to include the intermediate directory.</p>
<p>This is because if you include <code>paged_content_from_directories: true</code> in your configuration file, Workbench looks within your <code>input_dir</code> for a directory named after the paged content item's <code>id</code> value, without an intermediate directory.</p>
<p>A few things to note if you are using a zip archive as your input data:</p>
<ul>
<li>Remote URLs to zip archives do not need to end in ".zip", but the remote files must be directly accessible for downloading without any authentication.</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit f2afd13

Please sign in to comment.