This commit is contained in:
Madison Scott-Clary
2019-12-26 15:57:30 -08:00
parent 6a42ed8f1f
commit 83849bb2b9
10 changed files with 3183 additions and 2850 deletions

View File

@ -58,6 +58,23 @@ digraph Map {
"Agony and Ecstasy" -> "Video"
"Agony and Ecstasy" -> "Text"
node[group="overflowing",style="filled",fillcolor="#aaaaaa",fontcolor="#000000"]
"Overflowing" [href="/poet-and-mystic/overflowing"]
node[group="with",style="filled",fillcolor="#666666",fontcolor="#cccccc"]
"With" [href="/poet-and-mystic/overflowing/with"]
node[group="words",style="filled",fillcolor="#000000",fontcolor="#777777"]
"Words 1" [href="/poet-and-mystic/overflowing/words"]
"Words 2" [href="/poet-and-mystic/overflowing/words/2"]
"Words 3" [href="/poet-and-mystic/overflowing/words/3"]
"Words 4" [href="/poet-and-mystic/overflowing/words/4"]
"Words 5" [href="/poet-and-mystic/overflowing/words/5"]
"Words 6" [href="/poet-and-mystic/overflowing/words/6"]
"Words 7" [href="/poet-and-mystic/overflowing/words/7"]
"Words 1" -> "Words 2" -> "Words 3" -> "Words 4" -> "Words 5" ->
"Words 6" -> "Words 7"
node[group="from-within",style="filled",fillcolor="#333a18",fontcolor="#ccddcc"]
"From within 1" [href="/from-within/"]
"From within 2" [href="/from-within/2"]
@ -408,6 +425,7 @@ digraph Map {
/*"Poet and Mystic 1" -> "Manifesto Project 1"*/
"Poet and Mystic 13" -> "Agony and Ecstasy"
"Poet and Mystic 8" -> "Dreams 2"
"Poet and Mystic 11" -> "Overflowing" -> "With" -> "Words 1"
// Poly
"Poly 1" -> "Jay 1"

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 162 KiB