diff options
-rw-r--r-- | 02/index.xml | 11 | ||||
-rw-r--r-- | 02/squash-flower.jpg | bin | 0 -> 3956962 bytes | |||
-rw-r--r-- | 02/sundrops-flowers.jpg | bin | 0 -> 4504402 bytes | |||
-rw-r--r-- | 02/sundrops-shoot.jpg | bin | 0 -> 6809431 bytes | |||
-rw-r--r-- | 03/index.xml | 12 | ||||
-rw-r--r-- | 03/twilight-moon.jpg | bin | 0 -> 9016600 bytes | |||
-rw-r--r-- | 03/twilight-silhouette.jpg | bin | 0 -> 3559070 bytes | |||
-rw-r--r-- | atom.xslt | 2 | ||||
-rw-r--r-- | index.xhtml | 2 |
9 files changed, 25 insertions, 2 deletions
diff --git a/02/index.xml b/02/index.xml index 80d01e5..8caf795 100644 --- a/02/index.xml +++ b/02/index.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/page.xslt" type="text/xsl"?> -<page prev="01" curr="02"> +<page prev="01" curr="02" next="03"> <post id="electromagneticpunk"> <picture filename="urban-0" desc="street with lots of power lines and surveillance cameras"/> @@ -21,5 +21,14 @@ <picture filename="verbena" desc="bush of verbena bonariensis"/> <time>2022-09-29T18:25:14Z</time> </post> + <post id="yellow-flowers"> + <picture filename="sundrops-flowers" + desc="evening primrose flowers and buds"/> + <picture filename="squash-flower" + desc="squash flower with other plants in the background"/> + <picture filename="sundrops-shoot" + desc="shoot of evening primrose"/> + <time>2022-10-02T14:40:16Z</time> + </post> <year>2022</year> </page> diff --git a/02/squash-flower.jpg b/02/squash-flower.jpg new file mode 100644 index 0000000..cf8799a --- /dev/null +++ b/02/squash-flower.jpg Binary files differdiff --git a/02/sundrops-flowers.jpg b/02/sundrops-flowers.jpg new file mode 100644 index 0000000..a50cf47 --- /dev/null +++ b/02/sundrops-flowers.jpg Binary files differdiff --git a/02/sundrops-shoot.jpg b/02/sundrops-shoot.jpg new file mode 100644 index 0000000..347eaf1 --- /dev/null +++ b/02/sundrops-shoot.jpg Binary files differdiff --git a/03/index.xml b/03/index.xml new file mode 100644 index 0000000..df0087f --- /dev/null +++ b/03/index.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/page.xslt" type="text/xsl"?> +<page prev="02" curr="03"> + <post id="xế-chiều"> + <picture filename="twilight-moon" + desc="cloudy sky with crescent moon in the twilight"/> + <picture filename="twilight-silhouette" + desc="cloudy sky with tree silhouette in the twilight"/> + <time>2022-10-04T10:59:39Z</time> + </post> + <year>2022</year> +</page> diff --git a/03/twilight-moon.jpg b/03/twilight-moon.jpg new file mode 100644 index 0000000..7e4b103 --- /dev/null +++ b/03/twilight-moon.jpg Binary files differdiff --git a/03/twilight-silhouette.jpg b/03/twilight-silhouette.jpg new file mode 100644 index 0000000..b19ebac --- /dev/null +++ b/03/twilight-silhouette.jpg Binary files differdiff --git a/atom.xslt b/atom.xslt index 1bb4ecd..3d65467 100644 --- a/atom.xslt +++ b/atom.xslt @@ -53,6 +53,8 @@ </xsl:apply-templates> <xsl:apply-templates select="document('02/index.xml')/page"> </xsl:apply-templates> + <xsl:apply-templates select="document('03/index.xml')/page"> + </xsl:apply-templates> <updated>2023-01-25T10:50:00Z</updated> </feed> </xsl:template> diff --git a/index.xhtml b/index.xhtml index 4fe85a4..3944acb 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=/02"/> + <meta http-equiv="refresh" content="0; url=/03"/> <link rel="alternate" type="application/atom+xml" href="/atom.xml"/> </html> |