mark archived articles as such

This commit is contained in:
Yann Esposito (Yogsototh) 2022-10-27 14:33:35 +02:00
parent 059fabd7d0
commit 2a1dbe6c9e
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 10 additions and 2 deletions

View file

@ -134,9 +134,9 @@ Lets begin to write code</p>
<h2 id="think">Think</h2>
<p>After some times, I just stopped to work. Tell myself <em>“it is enough, now, I must finish it!”</em>. I took a sheet of paper, a pen and began to draw some trees.</p>
<p>I began by make by removing most of the verbosity. I first renamed <code>&lt;item name="Menu"&gt;</code> by simpler name <code>M</code> for example. I obtained something like:</p>
<p><img src="code/The_source_tree.png" alt="The source tree" /></p>
<img src="code/The_source_tree.png" alt="The source tree" />
<p>and</p>
<p><img src="code/The_destination_tree.png" alt="The destination tree" /></p>
<img src="code/The_destination_tree.png" alt="The destination tree" />
<p>Then I made myself the following reflexion:</p>
<p>Considering Tree Edit Distance, each unitary transformation of tree correspond to a simple search and replace on my <sc>xml</sc> source<a href="#fn2" class="footnote-ref" id="fnref2"><sup>2</sup></a>. We consider three atomic transformations on trees:</p>
<ul>

View file

@ -1,3 +1,11 @@
body { padding-top: 0; }
body:before {
content: "ARCHIVED ARTICLE";
display: block;
background: #000;
color: #aaa;
text-align: center;
}
.highlight { background: #ff0; color: #000; }
#choix, #afterarticle { text-align: center; }
#choixlang { float: left; width: 0; }