diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/rss | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/rss')
-rw-r--r-- | files/es/glossary/rss/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/es/glossary/rss/index.html b/files/es/glossary/rss/index.html new file mode 100644 index 0000000000..7dbf36678b --- /dev/null +++ b/files/es/glossary/rss/index.html @@ -0,0 +1,29 @@ +--- +title: RSS +slug: Glossary/RSS +tags: + - Compartit + - Glosario + - Noticias + - RSS + - Web + - XML +translation_of: Glossary/RSS +--- +<p><em>RSS </em>(Really Simple Syndication en español Sindicación Realmente Simple) hace referencia a los diferentes formatos de <a href="/es/docs/Glossary/XML">XML</a> diseñados para sitios web de noticias.</p> + +<p>Cuando te subscribes a un <em>feed </em>RSS <em>(</em>boletín de noticias de servicios web), éste te envía información y actualizaciones al <em>feed</em> de tu lector RSS, y de esta manera no es necesario que el usuario busque manuelmente en cada sitio web.</p> + +<h2 id="Para_saber_más...">Para saber más...</h2> + +<h3 id="Cultura_General">Cultura General</h3> + +<ul> + <li>{{Interwiki("wikipedia", "RSS")}} en Wikipedia</li> +</ul> + +<h3 id="Referencia_Técnica">Referencia Técnica</h3> + +<ul> + <li><a href="http://www.rssboard.org/rss-specification">Última especificación de RSS</a></li> +</ul> |