-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalgs.xml
46 lines (46 loc) · 1.88 KB
/
algs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE algs [<!ELEMENT algs (alg)*>
<!ELEMENT alg (category , description , moves , image , last-ask , phase)>
<!ATTLIST alg id ID #REQUIRED>]>
<algs nextid="5">
<alg id="0">
<category>ZBLL</category>
<description>T pure OLL case.</description>
<moves>(U) R U R' U R U2 R' U2 R' U' R U' R' U2 R</moves>
<image>http://stachu.cubing.net/v/?fmt=svg&case=%28U%29%20R%20U%20R%27%20U%20R%20U2%20R%27%20U2%20R%27%20U%27%20R%20U%27%20R%27%20U2%20R&size=200&view=plan</image>
<last-ask>0</last-ask>
<phase>-1</phase>
</alg>
<alg id="1">
<category>ZBLL</category>
<description>T case with 2x2 block</description>
<moves>r U R' U' r' F R F'</moves>
<image>http://stachu.cubing.net/v/?fmt=png&size=200&case=r U R' U' r' F R F'&stage=ll&view=plan</image>
<last-ask>1458839432</last-ask>
<phase>1</phase>
</alg>
<alg id="2">
<category>OLL</category>
<description>T-shaped OLL</description>
<moves>F R U R' U' F'</moves>
<image>http://stachu.cubing.net/v/?fmt=svg&size=200&case=F R U R' U' F'&stage=oll&view=plan</image>
<last-ask>1458841355</last-ask>
<phase>1</phase>
</alg>
<alg id="3">
<category>OLL</category>
<description>Headlights OLL case.</description>
<moves>R2 D R' U2 R D' R' U2 R'</moves>
<image>http://stachu.cubing.net/v/?fmt=svg&size=200&case=R2 D R' U2 R D' R' U2 R'&stage=oll&view=plan</image>
<last-ask>1458841888</last-ask>
<phase>1</phase>
</alg>
<alg id="4">
<category>ZBLL</category>
<description>Headlights case with block on BL</description>
<moves>R2 D R' U2 R D' R' U2 R'</moves>
<image>http://stachu.cubing.net/v/?fmt=svg&size=200&case=R2 D R' U2 R D' R' U2 R'&stage=ll&view=plan</image>
<last-ask>1458842580</last-ask>
<phase>1</phase>
</alg>
</algs>