guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: website: commit-authentication: Publish.


From: Ludovic Courtès
Subject: 02/04: website: commit-authentication: Publish.
Date: Wed, 1 Jul 2020 11:35:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 2dbd8c2c1e728f9cd566019ff3fe7db87ff37536
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 1 16:23:59 2020 +0200

    website: commit-authentication: Publish.
    
    * website/drafts/commit-authentication.md: Rename to...
    * website/posts/securing-updates.md: ... this.
    * website/static/blog/img/commit-graph.svg: New file.
---
 .../securing-updates.md}                           |  0
 website/static/blog/img/commit-graph.svg           | 97 ++++++++++++++++++++++
 2 files changed, 97 insertions(+)

diff --git a/website/drafts/commit-authentication.md 
b/website/posts/securing-updates.md
similarity index 100%
rename from website/drafts/commit-authentication.md
rename to website/posts/securing-updates.md
diff --git a/website/static/blog/img/commit-graph.svg 
b/website/static/blog/img/commit-graph.svg
new file mode 100644
index 0000000..c20f211
--- /dev/null
+++ b/website/static/blog/img/commit-graph.svg
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<!-- Generated by graphviz version 2.42.3 (20191010.1750)
+ -->
+<!-- Title: Grafts Pages: 1 -->
+<svg width="854pt" height="357pt"
+ viewBox="0.00 0.00 853.50 357.00" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
+<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 353)">
+<title>Grafts</title>
+<polygon fill="white" stroke="transparent" points="-4,4 -4,-353 849.5,-353 
849.5,4 -4,4"/>
+<!-- A -->
+<g id="node1" class="node">
+<title>A</title>
+<polygon fill="none" stroke="#aa4422" points="480,-38 376,-38 376,0 480,0 
480,-38"/>
+<text text-anchor="middle" x="428" y="-22.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">A</text>
+<text text-anchor="middle" x="428" y="-7.8" font-family="Helvetica,sans-Serif" 
font-size="14.00">author: Alice</text>
+<text text-anchor="middle" x="317.5" y="-41.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">authorized: Alice</text>
+</g>
+<!-- B -->
+<g id="node2" class="node">
+<title>B</title>
+<polygon fill="none" stroke="#aa4422" points="480,-112 376,-112 376,-74 
480,-74 480,-112"/>
+<text text-anchor="middle" x="428" y="-96.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">B</text>
+<text text-anchor="middle" x="428" y="-81.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">author: Alice</text>
+<text text-anchor="middle" x="299.5" y="-115.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">authorized: Alice, 
Bob</text>
+</g>
+<!-- B&#45;&gt;A -->
+<g id="edge1" class="edge">
+<title>B&#45;&gt;A</title>
+<path fill="none" stroke="orange" d="M428,-73.83C428,-66.13 428,-56.97 
428,-48.42"/>
+<polygon fill="orange" stroke="orange" points="431.5,-48.41 428,-38.41 
424.5,-48.41 431.5,-48.41"/>
+</g>
+<!-- C -->
+<g id="node3" class="node">
+<title>C</title>
+<polygon fill="none" stroke="#22aa44" points="251,-186 153,-186 153,-148 
251,-148 251,-186"/>
+<text text-anchor="middle" x="202" y="-170.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">C</text>
+<text text-anchor="middle" x="202" y="-155.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">author: Bob</text>
+<text text-anchor="middle" x="76.5" y="-189.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">authorized: Alice, 
Bob</text>
+</g>
+<!-- C&#45;&gt;B -->
+<g id="edge2" class="edge">
+<title>C&#45;&gt;B</title>
+<path fill="none" stroke="orange" d="M251.04,-150.38C284.74,-139.64 
329.76,-125.3 365.95,-113.77"/>
+<polygon fill="orange" stroke="orange" points="367.45,-116.96 375.91,-110.59 
365.32,-110.3 367.45,-116.96"/>
+</g>
+<!-- D -->
+<g id="node4" class="node">
+<title>D</title>
+<polygon fill="none" stroke="#aa4422" points="324,-260 220,-260 220,-222 
324,-222 324,-260"/>
+<text text-anchor="middle" x="272" y="-244.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">D</text>
+<text text-anchor="middle" x="272" y="-229.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">author: Alice</text>
+<text text-anchor="middle" x="143.5" y="-263.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">authorized: Alice, 
Bob</text>
+</g>
+<!-- D&#45;&gt;C -->
+<g id="edge3" class="edge">
+<title>D&#45;&gt;C</title>
+<path fill="none" stroke="orange" d="M254.34,-221.83C246.03,-213.28 
235.97,-202.94 226.91,-193.62"/>
+<polygon fill="orange" stroke="orange" points="229.38,-191.14 219.9,-186.41 
224.36,-196.02 229.38,-191.14"/>
+</g>
+<!-- E -->
+<g id="node5" class="node">
+<title>E</title>
+<polygon fill="none" stroke="#22aa44" points="703,-186 605,-186 605,-148 
703,-148 703,-186"/>
+<text text-anchor="middle" x="654" y="-170.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">E</text>
+<text text-anchor="middle" x="654" y="-155.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">author: Bob</text>
+<text text-anchor="middle" x="528.5" y="-189.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">authorized: Alice, 
Bob</text>
+</g>
+<!-- E&#45;&gt;B -->
+<g id="edge6" class="edge">
+<title>E&#45;&gt;B</title>
+<path fill="none" stroke="darkviolet" d="M604.96,-150.38C571.26,-139.64 
526.24,-125.3 490.05,-113.77"/>
+<polygon fill="darkviolet" stroke="darkviolet" points="490.68,-110.3 
480.09,-110.59 488.55,-116.96 490.68,-110.3"/>
+</g>
+<!-- F -->
+<g id="node6" class="node">
+<title>F</title>
+<polygon fill="none" stroke="#aa4422" points="480,-334 376,-334 376,-296 
480,-296 480,-334"/>
+<text text-anchor="middle" x="428" y="-318.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">F</text>
+<text text-anchor="middle" x="428" y="-303.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">author: Alice</text>
+<text text-anchor="middle" x="299.5" y="-337.8" 
font-family="Helvetica,sans-Serif" font-size="14.00">authorized: Alice, 
Bob</text>
+</g>
+<!-- F&#45;&gt;D -->
+<g id="edge4" class="edge">
+<title>F&#45;&gt;D</title>
+<path fill="none" stroke="orange" d="M388.63,-295.83C367.86,-286.24 
342.2,-274.4 320.24,-264.27"/>
+<polygon fill="orange" stroke="orange" points="321.63,-261.05 311.08,-260.04 
318.7,-267.41 321.63,-261.05"/>
+</g>
+<!-- F&#45;&gt;E -->
+<g id="edge5" class="edge">
+<title>F&#45;&gt;E</title>
+<path fill="none" stroke="darkviolet" d="M456.17,-295.8C496.88,-269.5 
572.21,-220.84 617.25,-191.74"/>
+<polygon fill="darkviolet" stroke="darkviolet" points="619.33,-194.56 
625.83,-186.2 615.54,-188.68 619.33,-194.56"/>
+</g>
+</g>
+</svg>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]