about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-25 15:01:42 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-25 15:01:42 +0900
commit76cd244c401b3a33cf1398d8e1d4d5c2e3c77e4d (patch)
treef62ffce5963c67687be704c74f4dcbf7cf549cca
parent94e339ac9b5a6b726bf114b12b077b2da3781497 (diff)
downloadpx-76cd244c401b3a33cf1398d8e1d4d5c2e3c77e4d.tar.gz
Improve Atom compliance
-rw-r--r--08/blosme.jpgbin0 -> 6487599 bytes
-rw-r--r--08/index.xml15
-rw-r--r--08/ladybug.jpgbin0 -> 2014518 bytes
-rw-r--r--08/shoot.jpgbin0 -> 6409546 bytes
-rw-r--r--08/shoots.jpgbin0 -> 10683702 bytes
-rw-r--r--08/stairs-grass.jpgbin0 -> 9136615 bytes
-rw-r--r--08/stairs-sky.jpgbin0 -> 5103471 bytes
-rw-r--r--atom.xslt3
8 files changed, 17 insertions, 1 deletions
diff --git a/08/blosme.jpg b/08/blosme.jpg
new file mode 100644
index 0000000..8a4725a
--- /dev/null
+++ b/08/blosme.jpg
Binary files differdiff --git a/08/index.xml b/08/index.xml
index e37916e..9f51282 100644
--- a/08/index.xml
+++ b/08/index.xml
@@ -7,5 +7,20 @@
     <picture filename="bees-2" desc="two bees"/>
     <time>2023-04-01T08:09:10Z</time>
   </post>
+  <post title="oh shoots" lang="en">
+    <picture filename="shoot" desc="tiny shoot grown from the trunk"/>
+    <picture filename="shoots" desc="multiple shoots"/>
+    <picture filename="blosme" desc="bush of flowers"/>
+    <time>2023-04-01T09:15:18Z</time>
+  </post>
+  <post title="miraculous ladybug" lang="en">
+    <picture filename="ladybug" desc="ladybug on a sprout"/>
+    <time>2023-04-13T09:58:42Z</time>
+  </post>
+  <post title="stairway to heavens" lang="en">
+    <picture filename="stairs-sky" desc="stairs leading to the sky"/>
+    <picture filename="stairs-grass" desc="edenic stairs covered with grass"/>
+    <time>2023-04-28T07:13:38Z</time>
+  </post>
   <year>2023</year>
 </page>
diff --git a/08/ladybug.jpg b/08/ladybug.jpg
new file mode 100644
index 0000000..5d948be
--- /dev/null
+++ b/08/ladybug.jpg
Binary files differdiff --git a/08/shoot.jpg b/08/shoot.jpg
new file mode 100644
index 0000000..21a163f
--- /dev/null
+++ b/08/shoot.jpg
Binary files differdiff --git a/08/shoots.jpg b/08/shoots.jpg
new file mode 100644
index 0000000..8254157
--- /dev/null
+++ b/08/shoots.jpg
Binary files differdiff --git a/08/stairs-grass.jpg b/08/stairs-grass.jpg
new file mode 100644
index 0000000..dc0cbbb
--- /dev/null
+++ b/08/stairs-grass.jpg
Binary files differdiff --git a/08/stairs-sky.jpg b/08/stairs-sky.jpg
new file mode 100644
index 0000000..4519a41
--- /dev/null
+++ b/08/stairs-sky.jpg
Binary files differdiff --git a/atom.xslt b/atom.xslt
index d984a7a..cb81ca8 100644
--- a/atom.xslt
+++ b/atom.xslt
@@ -47,6 +47,7 @@
         <email>mcsinyx@disroot.org</email>
       </author>
       <rights>CC BY-SA 4.0</rights>
+      <updated>2023-04-28T07:13:38Z</updated>
       <xsl:apply-templates select="document('00/index.xml')/page"/>
       <xsl:apply-templates select="document('01/index.xml')/page"/>
       <xsl:apply-templates select="document('02/index.xml')/page"/>
@@ -55,7 +56,7 @@
       <xsl:apply-templates select="document('05/index.xml')/page"/>
       <xsl:apply-templates select="document('06/index.xml')/page"/>
       <xsl:apply-templates select="document('07/index.xml')/page"/>
-      <updated>2023-02-16T17:38:00Z</updated>
+      <xsl:apply-templates select="document('08/index.xml')/page"/>
     </feed>
   </xsl:template>
 </xsl:stylesheet>