Skip to content

Instantly share code, notes, and snippets.

@cristian506
Created April 9, 2022 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cristian506/140318201dd1c46f9e320ce8ef432d75 to your computer and use it in GitHub Desktop.
Save cristian506/140318201dd1c46f9e320ce8ef432d75 to your computer and use it in GitHub Desktop.
Creacion de modo manual para seleccionar los artículos que se quieran generar o sindicar a través de este medio
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Blog: Vendertuweb</title>
<description>Disponemos de un Blog que se actualiza periodicamente y nos dedicamos a tratar temas interesantes para nuestra comunidad</description>
<link>https://vendertuweb.com/blog</link>
<image>
<url>
https://vendertuweb.com/assets/img/admin/apple-touch-icon-120x120-precomposed.png
</url>
</image>
<generator>https://rss.app</generator>
<language>en</language>
<item>
<title>Título nuevo articulo</title>
<description>descripcion nueva</description>
<link>URL nueva</link>
<image>
<url>nueva imagen</url>
</image>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment