Updates Based On Feedback From Mailing List

* Remove the QR Code error corrections subsection.

* Remove the non-example Payment Protocol text from developer examples.

* Update reference links and autocrossrefs to reflect above deletions

* Fix CSS padding problems reported by @saivann

* Remove all HTML comments from autocrossref text to allow easy checking
  for broken link definitions: find _site -name '*.html' | xargs grep '\]\['

* Add PNG versions of guide and example SVG icons.  (optipng run)
This commit is contained in:
David A. Harding 2014-06-06 18:46:32 -04:00
parent 617213a980
commit 61f0931b75
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
8 changed files with 14 additions and 141 deletions

View file

@ -73,7 +73,7 @@ require 'yaml'
(?!\w) ## Don't match inside words
/xmi, "[\\&][#{term[1]}]{:.auto-link}")
}
output.gsub!('<!--noref-->','') ## Remove all <!--noref--> comments
output.gsub!(/<!--.*?-->/m,'') ## Remove all HTML comments
output
end