- Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
63 lines
2.6 KiB
HTML
63 lines
2.6 KiB
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
|
<head>
|
|
<title>VideoDB - Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
</head>
|
|
<body>
|
|
<!-- begin content -->
|
|
<h1>VideoDB Online Manual</h1>
|
|
<h2>Table of Contents</h2>
|
|
|
|
<ul>
|
|
<li>Installation</li>
|
|
<ul>
|
|
<li><a href="installation.html#requirements">Requirements</a></li>
|
|
<li><a href="installation.html#firsttime">First time installation</a></li>
|
|
<li><a href="installation.html#update">Update from a previous version</a></li>
|
|
</ul>
|
|
<li>Usage</li>
|
|
<ul>
|
|
<li><a href="browse.html">Browsing the Database</a></li>
|
|
<li><a href="detailview.html">The Detail View</a></li>
|
|
<li>The Edit Screen</li>
|
|
<li>The Borrow Manager</li>
|
|
<li><a href="imdbbrowser.html">The IMDB Browser</a></li>
|
|
<li><a href="search.html">Searching the Database</a></li>
|
|
<li><a href="configview.html">The Configuration Screen</a></li>
|
|
<li>Viewing Database statistics</li>
|
|
<li><a href="multiuser.html">Multiuser Options</a></li>
|
|
<li><a href="profile.html">User Profile</a></li>
|
|
<li><a href="usermanager.html">User Management</a></li>
|
|
<li><a href="keys.html">Access Keys</a></li>
|
|
<li><a href="faq.html">Frequently Asked Questions</a></li>
|
|
</ul>
|
|
<li>Additional Scripts</li>
|
|
<ul>
|
|
<li><a href="contrib.html#mklist">mklist.pl</a></li>
|
|
<li><a href="contrib.html#setgenre">setGenre.pl</a></li>
|
|
<li><a href="contrib.html#videoadd">videoadd.pl</a></li>
|
|
<li><a href="contrib.html#direxport">direxport.pl</a></li>
|
|
<li><a href="contrib.html#langcheck">langcheck.php</a></li>
|
|
</ul>
|
|
<li>Development</li>
|
|
<ul>
|
|
<li><a href="devel.html#res">Developer Ressources</a></li>
|
|
<li><a href="devel.html#guide">Coding Guidelines</a></li>
|
|
<li><a href="translate.html">Languages</a></li>
|
|
<li><a href="stylesheets.html">Stylesheets</a></li>
|
|
<li><a href="templates.html">Templates</a></li>
|
|
</ul>
|
|
</ul>
|
|
|
|
<table><tr><td>
|
|
<b>Your Help is needed!</b><br />
|
|
<p>This manual is far from complete. Please help completing it by contributing to the documentation Wiki at
|
|
<a href="http://www.splitbrain.org/dokuwiki/vdb:videodb">http://www.splitbrain.org/dokuwiki/vdb:videodb</a>. Just visit the site and contribute.</p>
|
|
<p>The videoDB development team can be reached at <a href="mailto:videodb-devel@lists.sourceforge.net">videodb-devel@lists.sourceforge.net</a>
|
|
</p>
|
|
</td></tr></table>
|
|
|
|
<!-- end content -->
|
|
</body>
|
|
</html>
|