aboutsummaryrefslogtreecommitdiff
path: root/rpkid/doc/pubd.dot
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-04-16 20:32:12 +0000
committerRob Austein <sra@hactrn.net>2012-04-16 20:32:12 +0000
commit2d26c4f5e632286cf6a75e20229f95fa799f5147 (patch)
treee9179438e7d39a02ddb655bec818bdcb5a203e77 /rpkid/doc/pubd.dot
parent6f45f4a6b5a65ab12db71623877ce075f218e98c (diff)
Clean up README files. Mostly this means changing them to pointers to
the real consolidated documentation. Delete old Doxygen-based rpkid manual and stuff that went with it, while retaining ability to generate Doxygen manual of internals for the libraries. This closes #232. svn path=/trunk/; revision=4424
Diffstat (limited to 'rpkid/doc/pubd.dot')
-rw-r--r--rpkid/doc/pubd.dot9
1 files changed, 0 insertions, 9 deletions
diff --git a/rpkid/doc/pubd.dot b/rpkid/doc/pubd.dot
deleted file mode 100644
index 3d42398d..00000000
--- a/rpkid/doc/pubd.dot
+++ /dev/null
@@ -1,9 +0,0 @@
-// Automatically generated from pubd.sql
-
-digraph test {
- edge [arrowtail=none, arrowhead=crow];
- graph [ratio=fill, overlap=false];
- node [label="\N", fillcolor=white, shape=record, style=filled];
- node1 [label="{config\n|config_id\ SERIAL\ [PK]\lbpki_crl\ LONGBLOB\ [N]\l}"];
- node2 [label="{client\n|client_id\ SERIAL\ [PK]\lclient_handle\ VARCHAR\ [U]\lbase_uri\ TEXT\ [N]\lbpki_cert\ LONGBLOB\ [N]\lbpki_glue\ LONGBLOB\ [N]\llast_cms_timestamp\ DATETIME\ [N]\l}"];
-}