Commit Graph

10 Commits

Author SHA1 Message Date
Gunnar Hillert
d12ee32855 Initial commit of the first draft of the AMQP adapter documentation 2011-08-23 15:56:34 -04:00
Chris Beams
a5b8643e3b Eliminate obsolete images 2010-11-22 15:47:56 -07:00
Chris Beams
5ef3a74c59 Eliminate 'Invalid ICC Profile Data' warnings during PDF generation
PNG screenshots were showing up with odd coloration due to incorrect
or malformed color management settings (ICC profiles).  In an earlier
commit, thes PNG files were transformed to JPEGs, and this did cause
the coloration problems to go away, but a new problem took its place;
during docbook PDF generation, warnings like the following started
showing up:

    An ICC profile is present but it is invalid (Invalid ICC Profile
    Data). The color profile will be ignored. (.../quotes-aggregator.jpg)

The solution was to download Seashore (http://seashore.sourceforge.net,
Mac-only) which has an embedded ICC profile editor.  Each of the three
offending JPEG images were loaded and re-saved to JPEG format, but
targeting 'web' output which eliminates all ICC profile metadata.
2010-11-22 15:47:33 -07:00
Chris Beams
e4f64d9757 Move admon (tip/note/etc) graphics into subdir 2010-11-22 05:30:41 -07:00
Chris Beams
410da963fe Minor improvements for syntax highlighting (INT-1612) 2010-11-22 05:30:31 -07:00
Chris Beams
628ed01e80 Ensure admon graphic width is 24pt (INT-1612)
This avoids the issue we were seeing in SI the reference doc PDF where
admon graphics (tip, warning, note, etc) were 'fuzzy' because 24pt
graphics were being blown up to 36pt.
2010-11-22 05:30:22 -07: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
060ea89b87 Use unicode callouts in PDF instead of images (INT-1606)
Related issue:
    GRADLE-3
2010-11-13 01:30:14 -08:00
Chris Beams
66f2335dcd Delete duplicate images; move rest to resources/images 2010-10-27 09:32:31 -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