glaemscribe 1.0.10 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 295c88e0cd53ed83f7eee99fb77c3834c930adea
4
+ data.tar.gz: e0f5c699135f34f472b95a1495a94039c5a8bf9b
5
+ SHA512:
6
+ metadata.gz: e22a006c3e34da773d03ca1ec3a8052511f741fa19a378b4d2ad2b1ae478f4189a42f8799e015406a2176a484e6b6e3e7ab265e0ed57f83fe9ebc0f29f52fca0
7
+ data.tar.gz: ffd553b50ca96a38607ce42c87ec0f3611cc45ccd9c08cd753998937c38cd8288d5caecbb8600d1b2db26f05d7250742a23c02d1b0f8b8c0a507604aee87943e
@@ -0,0 +1,289 @@
1
+ \**
2
+
3
+ Glǽmscribe (also written Glaemscribe) is a software dedicated to
4
+ the transcription of texts between writing systems, and more
5
+ specifically dedicated to the transcription of J.R.R. Tolkien's
6
+ invented languages to some of his devised writing systems.
7
+
8
+ Copyright (C) 2015 Benjamin Babut (Talagan).
9
+
10
+ This program is free software: you can redistribute it and/or modify
11
+ it under the terms of the GNU Affero General Public License as published by
12
+ the Free Software Foundation, either version 3 of the License, or
13
+ any later version.
14
+
15
+ This program is distributed in the hope that it will be useful,
16
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ GNU Affero General Public License for more details.
19
+
20
+ You should have received a copy of the GNU Affero General Public License
21
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
22
+
23
+ **\
24
+
25
+ \** largely based on the Cthuvian dictionary compiled by cyberangel at yog-sothoth forums **\
26
+ \** Discussion on the incatena forum : http://www.incatena.org/viewtopic.php?f=4&t=37194&start=1225 **\
27
+ \** This reconstruction : http://conworkshop.info/view_language.php?l=RLH **\
28
+
29
+ \** Changelog **\
30
+
31
+ \** R'lyehian mode for glaemscribe : a non-euclidian joke, muhahahaha **\
32
+
33
+ \language "R'lyehian"
34
+ \writing Tengwar
35
+ \mode Glaemscrafu
36
+ \version 0.0.1
37
+ \authors "Fthalagn"
38
+
39
+ \charset tengwar_ds true
40
+
41
+ \beg options
42
+ \end
43
+
44
+ \beg preprocessor
45
+ \** Work exclusively downcase **\
46
+ \downcase
47
+
48
+ \** Simplify trema vowels **\
49
+ \substitute "ä" "a"
50
+ \substitute "ë" "e"
51
+ \substitute "ï" "i"
52
+ \substitute "ö" "o"
53
+ \substitute "ü" "u"
54
+ \substitute "ÿ" "y"
55
+ \end
56
+
57
+ \** Use H as gutturals **\
58
+
59
+
60
+ \**
61
+
62
+ HPL :
63
+ -----
64
+ Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
65
+ Ygnaiih ... ygnaiih ... thflthkh'ngha ... Yog-Sothoth ... y'bthnk .. h'ehye-n'grkdl'lh
66
+ N'gai, n'gha'ghaa, bugg-shoggog, y'hah, Yog-Sothoth
67
+ Y'ai 'ng'ngah, Yog-Sothoth h'ee - l'geb f'ai throdog uaaah
68
+ ogthrod ai'f geb'l - ee'h Yog-Sothoth 'ngah'ng ai'y zhro
69
+
70
+
71
+ DERLETH (The Return of Hastur) :
72
+ --------------------------------
73
+ Cthulhu naflfhtagn
74
+
75
+ CAMPBELL (The Moon-Lens) :
76
+ --------------------------
77
+ Gof'nn hupadgh Shub-Niggurath
78
+
79
+ BRUNNER (Concerning the Forthcoming) :
80
+ --------------------------------------
81
+ Llllll-nglui, nnnn-lagl, fhtagn-ngah, ai Yog-Sothoth!
82
+
83
+ PEREZ (The Likeness) :
84
+ ----------------------
85
+ Ia! Vthyarilops! Ut ftaghu wk'hmr Vthyarilops! Ia! Ia!
86
+
87
+ GLASBY (Return to Y'ha-nthlei) :
88
+ --------------------------------
89
+ Shtunggli grah'nn fhhui Y'ha-nthlei vra Dagon chtenff.
90
+
91
+ KUTTNER (The Salem Horror):
92
+ ---------------------------
93
+ Ya na kadishtu nilgh'ri
94
+ stell'bsna kn'aa Nyogtha
95
+ k'yarnak phlegethor
96
+
97
+ LUMLEY (The Burrowers Beneath):
98
+ -------------------------------
99
+ Ya na kadishtu nilgh'ri stell'bsna Nyogtha,
100
+ K'yarnak phlegethor l'ebumna syha'h n'ghft,
101
+ Ya hai kadishtu ep r'luh-eeh Nyogtha eeh,
102
+ s'uhn-ngh athg li'hee orr'e syha'h.
103
+
104
+ RUSSELL (Faith):
105
+ ----------------
106
+ Cthugha fm'latgh mnahn' hlirgh!
107
+ Cthugha ch'nw hafh'drn!
108
+ Cthugha fm'latgh uh'e wfaqa!
109
+
110
+ VESTER (Innsmouth's gold):
111
+ --------------------------
112
+ Cthulhu fhtagn - G'thugha w'gah!
113
+ Ng'goka y'gotha ooboshu R'lyeh!
114
+ Cthulhu fhtagn! Fhtagn!
115
+
116
+ CLORE (The Dying God):
117
+ ----------------------
118
+ sll'ha-gn'wgn-ll'ah-sgn'wahl
119
+
120
+ I vs Y :
121
+ ========
122
+ Y looks like a semi vowel after consonants (r'lyeh) but
123
+ sometimes found as a vowel
124
+
125
+ C vs K :
126
+ ========
127
+ We should probably use c == k
128
+
129
+
130
+ ' Glottal stop
131
+ +h cthuvianisation (aspiration + pharyngalisation)
132
+
133
+ a i u o e w
134
+
135
+
136
+ b
137
+ d
138
+ c ch
139
+ k kh
140
+ g gh
141
+ h hh hy
142
+ l lh ly
143
+ f fh
144
+ n
145
+ m
146
+ p ph
147
+ r rh
148
+ s sh
149
+ t th
150
+ z zh
151
+
152
+ y palatal semi vowel ?
153
+
154
+ **\
155
+
156
+ \beg processor
157
+
158
+ \beg rules litteral
159
+ {VOWELS} === a * e * i * o * u * w
160
+
161
+ {O_LOOP_XS} === U_TEHTA_XS
162
+ {O_LOOP_S} === U_TEHTA_S
163
+ {O_LOOP_L} === U_TEHTA_L
164
+ {O_LOOP_XL} === U_TEHTA_XL
165
+ {U_LOOP_XS} === O_TEHTA_XS
166
+ {U_LOOP_S} === O_TEHTA_S
167
+ {U_LOOP_L} === O_TEHTA_L
168
+ {U_LOOP_XL} === O_TEHTA_XL
169
+
170
+ {TEHTA_XS} === A_TEHTA_XS * E_TEHTA_XS * I_TEHTA_XS * {O_LOOP_XS} * {U_LOOP_XS} * THSUP_SEV_XS
171
+ {TEHTA__S} === A_TEHTA_S * E_TEHTA_S * I_TEHTA_S * {O_LOOP_S} * {U_LOOP_S} * THSUP_SEV_S
172
+ {TEHTA__L} === A_TEHTA_L * E_TEHTA_L * I_TEHTA_L * {O_LOOP_L} * {U_LOOP_L} * THSUP_SEV_L
173
+ {TEHTA_XL} === A_TEHTA_XL * E_TEHTA_XL * I_TEHTA_XL * {O_LOOP_XL} * {U_LOOP_XL} * THSUP_SEV_XL
174
+
175
+ [{VOWELS}] --> TELCO [{TEHTA_XS}] \** Replace isolated short vowels **\
176
+
177
+
178
+ {WDIPHTHONGS} === {NULL}
179
+ {WDIPHTHENGS} === {NULL}
180
+
181
+ {V_D_KER} === [ {VOWELS} {WDIPHTHONGS} ]
182
+ {V_D_KER_WN} === [ {VOWELS} {WDIPHTHONGS} * {NULL} ]
183
+
184
+ {V_D_IMG_XS} === [ {TEHTA_XS} {WDIPHTHENGS} ]
185
+ {V_D_IMG__S} === [ {TEHTA__L} {WDIPHTHENGS} ]
186
+ {V_D_IMG__L} === [ {TEHTA__S} {WDIPHTHENGS} ]
187
+ {V_D_IMG_XL} === [ {TEHTA_XL} {WDIPHTHENGS} ]
188
+ {V_D_IMG_XS_WN} === [ {TEHTA_XS} {WDIPHTHENGS} * {NULL} ]
189
+ {V_D_IMG__S_WN} === [ {TEHTA__L} {WDIPHTHENGS} * {NULL} ]
190
+ {V_D_IMG__L_WN} === [ {TEHTA__S} {WDIPHTHENGS} * {NULL} ]
191
+ {V_D_IMG_XL_WN} === [ {TEHTA_XL} {WDIPHTHENGS} * {NULL} ]
192
+
193
+
194
+ {L1_KER_1} === t * p
195
+ {L1_IMG_1} === TINCO * PARMA
196
+ {L1_KER_2} === (c,k)
197
+ {L1_IMG_2} === CALMA
198
+
199
+ \** NORMAL **\
200
+ [ {L1_KER_1} ] [{NULL} * h] {V_D_KER_WN} --> [ {L1_IMG_1} ] [{NULL} * TILD_INF_S] {V_D_IMG__S_WN}
201
+ [ {L1_KER_2} ] [{NULL} * h] {V_D_KER_WN} --> [ {L1_IMG_2} ] [{NULL} * TILD_INF_S] {V_D_IMG__S_WN}
202
+
203
+ {L2_KER} === d * b * g
204
+ {L2_IMG} === ANDO * UMBAR * ANGA
205
+ [ {L2_KER} ] [{NULL} * h] {V_D_KER_WN} --> [ {L2_IMG} ] [{NULL} * TILD_INF_L] {V_D_IMG_XL_WN}
206
+
207
+ {L3_KER} === f
208
+ {L3_IMG} === FORMEN
209
+ [ {L3_KER} ] [{NULL} * h] {V_D_KER_WN} --> [ {L3_IMG} ] [{NULL} * TILD_INF_S] {V_D_IMG_XL_WN}
210
+
211
+ {L5_KER} === n * m
212
+ {L5_IMG} === NUMEN * MALTA
213
+ [ {L5_KER} ] [{NULL} * h] {V_D_KER_WN} --> [ {L5_IMG} ] [{NULL} * TILD_INF_L] {V_D_IMG_XL_WN}
214
+
215
+ r [{NULL} * y * h] {V_D_KER_WN} --> ROMEN [{NULL} * THINF_DDOT_S * LAMBE_MARK_TILD] {V_D_IMG__L_WN}
216
+ s {V_D_KER_WN} --> SILME_NUQUERNA {V_D_IMG__L_WN}
217
+ z {V_D_KER_WN} --> ESSE_NUQUERNA {V_D_IMG__L_WN}
218
+
219
+ l [{NULL} * y * h] {V_D_KER_WN} --> LAMBE [{NULL} * LAMBE_MARK_DDOT * LAMBE_MARK_TILD] {V_D_IMG__L_WN}
220
+ h [{NULL} * y * h] {V_D_KER_WN} --> AHA [{NULL} * THINF_DDOT_L * LAMBE_MARK_TILD] {V_D_IMG_XL_WN}
221
+ v [{NULL} * y * h] {V_D_KER_WN} --> VALA [{NULL} * THINF_DDOT_L * LAMBE_MARK_TILD] {V_D_IMG__S_WN}
222
+
223
+ y {V_D_KER_WN} --> VILYA {V_D_IMG__L_WN}
224
+
225
+ ' --> HARP_SHAPED
226
+ ’ --> HARP_SHAPED
227
+
228
+ \end
229
+
230
+ \beg rules punctutation
231
+ . --> PUNCT_DDOT
232
+ .. --> PUNCT_DOT PUNCT_DDOT PUNCT_DOT
233
+ … --> PUNCT_TILD
234
+ ... --> PUNCT_TILD
235
+ .... --> PUNCT_TILD
236
+ ..... --> PUNCT_TILD
237
+ ...... --> PUNCT_TILD
238
+ ....... --> PUNCT_TILD
239
+
240
+ , --> PUNCT_DOT
241
+ : --> PUNCT_DOT
242
+ ; --> PUNCT_DOT
243
+ ! --> PUNCT_EXCLAM
244
+ ? --> PUNCT_INTERR
245
+ · --> PUNCT_DOT
246
+
247
+ \** Quotes **\
248
+
249
+ “ --> DQUOT_OPEN
250
+ ” --> DQUOT_CLOSE
251
+ « --> DQUOT_OPEN
252
+ » --> DQUOT_CLOSE
253
+
254
+ - --> PUNCT_DOT
255
+ – --> WAVE_MED_SIMPLE
256
+ — --> WAVE_MED_DOUBLE
257
+
258
+ [ --> PUNCT_PAREN_L
259
+ ] --> PUNCT_PAREN_R
260
+ ( --> PUNCT_PAREN_L
261
+ ) --> PUNCT_PAREN_R
262
+ { --> PUNCT_PAREN_L
263
+ } --> PUNCT_PAREN_R
264
+ < --> PUNCT_PAREN_L
265
+ > --> PUNCT_PAREN_R
266
+
267
+ \** Not universal between fonts ... **\
268
+ $ --> BOOKMARK_SIGN
269
+ ≤ --> RING_MARK_L \** Ring inscription left beautiful stuff **\
270
+ ≥ --> RING_MARK_R \** Ring inscription right beautiful stuff **\
271
+ \end
272
+
273
+ \beg rules numbers
274
+ 0 --> NUM_0
275
+ 1 --> NUM_1
276
+ 2 --> NUM_2
277
+ 3 --> NUM_3
278
+ 4 --> NUM_4
279
+ 5 --> NUM_5
280
+ 6 --> NUM_6
281
+ 7 --> NUM_7
282
+ 8 --> NUM_8
283
+ 9 --> NUM_9
284
+ A --> NUM_10
285
+ B --> NUM_11
286
+ \end
287
+
288
+ \end
289
+
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glaemscribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
5
- prerelease:
4
+ version: 1.0.12
6
5
  platform: ruby
7
6
  authors:
8
7
  - Benjamin 'Talagan' Babut
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2016-04-04 00:00:00.000000000 Z
11
+ date: 2016-04-09 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: commander
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: '4.3'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '4.3'
30
27
  description: Glǽmscribe (also written Glaemscribe) is a software dedicated to the
@@ -37,6 +34,30 @@ executables:
37
34
  extensions: []
38
35
  extra_rdoc_files: []
39
36
  files:
37
+ - LICENSE.txt
38
+ - bin/glaemscribe
39
+ - glaemresources/charsets/cirth_ds.cst
40
+ - glaemresources/charsets/sarati_eldamar.cst
41
+ - glaemresources/charsets/tengwar_ds.cst
42
+ - glaemresources/charsets/unicode_gothic.cst
43
+ - glaemresources/charsets/unicode_runes.cst
44
+ - glaemresources/modes/adunaic.glaem
45
+ - glaemresources/modes/blackspeech-annatar.glaem
46
+ - glaemresources/modes/blackspeech.glaem
47
+ - glaemresources/modes/gothic.glaem
48
+ - glaemresources/modes/khuzdul.glaem
49
+ - glaemresources/modes/mercian.glaem
50
+ - glaemresources/modes/oldnorse-medieval.glaem
51
+ - glaemresources/modes/quenya-sarati.glaem
52
+ - glaemresources/modes/quenya.glaem
53
+ - glaemresources/modes/rlyehian.glaem
54
+ - glaemresources/modes/sindarin-beleriand.glaem
55
+ - glaemresources/modes/sindarin-classical.glaem
56
+ - glaemresources/modes/sindarin-daeron.glaem
57
+ - glaemresources/modes/telerin.glaem
58
+ - glaemresources/modes/valarin-sarati.glaem
59
+ - glaemresources/modes/westron.glaem
60
+ - glaemresources/modes/westsaxon.glaem
40
61
  - lib/api/charset.rb
41
62
  - lib/api/charset_parser.rb
42
63
  - lib/api/constants.rb
@@ -65,52 +86,28 @@ files:
65
86
  - lib/api/transcription_processor.rb
66
87
  - lib/api/transcription_tree_node.rb
67
88
  - lib/glaemscribe.rb
68
- - glaemresources/charsets/cirth_ds.cst
69
- - glaemresources/charsets/sarati_eldamar.cst
70
- - glaemresources/charsets/tengwar_ds.cst
71
- - glaemresources/charsets/unicode_gothic.cst
72
- - glaemresources/charsets/unicode_runes.cst
73
- - glaemresources/modes/adunaic.glaem
74
- - glaemresources/modes/blackspeech-annatar.glaem
75
- - glaemresources/modes/blackspeech.glaem
76
- - glaemresources/modes/gothic.glaem
77
- - glaemresources/modes/khuzdul.glaem
78
- - glaemresources/modes/mercian.glaem
79
- - glaemresources/modes/oldnorse-medieval.glaem
80
- - glaemresources/modes/quenya-sarati.glaem
81
- - glaemresources/modes/quenya.glaem
82
- - glaemresources/modes/sindarin-beleriand.glaem
83
- - glaemresources/modes/sindarin-classical.glaem
84
- - glaemresources/modes/sindarin-daeron.glaem
85
- - glaemresources/modes/telerin.glaem
86
- - glaemresources/modes/valarin-sarati.glaem
87
- - glaemresources/modes/westron.glaem
88
- - glaemresources/modes/westsaxon.glaem
89
- - LICENSE.txt
90
- - bin/glaemscribe
91
89
  homepage: http://jrrvf.com/~glaemscrafu/english/glaemscribe.html
92
90
  licenses:
93
- - AGPLv3
91
+ - AGPL-3.0
92
+ metadata: {}
94
93
  post_install_message:
95
94
  rdoc_options: []
96
95
  require_paths:
97
96
  - lib
98
97
  required_ruby_version: !ruby/object:Gem::Requirement
99
- none: false
100
98
  requirements:
101
- - - ! '>='
99
+ - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  required_rubygems_version: !ruby/object:Gem::Requirement
105
- none: false
106
103
  requirements:
107
- - - ! '>='
104
+ - - ">="
108
105
  - !ruby/object:Gem::Version
109
106
  version: '0'
110
107
  requirements: []
111
108
  rubyforge_project:
112
- rubygems_version: 1.8.24
109
+ rubygems_version: 2.5.1
113
110
  signing_key:
114
- specification_version: 3
111
+ specification_version: 4
115
112
  summary: Glǽmscribe
116
113
  test_files: []