|
1 | | -{% extends "admin/change_list.html" %} |
2 | | - |
3 | | -{% block footer %} |
| 1 | +{% extends "admin/change_list.html" %} {% block footer %} |
4 | 2 | <div id="footer"> |
5 | | -<h1>Libraries</h1> |
6 | | -<p> |
7 | | -A Library is a path where Codex can recursively search for comic archives. Codex will try to import comics from a Library immediately. |
8 | | -You may navigate back to the browser view by clicking the "<span style="font-variant-caps: small-caps">view site</span>" link in the upper right of this Admin Panel. |
9 | | -</p><p> |
10 | | -Wait for comics to appear. It may take some time to import large comic libraries and Codex will refresh the browser the library has finished loaded. A snackbar will notify admins that a library update is in progress, but check the logs in <code>config/logs/codex.log</code> if you want to follow the import in detail. |
11 | | -</p> |
12 | | -<h2>events</h2> |
13 | | -Watch the Library filesystem for events and update Codex instantly when the filesystem changes. |
14 | | -<h2>poll</h2> |
15 | | -Periodically poll the library for changes. Possibly CPU and disk intensive. |
16 | | -<h2>poll every</h2> |
17 | | -How long to wait between polling the filesystem |
18 | | -<h2>last poll</h2> |
19 | | -A timestamp telling you when the last time this library was polled. |
20 | | -<h2>groups</h2> |
21 | | -A library with <em>no</em> groups is accessible to every user and non-users if those are enabled.<br/> |
22 | | -A library with <em>any</em> groups is accessible only to users who are in those groups. Use the Groups admin panel to create groups and the Users admin panel to add users to groups. |
23 | | -<br/><br/> |
24 | | -<small>Hold down “Control”, or “Command” on a Mac, to select more than one.</small> |
25 | | -<h1>Actions</h1> |
26 | | -<h2>Delete selected libraries</h2> |
27 | | -Will delete the selected libraries from the codex database. Will not delete your comic archives on disk. |
28 | | -Deleting large libraries may take a long time to create the confirmation screen. |
29 | | -<h2>Poll Selected libraries for changes</h2> |
30 | | -Poll selected libraries now for changes. Update the library if changes are detected. |
31 | | -<h2>Update All Comics in Selected Libraries</h2> |
32 | | -Forcibly update all the comics for a library, overwrite the database and regenerate covers. |
33 | | -<h2>Recreate Comic Covers in Selected Libraries</h2> |
34 | | -Recreate all the comic covers for a library. |
| 3 | + <h1>Libraries</h1> |
| 4 | + <div> |
| 5 | + A Library is a path where Codex can recursively search for comic archives. |
| 6 | + Codex will try to import comics from a Library immediately. You may navigate |
| 7 | + back to the browser view by clicking the "<span class="caps">view site</span |
| 8 | + >" link in the upper right of this Admin Panel. |
| 9 | + </div> |
| 10 | + <div> |
| 11 | + Wait for comics to appear. It may take some time to import large comic |
| 12 | + libraries and Codex will refresh the browser the library has finished |
| 13 | + loaded. A snackbar will notify admins that a library update is in progress, |
| 14 | + but check the logs in <code>config/logs/codex.log</code> if you want to |
| 15 | + follow the import in detail. |
| 16 | + </div> |
| 17 | + <h2>events</h2> |
| 18 | + Watch the Library filesystem for events and update Codex instantly when the |
| 19 | + filesystem changes. |
| 20 | + <h2>poll</h2> |
| 21 | + Periodically poll the library for changes. Possibly CPU and disk intensive. |
| 22 | + <h2>poll every</h2> |
| 23 | + How long to wait between polling the filesystem |
| 24 | + <h2>last poll</h2> |
| 25 | + A timestamp telling you when the last time this library was polled. |
| 26 | + <h2>groups</h2> |
| 27 | + A library with <em>no</em> groups is accessible to every user and non-users if |
| 28 | + those are enabled.<br /> |
| 29 | + A library with <em>any</em> groups is accessible only to users who are in |
| 30 | + those groups. Use the Groups admin panel to create groups and the Users admin |
| 31 | + panel to add users to groups. <br /><br /> |
| 32 | + <small |
| 33 | + >Hold down “control”, or “command” on a Mac, to select more than one.</small |
| 34 | + > |
| 35 | + <h1>Actions</h1> |
| 36 | + <h2>Delete selected libraries</h2> |
| 37 | + Will delete the selected libraries from the codex database. Will not delete |
| 38 | + your comic archives on disk. Deleting large libraries may take a long time to |
| 39 | + create the confirmation screen. |
| 40 | + <h2>Poll Selected libraries for changes</h2> |
| 41 | + Poll selected libraries now for changes. Update the library if changes are |
| 42 | + detected. |
| 43 | + <h2>Update All Comics in Selected Libraries</h2> |
| 44 | + Forcibly update all the comics for a library, overwrite the database and |
| 45 | + regenerate covers. |
| 46 | + <h2>Recreate Comic Covers in Selected Libraries</h2> |
| 47 | + Recreate all the comic covers for a library. |
35 | 48 | </div> |
36 | 49 | {% endblock %} |
0 commit comments