diff options
-rw-r--r-- | 05/index.xml | 2 | ||||
-rw-r--r-- | 06/birds-0.jpg | bin | 0 -> 1879042 bytes | |||
-rw-r--r-- | 06/birds-1.jpg | bin | 0 -> 1156057 bytes | |||
-rw-r--r-- | 06/birds-2.jpg | bin | 0 -> 1620114 bytes | |||
-rw-r--r-- | 06/ducks-0.jpg | bin | 0 -> 6549378 bytes | |||
-rw-r--r-- | 06/ducks-1.jpg | bin | 0 -> 4858799 bytes | |||
-rw-r--r-- | 06/half-alive-brick.jpg | bin | 0 -> 5976178 bytes | |||
-rw-r--r-- | 06/half-alive-verge.jpg | bin | 0 -> 5182876 bytes | |||
-rw-r--r-- | 06/index.xml | 33 | ||||
-rw-r--r-- | 06/mural.jpg | bin | 0 -> 3994693 bytes | |||
-rw-r--r-- | 06/tranquille.jpg | bin | 0 -> 5120289 bytes | |||
-rw-r--r-- | atom.xslt | 4 | ||||
-rw-r--r-- | index.xhtml | 2 | ||||
-rw-r--r-- | page.xslt | 4 |
14 files changed, 40 insertions, 5 deletions
diff --git a/05/index.xml b/05/index.xml index e6ac6aa..8205993 100644 --- a/05/index.xml +++ b/05/index.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/page.xslt" type="text/xsl"?> -<page prev="04" curr="05"> +<page prev="04" curr="05" next="06"> <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ó"/> diff --git a/06/birds-0.jpg b/06/birds-0.jpg new file mode 100644 index 0000000..92e21e4 --- /dev/null +++ b/06/birds-0.jpg Binary files differdiff --git a/06/birds-1.jpg b/06/birds-1.jpg new file mode 100644 index 0000000..ec5075b --- /dev/null +++ b/06/birds-1.jpg Binary files differdiff --git a/06/birds-2.jpg b/06/birds-2.jpg new file mode 100644 index 0000000..e39d00f --- /dev/null +++ b/06/birds-2.jpg Binary files differdiff --git a/06/ducks-0.jpg b/06/ducks-0.jpg new file mode 100644 index 0000000..40016ef --- /dev/null +++ b/06/ducks-0.jpg Binary files differdiff --git a/06/ducks-1.jpg b/06/ducks-1.jpg new file mode 100644 index 0000000..974960a --- /dev/null +++ b/06/ducks-1.jpg Binary files differdiff --git a/06/half-alive-brick.jpg b/06/half-alive-brick.jpg new file mode 100644 index 0000000..f4d2455 --- /dev/null +++ b/06/half-alive-brick.jpg Binary files differdiff --git a/06/half-alive-verge.jpg b/06/half-alive-verge.jpg new file mode 100644 index 0000000..c566af7 --- /dev/null +++ b/06/half-alive-verge.jpg Binary files differdiff --git a/06/index.xml b/06/index.xml new file mode 100644 index 0000000..b936f13 --- /dev/null +++ b/06/index.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/page.xslt" type="text/xsl"?> +<page prev="05" curr="06"> + <post title="half-life" lang="en"> + <picture filename="half-alive-brick" + desc="tiny plant bush emerged from brick ground, half withered"/> + <picture filename="half-alive-verge" + desc="road verge with healthy succulents and dry flowers"/> + <time>2023-01-01T00:00:00Z</time> + </post> + <post title="quack me a river" lang="en"> + <picture filename="ducks-0" desc="ducks foraging on a river"/> + <picture filename="ducks-1" desc="ducks foraging on a river"/> + <time>2023-01-01T10:10:32Z</time> + </post> + <post title="mass surveillance" lang="en"> + <picture filename="birds-0" desc="flying birds"/> + <picture filename="birds-1" desc="more flying birds"/> + <picture filename="birds-2" desc="even more flying birds"/> + <time>2023-01-03T14:35:44Z</time> + </post> + <post title="just like the films" lang="en"> + <picture filename="mural" + desc="wall mural with hollow bricks on top looking like perfs"/> + <time>2023-01-15T16:44:11Z</time> + </post> + <post title="tranquille" lang="fr"> + <picture filename="tranquille" + desc="paysage fluvial avec des collines et quelques immeubles"/> + <time>2023-01-21T15:02:49Z</time> + </post> + <year>2023</year> +</page> diff --git a/06/mural.jpg b/06/mural.jpg new file mode 100644 index 0000000..454894c --- /dev/null +++ b/06/mural.jpg Binary files differdiff --git a/06/tranquille.jpg b/06/tranquille.jpg new file mode 100644 index 0000000..c6fce4c --- /dev/null +++ b/06/tranquille.jpg Binary files differdiff --git a/atom.xslt b/atom.xslt index 29d6ad5..f54924b 100644 --- a/atom.xslt +++ b/atom.xslt @@ -59,7 +59,9 @@ </xsl:apply-templates> <xsl:apply-templates select="document('05/index.xml')/page"> </xsl:apply-templates> - <updated>2023-01-27T13:40:00Z</updated> + <xsl:apply-templates select="document('06/index.xml')/page"> + </xsl:apply-templates> + <updated>2023-02-16T17:38:00Z</updated> </feed> </xsl:template> </xsl:stylesheet> diff --git a/index.xhtml b/index.xhtml index 02f6f6b..de0f040 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=/05"/> + <meta http-equiv="refresh" content="0; url=/06/"/> <link rel="alternate" type="application/atom+xml" href="/atom.xml"/> </html> diff --git a/page.xslt b/page.xslt index 0b98aed..a9ea776 100644 --- a/page.xslt +++ b/page.xslt @@ -13,9 +13,9 @@ </head> <body> <nav> - <xsl:if test="@prev != ''"><a href="/{@prev}">PREV</a></xsl:if> + <xsl:if test="@prev != ''"><a href="/{@prev}/">PREV</a></xsl:if> <h1>PAGE <xsl:value-of select="@curr"/></h1> - <xsl:if test="@next != ''"><a href="/{@next}">NEXT</a></xsl:if> + <xsl:if test="@next != ''"><a href="/{@next}/">NEXT</a></xsl:if> </nav> <xsl:for-each select="post"> |