Skip to content

Commit 8411ad7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 00c77a2 + ec41e43 commit 8411ad7

File tree

4 files changed

+231
-95
lines changed

4 files changed

+231
-95
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2+
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
9+
10+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
16+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
17+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
18+
concurrency:
19+
group: "pages"
20+
cancel-in-progress: false
21+
22+
jobs:
23+
# Build job
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: Checkout
28+
uses: actions/checkout@v4
29+
- name: Setup Pages
30+
uses: actions/configure-pages@v5
31+
- name: Build with Jekyll
32+
uses: actions/jekyll-build-pages@v1
33+
with:
34+
source: ./
35+
destination: ./_site
36+
- name: Upload artifact
37+
uses: actions/upload-pages-artifact@v3
38+
39+
# Deployment job
40+
deploy:
41+
environment:
42+
name: github-pages
43+
url: ${{ steps.deployment.outputs.page_url }}
44+
runs-on: ubuntu-latest
45+
needs: build
46+
steps:
47+
- name: Deploy to GitHub Pages
48+
id: deployment
49+
uses: actions/deploy-pages@v4

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/hellpanderrr/hellpanderrr.github.io)
2+
3+
- **[Multi-language IPA Transcriber](wiktionary_pron/index.html)** - Uses Wasmoon to execute Wiktionary Lua pronunciation modules in-browser and generate phonetic\phonemic transcriptions. For some of the languages looks up in lexicon first.
4+
Supports German, Latin, French, Spanish, Portueguse, Ancient Greek, Polish, Czech, Ukrainian, Russian, Belorussian, Bulgarian, Armenian, Lithuanian, Icelandic.
5+
- **[Multi-language IPA Transcriber](wiktionary_pron/index_fengari.html)** - Old version. Uses Fengari Lua interpreter instead of Wasmoon. Latin and German only.
6+
7+
- **[German IPA Generator](transcription/main.html)** - Pure dictionary lookup without Lua modules. Loads a default German lexicon from [transcription/data/german_ipa.txt](./transcription/data/german_ipa.txt) or accepts custom lexicon uploads
8+
- **[Latin Macronizer](wiktionary_pron/macronizer.html)** - Add macrons to Latin text using a predefined list of macronized words [wiktionary_pron/utils/macrons.json](./wiktionary_pron/utils/macrons.json).
9+

sitemap.xml

Lines changed: 173 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,173 @@
1-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
2-
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
3-
<url>
4-
<loc>https://hellpanderrr.github.io/</loc>
5-
<lastmod>2024-05-10T08:47:22+00:00</lastmod>
6-
<priority>1.00</priority>
7-
</url>
8-
<url>
9-
<loc>https://hellpanderrr.github.io/transcription/main.html</loc>
10-
<lastmod>2024-02-27T08:47:22+00:00</lastmod>
11-
<priority>0.80</priority>
12-
</url>
13-
<url>
14-
<loc>https://hellpanderrr.github.io/wiktionary_pron/index.html</loc>
15-
<lastmod>2024-05-12T08:47:22+00:00</lastmod>
16-
<priority>0.80</priority>
17-
</url>
18-
<url>
19-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Ukrainian</loc>
20-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
21-
<priority>0.70</priority>
22-
</url>
23-
<url>
24-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Greek</loc>
25-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
26-
<priority>0.70</priority>
27-
</url>
28-
<url>
29-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Spanish</loc>
30-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
31-
<priority>0.70</priority>
32-
</url>
33-
<url>
34-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=French</loc>
35-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
36-
<priority>0.70</priority>
37-
</url>
38-
<url>
39-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Russian</loc>
40-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
41-
<priority>0.70</priority>
42-
</url>
43-
<url>
44-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Belorussian</loc>
45-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
46-
<priority>0.70</priority>
47-
</url>
48-
<url>
49-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Polish</loc>
50-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
51-
<priority>0.70</priority>
52-
</url>
53-
<url>
54-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Bulgarian</loc>
55-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
56-
<priority>0.70</priority>
57-
</url>
58-
<url>
59-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Lithuanian</loc>
60-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
61-
<priority>0.70</priority>
62-
</url>
63-
<url>
64-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Czech</loc>
65-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
66-
<priority>0.70</priority>
67-
</url>
68-
<url>
69-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Armenian</loc>
70-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
71-
<priority>0.70</priority>
72-
</url>
73-
<url>
74-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Portuguese</loc>
75-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
76-
<priority>0.70</priority>
77-
</url>
78-
<url>
79-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=German</loc>
80-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
81-
<priority>0.70</priority>
82-
</url>
83-
<url>
84-
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Latin</loc>
85-
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
86-
<priority>0.70</priority>
87-
</url>
88-
<url>
89-
<loc>https://hellpanderrr.github.io/wiktionary_pron/macronizer.html</loc>
90-
<lastmod>2024-05-17T08:47:22+00:00</lastmod>
91-
<priority>0.80</priority>
92-
</url>
93-
94-
</urlset>
1+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
2+
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
3+
<url>
4+
<loc>https://hellpanderrr.github.io/</loc>
5+
<lastmod>2024-05-10T08:47:22+00:00</lastmod>
6+
<priority>1.00</priority>
7+
</url>
8+
<url>
9+
<loc>https://hellpanderrr.github.io/transcription/main.html</loc>
10+
<lastmod>2024-02-27T08:47:22+00:00</lastmod>
11+
<priority>0.80</priority>
12+
</url>
13+
<url>
14+
<loc>https://hellpanderrr.github.io/wiktionary_pron/index.html</loc>
15+
<lastmod>2024-05-12T08:47:22+00:00</lastmod>
16+
<priority>0.80</priority>
17+
</url>
18+
<url>
19+
<loc>https://hellpanderrr.github.io/wiktionary_pron/macronizer.html</loc>
20+
<lastmod>2024-05-17T08:47:22+00:00</lastmod>
21+
<priority>0.80</priority>
22+
</url>
23+
<url>
24+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Ukrainian</loc>
25+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
26+
<priority>0.70</priority>
27+
</url>
28+
<url>
29+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/ukrainian.html</loc>
30+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
31+
<priority>0.60</priority>
32+
</url>
33+
<url>
34+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Greek</loc>
35+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
36+
<priority>0.70</priority>
37+
</url>
38+
<url>
39+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/greek.html</loc>
40+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
41+
<priority>0.60</priority>
42+
</url>
43+
<url>
44+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Spanish</loc>
45+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
46+
<priority>0.70</priority>
47+
</url>
48+
<url>
49+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/spanish.html</loc>
50+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
51+
<priority>0.60</priority>
52+
</url>
53+
<url>
54+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=French</loc>
55+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
56+
<priority>0.70</priority>
57+
</url>
58+
<url>
59+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/french.html</loc>
60+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
61+
<priority>0.60</priority>
62+
</url>
63+
<url>
64+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Russian</loc>
65+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
66+
<priority>0.70</priority>
67+
</url>
68+
<url>
69+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/russian.html</loc>
70+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
71+
<priority>0.60</priority>
72+
</url>
73+
<url>
74+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Belorussian</loc>
75+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
76+
<priority>0.70</priority>
77+
</url>
78+
<url>
79+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/belorussian.html</loc>
80+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
81+
<priority>0.60</priority>
82+
</url>
83+
<url>
84+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Polish</loc>
85+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
86+
<priority>0.70</priority>
87+
</url>
88+
<url>
89+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/polish.html</loc>
90+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
91+
<priority>0.60</priority>
92+
</url>
93+
<url>
94+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Bulgarian</loc>
95+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
96+
<priority>0.70</priority>
97+
</url>
98+
<url>
99+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/bulgarian.html</loc>
100+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
101+
<priority>0.60</priority>
102+
</url>
103+
<url>
104+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Lithuanian</loc>
105+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
106+
<priority>0.70</priority>
107+
</url>
108+
<url>
109+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/lithuanian.html</loc>
110+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
111+
<priority>0.60</priority>
112+
</url>
113+
<url>
114+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Czech</loc>
115+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
116+
<priority>0.70</priority>
117+
</url>
118+
<url>
119+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/czech.html</loc>
120+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
121+
<priority>0.60</priority>
122+
</url>
123+
<url>
124+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Armenian</loc>
125+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
126+
<priority>0.70</priority>
127+
</url>
128+
<url>
129+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/armenian.html</loc>
130+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
131+
<priority>0.60</priority>
132+
</url>
133+
<url>
134+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Portuguese</loc>
135+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
136+
<priority>0.70</priority>
137+
</url>
138+
<url>
139+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/portuguese.html</loc>
140+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
141+
<priority>0.60</priority>
142+
</url>
143+
<url>
144+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=German</loc>
145+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
146+
<priority>0.70</priority>
147+
</url>
148+
<url>
149+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/german.html</loc>
150+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
151+
<priority>0.60</priority>
152+
</url>
153+
<url>
154+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Latin</loc>
155+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
156+
<priority>0.70</priority>
157+
</url>
158+
<url>
159+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/latin.html</loc>
160+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
161+
<priority>0.60</priority>
162+
</url>
163+
<url>
164+
<loc>https://hellpanderrr.github.io/wiktionary_pron/?lang=Icelandic</loc>
165+
<lastmod>2024-05-17T12:00:00+00:00</lastmod>
166+
<priority>0.70</priority>
167+
</url>
168+
<url>
169+
<loc>https://hellpanderrr.github.io/wiktionary_pron/help/icelandic.html</loc>
170+
<lastmod>2025-05-17T12:00:00+00:00</lastmod>
171+
<priority>0.60</priority>
172+
</url>
173+
</urlset>

transcription/main.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<textarea
6969
autocomplete="off"
7070
autofocus=""
71-
disabled="disabled"
7271
id="text_to_transcribe"
7372
name="text_to_transcribe"
7473
required=""

0 commit comments

Comments
 (0)