From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Diagram of a typical Guides workflow

digraph Docs_Project_workflow
{
  size="7.5,5.5";
  rankdir="LR";
  label="Typical Guides Workflow";
  fontname="Liberation Sans Bold";
  fontsize=18;
  node [ style="filled" fillcolor="gray" ];
  wiki [ shape=record style="filled" fillcolor="gray" fontsize=18 ];
  git [ shape=record style="filled" fillcolor="lightcyan" fontsize=18 ];
  "Package\nDatabase" [ shape=record style="filled" fillcolor="gray" ];
  "docs.fp.o" [ shape=record style="filled" fillcolor="lightcyan" ];
  "Collect\nExpert Input" [ style="filled" fillcolor="lemonchiffon" ];
  "write XML" [ style="filled" fillcolor="lemonchiffon" ];
  "Review/Edit\nXML" [ style="filled" fillcolor="lemonchiffon" ];
  "Publish" [ style="filled" fillcolor="lemonchiffon" ];
  "Collect\nExpert Input" -> wiki [color="gray"];
  "Collect\nExpert Input" -> "write\nWiki" [color="gray"];
  "write\nWiki" -> wiki [color="gray"];
  "Review/Edit\nWiki" -> wiki [color="gray"];
  wiki -> "Review/Edit\nWiki" [color="gray"];
  "Collect\nExpert Input" -> "write XML";
  wiki -> "write XML" [color="gray"];
  "write XML" -> git;
  git -> "Review/Edit\nXML";
  "Review/Edit\nXML" -> git;
  git -> "Publish";
  git -> "Package\nDocument" [color="gray"];
  "Package\nDocument" -> "Push to\nFedora" [color="gray"];
  "Push to\nFedora" -> "Package\nDatabase" [color="gray"];
  "Publish" -> "docs.fp.o";
}

Resulting image:

Flo-guidesLR.png