about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-26 20:29:12 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-26 20:33:31 +0900
commit80f2bf40067360b4a36d64a7e55048586562827d (patch)
treee667e6dadb671ee31de6d45cd7a3b05f8d8e4758
parentea1e82c58d4b36f5ac194f6b901425cdf99f2661 (diff)
downloadpx-80f2bf40067360b4a36d64a7e55048586562827d.tar.gz
Add a few more posts
-rw-r--r--02/index.xml11
-rw-r--r--02/squash-flower.jpgbin0 -> 3956962 bytes
-rw-r--r--02/sundrops-flowers.jpgbin0 -> 4504402 bytes
-rw-r--r--02/sundrops-shoot.jpgbin0 -> 6809431 bytes
-rw-r--r--03/index.xml12
-rw-r--r--03/twilight-moon.jpgbin0 -> 9016600 bytes
-rw-r--r--03/twilight-silhouette.jpgbin0 -> 3559070 bytes
-rw-r--r--atom.xslt2
-rw-r--r--index.xhtml2
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>