Commit Graph

6 Commits

Author SHA1 Message Date
Mark Fisher
01cc744fa0 INT-1552 doc polishing 2010-11-22 19:06:01 -05:00
Chris Beams
03f510a573 Solve reverse coloration and sizing issues for PDF images (INT-1612)
For reasons unknown, most PNG files were showing up in the PDF output
with reverse coloration (or at least significantly shifted. Saving
these files as JPEGs provided a cheap workaround.

Also a number of images were either (a) exceeding the boundaries of the
PDF viewport or (b) scaling down to thumbnail size.

Now using width/contentwidth/scaling attributes in <mediaobject>
elements, as described at http://www.sagehill.net/docbookxsl/ImageSizing.html
to ensure that all images show up correctly scaled in both HTML and PDF
outputs.
2010-11-22 05:30:08 -07:00
Chris Beams
a759d11549 Fix doc typos, upgrade channel-adapter to DocBook 5 (INT-1552) 2010-11-22 05:29:48 -07:00
Oleg Zhurakousky
2df5efb309 INT-1552 general pollishing of several docs to address coments on this JIRA 2010-11-18 17:33:01 -05:00
Chris Beams
cc79ea4cb4 Fix typo causing parsing in samples.xml &gt; entity 2010-10-28 14:18:55 -04:00
Chris Beams
677fca51a9 Major progress on Gradle port
Complete:
--------
- src/* documentation resources moved to 'docs' subproject

- docbook sources upgraded to Docbook 5

- formatted all docbook sources to strip tab characters and
  eliminate trailing whitespace

- all projects compile and test successfully

- all artifacts upload successfully to s3, static.sf.org, etc.

Remaining:
---------
- documentation L&F needs work. CSS, images, and highlighting aren't
  hooked up properly

- spring-integration-jdbc codegen bits in Maven POM need to be
  transcribed into gradle

- dependencies that were optional or provided scope in maven are
  currently 'compile' scope in Gradle.  Need to figure out support
  in Gradle to fix this.

- run through Eclipse classpath and project generation scenarios

- delete all Maven artifacts
2010-10-26 18:51:08 -04:00