Publication updates

This commit is contained in:
Jeff Parsons 2015-12-09 17:46:01 -08:00
commit f2c8985b85
73 changed files with 14887 additions and 14440 deletions

View file

@ -140,6 +140,14 @@ and replace using this regex:
[<img src="$2" width="$4" height="$5" alt="$1"/>]($3)
For magazines (eg, BYTE), change:
\!\[(.*?)\]\(../static/([^)]*) \"link:../static/(.*?):([0-9]*):([0-9]*)\"\)
to:
[<img src="http://static.pcjs.org/pubs/pc/magazines/BYTE/$2" width="$4" height="$5" alt= "$1"/>](http://static.pcjs.org/pubs/pc/magazines/BYTE/$3)
Jekyll "Cheat Sheet"
===