User: GNUtoo/TESTS

From LibrePlanet
Jump to: navigation, search
(Test graphviz)
 
("automatic" tests for the DistroPackage template)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
== Packages ==
 +
{| class="wikitable sortable" border="1"
 +
|- bgcolor="#6699ff"
 +
! Distribution
 +
! Example
 +
|-
 +
| Dragora
 +
| {{DistroPackage|Dragora|boot/grub}}
 +
|-
 +
| Dynebolic
 +
|
 +
|-
 +
| Guix
 +
| {{DistroPackage|Guix|grub}}
 +
|-
 +
| Hyperbola
 +
| {{DistroPackage|Hyperbola|grub}}
 +
|-
 +
| LibreCMC
 +
|
 +
|-
 +
| Parabola
 +
| {{DistroPackage|Parabola|grub}}
 +
|-
 +
| ProteanOS
 +
|
 +
|-
 +
| PureOS
 +
|
 +
|-
 +
| Trisquel
 +
| {{DistroPackage|Trisquel|grub}}
 +
|-
 +
| Ututo S
 +
|}
 +
 
== graphviz ==
 
== graphviz ==
  
Line 4: Line 40:
 
graph hello {
 
graph hello {
  
// Comment: Hello World from ``dot``
+
Node1 [label="Hello LibrePlanet"]
// a graph with a single node Node1
 
 
 
Node1 [label="Hello, World!"]
 
  
 
}
 
}
 
</graphviz>
 
</graphviz>

Latest revision as of 20:51, 1 August 2024

Packages

Distribution Example
Dragora

boot/grub

Dynebolic
Guix

grub

Hyperbola

grub

LibreCMC
Parabola

grub

ProteanOS
PureOS
Trisquel

grub

Ututo S

graphviz

<graphviz> graph hello {

Node1 [label="Hello LibrePlanet"]

} </graphviz>