forked from knowsuchagency/pdf-to-podcast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serve via granian and add standard head tags and static files
- Loading branch information
1 parent
a45ce2f
commit 4ae356e
Showing
6 changed files
with
56 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
description = """ | ||
<p style="text-align:center"> | ||
<strong>Convert any PDF into a podcast episode! Experience research papers, websites, and more in a whole new way.</strong> | ||
<br> | ||
<a href="https://github.com/knowsuchagency/pdf-to-podcast">knowsuchagency/pdf-to-podcast</a> | ||
</p> | ||
""" | ||
|
||
head = """ | ||
<!-- Primary Meta Tags --> | ||
<title>PDF to Podcast - Convert Your Documents to Audio</title> | ||
<meta name="title" content="PDF to Podcast - Convert Your Documents to Audio"> | ||
<meta name="description" content="Easily convert your PDF documents into audio podcasts. Perfect for listening on the go and making content more accessible."> | ||
<!-- Open Graph / Facebook --> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://pdf-to-podcast.com/"> | ||
<meta property="og:title" content="PDF to Podcast - Convert Your Documents to Audio"> | ||
<meta property="og:description" content="Easily convert your PDF documents into audio podcasts. Perfect for listening on the go and making content more accessible."> | ||
<meta property="og:image" content="https://pdf-to-podcast.com/static/logo.png"> | ||
<!-- Twitter --> | ||
<meta property="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:url" content="https://pdf-to-podcast.com/"> | ||
<meta property="twitter:title" content="PDF to Podcast - Convert Your Documents to Audio"> | ||
<meta property="twitter:description" content="Easily convert your PDF documents into audio podcasts. Perfect for listening on the go and making content more accessible."> | ||
<meta property="twitter:image" content="https://pdf-to-podcast.com/static/logo.png"> | ||
<!-- Additional Meta Tags --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="UTF-8"> | ||
<meta name="author" content="Stephan Fitzpatrick"> | ||
<meta name="keywords" content="PDF to Podcast, PDF to audio, document to podcast, audio conversion, podcast creation, accessible content"> | ||
<link rel="icon" href="/static/icon.png" type="image/png"> | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ loguru~=0.7 | |
pypdf~=4.1 | ||
tenacity~=8.3 | ||
sentry-sdk~=2.5 | ||
granian~=1.4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.