Fri Feb 27 16:28:07 PST 2015

All articles from emacspeak.blogspot.com downloaded using

http://emacspeak.blogspot.com/feeds/posts/default?max-results=1000

Tip found on 
http://googlesystem.blogspot.com/2007/02/how-to-backup-blogger-blog.html

Files:

raw.xml was pulled using 

wget -O raw.xml 'http://emacspeak.blogspot.com/feeds/posts/default?max-results=1000'


articles.html: xsltproc ../xsl/atom-view.xsl raw.xml >articles.html

Mon 05 Oct 2020 02:25:14 PM PDT


file full.xml is being hand-constructed by appending missing past articles by hand, those retrieved from previous git snapshots of emacspeak.
Going forward:

  1. Pull raw.xml using wget.
  2. Pick up newer <entry> elements from raw.xml and add to the front
     of raw.xml
  3. Generate articles.html

  
