equipes:rcln:ancien_wiki:guides:how_to_wget_blog_content

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
equipes:rcln:ancien_wiki:guides:how_to_wget_blog_content [2019/04/04 14:38]
rosse créée
equipes:rcln:ancien_wiki:guides:how_to_wget_blog_content [2020/11/23 18:42] (Version actuelle)
garciaflores ↷ Page déplacée de equipes:rcln:guides:how_to_wget_blog_content à equipes:rcln:ancien_wiki:guides:how_to_wget_blog_content
Ligne 1: Ligne 1:
 +====== How to wget blog content ======
 +
 ===== Blog download ===== ===== Blog download =====
   *  We went to [[http://gurau-audibert.hd.free.fr/josdblog/|Laurent Audibert's blog]]   *  We went to [[http://gurau-audibert.hd.free.fr/josdblog/|Laurent Audibert's blog]]
   *  We send the following commmand   *  We send the following commmand
- get --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --domains free.fr --no-parent gurau-audibert.hd.free.fr/josdblog/category/logiciels/+<code> get --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --domains free.fr --no-parent gurau-audibert.hd.free.fr/josdblog/category/logiciels/ </code>
   *  Altough we ask for all the post from the //logiciels// cathegory   *  Altough we ask for all the post from the //logiciels// cathegory
- gurau-audibert.hd.free.fr/josdblog/category/logiciels/+<code> gurau-audibert.hd.free.fr/josdblog/category/logiciels/ </code>
 it might better to download the whole blog without any category specification whatsoever... it might better to download the whole blog without any category specification whatsoever...
  
Ligne 11: Ligne 13:
 Categorie are downloaded on the file structure, at least in Wordpress. **TODO: check how does it work with other blog content managers** Categorie are downloaded on the file structure, at least in Wordpress. **TODO: check how does it work with other blog content managers**
  
- gurau-audibert.hd.free.fr/josdblog/category/logiciels+<code> gurau-audibert.hd.free.fr/josdblog/category/logiciels </code>
  
 ===== Tags ===== ===== Tags =====
 For [[http://gurau-audibert.hd.free.fr/josdblog/2012/04/eclipse_ant/|this post]] about Eclipse and Ant, we found the tag in the following file For [[http://gurau-audibert.hd.free.fr/josdblog/2012/04/eclipse_ant/|this post]] about Eclipse and Ant, we found the tag in the following file
- gurau-audibert.hd.free.fr/josdblog/category/logiciels/eclipse/index.html+<code> gurau-audibert.hd.free.fr/josdblog/category/logiciels/eclipse/index.html </code>
  
 The tag is contained in this particular anchor The tag is contained in this particular anchor
- <a href="http://gurau-audibert.hd.free.fr/josdblog/tag/ant/" rel="tag">Ant</a>+<code> <a href="http://gurau-audibert.hd.free.fr/josdblog/tag/ant/" rel="tag">Ant</a> </code>
  
 ===== Links ===== ===== Links =====
   * [[https://magic.import.io/|Import.io]]: data extraction from a web site   * [[https://magic.import.io/|Import.io]]: data extraction from a web site
  
  • Dernière modification: il y a 5 ans