@nohemia/widgets 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.de.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **Kostenlose, einbettbare Astrologie- und Mond-Widgets für jede Website.** Echte Ephemeriden-Daten, jede Nacht aktualisiert, ohne Konto, ohne Tracking, ohne JavaScript. Eine einzige HTML-Zeile einfügen, fertig.
6
6
 
7
- Erstellt und gepflegt von [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) auf **[nohemia.com](https://nohemia.com/fr/)**.
8
- Galerie und Live-Vorschauen: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
7
+ Erstellt und gepflegt von [Jade Nohemia](https://nohemia.com/en/auteur/jade/) auf **[nohemia.com](https://nohemia.com/en/)**.
8
+ Galerie und Live-Vorschauen: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
11
11
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -17,11 +17,11 @@ Galerie und Live-Vorschauen: **[nohemia.com/fr/widgets](https://nohemia.com/fr/w
17
17
  Füge das einfach irgendwo auf deiner Seite ein. Es funktioniert auf jeder Website, die HTML akzeptiert (WordPress, Wix, Squarespace, Webflow, Ghost, Shopify, eine statische Seite ...).
18
18
 
19
19
  ```html
20
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
20
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
21
21
  width="300" height="210" loading="lazy"
22
22
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
23
23
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
24
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
25
25
  </p>
26
26
  ```
27
27
 
@@ -39,7 +39,7 @@ Die kleine Credit-Zeile ist das einzige Dankeschön, um das wir bitten. Sie ist
39
39
  Jeder `type` kommt in zwei Themes (`clair` / `sombre`) und zwei Größen (`s` / `m`). Das URL-Schema lautet:
40
40
 
41
41
  ```
42
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
42
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
43
43
  ```
44
44
 
45
45
  Weitere Widgets sind in Arbeit: Countdown bis zum Vollmond, Tageshoroskop nach Tierkreiszeichen, laufende Rückläufigkeiten.
@@ -57,13 +57,13 @@ export function MoonWidget() {
57
57
  return (
58
58
  <>
59
59
  <iframe
60
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
60
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
61
61
  width={300} height={210} loading="lazy"
62
62
  title="Calendrier lunaire"
63
63
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
64
64
  />
65
65
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
66
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
66
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
67
67
  </p>
68
68
  </>
69
69
  )
@@ -73,7 +73,7 @@ export function MoonWidget() {
73
73
  ### Vue
74
74
  ```vue
75
75
  <template>
76
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
76
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
77
77
  width="300" height="200" loading="lazy" title="Le ciel du jour"
78
78
  style="border:0;border-radius:12px;max-width:100%" />
79
79
  </template>
@@ -112,7 +112,7 @@ Attribute: `type` (`lune` | `ciel`), `theme` (`clair` | `sombre`), `size` (`s` |
112
112
 
113
113
  ## Daten & Aktualität
114
114
 
115
- Nichts wird von Hand eingetragen. Phasen, Tierkreiszeichen und Zeiten stammen aus einer echten astronomischen Ephemeride ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT) und werden jede Nacht neu berechnet. Die Zeiten sind in Europe/Paris angegeben, auf die Minute genau. Dieselben Daten speisen auch den vollständigen [Mondkalender auf nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
115
+ Nichts wird von Hand eingetragen. Phasen, Tierkreiszeichen und Zeiten stammen aus einer echten astronomischen Ephemeride ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT) und werden jede Nacht neu berechnet. Die Zeiten sind in Europe/Paris angegeben, auf die Minute genau. Dieselben Daten speisen auch den vollständigen [Mondkalender auf nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
116
116
 
117
117
  Du kannst auch das rohe JSON auslesen, wenn du dir etwas Eigenes bauen möchtest:
118
118
  `https://nohemia.com/widgets/lune/data.json` (heutige Phase, nächster Voll- und Neumond, die zehn kommenden Lunationen).
@@ -131,10 +131,10 @@ Du kannst auch das rohe JSON auslesen, wenn du dir etwas Eigenes bauen möchtest
131
131
 
132
132
  ## Links
133
133
 
134
- - Website: [nohemia.com](https://nohemia.com/fr/) · Widget-Galerie: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
135
- - Autorin: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
134
+ - Website: [nohemia.com](https://nohemia.com/en/) · Widget-Galerie: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
135
+ - Autorin: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
136
136
  - Issues & Ideen: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
137
137
 
138
138
  ## Lizenz
139
139
 
140
- [MIT](./LICENSE) © Jade Nohemia / Nohemia. Überall einsetzbar, auch kommerziell. Ein Backlink zu [nohemia.com](https://nohemia.com/fr/) freut uns, ist aber niemals Pflicht.
140
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia. Überall einsetzbar, auch kommerziell. Ein Backlink zu [nohemia.com](https://nohemia.com/en/) freut uns, ist aber niemals Pflicht.
package/README.es.md CHANGED
@@ -5,8 +5,8 @@
5
5
  **Widgets gratuitos e integrables de astrología y luna para cualquier web.** Datos de efemérides reales, actualizados cada
6
6
  noche, sin cuenta, sin rastreo y sin necesidad de JavaScript. Pega una línea de HTML y listo.
7
7
 
8
- Creado y mantenido por [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) en **[nohemia.com](https://nohemia.com/fr/)**.
9
- Galería y vistas previas en directo: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
8
+ Creado y mantenido por [Jade Nohemia](https://nohemia.com/en/auteur/jade/) en **[nohemia.com](https://nohemia.com/en/)**.
9
+ Galería y vistas previas en directo: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
10
10
 
11
11
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
12
12
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -19,11 +19,11 @@ Pega esto en cualquier parte de tu página. Funciona en cualquier sitio que admi
19
19
  Webflow, Ghost, Shopify, una página estática...).
20
20
 
21
21
  ```html
22
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
22
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
23
23
  width="300" height="210" loading="lazy"
24
24
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
25
25
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
26
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
26
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
27
27
  </p>
28
28
  ```
29
29
 
@@ -42,7 +42,7 @@ widget seguirá funcionando exactamente igual.
42
42
  Cada `type` viene en dos temas (`clair` / `sombre`) y dos tamaños (`s` / `m`). El patrón de la URL es:
43
43
 
44
44
  ```
45
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
45
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
46
46
  ```
47
47
 
48
48
  Pronto llegarán más widgets: cuenta atrás para la luna llena, horóscopo diario por signo y retrógrados en curso.
@@ -61,13 +61,13 @@ export function MoonWidget() {
61
61
  return (
62
62
  <>
63
63
  <iframe
64
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
64
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
65
65
  width={300} height={210} loading="lazy"
66
66
  title="Calendrier lunaire"
67
67
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
68
68
  />
69
69
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
70
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
70
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
71
71
  </p>
72
72
  </>
73
73
  )
@@ -77,7 +77,7 @@ export function MoonWidget() {
77
77
  ### Vue
78
78
  ```vue
79
79
  <template>
80
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
80
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
81
81
  width="300" height="200" loading="lazy" title="Le ciel du jour"
82
82
  style="border:0;border-radius:12px;max-width:100%" />
83
83
  </template>
@@ -120,7 +120,7 @@ se limita a renderizar el iframe oficial, así que los datos y el estilo se mant
120
120
  Nada está escrito a mano. Las fases, los signos y las horas provienen de una efeméride astronómica real
121
121
  ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), recalculada cada noche. Las horas se
122
122
  indican en Europe/Paris, al minuto. Los mismos datos alimentan el
123
- [calendario lunar completo en nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
123
+ [calendario lunar completo en nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
124
124
 
125
125
  También puedes leer el JSON en bruto si quieres crear el tuyo propio:
126
126
  `https://nohemia.com/widgets/lune/data.json` (la fase de hoy, la próxima luna llena y luna nueva, y las diez próximas lunaciones).
@@ -139,11 +139,11 @@ También puedes leer el JSON en bruto si quieres crear el tuyo propio:
139
139
 
140
140
  ## Enlaces
141
141
 
142
- - Sitio: [nohemia.com](https://nohemia.com/fr/) · Galería de widgets: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
143
- - Autora: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
142
+ - Sitio: [nohemia.com](https://nohemia.com/en/) · Galería de widgets: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
143
+ - Autora: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
144
144
  - Incidencias e ideas: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
145
145
 
146
146
  ## Licencia
147
147
 
148
148
  [MIT](./LICENSE) © Jade Nohemia / Nohemia. Úsalos donde quieras, incluso con fines comerciales. Un enlace de vuelta a
149
- [nohemia.com](https://nohemia.com/fr/) se agradece, pero nunca es obligatorio.
149
+ [nohemia.com](https://nohemia.com/en/) se agradece, pero nunca es obligatorio.
package/README.fr.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **Des widgets d'astrologie et de lune gratuits, à intégrer sur n'importe quel site.** Données d'éphéméride réelles, recalculées chaque nuit, sans compte, sans pistage, sans JavaScript. Une ligne de HTML à coller, et c'est prêt.
6
6
 
7
- Conçus et entretenus par [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) sur **[nohemia.com](https://nohemia.com/fr/)**.
8
- Galerie et aperçus en direct : **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
7
+ Conçus et entretenus par [Jade Nohemia](https://nohemia.com/en/auteur/jade/) sur **[nohemia.com](https://nohemia.com/en/)**.
8
+ Galerie et aperçus en direct : **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
11
11
 
@@ -16,11 +16,11 @@ Galerie et aperçus en direct : **[nohemia.com/fr/widgets](https://nohemia.com/f
16
16
  Collez ce code n'importe où dans votre page. Il fonctionne sur tous les sites qui acceptent du HTML (WordPress, Wix, Squarespace, Webflow, Ghost, Shopify, une page statique…).
17
17
 
18
18
  ```html
19
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
19
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
20
20
  width="300" height="210" loading="lazy"
21
21
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
22
22
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
23
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
23
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
24
  </p>
25
25
  ```
26
26
 
@@ -38,7 +38,7 @@ Cette petite ligne de crédit est le seul remerciement que nous demandons. Elle
38
38
  Chaque `type` est proposé en deux thèmes (`clair` / `sombre`) et deux tailles (`s` / `m`). Le motif d'URL est le suivant :
39
39
 
40
40
  ```
41
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
41
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
42
42
  ```
43
43
 
44
44
  D'autres widgets arrivent : compte à rebours jusqu'à la pleine lune, horoscope quotidien par signe, rétrogradations en cours.
@@ -56,13 +56,13 @@ export function MoonWidget() {
56
56
  return (
57
57
  <>
58
58
  <iframe
59
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
59
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
60
60
  width={300} height={210} loading="lazy"
61
61
  title="Calendrier lunaire"
62
62
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
63
63
  />
64
64
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
65
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
65
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
66
66
  </p>
67
67
  </>
68
68
  )
@@ -72,7 +72,7 @@ export function MoonWidget() {
72
72
  ### Vue
73
73
  ```vue
74
74
  <template>
75
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
75
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
76
76
  width="300" height="200" loading="lazy" title="Le ciel du jour"
77
77
  style="border:0;border-radius:12px;max-width:100%" />
78
78
  </template>
@@ -111,7 +111,7 @@ Attributs : `type` (`lune` | `ciel`), `theme` (`clair` | `sombre`), `size` (`s`
111
111
 
112
112
  ## Données et fraîcheur
113
113
 
114
- Rien n'est saisi à la main. Les phases, les signes et les horaires proviennent d'une véritable éphéméride astronomique ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), recalculée chaque nuit. Les horaires sont donnés en Europe/Paris, à la minute près. Ces mêmes données alimentent l'intégralité du [calendrier lunaire sur nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
114
+ Rien n'est saisi à la main. Les phases, les signes et les horaires proviennent d'une véritable éphéméride astronomique ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), recalculée chaque nuit. Les horaires sont donnés en Europe/Paris, à la minute près. Ces mêmes données alimentent l'intégralité du [calendrier lunaire sur nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
115
115
 
116
116
  Vous pouvez aussi lire le JSON brut si vous voulez construire le vôtre :
117
117
  `https://nohemia.com/widgets/lune/data.json` (la phase du jour, les prochaines pleine et nouvelle lunes, et les dix prochaines lunaisons).
@@ -130,10 +130,10 @@ Vous pouvez aussi lire le JSON brut si vous voulez construire le vôtre :
130
130
 
131
131
  ## Liens
132
132
 
133
- - Site : [nohemia.com](https://nohemia.com/fr/) · Galerie des widgets : [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
134
- - Autrice : [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
133
+ - Site : [nohemia.com](https://nohemia.com/en/) · Galerie des widgets : [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
134
+ - Autrice : [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
135
135
  - Bugs et idées : [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
136
136
 
137
137
  ## Licence
138
138
 
139
- [MIT](./LICENSE) © Jade Nohemia / Nohemia. Utilisez-les partout, y compris à des fins commerciales. Un lien de retour vers [nohemia.com](https://nohemia.com/fr/) est apprécié, mais jamais obligatoire.
139
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia. Utilisez-les partout, y compris à des fins commerciales. Un lien de retour vers [nohemia.com](https://nohemia.com/en/) est apprécié, mais jamais obligatoire.
package/README.it.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **Widget gratuiti e incorporabili di astrologia e fasi lunari per qualsiasi sito web.** Dati di effemeridi reali, aggiornati ogni notte, senza account, senza tracciamento, senza JavaScript. Incolli una riga di HTML e il gioco è fatto.
6
6
 
7
- Creati e gestiti da [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) su **[nohemia.com](https://nohemia.com/fr/)**.
8
- Galleria e anteprime dal vivo: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
7
+ Creati e gestiti da [Jade Nohemia](https://nohemia.com/en/auteur/jade/) su **[nohemia.com](https://nohemia.com/en/)**.
8
+ Galleria e anteprime dal vivo: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
11
11
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -17,11 +17,11 @@ Galleria e anteprime dal vivo: **[nohemia.com/fr/widgets](https://nohemia.com/fr
17
17
  Incolla questo codice ovunque nella tua pagina. Funziona su qualsiasi sito che accetti HTML (WordPress, Wix, Squarespace, Webflow, Ghost, Shopify, una pagina statica...).
18
18
 
19
19
  ```html
20
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
20
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
21
21
  width="300" height="210" loading="lazy"
22
22
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
23
23
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
24
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
25
25
  </p>
26
26
  ```
27
27
 
@@ -39,7 +39,7 @@ La piccola riga di credito è l'unico ringraziamento che ti chiediamo. È facolt
39
39
  Ogni `type` è disponibile in due temi (`clair` / `sombre`) e due dimensioni (`s` / `m`). Lo schema dell'URL è il seguente:
40
40
 
41
41
  ```
42
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
42
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
43
43
  ```
44
44
 
45
45
  Altri widget sono in arrivo: conto alla rovescia per la luna piena, oroscopo del giorno per segno, retrogradazioni in corso.
@@ -57,13 +57,13 @@ export function MoonWidget() {
57
57
  return (
58
58
  <>
59
59
  <iframe
60
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
60
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
61
61
  width={300} height={210} loading="lazy"
62
62
  title="Calendrier lunaire"
63
63
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
64
64
  />
65
65
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
66
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
66
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
67
67
  </p>
68
68
  </>
69
69
  )
@@ -73,7 +73,7 @@ export function MoonWidget() {
73
73
  ### Vue
74
74
  ```vue
75
75
  <template>
76
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
76
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
77
77
  width="300" height="200" loading="lazy" title="Le ciel du jour"
78
78
  style="border:0;border-radius:12px;max-width:100%" />
79
79
  </template>
@@ -112,7 +112,7 @@ Attributi: `type` (`lune` | `ciel`), `theme` (`clair` | `sombre`), `size` (`s` |
112
112
 
113
113
  ## Dati e freschezza
114
114
 
115
- Niente è scritto a mano. Fasi, segni e orari provengono da un'effemeride astronomica reale ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), ricalcolata ogni notte. Gli orari sono indicati in Europe/Paris, al minuto. Gli stessi dati alimentano l'intero [calendario lunare su nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
115
+ Niente è scritto a mano. Fasi, segni e orari provengono da un'effemeride astronomica reale ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), ricalcolata ogni notte. Gli orari sono indicati in Europe/Paris, al minuto. Gli stessi dati alimentano l'intero [calendario lunare su nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
116
116
 
117
117
  Puoi anche leggere il JSON grezzo se vuoi costruire la tua versione:
118
118
  `https://nohemia.com/widgets/lune/data.json` (la fase di oggi, la prossima luna piena e luna nuova, le dieci lunazioni successive).
@@ -131,10 +131,10 @@ Puoi anche leggere il JSON grezzo se vuoi costruire la tua versione:
131
131
 
132
132
  ## Link
133
133
 
134
- - Sito: [nohemia.com](https://nohemia.com/fr/) · Galleria dei widget: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
135
- - Autrice: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
134
+ - Sito: [nohemia.com](https://nohemia.com/en/) · Galleria dei widget: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
135
+ - Autrice: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
136
136
  - Segnalazioni e idee: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
137
137
 
138
138
  ## Licenza
139
139
 
140
- [MIT](./LICENSE) © Jade Nohemia / Nohemia. Usali ovunque, anche a scopo commerciale. Un link di ritorno a [nohemia.com](https://nohemia.com/fr/) è gradito ma mai obbligatorio.
140
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia. Usali ovunque, anche a scopo commerciale. Un link di ritorno a [nohemia.com](https://nohemia.com/en/) è gradito ma mai obbligatorio.
package/README.ja.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **どんなWebサイトにもすぐ埋め込める、無料の占星術&月のウィジェット。** 実際の天体暦データを使い、毎晩更新。アカウント不要、トラッキングなし、JavaScript不要です。HTMLを1行貼り付けるだけで完了します。
6
6
 
7
- [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) が **[nohemia.com](https://nohemia.com/fr/)** で開発・運用しています。
8
- ギャラリーとライブプレビューはこちら:**[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**。
7
+ [Jade Nohemia](https://nohemia.com/en/auteur/jade/) が **[nohemia.com](https://nohemia.com/en/)** で開発・運用しています。
8
+ ギャラリーとライブプレビューはこちら:**[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**。
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
11
11
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -17,11 +17,11 @@
17
17
  ページのどこにでも、これを貼り付けてください。HTMLを受け付けるサイトであればどこでも動作します(WordPress、Wix、Squarespace、Webflow、Ghost、Shopify、静的ページなど)。
18
18
 
19
19
  ```html
20
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
20
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
21
21
  width="300" height="210" loading="lazy"
22
22
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
23
23
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
24
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
25
25
  </p>
26
26
  ```
27
27
 
@@ -39,7 +39,7 @@
39
39
  それぞれの `type` には2つのテーマ(`clair` / `sombre`)と2つのサイズ(`s` / `m`)が用意されています。URLのパターンは次のとおりです。
40
40
 
41
41
  ```
42
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
42
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
43
43
  ```
44
44
 
45
45
  さらに多くのウィジェットを準備中です。満月までのカウントダウン、星座別の日々の星占い、進行中の逆行など。
@@ -57,13 +57,13 @@ export function MoonWidget() {
57
57
  return (
58
58
  <>
59
59
  <iframe
60
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
60
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
61
61
  width={300} height={210} loading="lazy"
62
62
  title="Calendrier lunaire"
63
63
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
64
64
  />
65
65
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
66
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
66
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
67
67
  </p>
68
68
  </>
69
69
  )
@@ -73,7 +73,7 @@ export function MoonWidget() {
73
73
  ### Vue
74
74
  ```vue
75
75
  <template>
76
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
76
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
77
77
  width="300" height="200" loading="lazy" title="Le ciel du jour"
78
78
  style="border:0;border-radius:12px;max-width:100%" />
79
79
  </template>
@@ -112,7 +112,7 @@ npm i @nohemia/widgets
112
112
 
113
113
  ## データと更新頻度
114
114
 
115
- 手入力されたものは一切ありません。月相、星座、時刻は、実際の天文暦([astronomy-engine](https://github.com/cosinekitty/astronomy)、MIT)から取得され、毎晩再計算されます。時刻はEurope/Parisで、分単位まで示されます。同じデータが [nohemia.comの月の暦](https://nohemia.com/fr/lune/calendrier-pleines-lunes/) も支えています。
115
+ 手入力されたものは一切ありません。月相、星座、時刻は、実際の天文暦([astronomy-engine](https://github.com/cosinekitty/astronomy)、MIT)から取得され、毎晩再計算されます。時刻はEurope/Parisで、分単位まで示されます。同じデータが [nohemia.comの月の暦](https://nohemia.com/en/lune/calendrier-pleines-lunes/) も支えています。
116
116
 
117
117
  自分で何かを作りたい場合は、生のJSONを読み取ることもできます。
118
118
  `https://nohemia.com/widgets/lune/data.json`(今日の月相、次の満月と新月、これから訪れる10回の月の周期)。
@@ -131,10 +131,10 @@ npm i @nohemia/widgets
131
131
 
132
132
  ## リンク
133
133
 
134
- - サイト:[nohemia.com](https://nohemia.com/fr/) · ウィジェットギャラリー:[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
135
- - 著者:[Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
134
+ - サイト:[nohemia.com](https://nohemia.com/en/) · ウィジェットギャラリー:[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
135
+ - 著者:[Jade Nohemia](https://nohemia.com/en/auteur/jade/)
136
136
  - 問題報告とアイデア:[github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
137
137
 
138
138
  ## ライセンス
139
139
 
140
- [MIT](./LICENSE) © Jade Nohemia / Nohemia。商用利用を含め、どこでも自由にお使いいただけます。[nohemia.com](https://nohemia.com/fr/) へのリンクバックは歓迎しますが、必須ではありません。
140
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia。商用利用を含め、どこでも自由にお使いいただけます。[nohemia.com](https://nohemia.com/en/) へのリンクバックは歓迎しますが、必須ではありません。
package/README.ko.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **모든 웹사이트에 임베드할 수 있는 무료 점성술 및 달 위젯.** 실제 천문력 데이터를 매일 밤 갱신하며, 계정도, 추적도, JavaScript도 필요 없습니다. HTML 한 줄만 붙여 넣으면 끝입니다.
6
6
 
7
- [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)가 **[nohemia.com](https://nohemia.com/fr/)**에서 제작하고 관리합니다.
8
- 갤러리와 실시간 미리보기: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
7
+ [Jade Nohemia](https://nohemia.com/en/auteur/jade/)가 **[nohemia.com](https://nohemia.com/en/)**에서 제작하고 관리합니다.
8
+ 갤러리와 실시간 미리보기: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
11
11
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -17,11 +17,11 @@
17
17
  페이지 어디에든 아래 코드를 붙여 넣으세요. HTML을 허용하는 사이트라면 어디서나 작동합니다 (WordPress, Wix, Squarespace, Webflow, Ghost, Shopify, 정적 페이지 등).
18
18
 
19
19
  ```html
20
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
20
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
21
21
  width="300" height="210" loading="lazy"
22
22
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
23
23
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
24
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
25
25
  </p>
26
26
  ```
27
27
 
@@ -39,7 +39,7 @@
39
39
  각 `type`은 두 가지 테마(`clair` / `sombre`)와 두 가지 크기(`s` / `m`)로 제공됩니다. URL 형식은 다음과 같습니다.
40
40
 
41
41
  ```
42
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
42
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
43
43
  ```
44
44
 
45
45
  앞으로 더 많은 위젯이 추가될 예정입니다. 보름달 카운트다운, 별자리별 일일 운세, 진행 중인 역행 등이 준비되어 있습니다.
@@ -57,13 +57,13 @@ export function MoonWidget() {
57
57
  return (
58
58
  <>
59
59
  <iframe
60
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
60
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
61
61
  width={300} height={210} loading="lazy"
62
62
  title="Calendrier lunaire"
63
63
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
64
64
  />
65
65
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
66
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
66
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
67
67
  </p>
68
68
  </>
69
69
  )
@@ -73,7 +73,7 @@ export function MoonWidget() {
73
73
  ### Vue
74
74
  ```vue
75
75
  <template>
76
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
76
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
77
77
  width="300" height="200" loading="lazy" title="Le ciel du jour"
78
78
  style="border:0;border-radius:12px;max-width:100%" />
79
79
  </template>
@@ -112,7 +112,7 @@ npm i @nohemia/widgets
112
112
 
113
113
  ## Data & freshness
114
114
 
115
- 손으로 입력하는 값은 하나도 없습니다. 위상, 별자리, 시각은 실제 천문력([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT)에서 가져오며, 매일 밤 다시 계산됩니다. 시각은 Europe/Paris 기준으로 분 단위까지 제공됩니다. 동일한 데이터가 [nohemia.com의 음력 달력](https://nohemia.com/fr/lune/calendrier-pleines-lunes/) 전체를 구동합니다.
115
+ 손으로 입력하는 값은 하나도 없습니다. 위상, 별자리, 시각은 실제 천문력([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT)에서 가져오며, 매일 밤 다시 계산됩니다. 시각은 Europe/Paris 기준으로 분 단위까지 제공됩니다. 동일한 데이터가 [nohemia.com의 음력 달력](https://nohemia.com/en/lune/calendrier-pleines-lunes/) 전체를 구동합니다.
116
116
 
117
117
  직접 무언가를 만들고 싶다면 원본 JSON도 읽을 수 있습니다.
118
118
  `https://nohemia.com/widgets/lune/data.json` (오늘의 위상, 다음 보름달과 그믐달, 다가오는 열 번의 삭망월).
@@ -131,10 +131,10 @@ npm i @nohemia/widgets
131
131
 
132
132
  ## Links
133
133
 
134
- - 사이트: [nohemia.com](https://nohemia.com/fr/) · 위젯 갤러리: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
135
- - 제작자: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
134
+ - 사이트: [nohemia.com](https://nohemia.com/en/) · 위젯 갤러리: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
135
+ - 제작자: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
136
136
  - 문의 및 아이디어: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
137
137
 
138
138
  ## License
139
139
 
140
- [MIT](./LICENSE) © Jade Nohemia / Nohemia. 상업적 용도를 포함해 어디서나 자유롭게 사용하세요. [nohemia.com](https://nohemia.com/fr/)으로의 링크는 환영하지만 절대 필수는 아닙니다.
140
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia. 상업적 용도를 포함해 어디서나 자유롭게 사용하세요. [nohemia.com](https://nohemia.com/en/)으로의 링크는 환영하지만 절대 필수는 아닙니다.
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  **Free, embeddable astrology & moon widgets for any website.** Real ephemeris data, refreshed every
6
6
  night, no account, no tracking, no JavaScript required. Drop one line of HTML and you are done.
7
7
 
8
- Built and maintained by [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) at **[nohemia.com](https://nohemia.com/fr/)**.
9
- Gallery and live previews: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
8
+ Built and maintained by [Jade Nohemia](https://nohemia.com/en/auteur/jade/) at **[nohemia.com](https://nohemia.com/en/)**.
9
+ Gallery and live previews: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
10
10
 
11
11
  ---
12
12
 
@@ -16,11 +16,11 @@ Paste this anywhere in your page. It works on any site that accepts HTML (WordPr
16
16
  Webflow, Ghost, Shopify, a static page...).
17
17
 
18
18
  ```html
19
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
19
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
20
20
  width="300" height="210" loading="lazy"
21
- title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
21
+ title="Lunar calendar" style="border:0;border-radius:12px;max-width:100%"></iframe>
22
22
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
23
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
23
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Lunar calendar by Nohemia</a>
24
24
  </p>
25
25
  ```
26
26
 
@@ -39,7 +39,7 @@ widget still works exactly the same.
39
39
  Each `type` ships in two themes (`clair` / `sombre`) and two sizes (`s` / `m`). The URL pattern is:
40
40
 
41
41
  ```
42
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
42
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
43
43
  ```
44
44
 
45
45
  More widgets are on the way: full-moon countdown, daily horoscope by sign, retrogrades in progress.
@@ -58,13 +58,13 @@ export function MoonWidget() {
58
58
  return (
59
59
  <>
60
60
  <iframe
61
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
61
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
62
62
  width={300} height={210} loading="lazy"
63
- title="Calendrier lunaire"
63
+ title="Lunar calendar"
64
64
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
65
65
  />
66
66
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
67
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
67
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Lunar calendar by Nohemia</a>
68
68
  </p>
69
69
  </>
70
70
  )
@@ -74,7 +74,7 @@ export function MoonWidget() {
74
74
  ### Vue
75
75
  ```vue
76
76
  <template>
77
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
77
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
78
78
  width="300" height="200" loading="lazy" title="Le ciel du jour"
79
79
  style="border:0;border-radius:12px;max-width:100%" />
80
80
  </template>
@@ -117,7 +117,7 @@ just renders the official iframe, so the data and styling stay in sync with nohe
117
117
  Nothing is typed by hand. Phases, signs and times come from a real astronomical ephemeris
118
118
  ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), recomputed every night. Times are
119
119
  given in Europe/Paris, to the minute. The same data powers the full
120
- [lunar calendar on nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
120
+ [lunar calendar on nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
121
121
 
122
122
  You can also read the raw JSON if you want to build your own:
123
123
  `https://nohemia.com/widgets/lune/data.json` (today's phase, next full and new moon, the ten upcoming lunations).
@@ -136,11 +136,11 @@ You can also read the raw JSON if you want to build your own:
136
136
 
137
137
  ## Links
138
138
 
139
- - Site: [nohemia.com](https://nohemia.com/fr/) · Widgets gallery: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
140
- - Author: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
139
+ - Site: [nohemia.com](https://nohemia.com/en/) · Widgets gallery: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
140
+ - Author: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
141
141
  - Issues & ideas: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
142
142
 
143
143
  ## License
144
144
 
145
145
  [MIT](./LICENSE) © Jade Nohemia / Nohemia. Use them anywhere, including commercially. A link back to
146
- [nohemia.com](https://nohemia.com/fr/) is appreciated but never required.
146
+ [nohemia.com](https://nohemia.com/en/) is appreciated but never required.
package/README.pl.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **Darmowe, gotowe do osadzenia widżety astrologiczne i księżycowe na każdą stronę.** Prawdziwe dane efemeryd, odświeżane co noc, bez konta, bez śledzenia, bez potrzeby JavaScriptu. Wklejasz jedną linijkę HTML i gotowe.
6
6
 
7
- Tworzone i utrzymywane przez [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) w **[nohemia.com](https://nohemia.com/fr/)**.
8
- Galeria i podglądy na żywo: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
7
+ Tworzone i utrzymywane przez [Jade Nohemia](https://nohemia.com/en/auteur/jade/) w **[nohemia.com](https://nohemia.com/en/)**.
8
+ Galeria i podglądy na żywo: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
11
11
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -17,11 +17,11 @@ Galeria i podglądy na żywo: **[nohemia.com/fr/widgets](https://nohemia.com/fr/
17
17
  Wklej to w dowolnym miejscu na stronie. Działa na każdej witrynie obsługującej HTML (WordPress, Wix, Squarespace, Webflow, Ghost, Shopify, strona statyczna...).
18
18
 
19
19
  ```html
20
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
20
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
21
21
  width="300" height="210" loading="lazy"
22
22
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
23
23
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
24
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
25
25
  </p>
26
26
  ```
27
27
 
@@ -39,7 +39,7 @@ Ta drobna linijka z podziękowaniem to jedyne, o co prosimy. Jest opcjonalna: mo
39
39
  Każdy `type` dostępny jest w dwóch motywach (`clair` / `sombre`) i dwóch rozmiarach (`s` / `m`). Wzorzec adresu URL to:
40
40
 
41
41
  ```
42
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
42
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
43
43
  ```
44
44
 
45
45
  Kolejne widżety są w drodze: odliczanie do pełni, dzienny horoskop według znaku, trwające retrogradacje.
@@ -57,13 +57,13 @@ export function MoonWidget() {
57
57
  return (
58
58
  <>
59
59
  <iframe
60
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
60
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
61
61
  width={300} height={210} loading="lazy"
62
62
  title="Calendrier lunaire"
63
63
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
64
64
  />
65
65
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
66
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
66
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
67
67
  </p>
68
68
  </>
69
69
  )
@@ -73,7 +73,7 @@ export function MoonWidget() {
73
73
  ### Vue
74
74
  ```vue
75
75
  <template>
76
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
76
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
77
77
  width="300" height="200" loading="lazy" title="Le ciel du jour"
78
78
  style="border:0;border-radius:12px;max-width:100%" />
79
79
  </template>
@@ -112,7 +112,7 @@ Atrybuty: `type` (`lune` | `ciel`), `theme` (`clair` | `sombre`), `size` (`s` |
112
112
 
113
113
  ## Dane i świeżość
114
114
 
115
- Nic nie jest wpisywane ręcznie. Fazy, znaki i godziny pochodzą z prawdziwej efemerydy astronomicznej ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), przeliczanej co noc. Godziny podawane są w strefie Europe/Paris, co do minuty. Te same dane zasilają pełny [kalendarz księżycowy na nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
115
+ Nic nie jest wpisywane ręcznie. Fazy, znaki i godziny pochodzą z prawdziwej efemerydy astronomicznej ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), przeliczanej co noc. Godziny podawane są w strefie Europe/Paris, co do minuty. Te same dane zasilają pełny [kalendarz księżycowy na nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
116
116
 
117
117
  Możesz też odczytać surowy JSON, jeśli chcesz zbudować coś własnego:
118
118
  `https://nohemia.com/widgets/lune/data.json` (dzisiejsza faza, najbliższa pełnia i nów, dziesięć nadchodzących lunacji).
@@ -131,10 +131,10 @@ Możesz też odczytać surowy JSON, jeśli chcesz zbudować coś własnego:
131
131
 
132
132
  ## Linki
133
133
 
134
- - Strona: [nohemia.com](https://nohemia.com/fr/) · Galeria widżetów: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
135
- - Autorka: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
134
+ - Strona: [nohemia.com](https://nohemia.com/en/) · Galeria widżetów: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
135
+ - Autorka: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
136
136
  - Zgłoszenia i pomysły: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
137
137
 
138
138
  ## Licencja
139
139
 
140
- [MIT](./LICENSE) © Jade Nohemia / Nohemia. Używaj ich gdziekolwiek, także komercyjnie. Link zwrotny do [nohemia.com](https://nohemia.com/fr/) jest mile widziany, ale nigdy nie jest wymagany.
140
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia. Używaj ich gdziekolwiek, także komercyjnie. Link zwrotny do [nohemia.com](https://nohemia.com/en/) jest mile widziany, ale nigdy nie jest wymagany.
package/README.pt.md CHANGED
@@ -5,8 +5,8 @@
5
5
  **Widgets gratuitos e incorporáveis de astrologia e lua para qualquer site.** Dados de efeméride reais, atualizados toda
6
6
  noite, sem conta, sem rastreamento, sem necessidade de JavaScript. É só colar uma linha de HTML e pronto.
7
7
 
8
- Criado e mantido por [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) em **[nohemia.com](https://nohemia.com/fr/)**.
9
- Galeria e prévias ao vivo: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
8
+ Criado e mantido por [Jade Nohemia](https://nohemia.com/en/auteur/jade/) em **[nohemia.com](https://nohemia.com/en/)**.
9
+ Galeria e prévias ao vivo: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
10
10
 
11
11
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
12
12
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -19,11 +19,11 @@ Cole isto em qualquer lugar da sua página. Funciona em qualquer site que aceite
19
19
  Webflow, Ghost, Shopify, uma página estática...).
20
20
 
21
21
  ```html
22
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
22
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
23
23
  width="300" height="210" loading="lazy"
24
24
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
25
25
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
26
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
26
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
27
27
  </p>
28
28
  ```
29
29
 
@@ -42,7 +42,7 @@ widget continua funcionando exatamente igual.
42
42
  Cada `type` vem em dois temas (`clair` / `sombre`) e dois tamanhos (`s` / `m`). O padrão da URL é:
43
43
 
44
44
  ```
45
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
45
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
46
46
  ```
47
47
 
48
48
  Mais widgets estão a caminho: contagem regressiva para a lua cheia, horóscopo diário por signo, retrógrados em curso.
@@ -61,13 +61,13 @@ export function MoonWidget() {
61
61
  return (
62
62
  <>
63
63
  <iframe
64
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
64
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
65
65
  width={300} height={210} loading="lazy"
66
66
  title="Calendrier lunaire"
67
67
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
68
68
  />
69
69
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
70
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
70
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
71
71
  </p>
72
72
  </>
73
73
  )
@@ -77,7 +77,7 @@ export function MoonWidget() {
77
77
  ### Vue
78
78
  ```vue
79
79
  <template>
80
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
80
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
81
81
  width="300" height="200" loading="lazy" title="Le ciel du jour"
82
82
  style="border:0;border-radius:12px;max-width:100%" />
83
83
  </template>
@@ -120,7 +120,7 @@ apenas renderiza o iframe oficial, então os dados e o estilo permanecem sincron
120
120
  Nada é digitado à mão. Fases, signos e horários vêm de uma efeméride astronômica real
121
121
  ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT), recalculada toda noite. Os horários são
122
122
  dados em Europe/Paris, com precisão de minuto. Os mesmos dados alimentam o
123
- [calendário lunar completo no nohemia.com](https://nohemia.com/fr/lune/calendrier-pleines-lunes/).
123
+ [calendário lunar completo no nohemia.com](https://nohemia.com/en/lune/calendrier-pleines-lunes/).
124
124
 
125
125
  Você também pode ler o JSON bruto se quiser construir o seu próprio:
126
126
  `https://nohemia.com/widgets/lune/data.json` (fase de hoje, próxima lua cheia e nova, as dez próximas lunações).
@@ -139,11 +139,11 @@ Você também pode ler o JSON bruto se quiser construir o seu próprio:
139
139
 
140
140
  ## Links
141
141
 
142
- - Site: [nohemia.com](https://nohemia.com/fr/) · Galeria de widgets: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
143
- - Autora: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
142
+ - Site: [nohemia.com](https://nohemia.com/en/) · Galeria de widgets: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
143
+ - Autora: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
144
144
  - Problemas e ideias: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
145
145
 
146
146
  ## Licença
147
147
 
148
148
  [MIT](./LICENSE) © Jade Nohemia / Nohemia. Use-os em qualquer lugar, inclusive comercialmente. Um link de volta para
149
- [nohemia.com](https://nohemia.com/fr/) é apreciado, mas nunca obrigatório.
149
+ [nohemia.com](https://nohemia.com/en/) é apreciado, mas nunca obrigatório.
package/README.tr.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  **Her web sitesine eklenebilen ücretsiz astroloji ve ay widget'ları.** Gerçek efemeris verisi, her gece yenilenir, hesap yok, takip yok, JavaScript gerektirmez. Tek satır HTML yapıştırın, işte bu kadar.
6
6
 
7
- [Jade Nohemia](https://nohemia.com/fr/auteur/jade/) tarafından **[nohemia.com](https://nohemia.com/fr/)** üzerinde geliştirilir ve bakımı yapılır.
8
- Galeri ve canlı önizlemeler: **[nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)**.
7
+ [Jade Nohemia](https://nohemia.com/en/auteur/jade/) tarafından **[nohemia.com](https://nohemia.com/en/)** üzerinde geliştirilir ve bakımı yapılır.
8
+ Galeri ve canlı önizlemeler: **[nohemia.com/en/widgets](https://nohemia.com/en/widgets/)**.
9
9
 
10
10
  > Des widgets d'astrologie gratuits pour ton site. La lune du jour, le ciel du moment : un petit cadre
11
11
  > soigné à coller en deux copier-coller, recalculé chaque nuit à partir d'une éphéméride réelle.
@@ -18,11 +18,11 @@ Bunu sayfanızda herhangi bir yere yapıştırın. HTML kabul eden her sitede ç
18
18
  Webflow, Ghost, Shopify, statik bir sayfa...).
19
19
 
20
20
  ```html
21
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
21
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
22
22
  width="300" height="210" loading="lazy"
23
23
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
24
24
  <p style="font:12px/1.4 system-ui,sans-serif;text-align:center;margin:6px 0 0">
25
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
25
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
26
26
  </p>
27
27
  ```
28
28
 
@@ -41,7 +41,7 @@ widget yine tıpatıp aynı şekilde çalışır.
41
41
  Her `type`, iki temayla (`clair` / `sombre`) ve iki boyutla (`s` / `m`) gelir. URL kalıbı şudur:
42
42
 
43
43
  ```
44
- https://nohemia.com/fr/widgets/{type}/{theme}-{size}/
44
+ https://nohemia.com/en/widgets/{type}/{theme}-{size}/
45
45
  ```
46
46
 
47
47
  Daha fazla widget yolda: dolunaya geri sayım, burca göre günlük burç yorumu, süregelen retrolar.
@@ -60,13 +60,13 @@ export function MoonWidget() {
60
60
  return (
61
61
  <>
62
62
  <iframe
63
- src="https://nohemia.com/fr/widgets/lune/clair-m/"
63
+ src="https://nohemia.com/en/widgets/lune/clair-m/"
64
64
  width={300} height={210} loading="lazy"
65
65
  title="Calendrier lunaire"
66
66
  style={{ border: 0, borderRadius: 12, maxWidth: '100%' }}
67
67
  />
68
68
  <p style={{ font: '12px/1.4 system-ui, sans-serif', textAlign: 'center', margin: '6px 0 0' }}>
69
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
69
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
70
70
  </p>
71
71
  </>
72
72
  )
@@ -76,7 +76,7 @@ export function MoonWidget() {
76
76
  ### Vue
77
77
  ```vue
78
78
  <template>
79
- <iframe src="https://nohemia.com/fr/widgets/ciel/sombre-m/"
79
+ <iframe src="https://nohemia.com/en/widgets/ciel/sombre-m/"
80
80
  width="300" height="200" loading="lazy" title="Le ciel du jour"
81
81
  style="border:0;border-radius:12px;max-width:100%" />
82
82
  </template>
@@ -119,7 +119,7 @@ yalnızca resmi iframe'i işler, dolayısıyla veri ve görünüm nohemia.com il
119
119
  Hiçbir şey elle girilmez. Evreler, burçlar ve saatler gerçek bir astronomik efemeristen gelir
120
120
  ([astronomy-engine](https://github.com/cosinekitty/astronomy), MIT) ve her gece yeniden hesaplanır. Saatler
121
121
  Europe/Paris saat dilimine göre, dakikası dakikasına verilir. Aynı veri, nohemia.com'daki tam
122
- [ay takvimini](https://nohemia.com/fr/lune/calendrier-pleines-lunes/) de besler.
122
+ [ay takvimini](https://nohemia.com/en/lune/calendrier-pleines-lunes/) de besler.
123
123
 
124
124
  Kendi widget'ınızı oluşturmak isterseniz ham JSON'u da okuyabilirsiniz:
125
125
  `https://nohemia.com/widgets/lune/data.json` (bugünkü evre, sonraki dolunay ve yeniay, yaklaşan on lunasyon).
@@ -138,10 +138,10 @@ Kendi widget'ınızı oluşturmak isterseniz ham JSON'u da okuyabilirsiniz:
138
138
 
139
139
  ## Bağlantılar
140
140
 
141
- - Site: [nohemia.com](https://nohemia.com/fr/) · Widget galerisi: [nohemia.com/fr/widgets](https://nohemia.com/fr/widgets/)
142
- - Yazar: [Jade Nohemia](https://nohemia.com/fr/auteur/jade/)
141
+ - Site: [nohemia.com](https://nohemia.com/en/) · Widget galerisi: [nohemia.com/en/widgets](https://nohemia.com/en/widgets/)
142
+ - Yazar: [Jade Nohemia](https://nohemia.com/en/auteur/jade/)
143
143
  - Sorunlar ve fikirler: [github.com/jadenohemia/nohemia-widgets/issues](https://github.com/jadenohemia/nohemia-widgets/issues)
144
144
 
145
145
  ## Lisans
146
146
 
147
- [MIT](./LICENSE) © Jade Nohemia / Nohemia. İster ticari olsun, her yerde kullanın. [nohemia.com](https://nohemia.com/fr/) adresine geri bağlantı verirseniz seviniriz ama bu asla zorunlu değildir.
147
+ [MIT](./LICENSE) © Jade Nohemia / Nohemia. İster ticari olsun, her yerde kullanın. [nohemia.com](https://nohemia.com/en/) adresine geri bağlantı verirseniz seviniriz ama bu asla zorunlu değildir.
@@ -13,14 +13,14 @@
13
13
  <body>
14
14
  <h1>Nohemia Widgets</h1>
15
15
  <p>Free, embeddable astrology &amp; moon widgets. See the gallery at
16
- <a href="https://nohemia.com/fr/widgets/">nohemia.com/fr/widgets</a>.</p>
16
+ <a href="https://nohemia.com/en/widgets/">nohemia.com/en/widgets</a>.</p>
17
17
 
18
18
  <h2>1. Plain iframe (works everywhere)</h2>
19
- <iframe src="https://nohemia.com/fr/widgets/lune/clair-m/"
19
+ <iframe src="https://nohemia.com/en/widgets/lune/clair-m/"
20
20
  width="300" height="210" loading="lazy"
21
21
  title="Calendrier lunaire" style="border:0;border-radius:12px;max-width:100%"></iframe>
22
22
  <p style="font:12px/1.4 system-ui,sans-serif;margin:6px 0 0">
23
- <a href="https://nohemia.com/fr/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
23
+ <a href="https://nohemia.com/en/lune/" rel="nofollow">Calendrier lunaire par Nohemia</a>
24
24
  </p>
25
25
 
26
26
  <h2>2. Web component (npm or CDN)</h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nohemia/widgets",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Free, embeddable astrology & moon widgets. Real ephemeris, refreshed nightly, no account, no tracking.",
5
5
  "type": "module",
6
6
  "main": "./src/nohemia-widget.js",
@@ -31,7 +31,7 @@
31
31
  "ephemeris",
32
32
  "nohemia"
33
33
  ],
34
- "homepage": "https://nohemia.com/fr/widgets/",
34
+ "homepage": "https://nohemia.com/en/widgets/",
35
35
  "repository": {
36
36
  "type": "git",
37
37
  "url": "git+https://github.com/jadenohemia/nohemia-widgets.git"
@@ -12,10 +12,10 @@
12
12
  * theme "clair" | "sombre" (default "clair")
13
13
  * size "s" | "m" (default "m")
14
14
  *
15
- * MIT © Jade Nohemia / Nohemia - https://nohemia.com/fr/widgets/
15
+ * MIT © Jade Nohemia / Nohemia - https://nohemia.com/en/widgets/
16
16
  */
17
17
 
18
- const BASE = 'https://nohemia.com/fr/widgets'
18
+ const BASE = 'https://nohemia.com/en/widgets'
19
19
 
20
20
  // Pixel dimensions per type and size, matching the official widget pages.
21
21
  const DIMS = {