Skip to content

Commit

Permalink
added image used in blog post and wiki, remove unused images
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerjon authored and Naren Chainani committed Mar 31, 2016
1 parent 7ace034 commit 2ae3911
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 54 deletions.
Binary file removed documentation/backbeat_flow.png
Binary file not shown.
28 changes: 0 additions & 28 deletions documentation/backbeat_flow.txt

This file was deleted.

Binary file added documentation/images/backbeat_flow_payment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/images/backbeat_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/images/make_payment_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions documentation/plantuml/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
TARGETS = $(shell ls -1 | sed -n 's/\.txt$$/\.png/p')

all: $(TARGETS)

%.png: %.txt
java -Djava.awt.headless=true -jar plantuml.jar -pipe < $< > $@

kqwait: kqwait.c
gcc -std=c99 -Wall -g -o kqwait kqwait.c

.PHONY: clean
clean:
@rm -f $(TARGETS) kqwait kqwait.dSYM core
23 changes: 23 additions & 0 deletions documentation/plantuml/backbeat_flow_payment.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@startuml

"Backbeat Client" -> "Backbeat Server" : Create Workflow for Contract

"Backbeat Client" -> "Backbeat Server" : Signal "Make Payment"

"Backbeat Client" <- "Backbeat Server" : Run "Make Payment"

"Backbeat Client" -> "Backbeat Server" : Add Make Payment Child Activities

"Backbeat Client" <- "Backbeat Server" : Run "Get Sold Vouchers"

"Backbeat Client" -> "Backbeat Server" : "Get Sold Vouchers" Completed

"Backbeat Client" <- "Backbeat Server" : Run "Create Payment"

"Backbeat Client" -> "Backbeat Server" : "Create Payment" Completed

"Backbeat Client" <- "Backbeat Server" : Run "Send to Bank"

"Backbeat Client" -> "Backbeat Server" : "Send to Bank" Complete

@enduml
File renamed without changes.
Binary file removed documentation/state_machine.png
Binary file not shown.
26 changes: 0 additions & 26 deletions documentation/state_machine.txt

This file was deleted.

0 comments on commit 2ae3911

Please sign in to comment.