Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 9.1.1

...

Seleziona URL per creare una sorgente che importi i contenuti da un feed RSS o ATOM in maniera ricorrente.

Image RemovedImage Added

 

Per impostare una sorgente:

...

Una volta impostata la sorgente selezionare il tasto salva. La prima sezione della pagina si aggiornerà automaticamente riportanto il numero di contenuti memorizzati, lo stato di aggiornamento e quando avverrà il prossimo.

Image RemovedImage Added

Qualora l'URL inserita non fosse corretta, un messaggio vi avvertirà di verificarne la correttezza.

Image RemovedImage Added

 

Note
titleQuali contenuti recupera MailUp?

Qui di seguito due esempi si feed RSS e ATOM:

RSS:

Summary: item-description
Image: "first image" item-description > "first image" item-content:encoded > channel-image-url

<channel>
<image><url>http://example.org/logo.jpg</url></image>
<item>
<description>... <img src="http://example.org/logo.jpg"> ...</description>
<content:encoded>... <img src="http://example.org/logo.jpg"> ...</content:encoded>
</item>
<item>
...
</item>
</channel>

ATOM:

Summary: entry-summary
Image: "first image" entry-content > "first image" entry-summary > "first image" entry-content:encoded > feed-logo

<feed>
<logo>http://example.org/logo.jpg</logo>
<entry>
<content>... <img src="http://example.org/logo.jpg"> ...</content>
<summary>... <img src="http://example.org/logo.jpg"> ...</summary>
<description>... <img src="http://example.org/logo.jpg"> ...</description>
<content:encoded>... <img src="http://example.org/logo.jpg"> ...</content:encoded>
</entry>
<entry>
...

</entry>
</feed>

...