Liturgia del giorno
Reader Evangelizo
Error : wrong param « content »
NAME
« Reader Evangelizo »
SYNOPSIS
http://feed.evangelizo.org/v2/reader.php [params...]RETURN VALUE
The « Reader Evangelizo » script return a string with the content requested by "type" parameterThe returned string will be encoded as following :
- UTF-8: for any param "lang"
DESCRIPTION
This manual page documents the « Reader Feed v2.0 » for EVANGELIZO.ORG.With the « Reader Evangelizo » you can get all texts provided by evangelizo.org web service. The « Reader Evangelizo » will help you to display daily reading in your website, or saint of the day .. etc
The « Reader Evangelizo » is used as any PHP file on a website, with params like : file.php?param1=1¶m2=2
PARAMETERS
Usage : http://feed.evangelizo.org/v2/reader.php?param1=«value1»¶m2=«value2»br />| date |
Must be formatted like YYYYMMDD. Can not exceed 30 days from today. |
| type |
Inform about what you want to get - « saint » : to get the saint of the day (with link to life) - « feast » : to get the feast of the day, if there is one (with link to explanation) - « liturgic_t » : to get the liturgic title - « reading_lt » : to get the long title of the reading - « reading_st » : to get the short title of the reading - « reading » : to get the text of the reading - « audio » : to get the URL of audio file if exist - « all » : to get all the readings of the day - « comment_t » : to get the title of the commentary - « comment_a » : to get the author of the commentary - « comment_s » : to get the source of the commentary - « comment » : to get the text of the commentary - « xml » : to get all infos of the day in XML format |
| lang |
Tells the language to display and the liturgical calendar to use for Roman Ordinary Calendar : - « AM » : for american-us language and Roman Ordinary Calendar - « AR » : for arabic language and Roman Ordinary Calendar - « DE » : for german language and Roman Ordinary Calendar - « FR » : for french language and Roman Ordinary Calendar - « GR » : for greek (hellenic) language and Roman Ordinary Calendar - « IT » : for italian language and Roman Ordinary Calendar - « MG » : for malagasy language and Roman Ordinary Calendar - « NL » : for dutch language and Roman Ordinary Calendar - « PL » : for polish language and Roman Ordinary Calendar - « PT » : for portuges language and Roman Ordinary Calendar - « SP » : for spanish language and Roman Ordinary Calendar for other catholics calendars forms : - « ARM » : for armenian language and armenian calendar - « BYA » : for arabic language and byzantine calendar - « COA » : for arabic language and copte calendar - « MAA » : for arabic language and maronite calendar - « SYA » : for arabic language and syriac calendar - « TRA » : for american-us language and Roman extraordinary calendar - « TRD » : for german language and Roman extraordinary calendar - « TRF » : for french language and Roman extraordinary calendar - « TRS » : for spanish language and Roman extraordinary calendar |
| content |
Tells the lecture you want to get for Roman calendar Ordinary form : - « FR » : for the first lecture - « PS » : for the psalm - « SR » : for the second lecture - « GSP » : for the gospel for other catholics calendars forms : - « EP » : for the epistle - « GSP » : for the gospel |
EXAMPLES
| type | date | lang | content | url example | ||
| To get the saint of a day | saint | yyyymmdd | Ordinary forms AM, AR, DE, FR, GR, IT, NL, PL, PT, SP Other forms ARM, BYA, MAA, TRF, TRA |
Ordinary forms FR,PS,SR,GSP Other forms EP,GSP |
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=saint&lang=IT | |
| To get the feast of a day | feast | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=feast&lang=AM | ||||
| To get the liturgic title of a day | all | liturgic_t | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=liturgic_t&lang=FR | |||
| To get the long reading title of a day | reading_lt | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=reading_lt&lang=SP&content=FR | ||||
| To get the short reading title of a day | reading_st | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=reading_st&lang=TRF&content=EP | ||||
| To get the text of the reading of a day | reading | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=reading&lang=DE&content=GSP | ||||
| To get the commentary title of a day | comment_t | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment_t&lang=PT | ||||
| To get the commentary author of a day | comment_a | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment_a&lang=FR | ||||
| To get the commentary source of a day | comment_s | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment_s&lang=PL | ||||
| To get the commentary text of a day | comment | http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment&lang=MAA |
PHP example
$today = date('Ymd');
$url = "http://feed.evangelizo.org/v2/reader.php?date=$today&type=comment&lang=FR";
$h = fopen($url,"r");
while (!feof($h)) {
$str .= fgets($h);
}
print $str;
Javascript example 1
<html>
<head>
<title>Exemple d'affichage de fichier texte</title>
<script language="javascript" type="text/javascript">
function displayTextFile(filePath){
iframe = document.getElementsByName('textDisplay')[0];
iframe.src=filePath;
iframe.style.display="block";
}
</script>
</head>
<body>
<iframe id="textDisplay" name="textDisplay" src="" style="width: 400px; height: 240px; display: none;"></iframe>
<script>
var currentTime = new Date();
var month = currentTime.getMonth() + 1;
var day = currentTime.getDate();
var year = currentTime.getFullYear();
if (day < 10) day = '0'+day;
if (month < 10) month = '0'+month;
displayTextFile('http://feed.evangelizo.org/v2/reader.php?date='+year+month+day+'&type=reading&lang=FR&content=GSP');
</script>
</body>
</html>
PRIMA LETTURA Primo libro di Samuele 15,16-23.
Rispose Samuele a Saul: "Basta! Lascia che ti annunzi ciò che il Signore mi ha rivelato questa notte". E Saul gli disse: "Parla!".Samuele cominciò: "Non sei tu capo delle tribù d'Israele, benché piccolo ai tuoi stessi occhi? Non ti ha forse il Signore consacrato re d'Israele?
Il Signore ti aveva mandato per una spedizione e aveva detto: Và, vota allo sterminio quei peccatori di Amaleciti, combattili finché non li avrai distrutti.
Perché dunque non hai ascoltato la voce del Signore e ti sei attaccato al bottino e hai fatto il male agli occhi del Signore?".
Saul insistè con Samuele: "Ma io ho obbedito alla parola del Signore, ho fatto la spedizione che il Signore mi ha ordinato, ho condotto Agag re di Amalek e ho sterminato gli Amaleciti.
Il popolo poi ha preso dal bottino pecore e armenti, primizie di ciò che è votato allo sterminio per sacrificare al Signore tuo Dio in Gàlgala".
Samuele esclamò: "Il Signore forse gradisce gli olocausti e i sacrifici come obbedire alla voce del Signore? Ecco, obbedire è meglio del sacrificio, essere docili è più del grasso degli arieti.
Poiché peccato di divinazione è la ribellione, e iniquità e terafim l'insubordinazione. Perché hai rigettato la parola del Signore, Egli ti ha rigettato come re".
Copyright @ Conferenza Episcopale Italiana [2003 11 05]
Per ricevere il Vangelo ogni mattina per e-mail, iscrivetevi : vangelodelgiorno.org
SALMO Salmi 50(49),8-9.16bc-17.21.23.
Non ti rimprovero per i tuoi sacrifici;i tuoi olocausti mi stanno sempre davanti.
Non prenderò giovenchi dalla tua casa,
né capri dai tuoi recinti.
Perché vai ripetendo i miei decreti
e hai sempre in bocca la mia alleanza,
tu che detesti la disciplina
e le mie parole te le getti alle spalle?
Hai fatto questo e dovrei tacere?
forse credevi ch'io fossi come te!
Ti rimprovero: ti pongo innanzi i tuoi peccati.
"Chi offre il sacrificio di lode, questi mi onora,
a chi cammina per la retta via
mostrerò la salvezza di Dio."
Copyright @ Conferenza Episcopale Italiana [2003 11 05]
Per ricevere il Vangelo ogni mattina per e-mail, iscrivetevi : vangelodelgiorno.org
SECONDA LETTURA
Copyright @ Conferenza Episcopale Italiana [2003 11 05]
Per ricevere il Vangelo ogni mattina per e-mail, iscrivetevi : vangelodelgiorno.org
Dal Vangelo secondo Marco 2,18-22.
In quel tempo, i discepoli di Giovanni e i farisei stavano facendo un digiuno. Si recarono allora da Gesù e gli dissero: «Perché i discepoli di Giovanni e i discepoli dei farisei digiunano, mentre i tuoi discepoli non digiunano?».Gesù disse loro: «Possono forse digiunare gli invitati a nozze quando lo sposo è con loro? Finché hanno lo sposo con loro, non possono digiunare.
Ma verranno i giorni in cui sarà loro tolto lo sposo e allora digiuneranno.
Nessuno cuce una toppa di panno grezzo su un vestito vecchio; altrimenti il rattoppo nuovo squarcia il vecchio e si forma uno strappo peggiore.
E nessuno versa vino nuovo in otri vecchi, altrimenti il vino spaccherà gli otri e si perdono vino e otri, ma vino nuovo in otri nuovi».
Copyright @ Conferenza Episcopale Italiana [2003 11 05]
Per ricevere il Vangelo ogni mattina per e-mail, iscrivetevi : vangelodelgiorno.org
Commento al Vangelo
"Ecco lo Sposo, andategli incontro" (Mt 25,6)… Lo Sposo è Cristo, e la Sposa è la natura umana, creata da Dio "a sua immagine e somiglianza" (Gen 1,26) e posta da lui, fin dal principio, nel luogo più degno, più bello, più ricco e più fertile della terra, cioè il Paradiso. Dio le aveva sottomesso tutte le creature, l’aveva adornata di grazia e le aveva dato un comandamento, in modo che ella, osservandolo, fosse per sempre nell’unione stabile e fedele con lo Sposo, libera da ogni fatica, da ogni sofferenza e da ogni colpa.Ma è venuto il maligno, il nemico infernale che, pieno di gelosia per la sposa, ha assunto l’apparenza di un serpente astuto ed ha ingannato la donna; insieme, hanno ingannato l’uomo e così tutta la natura umana. In questo modo il nemico, con i suoi falsi consigli, ha rapito la natura umana, cioè la Sposa di Dio, e lei è stata esiliata in una terra straniera, povera e miserabile, schiava e oppressa…
Ma quando Dio vide che era giunto il tempo e le sofferenze della sua amata l’ebbero riempito di compassione, egli mandò il suo unico Figlio sulla terra, … nel seno della Vergine Maria. Lì, il Figlio ha sposato la sua fidanzata, cioè la nostra natura, unendola alla sua persona.
vangelodelgiorno.org














