-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
# Edita | ||
|
||
TERM=xterm-color xterm -geometry 80x50 -e "nvim juan.gbfxml" & | ||
TERM=xterm-color xterm -geometry 80x50 -e "nvim romanos.gbfxml" & | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE gbfxml SYSTEM "gbfxml.dtd" [ | ||
<!ENTITY % confv SYSTEM "confv.ent"> | ||
%confv; | ||
<!ENTITY derechos SYSTEM "derechos.gbfxml"> | ||
<!ENTITY mateo SYSTEM "mateo.gbfxml"> | ||
<!ENTITY marcos SYSTEM "marcos.gbfxml"> | ||
<!ENTITY lucas SYSTEM "lucas.gbfxml"> | ||
<!ENTITY juan SYSTEM "juan.gbfxml"> | ||
<!ENTITY hechos SYSTEM "hechos.gbfxml"> | ||
<!ENTITY romanos SYSTEM "romanos.gbfxml"> | ||
|
||
<!ENTITY biblio SYSTEM "biblio.gbfxml"> | ||
]> | ||
|
||
<!-- Traducción a español de la Biblia, de dominio público, no oficial, | ||
especialmente basada en World English Bible. | ||
Sin garantias. evangelios-dp@yahoogroups.com --> | ||
<gbfxml version="0.1" xml:lang="es"> | ||
<tt>Los Evangelios: Traducción de dominio público abierta a mejoras</tt> | ||
<stt>biblia_dp</stt> | ||
&derechos; | ||
<!-- | ||
&mateo; | ||
&marcos; | ||
&lucas; | ||
&juan; | ||
&hechos; | ||
--> | ||
&romanos; | ||
<!-- --> | ||
&biblio; | ||
</gbfxml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters