-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
543 lines (377 loc) · 13.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Nouveau Testament">
<meta name="keywords" content="Nouveau Testament">
<title>INDEX</title>
<style>
html, body {
margin:0;
padding:0;
font-family:sans-serif;
color:black;
}
#banniere {
margin:0px;
padding:0px;
color:white;
background-color:#172028;
/*white-space:nowrap;*/
/*display: flex;*/
}
.blocban {
margin:0px;
padding:10px;
display:inline-block;
font-size:0.9em;
color:white;
text-decoration:none;
}
.blocban:hover {
background-color:#3f4346;
}
#main {
margin:60px auto;
padding:0;
width:80%;
}
#left {
margin:0;
padding:0;
width:70%;
float:left;
}
#inleft {
padding-right:70px;
color:#313131;
}
#right {
margin:0;
padding:0;
width:30%;
float:left;
}
#titre1 {
font-size:2em;
font-family:serif;
text-align:center;
}
#titre2 {
font-size:1.7em;
font-family:serif;
text-align:center;
}
.min {
font-size: 0.8em;
}
p {
line-height: 1.5em;
}
table td {
font-size:0.9em;
}
table .td2 {
padding-left:15px;
}
</style>
</head>
<body>
<div id="banniere"><!--
--><span class="blocban">Ȼ</span><!--
--><a class="blocban" href="index.html">INDEX</a><!--
--><a class="blocban" href="nd/nd.html">ND</a><!--
--><a class="blocban" href="interlineaire/hellene/1-1.html">HELLENE</a><!--
--><a class="blocban" href="interlineaire/romain/1-1.html">ROMAIN</a><!--
--><a class="blocban" href="interlineaire/francais/1-1.html">FRANCAIS</a><!--
--><a class="blocban" href="interlineaire/technique/1-1.html">TECHNIQUE</a><!--
--><a class="blocban" href="lemme/lemmes.html">LEMME</a><!--
--><a class="blocban" href="lemme/conflits.html">CONFLIT</a><!--
--><a class="blocban" href="dictionnaire/index.html">BAILLY</a><!--
--><a class="blocban" href="minidico/dictionnaire.html">MINIDICO</a><!--
--><a class="blocban" href="guematrie/index.html">GUÉMATRIE</a><!--
--><a class="blocban" href="barnabas/inter/28-1.html">BARNABAS</a><!--
--><a class="blocban" href="https://github.com/nouveautestament/">CODE</a>
</div>
<div id="main">
<div style="text-align:center;font-family:serif;font-size:4em;">
<!-- text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #f00;color: #FFFFFF; -->
ΙΗΣΟΥΣ ΧΡΙΣΤΟΣ
</div>
<br><br>
<div id="titre1">ΚΑΙΝΗ ΔΙΑΘΗΚΗ</div>
<div id="titre2">nouvelle disposition</div>
<br>
<p style="margin:0;padding:0;text-align:center;font-size:20px;font-weight: 900;">
Public Ȼ Domain
</p>
<br><br><br>
<p style="font-size:20px;font-weight:900">
<a style="color:#0000b7;text-decoration:none;" href="edition/francais_simple/index.html">NOUVELLE DISPOSITION</a>
<br>
</p>
<table>
<tr><td>5821 lemmes</td> <td class="td2">Totale traduction, cohérence accrue dans les racines</td></tr>
<tr><td>51 traductions françaises</td> <td class="td2">Récupérées, Vérifiées, Alignées, Accessibles</td></tr>
<tr><td>Transcriptions OCR</td> <td class="td2">Lefèvre, Pléiade, Bayard, Stern, Érasme</td></tr>
<tr><td>Versification de la Bible</td> <td class="td2">Par distance de Levenshtein, Olivetan et Érasme</td></tr>
<tr><td>Morphologie</td> <td class="td2">Bagster and sons, Tauber, Bunning, John Barach</td></tr>
<tr><td>Graphe Héllènien</td> <td class="td2">Comparé avec Papyrus Codex NA28 BHP</td></tr>
<tr><td>Vulgate</td> <td class="td2">Amiatinus, Néo-Vulgate, Érasme 1527</td></tr>
<tr><td>Panta-projet</td> <td class="td2">a-bloqué, a-copyrighté, a-politisé, a-financé, a-doctriné, a-mélangé</td></tr>
</table>
<br><br>
<br>
<div class="min">
Sebastien Debiais Gao
<br>
sebastiendebiaisgao@gmail.com
<br>
</div>
<!--<br>
<iframe width="360" height="215" src="https://odysee.com/$/embed/@DeniseBlazy:9/Le-Voyage-du-Pélerin:f?t=1738&r=7TV1KEn5AKFpsBKjg5nYxx7w4XDRJcQY"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="360" height="215" src="https://www.youtube.com/embed/2ztWf6hakDY?start=455"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="360" height="215" src="https://www.youtube.com/embed/nC8LUvZvJds?start=1699"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="360" height="215" src="https://www.youtube.com/embed/RoUMmhyX2F0?start=1357"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
-->
<br>
<br><br>
<div style="font-weight:bold;color:black;letter-spacing:4px;"> JUILLET 2023</div>
<div style="margin-left:40px;margin-bottom:45px;">
<br>Traduction simplifiée 7/7/7 - 7 Juillet 2023
<br>Livre papier : <a href="https://www.amazon.fr/dp/B0C9S99PHH">https://www.amazon.fr/dp/B0C9S99PHH</a>
<br>FIN
</div>
<div style="font-weight:bold;color:black;letter-spacing:4px;"> AVRIL 2023</div>
<div style="margin-left:40px;margin-bottom:45px;">
<br>* ACTES
<br>
<br>Améliorations lemmes
<br>Améliorations traduction simplifiée
<br>Livre papier pré-sortie
</div>
<div style="font-weight:bold;color:black;letter-spacing:4px;">MARS 2023</div>
<div style="margin-left:40px;margin-bottom:45px;">
<br>ACTES 20CH
<br>
<br>Améliorations lemmes
<br>Améliorations traduction simplifiée
<br>
<br>Dossier de plainte contre Boyer
<br><a href="edition/boyer.pdf">PLAGIAT FREDERIC BOYER</a>
</div>
<div style="font-weight:bold;color:black;letter-spacing:4px;">FÉVRIER 2023</div>
<div style="margin-left:40px;margin-bottom:45px;">
<br>ACTES 17CH
<br>* LUC
<br>
<br>Améliorations lemmes
<br>Améliorations traduction simplifiée
<br>Pas de réponse de Pol et Gallimard
<br>Boyer ajouté
</div>
<div style="font-weight:bold;color:black;letter-spacing:4px;">JANVIER 2023</div>
<div style="margin-left:40px;margin-bottom:45px;">
<br>LUC 17CH
<br>* JEAN
<br>
<br>Améliorations lemmes
<br>Améliorations EL Text
<br>Améliorations traduction simplifiée
</div>
<div style="font-weight:bold;color:black;letter-spacing:4px;">DÉCEMBRE 2022</div>
<div style="margin-left:40px;margin-bottom:45px;">
<br>JEAN 7CH
<br>* BARNABAS
<br>
<br>Barnabas re-vérification et avancement
<br>Traduction Barnabas achevée pour achèvement du débat sur la loi laquelle est inutile
<br>Suppressions de certains services
<br>Bailly utilisable serveur et client multi-recherche
<br>Censuré en partie par Amazon, Youtube, Wikipedia
<br>Plagiat, Copyfraud, Mise en Théâtre Biblique, Évangile Frédéric Boyer Gallimard
</div>
<div style="font-weight:bold;color:black;letter-spacing:4px;">NOVEMBRE 2022</div>
<div style="margin-left:40px;">
<br>* 1 CORINTHIENS
<br>* 2 CORINTHIENS
<br>
<br> Fin des traductions simplifiées des épîtres de Paulus
<br>Épître de Barnabas <a href="barnabas/inter/28-1.html">nouveautestament.github.io/barnabas/inter/28-1.html</a>
<br>Ajout de la morphologie en lien de John Barach <a href="http://www.greekdoc.com/bible/">greekdoc.com/bible</a>
<br>Amélioration des lemmes
<br>Augmentation des lemmes pour traduire mot à mot Barnabas
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">OCTOBRE 2022</div>
<div style="margin-left:40px;">
<br>1 CORINTHIENS 10CH
<br>* EPHESIENS
<br>* PHILIPPIENS
<br>* 1 THESSALONICIENS
<br>* 2 THESSALONICIENS
<br>* 2 TIMOTHEE
<br>
<br>50 Traductions Françaises
<br>Maredsous ajouté
<br>Amélioration des lemmes
<br>Amélioration du minidico
<br>Optatif 68 versets, conjugaison améliorée
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">SEPTEMBRE 2022</div>
<div style="margin-left:40px;">
<br>* ROMAINS
<br>* GALATES
<br>* COLOSSIENS
<br>* 1 TIMOTHEE
<br>* HEBREUX
<br>
<br>Amélioration des lemmes
<br>Amélioration du minidico
<br>Rectification rapide des traductions
<br>Considération des Pléonasmes et des Métonymies
<br>
<br>IMPRESSION (sans redevance) :
<br><a target="_blank" href="https://www.amazon.fr/dp/B0BD2H2JQ4">ND simplifiée galates</a>
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">AOÛT 2022</div>
<div style="margin-left:40px;">
<br>* MARC
<br>* JACQUES
<br>* 1 PIERRE
<br>* APOCALYPSE
<br>
<br>Censuré en partie par Amazon, Youtube, Wikipedia
<br>Erasmus 1527, Découpe, Transcription, Versification
<br>
<br>IMPRESSION (sans redevance) :
<br><a target="_blank" href="https://www.amazon.fr/dp/B0BBYBVGCP">ND mot à mot</a>
<br><a target="_blank" href="https://www.amazon.fr/dp/B0BC54GMGY">ND simplifiée apocalypse</a>
<br><a target="_blank" href="https://www.amazon.fr/dp/B0BCDB2XHW">ND simplifiée 12 livres</a>
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">JUILLET 2022</div>
<div style="margin-left:40px;">
<br>* MATTHIEU
<br>* TITE
<br>* PHILEMON
<br>* 2 PIERRE
<br>* 1,2,3 JEAN
<br>* JUDAS
<br>
<br>Nova Vulgata Googla
<br>Morphologie WH Perseus
<br>Amélioration de la traduction
<br>Avancement dans la traduction simplifiée
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">JUIN 2022</div>
<div style="margin-left:40px;">
<br>Interface
<br>Dictionnaire LSJ & BAILLY
<br>Nestle-Aland-28 2016
<br>Westcott-Hort : ajout, correction, visio
<br>Tischendorf : ajout, correction, visio
<br>Apparat Critique
<br>Robinson et Pierpont
<br>Robert Stéphanus, Scrivener, King James
<br>Sébastien-D-G renommé en Nouvelle_Disposition
<br>Nouvelle Disposition offerte dans le domaine public
<br>ND Édition
<br>Codex Amiatinus
<br>Interlinéaire Romain
<br>Agora
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">MAI 2022</div>
<div style="margin-left:40px;">
<br>Olivetan ajouté
<br>Olivetan corrigé
<br>Olivetan versifié
<br>Texte Héllénique amélioré
<br>Corrections Morphologiques
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">AVRIL 2022</div>
<div style="margin-left:40px;">
<br>Traduction plus précise
<br>Incohérences
<br>Traduction de la Stern
<br>Martin 1707
<br>Ostervald 1744
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">DECEMBRE 2021</div>
<div style="margin-left:40px;">
<br>Ajout lien édition HTML DOC PDF
<br>Début de l'impression libre sans codes barres
<br>Fin du service Amazon
<br>Incohérences
<br>Auto-Édition
<br>Jean 5.2 : Bethsaïda - Papyrus, Vaticanus, Washingtonianus, Vulgate
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">NOVEMBRE 2021</div>
<div style="margin-left:40px;">
<br>Structure et Interface
<br>Corrections
<br>Colombe
<br>Hellène plus précis
<br>Citation apostolique patristique
<br>Morphologie Bagster, Robinson, Pierpont
<br>Morphologie Tauber, Ulrik, Bunning
<br>Colossiens 2.2 : Du Dieu Christ sans virgule
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">OCTOBRE 2021</div>
<div style="margin-left:40px;">
<br>Patrick Calame de l'Araméen ajouté
<br>Censuré et Persécuté par Wikipédia <a href="https://fr.wikipedia.org/wiki/MediaWiki:Spam-blacklist">Spam blacklist</a>
<br>Jean-Yves-Leloup ajouté
<br>Traduction améliorée
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">AOÛT 2021</div>
<div style="margin-left:40px;">
<br>Calculer le nombre de la bête
<br>Édition Interlinéaire
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">JUILLET 2021</div>
<div style="margin-left:40px;">
<br>Réduction des incohérences
<br>Voix moyenne
<br>Conjugaison
<br>Interlinéaire
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">JUIN 2021</div>
<div style="margin-left:40px;">
<br>Bayard
<br>Comparer GLF avec Jérome
<br>Réduction des incohérences
<br>Lefevre
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">MAI 2021</div>
<div style="margin-left:40px;">
<br>Liénart et Amiot
<br>Claude Tresmontant
<br>interface
<br>lemmes
<br>Dictionnaire Bailly-LSJ
</div>
<div style="margin-top:45px;font-weight:bold;color:black;letter-spacing:4px;">FIN 2019</div>
<div style="margin-left:40px;">
<br>Début du projet de traduction.
</div>
<br>
</div>
</body>
<script>
function rotate(id) {
setTimeout(function(id)
{
x = x+2
document.getElementById(id).style.transform = "rotateX("+x+"deg)";
if (x < 360)
{
rotate(id);
}
}, 10, id)
}
</script>
</html>