Compare commits

...

2 commits

Author SHA1 Message Date
c79dc6b95f projectname 2023-09-27 12:24:29 +02:00
0b760d733f activate donation 2023-09-27 12:23:58 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -493,13 +493,13 @@
<p>Variable Time is built up on other open source libraries, such as openFrameworks<a class="button-overlay link-in-text first-link" href="https://www.openframeworks.cc/" target="_blank">WEB↗</a>, FreeType<a class="button-overlay link-in-text first-link" href="https://www.freetype.org/" target="_blank">WEB↗</a>, Theatre.js<a class="button-overlay link-in-text first-link" href="https://www.theatrejs.com/" target="_blank">WEB↗</a>, FFmpeg<a class="button-overlay link-in-text first-link" href="https://www.ffmpeg.org/" target="_blank">WEB↗</a> and more. For a detailed list, please visit the Variable Time source code.</p>
</div>
</div>
<!-- <div class="textParent toExtend">
<div class="textParent toExtend">
<h4>Donate <button class="expandText">+</button></h4>
<div class="expanded">
<p>Variable Time is completely free of charge and brings us no commercial profit. A donation of any size would help us to dedicate more time and effort to expanding its toolkit and fixing bugs. ❤️ </p>
<a class="button-overlay" href="https://www.freetype.org/" target="_blank">DONATE↗</a>
<a class="button-overlay" href="https://opencollective.com/variable-time" target="_blank">DONATE↗</a>
</div>
</div> -->
</div>
</div>
<div class="button-overlay button-close" onclick="hideAbout()">

View file

@ -57,7 +57,7 @@ def serve(root, port, run_browser):
if run_browser:
# Open the served page in the user's default browser.
print("Opening the served URL in the default browser (use `--no-browser` or `-n` to disable this).")
subprocess.call([f"../browser.sh", f"{protocol}://{open_host}:{port}/msdf-theatre.html"])
subprocess.call([f"../browser.sh", f"{protocol}://{open_host}:{port}/variabletime.html"])
print(f"serving on port {port}")
httpd.serve_forever()