diff options
-rw-r--r-- | 05/birds-sitting-0.jpg | bin | 0 -> 2612873 bytes | |||
-rw-r--r-- | 05/birds-sitting-1.jpg | bin | 0 -> 5651106 bytes | |||
-rw-r--r-- | 05/birds-sitting-2.jpg | bin | 0 -> 4102974 bytes | |||
-rw-r--r-- | 05/birds-sitting-3.jpg | bin | 0 -> 3673575 bytes | |||
-rw-r--r-- | 05/birds-sitting-4.jpg | bin | 0 -> 4067445 bytes | |||
-rw-r--r-- | 05/birds-taking-off.jpg | bin | 0 -> 3612575 bytes | |||
-rw-r--r-- | 05/bleak-0.jpg | bin | 0 -> 3113258 bytes | |||
-rw-r--r-- | 05/bleak-1.jpg | bin | 0 -> 2969247 bytes | |||
-rw-r--r-- | 05/index.xml | 39 | ||||
-rw-r--r-- | 05/steeple-brick.jpg | bin | 0 -> 1323439 bytes | |||
-rw-r--r-- | 05/steeple-glass.jpg | bin | 0 -> 1270071 bytes | |||
-rw-r--r-- | 05/steeples-lattice.jpg | bin | 0 -> 344878 bytes | |||
-rw-r--r-- | atom.xslt | 2 | ||||
-rw-r--r-- | index.xhtml | 2 |
14 files changed, 42 insertions, 1 deletions
diff --git a/05/birds-sitting-0.jpg b/05/birds-sitting-0.jpg new file mode 100644 index 0000000..7f7ae67 --- /dev/null +++ b/05/birds-sitting-0.jpg Binary files differdiff --git a/05/birds-sitting-1.jpg b/05/birds-sitting-1.jpg new file mode 100644 index 0000000..672472d --- /dev/null +++ b/05/birds-sitting-1.jpg Binary files differdiff --git a/05/birds-sitting-2.jpg b/05/birds-sitting-2.jpg new file mode 100644 index 0000000..368d432 --- /dev/null +++ b/05/birds-sitting-2.jpg Binary files differdiff --git a/05/birds-sitting-3.jpg b/05/birds-sitting-3.jpg new file mode 100644 index 0000000..2d41f33 --- /dev/null +++ b/05/birds-sitting-3.jpg Binary files differdiff --git a/05/birds-sitting-4.jpg b/05/birds-sitting-4.jpg new file mode 100644 index 0000000..0541a2f --- /dev/null +++ b/05/birds-sitting-4.jpg Binary files differdiff --git a/05/birds-taking-off.jpg b/05/birds-taking-off.jpg new file mode 100644 index 0000000..93220c9 --- /dev/null +++ b/05/birds-taking-off.jpg Binary files differdiff --git a/05/bleak-0.jpg b/05/bleak-0.jpg new file mode 100644 index 0000000..86d9a68 --- /dev/null +++ b/05/bleak-0.jpg Binary files differdiff --git a/05/bleak-1.jpg b/05/bleak-1.jpg new file mode 100644 index 0000000..2c9b4b1 --- /dev/null +++ b/05/bleak-1.jpg Binary files differdiff --git a/05/index.xml b/05/index.xml new file mode 100644 index 0000000..e6ac6aa --- /dev/null +++ b/05/index.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/page.xslt" type="text/xsl"?> +<page prev="04" curr="05"> + <post title="hội chữ thập xám" lang="vi"> + <picture filename="steeple-brick" + desc="tháp gạch, trên thánh giá có gà trống chỉ gió"/> + <picture filename="steeples-lattice" + desc="hai tháp thánh giá cạnh nhau, đều bằng thép"/> + <picture filename="steeple-glass" + desc="tháp thánh giá với tường bằng kính"/> + <time>2022-12-12T02:19:34Z</time> + </post> + <post title="recharging government surveillance drones" lang="en"> + <picture filename="birds-sitting-0" + desc="birds sitting on power lines behind some pine trees"/> + <picture filename="birds-sitting-1" + desc="birds sitting on power lines behind some deciduous trees"/> + <picture filename="birds-sitting-2" + desc="birds sitting on power lines, some flying"/> + <picture filename="birds-sitting-3" + desc="more birds sitting on power lines, some more flying"/> + <time>2022-12-16T11:13:34Z</time> + </post> + <post title="đìu hiu" lang="vi"> + <picture filename="bleak-0" + desc="cây trơ cành, bao bởi tường gạch xi măng"/> + <picture filename="bleak-1" + desc="cây trơ cành trước nhà kéo rèm kín mít như không nguời ở"/> + <time>2022-12-19T15:57:14Z</time> + </post> + <post title="ready, set, go" lang="en"> + <picture filename="birds-sitting-4" + desc="birds sitting on power lines"/> + <picture filename="birds-taking-off" + desc="same birds taking off from power lines"/> + <time>2022-12-27T16:18:51Z</time> + </post> + <year>2022</year> +</page> diff --git a/05/steeple-brick.jpg b/05/steeple-brick.jpg new file mode 100644 index 0000000..c87a2a5 --- /dev/null +++ b/05/steeple-brick.jpg Binary files differdiff --git a/05/steeple-glass.jpg b/05/steeple-glass.jpg new file mode 100644 index 0000000..eadcf71 --- /dev/null +++ b/05/steeple-glass.jpg Binary files differdiff --git a/05/steeples-lattice.jpg b/05/steeples-lattice.jpg new file mode 100644 index 0000000..4a9eb7a --- /dev/null +++ b/05/steeples-lattice.jpg Binary files differdiff --git a/atom.xslt b/atom.xslt index 5ae450a..f1ea557 100644 --- a/atom.xslt +++ b/atom.xslt @@ -57,6 +57,8 @@ </xsl:apply-templates> <xsl:apply-templates select="document('04/index.xml')/page"> </xsl:apply-templates> + <xsl:apply-templates select="document('05/index.xml')/page"> + </xsl:apply-templates> <updated>2023-01-27T13:40:00Z</updated> </feed> </xsl:template> diff --git a/index.xhtml b/index.xhtml index 76520d3..02f6f6b 100644 --- a/index.xhtml +++ b/index.xhtml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> - <meta http-equiv="refresh" content="0; url=/04"/> + <meta http-equiv="refresh" content="0; url=/05"/> <link rel="alternate" type="application/atom+xml" href="/atom.xml"/> </html> |