Add UML Distilled book image

This commit is contained in:
Diomidis Spinellis 2012-05-18 11:40:56 +03:00
parent 24a435a751
commit c19d24b5db
2 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,6 @@
<!-- $Id$ --> <!-- $Id$ -->
<!-- Introduction {{{1 --> <!-- Introduction {{{1 -->
<p>
UMLGraph allows the declarative specification and drawing of UMLGraph allows the declarative specification and drawing of
UML class and sequence diagrams. UML class and sequence diagrams.
The current features The current features
@ -15,22 +16,31 @@ appearing in the award-winning books
In addition, In addition,
the <em>UMLGraphDoc</em> doclet included in this distribution automatically the <em>UMLGraphDoc</em> doclet included in this distribution automatically
adds UML diagrams to javadoc documentation. adds UML diagrams to javadoc documentation.
</p>
<p /> <p>
Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a> Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
for more details. for more details.
In addition, </p>
<!-- The style is needed to accommodate the floats;
see http://www.quirksmode.org/css/clearing.html -->
<div style="overflow: auto; height: 100%">
<p>
<a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20" ><img src="umld.jpg" alt="UML Distilled" border='0' style="float:left; vertical-align: middle; margin-right: 2em; border-width: thin" /></a>
<a href="http://martinfowler.com">Martin Fowler</a>, the author of <a href="http://martinfowler.com">Martin Fowler</a>, the author of
<a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20">UML Distilled</a>, writes: <a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20">UML Distilled</a>, writes:
</p>
<blockquote> <blockquote>
I thought I'd send you a note saying how much I enjoyed discovering UML Graph. I thought I'd send you a note saying how much I enjoyed discovering UML Graph.
I've <a href="http://martinfowler.com/bliki/UmlSketchingTools.html">long fancied a text based way of describing UML diagrams</a>, I've <a href="http://martinfowler.com/bliki/UmlSketchingTools.html">long fancied a text based way of describing UML diagrams</a>,
but never felt sufficiently time-rich to develop anything. but never felt sufficiently time-rich to develop anything.
</blockquote> </blockquote>
</div>
<p> <p style="overflow: auto; height: 100%">
<a href="http://www.amazon.com/dp/0596527934/?tag=dds-20" border='0'><img src="jpt.jpg" alt="Java Power Tools" /></a> <a href="http://www.amazon.com/dp/0596527934/?tag=dds-20" ><img src="jpt.jpg" alt="Java Power Tools" border='0' style="float:left; vertical-align: middle; margin-right: 2em; border-width: thin" /></a>
UMLGraph is now in O'Reilly's <a href="http://www.amazon.com/dp/0596527934/?tag=dds-20">Java Power Tools</a> book. UMLGraph is also described in O'Reilly's <a href="http://www.amazon.com/dp/0596527934/?tag=dds-20">Java Power Tools</a> book.
</p> </p>
<h2>Class Diagrams</h2> <!-- {{{1 --> <h2>Class Diagrams</h2> <!-- {{{1 -->

BIN
web/media/umld.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB