Skip to content

Commit

Permalink
Deployed 73bca04 with MkDocs version: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Jul 30, 2023
1 parent a791375 commit f90c284
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 9 deletions.
Binary file added assets/screenshots/frontpage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshots/frontpage.png
Binary file not shown.
Binary file added assets/screenshots/gallery_detail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshots/gallery_detail.png
Binary file not shown.
Binary file added assets/screenshots/gallery_detail_filter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/gallery_list.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshots/gallery_list.png
Binary file not shown.
11 changes: 8 additions & 3 deletions extras/shareservice/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@
<h1 id="share-images-via-qr-code">Share images via QR Code</h1>
<p>The share service allows users to easily download images on the user's phone.
The user simply scans the QR code to download.</p>
<figure>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../../assets/screenshots/gallery_detail.jpg"><img alt="gallery_detail" src="../../assets/screenshots/gallery_detail.jpg" width="400"/></a>
</p>
<figcaption>Scan the QR code to download image to smartphones.</figcaption>
</figure>
<h2 id="working-principle">Working Principle</h2>
<p>It's developed with ease of use in mind and shall work on most systems even with firewalled internet connection on photobooth side like cellular services.
Once setup, the prinicple is as following:</p>
Expand All @@ -414,13 +419,13 @@ <h3 id="benefits">Benefits</h3>
</ul>
<h2 id="setup">Setup</h2>
<ul>
<li>download dl.php</li>
<li><a href="https://github.com/mgrl/photobooth-app/blob/main/extras/shareservice/dl.php">download dl.php</a></li>
<li>edit the config variables on top of dl.php. see the comments in dl.php for reference.</li>
<li>place the edited dl.php on a public server, for example your shared hoster. The server must be available to the photobooth and the users downloading photos later.</li>
<li>Pair the dl.php script with photobooth app by configuring the shareservice settings in photobooth admin config, tab common:<ul>
<li>set shareservice_apikey to same value as in dl.php</li>
<li>set shareservice_url to the URL pointing to the dl.php script.</li>
<li>choose whether to download the original file or the full processed version</li>
<li>set shareservice_url to the public URL pointing to the dl.php script.</li>
<li>choose whether to download the original file or the full processed version.</li>
</ul>
</li>
<li>Now restart the photobooth app and try to scan a QR code in the gallery.</li>
Expand Down
2 changes: 1 addition & 1 deletion reference/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<article class="md-content__inner md-typeset">
<h1 id="http-api">HTTP API</h1>
<p>Following HTTP api is provided by the photobooth app.</p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="2ec00350" src="swagger-2ec00350.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="27fead38" src="swagger-27fead38.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("2ec00350");
parent.update_swagger_ui_iframe_height("27fead38");
});

// start observing for resizing
Expand Down
11 changes: 8 additions & 3 deletions screenshots/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,21 +329,26 @@
<article class="md-content__inner md-typeset">
<h1 id="screenshots">Screenshots</h1>
<figure>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/frontpage.png"><img alt="frontpage" src="../assets/screenshots/frontpage.png" width="400"/></a>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/frontpage.jpg"><img alt="frontpage" src="../assets/screenshots/frontpage.jpg" width="400"/></a>
</p>
<figcaption>Frontpage</figcaption>
</figure>
<figure>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/gallery_list.png"><img alt="gallery_list" src="../assets/screenshots/gallery_list.png" width="400"/></a>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/gallery_list.jpg"><img alt="gallery_list" src="../assets/screenshots/gallery_list.jpg" width="400"/></a>
</p>
<figcaption>List images in the gallery</figcaption>
</figure>
<figure>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/gallery_detail.png"><img alt="gallery_detail" src="../assets/screenshots/gallery_detail.png" width="400"/></a>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/gallery_detail.jpg"><img alt="gallery_detail" src="../assets/screenshots/gallery_detail.jpg" width="400"/></a>
</p>
<figcaption>View image in the gallery</figcaption>
</figure>
<figure>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/gallery_detail_filter.jpg"><img alt="gallery_detail" src="../assets/screenshots/gallery_detail_filter.jpg" width="400"/></a>
</p>
<figcaption>Users can change the filter</figcaption>
</figure>
<figure>
<p><a class="glightbox" data-desc-position="bottom" data-height="auto" data-type="image" data-width="100%" href="../assets/screenshots/admin_config_backends.png"><img alt="admin_config_backends" src="../assets/screenshots/admin_config_backends.png" width="400"/></a>
</p>
<figcaption>Choose camera backend in admin panel</figcaption>
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 f90c284

Please sign in to comment.