Welcome to Twibooru! Anonymous posting only; no content restrictions beyond pony-related and legal; comments are disabled by default (Settings -> Comments). Read me!
Uploaded by Anonymous #4791
  190 words TXT 1 kB
Size: 723x960 | Tagged: safe, ponybooru import, derpibooru, ponerpics, ponybooru, twibooru, booru on rails, danbooru, furbooru, image, import, lyrabooru, manebooru, meta, philomena (software), rainbooru, shimmie, svg, text, text only
  1. // version 0.1
  2. // 2021-12-12
  3. // arrow directions show the flow of images
  4. // that means they show the opposite of the flow of sourcing
  5. digraph {
  6. label="Automatic Pony Import Flow";
  7. rankdir="LR";
  8. // list boorus by software
  9. // same software = same shape
  10. subgraph {
  11. node [ shape = trapezium ];
  12. Philomena;
  13. Derpibooru;
  14. Ponerpics;
  15. Ponybooru;
  16. Furbooru;
  17. Manebooru;
  18. }
  19. subgraph {
  20. node [shape=oval];
  21. Danbooru;
  22. shb [
  23. label = "Soviet Horse Board";
  24. tooltip = "I don't remember the name of this one or if it is defunct or not";
  25. ];
  26. }
  27. subgraph {
  28. node [shape=box];
  29. BoR [ label = "Booru on Rails" ];
  30. Twibooru;
  31. }
  32. subgraph {
  33. node [shape=octagon];
  34. Other;
  35. Rainbooru;
  36. }
  37. subgraph {
  38. node [shape=egg];
  39. Shimmie;
  40. Lyrabooru;
  41. }
  42. // Now we draw the graph
  43. subgraph cluster_no_import {
  44. Derpibooru Furbooru Rainbooru Lyrabooru shb
  45. label = "Does Not Automatically Import";
  46. // source boorus
  47. }
  48. subgraph cluster_unknown_import {
  49. Manebooru;
  50. label = "Unknown automatic import status";
  51. }
  52. // List the known automated import flows
  53. Derpibooru->Ponerpics;
  54. Derpibooru->Twibooru;
  55. Derpibooru->Ponybooru;
  56. Twibooru->Ponerpics;
  57. Ponybooru->Ponerpics;
  58. // map key
  59. subgraph cluster_software {
  60. label = "software key";
  61. rankdir = "TB";
  62. fontcolor = "gray41";
  63. color = "gray69";
  64. Philomena;
  65. Danbooru;
  66. Shimmie;
  67. Other;
  68. BoR;
  69. }
  70. }

Description:

Leave your comments, updates, flaming, and corrections underneath image #2999181 over on Ponybooru.