diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 06:52:30 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 06:52:30 +0900 |
commit | 48609a04fa066c0a3ba7bdf58790d35371a23c02 (patch) | |
tree | 0f54dab62271d4f0d9dc2ec075993a94623807da /02/index.xml | |
parent | 57af562353e701faa17d5fe0b519919af48a1b6f (diff) | |
download | px-48609a04fa066c0a3ba7bdf58790d35371a23c02.tar.gz |
Turn year and time into XML attributes
Diffstat (limited to '02/index.xml')
-rw-r--r-- | 02/index.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/02/index.xml b/02/index.xml index 7e17c82..d309b7c 100644 --- a/02/index.xml +++ b/02/index.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/page.xslt" type="text/xsl"?> -<page prev="01" curr="02" next="03"> - <post title="electromagneticpunk" lang="en"> +<page prev="01" curr="02" next="03" year="2022"> + <post title="electromagneticpunk" lang="en" time="2022-06-13T15:22:11Z"> <picture filename="urban-0" desc="street with lots of power lines and surveillance cameras"/> <picture filename="urban-1" @@ -11,24 +11,20 @@ <picture filename="urban-3" desc="street with lots of power lines and surveillance cameras"/> <picture filename="urban-4" desc="rooftop with many antennae"/> - <time>2022-06-13T15:22:11Z</time> </post> - <post title="mante morte" lang="fr"> + <post title="mante morte" lang="fr" time="2022-09-21T17:06:45Z"> <picture filename="mante-morte" desc="mante morte sur le sol"/> - <time>2022-09-21T17:06:45Z</time> </post> - <post title="always look on the bright side of life" lang="en"> + <post title="always look on the bright side of life" lang="en" + time="2022-09-29T18:25:14Z"> <picture filename="verbena" desc="bush of verbena bonariensis"/> - <time>2022-09-29T18:25:14Z</time> </post> - <post title="yellow flowers" lang="en"> + <post title="yellow flowers" lang="en" time="2022-10-02T14:40:16Z"> <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> |