Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://rawgit.com/stathissideris/ditaa/master/doc/images/logo.png)
![](doc/images/logo.png)

## DIagrams Through Ascii Art

Expand All @@ -23,7 +23,7 @@ methods :)

After conversion using `ditaa`, the above file becomes:

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/first.png)
![](doc/images/first.png)

`ditaa` interprets ASCII art as a series of open and closed shapes, but
it also uses special markup syntax to increase the possibilities of
Expand Down Expand Up @@ -108,11 +108,11 @@ Before processing:
```
Common edge separation (default)

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/separation.png)
![](doc/images/separation.png)

No separation (with the `-E` option)

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/no_separation.png)
![](doc/images/no_separation.png)

```
-e,--encoding <ENCODING> The encoding of the input file.
Expand Down Expand Up @@ -162,7 +162,7 @@ If you use `/` and `\` to connect corners, they are rendered as round corners:
+--/
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/round_corner.png)
![](doc/images/round_corner.png)

#### Color

Expand All @@ -188,7 +188,7 @@ color codes:
\----/ \----/
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/color.png)
![](doc/images/color.png)

This can become a bit tedious after a while, so there are (only some
for now) human readable color codes provided:
Expand All @@ -204,7 +204,7 @@ Color codes
\-------------+-------------/
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/color_codes.png)
![](doc/images/color_codes.png)

As you can see above, if a colored shape contains any text, the color
of the text is adjusted according to the underlying color. If the
Expand All @@ -228,7 +228,7 @@ Document - Symbol representing a document.
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/document.png)
![](doc/images/document.png)


Storage - Symbol representing a form of storage, like a database or a hard disk.
Expand All @@ -240,7 +240,7 @@ Storage - Symbol representing a form of storage, like a database or a hard disk.
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/storage.png)
![](doc/images/storage.png)

Input/Output - Symbol representing input/output.

Expand All @@ -252,7 +252,7 @@ Input/Output - Symbol representing input/output.
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/io.png)
![](doc/images/io.png)

Ellipse

Expand All @@ -264,7 +264,7 @@ Ellipse
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/ellipse.png)
![](doc/images/ellipse.png)

Manual operation

Expand All @@ -276,7 +276,7 @@ Manual operation
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/mo.png)
![](doc/images/mo.png)

Decision ("Choice")

Expand All @@ -288,7 +288,7 @@ Decision ("Choice")
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/choice.png)
![](doc/images/choice.png)

Trapezoid

Expand All @@ -300,7 +300,7 @@ Trapezoid
+-----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/trapezoid.png)
![](doc/images/trapezoid.png)

#### Dashed lines

Expand All @@ -319,7 +319,7 @@ versa), rather than redrawing the whole line/shape. Special symbols
v \-=--+ +----+
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/dashed_demo.png)
![](doc/images/dashed_demo.png)


#### Point markers
Expand All @@ -336,7 +336,7 @@ is still experimental). See below:
*----*
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/point_marker.png)
![](doc/images/point_marker.png)


#### Text handling
Expand All @@ -356,7 +356,7 @@ must be a space before the 'o' as well as after it. See below:
\-----------------/
```

![](https://rawgit.com/stathissideris/ditaa/master/doc/images/bullet.png)
![](doc/images/bullet.png)

#### HTML mode

Expand Down