From 6b5b671957d80321b5d6018cde1d3a2a7ffa0847 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 26 Jun 2023 16:14:12 +0900 Subject: Begin page 9 --- 08/barnacles.jpg | Bin 0 -> 5469051 bytes 08/index.xml | 7 ++++++- 08/moss.jpg | Bin 0 -> 4263025 bytes 09/bees.jpg | Bin 0 -> 4381178 bytes 09/bird-on-post.jpg | Bin 0 -> 2106176 bytes 09/index.xml | 15 +++++++++++++++ 09/painted-lady.jpg | Bin 0 -> 4916418 bytes 09/power-pole.jpg | Bin 0 -> 11470144 bytes Makefile | 6 +++--- atom.xslt | 3 ++- favicon.png | Bin 256 -> 0 bytes favicon.svg | 3 +++ page.xslt | 2 +- 13 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 08/barnacles.jpg create mode 100644 08/moss.jpg create mode 100644 09/bees.jpg create mode 100644 09/bird-on-post.jpg create mode 100644 09/index.xml create mode 100644 09/painted-lady.jpg create mode 100644 09/power-pole.jpg delete mode 100644 favicon.png create mode 100644 favicon.svg diff --git a/08/barnacles.jpg b/08/barnacles.jpg new file mode 100644 index 0000000..87e6af9 Binary files /dev/null and b/08/barnacles.jpg differ diff --git a/08/index.xml b/08/index.xml index 46f0649..81cb7ab 100644 --- a/08/index.xml +++ b/08/index.xml @@ -1,6 +1,6 @@ - + @@ -22,5 +22,10 @@ + + + + + 2023 diff --git a/08/moss.jpg b/08/moss.jpg new file mode 100644 index 0000000..653ba10 Binary files /dev/null and b/08/moss.jpg differ diff --git a/09/bees.jpg b/09/bees.jpg new file mode 100644 index 0000000..7c3c5ad Binary files /dev/null and b/09/bees.jpg differ diff --git a/09/bird-on-post.jpg b/09/bird-on-post.jpg new file mode 100644 index 0000000..f53a571 Binary files /dev/null and b/09/bird-on-post.jpg differ diff --git a/09/index.xml b/09/index.xml new file mode 100644 index 0000000..1ac2021 --- /dev/null +++ b/09/index.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + 2023 + diff --git a/09/painted-lady.jpg b/09/painted-lady.jpg new file mode 100644 index 0000000..8c6a2ca Binary files /dev/null and b/09/painted-lady.jpg differ diff --git a/09/power-pole.jpg b/09/power-pole.jpg new file mode 100644 index 0000000..07e19e8 Binary files /dev/null and b/09/power-pole.jpg differ diff --git a/Makefile b/Makefile index 035b8ca..4f37502 100644 --- a/Makefile +++ b/Makefile @@ -11,20 +11,20 @@ THUMBNAILS := $(patsubst %.jpg,%.small.jpg,$(PICTURES)) DATA := $(wildcard */index.xml) index.xml PAGES := $(patsubst %.xml,%.xhtml,$(DATA)) OUTPUTS := $(THUMBNAILS) $(PAGES) atom.xml -ALL := $(OUTPUTS) $(PICTURES) favicon.png style.css +ALL := $(OUTPUTS) $(PICTURES) favicon.svg style.css all: $(OUTPUTS) %.small.jpg: %.jpg epeg -w 1024 -p -q 80 $< $@ -index.xml: 08/index.xml +index.xml: 09/index.xml ln -fs $< $@ %.xhtml: %.xml page.xslt xsltproc page.xslt $< > $@ -atom.xml: atom.xslt $(DATA) $(wildcard *.svg) +atom.xml: atom.xslt $(DATA) cc.svg by.svg sa.svg xsltproc atom.xslt > atom.xml clean: diff --git a/atom.xslt b/atom.xslt index cb81ca8..08656cb 100644 --- a/atom.xslt +++ b/atom.xslt @@ -47,7 +47,7 @@ mcsinyx@disroot.org CC BY-SA 4.0 - 2023-04-28T07:13:38Z + 2023-06-24T01:42:27Z @@ -57,6 +57,7 @@ + diff --git a/favicon.png b/favicon.png deleted file mode 100644 index 54d0b0d..0000000 Binary files a/favicon.png and /dev/null differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..5c88657 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,3 @@ + + + diff --git a/page.xslt b/page.xslt index f2f0f25..fe7eec6 100644 --- a/page.xslt +++ b/page.xslt @@ -8,7 +8,7 @@ - + pix by cnx -- cgit 1.4.1