Perle del cielo per bambini






IL VANGELO DEL GIORNO


freeze
Parola del Signore
Error : wrong param « lang » NAME « Reader Evangelizo » SYNOPSIS http
Error : wrong param « lang » NAME « Reader Evangelizo » SYNOPSIS http
Error : wrong param « lang » 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" parameter The 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&param2=2 PARAMETERS Usage : http://feed.evangelizo.org/v2/reader.php?param1=«value1»&param2=«value2»br />dateMust be formatted like YYYYMMDD. Can not exceed 30 days from today.typeInform 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)                    - « litugic_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                    - « 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 commentarylangTells the language to display and the liturgical calendar to use          for Roman calendar Ordinary form :                     - « AM » : for american-us language and Roman calendar Ordinary form                    - « AR » : for arabic language and Roman calendar Ordinary form                    - « DE » : for german language and Roman calendar Ordinary form                    - « FR » : for french language and Roman calendar Ordinary form                    - « GR » : for greek (hellenic) language and Roman calendar Ordinary form                    - « IT » : for italian language and Roman calendar Ordinary form                    - « MG » : for malagasy language and Roman calendar Ordinary form                    - « NL » : for dutch language and Roman calendar Ordinary form                    - « PL » : for polish language and Roman calendar Ordinary form                    - « PT » : for portuges language and Roman calendar Ordinary form                    - « SP » : for spanish language and Roman calendar Ordinary form          for other catholics calendars forms :                     - « ARM » : for armenian language and armenian calendar                    - « BYA » : for arabic language and byzantine calendar                    - « MAA » : for arabic language and maronite calendar                    - « TRF » : for french language and Roman extraordinary calendar                    - « TRA » : for american-us language and Roman extraordinary calendarcontentTells 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   typedatelangcontenturl exampleTo get the saint of a day saintyyyymmddOrdinary formsAM, AR, DE, FR,GR, IT, NL, PL,PT, SPOther formsARM, BYA, MAA,TRF, TRAOrdinary forms FR,PS,SR,GSPOther formsEP,GSPhttp://feed.evangelizo.org/v2/reader.php?date=20180331&type=saint&lang=ITTo get the feast of a day feasthttp://feed.evangelizo.org/v2/reader.php?date=20180331&type=feast&lang=AMTo get the liturgic title of a day all liturgic_thttp://feed.evangelizo.org/v2/reader.php?date=20180331&type=liturgic_t&lang=FRTo get the long reading title of a dayreading_lt http://feed.evangelizo.org/v2/reader.php?date=20180331&type=reading_lt&lang=SP&content=FRTo get the short reading title of a dayreading_st http://feed.evangelizo.org/v2/reader.php?date=20180331&type=reading_st&lang=TRF&content=EPTo get the text of the reading of a dayreading http://feed.evangelizo.org/v2/reader.php?date=20180331&type=reading&lang=DE&content=GSPTo get the commentary title of a day comment_t http://feed.evangelizo.org/v2/reader.php?date=20180331&type=comment_t&lang=PTTo get the commentary author of a day comment_a http://feed.evangelizo.org/v2/reader.php?date=20180331&type=comment_a&lang=FRTo get the commentary source of a day comment_s http://feed.evangelizo.org/v2/reader.php?date=20180331&type=comment_s&lang=PLTo get the commentary text of a day comment http://feed.evangelizo.org/v2/reader.php?date=20180331&type=comment&lang=MAAPHP 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>Test it online !What: all saint feast liturgic title long reading title short reading title text of the reading commentary title commentary author commentary source commentary textDate: Saturday 3 March 2018 Sunday 4 March 2018 Monday 5 March 2018 Tuesday 6 March 2018 Wednesday 7 March 2018 Thursday 8 March 2018 Friday 9 March 2018 Saturday 10 March 2018 Sunday 11 March 2018 Monday 12 March 2018 Tuesday 13 March 2018 Wednesday 14 March 2018 Thursday 15 March 2018 Friday 16 March 2018 Saturday 17 March 2018 Sunday 18 March 2018 Monday 19 March 2018 Tuesday 20 March 2018 Wednesday 21 March 2018 Thursday 22 March 2018 Friday 23 March 2018 Saturday 24 March 2018 Sunday 25 March 2018 Monday 26 March 2018 Tuesday 27 March 2018 Wednesday 28 March 2018 Thursday 29 March 2018 Friday 30 March 2018 Saturday 31 March 2018 Sunday 1 April 2018 Monday 2 April 2018Lang: AM AR ARM BYA DE FR GR IT MAA MG NL PL PT SP TRA TRFContent (optional): -- first lecture psalm second lecture gospel epistle

Lettura del giorno: Martedì 1 Aprile 2025

fixed
Lettura delle sacre scritture: Domenica, Lunedì, Martedì, Mercoledi, Giovedì, Venerdì, Sabato
Commenti scritture
Promozione Vendita Vangeli con sconti per ordini con più copie
Nuove Versioni colorate, disponibile anche versione personalizzata!
Citazione di San Paolo apostolo(Saulo di Tarso):
Quando mi sento più debole, è allora che sono più forte.
Sezione notizie e blog
Vendita libro atti degli apostoli
Scegli tra 4 diverse copertine oppure un'edizione personalizzata
« Signore Gesù Cristo, Figlio di Dio, abbi pietà di me peccatore »
Passo della Bibbia versione C.E.I Matteo 24,14: Frattanto questo vangelo del regno sarà annunziato in tutto il mondo, perché ne sia resa testimonianza a tutte le genti; e allora verrà la fine.
Questa è la mia preghiera per te Questa è la mia preghiera per te:
ho pregato perché tu possa trovare sempre
la forza per superare tutte le tue prove;
ho pregato perché tu possa sentire accanto
una Presenza sicura e amorevole
che illumini anche la tua ora più buia.
Ho pregato perché tu possa vivere la tua vita
con gioia e perché tu senta di non essere mai solo.
Ho pregato, ed ho sentito nascere in me un sorriso,
allora ho capito che la mia preghiera sarà esaudita.
Marilù
Principali festività cristiane: Epifania
Presentazione al tempio del Signore
Mercoledì delle ceneri
Domenica delle palme
Triduo pasquale
Domenica di Pasqua
Pasqua
Ascensione del Signore
Pentecoste
SS. Trinità
Corpus Domini
SS. Pietro e Paolo
Assunzione della beata vergine Maria
Esaltazione della santa croce
Festa di tutti i santi
Commemorazione dei defunti
1° domenica di Avvento
Festa dall'Immacolata Concezione
Natale di Gesù Cristo

I QUATTRO EVANGELISTI

I VANGELI SONO LIBRI DI FEDE E RACCOLGONO DOCUMENTI IMPORTANTI SULLA VITA DI GESÙ

san matteo
SAN MATTEO
Questo Vangelo, la cui composizione viene collocata dagli studiosi attorno agli anni 80, è caratterizzato dal fatto che un determinato evento della vita di Gesù o un sui comportamento sono il compimento della Scrittura. Con vari titoli egli presenta la figura di Gesù: il promesso Figlio di Davide, il Figlio di Abramo e, quindi, non solo il salvatore degli ebrei, ma di tutta l’umanità, il Signore davanti al quale si cade in ginocchio in adorazione e si invoca aiuto, e infine il Figlio di Dio.
san marco
SAN MARCO
Scritto negli anni 60, il Vangelo di Marco è il primo a presentare come «vangelo di Gesù, Cristo», in un racconto unitario, la vita e la morte di Gesù, le tradizioni su di lui esistenti nella propria comunità e adoperate per scopi catechetici e missionari. L’importanza di Gesù non sta né solo nel suo insegnamento, né solo nelle sue azioni, né solo nella sua passione, ma nella totalità della sua vita, azione, morte e risurrezione.
san luca
SAN LUCA
Differentemente da Matteo e da Marco, Luca stesso, nel suo Vangelo composto probabilmente verso l’85, ha descritto le sue intenzioni e il suo modo di procedere in una prefazione; la cosa che più gli sta a cuore sono l’affidabilità della dottrina, la salvaguardia e la certezza della fede. La figura di Gesù, posta al centro della storia della salvezza, ha un’attenzione particolare per i poveri e i bisognosi, e mette in guardia dai pericoli della ricchezza.
san giovanni
SAN GIOVANNI
È plausibile che il Vangelo sia stato scritto in un arco di tempo cha va dall’80 al 110. Diversamente dagli altri evangelisti il suo pensiero ruota attorno a pochi concetti salvifici decisivi, così strettamente collegati fra di loro da risultare quasi interscambiabili: vita, pace, luce, parola, verità, credere, conoscere, amare. Leggendo questo Vangelo si entra in un mondo spirituale “altro” rispetto ai Vangeli sinottici.



La nostra azienda rimarrà chiusa per ferie dal 4 al 24 Agosto.
Il sito è funzionante e gli eventuali ordini saranno evasi a partire dal 25 Agosto.
Vi auguriamo Buone Vacanze!
info tab


Per ordini minimi di 200 copie è possibile acquistare la personalizzazione della copertina al prezzo di *€ 260 (IVA inclusa). Mantenendo fissi soltanto i loghi della testata (Vangelo) e del retro copertina (vangelo.it) potrai creare una edizione originale ed esclusiva con immagini, fotografie e tutti i riferimenti della tua chiesa o associazione.

Per realizzare la tua edizione potrai:

• metterti in contatto con i nostri tecnici (diffusione@vangelo.it / 0171 411470) per inviare e verificare i materiali, stabilire la linea grafica della copertina e controllare le bozze di stampa.
• inviare via mail un file (.pdf) già pronto, preparato da un grafico di tua fiducia, seguendo le indicazioni tecniche che potrai scaricare qui:

Scarica layout icon pdf

• Tempi tecnici di produzione:
spedizione entro 10 giorni feriali dal “visto si stampi” della copertina personalizzata.

*Oltre alla personalizzazione, il prezzo delle copie sarà di € 1,20 caduna (IVA assolta dall’editore).


Versione ufficiale della C.E.I. 288 pagine formato 142x127 mm
Arti Grafiche Cuneo S.r.l.
Manufactured by: Arti Grafiche Cuneo S.r.l.
1.60 New