Mercurial > yakumo_izuru > aya
diff README.md @ 88:01ae2ad18ed1 draft
風神「嵐の日」
author | yakumo.izuru |
---|---|
date | Thu, 17 Apr 2025 14:06:12 +0000 |
parents | 897d57a7ec95 |
children | 82986500ae71 |
line wrap: on
line diff
--- a/README.md Mon Jun 17 15:43:09 2024 +0000 +++ b/README.md Thu Apr 17 14:06:12 2025 +0000 @@ -17,9 +17,9 @@ Build it manually provided you have Go (>=1.17) installed: - $ go install marisa.chaotic.ninja/aya/cmd/aya@latest (1) + $ go install mahou-no-mori.yakumo.dev/aya/cmd/aya@latest (1) --- or --- - $ git clone https://git.chaotic.ninja/yakumo_izuru/aya + $ git clone https://git.yakumo.dev/yakumo.izuru/aya $ cd aya $ make # make install @@ -84,7 +84,7 @@ url=`$AYA var $f url` title=`$AYA var $f title | tr A-Z a-z` descr=`$AYA var $f description` - echo $timestamp "<item><title>$title</title><link>https://technicalmarisa.chaotic.ninja/blog/$url</link><description>$descr</description><pubDate>$(gdate --date @$timestamp -R)</pubDate><guid>http://technicalmarisa.chaotic.ninja/blog/$url</guid></item>" + echo $timestamp "<item><title>$title</title><link>https://technicalmarisa.yakumo.dev/blog/$url</link><description>$descr</description><pubDate>$(gdate --date @$timestamp -R)</pubDate><guid>http://technicalmarisa.yakumo.dev/blog/$url</guid></item>" fi done | sort -r -n | cut -d' ' -f2- >> $AYA_OUTDIR/blog/rss.xml echo '</channel>' >> $AYA_OUTDIR/blog/rss.xml @@ -104,24 +104,6 @@ ## License The software is distributed under the [MIT/X11](LICENSE) license. -## Sites using Aya! -(I know, I made the majority of them, but they still count) - -| Title | Author | Link | -|------------------------|--------------------------------------------------|---------------------------------------| -| Aya (project homepage) | Izuru Yakumo | https://aya.chaotic.ninja | -| Chaotic Ninja | Izuru Yakumo, Mima-sama | https://chaotic.ninja | -| Geidontei | Izuru Yakumo | https://geidontei.chaotic.ninja | -| ChaoticIRC Network | Izuru Yakumo | https://im.chaotic.ninja | -| Kanako | Izuru Yakumo | https://kanako.chaotic.ninja | -| Kill-9 The Revival | Various authors | https://kill-9.chaotic.ninja | -| PXIMG(7) | Izuru Yakumo | https://pximg.chaotic.ninja | -| Shinmyoumaru | Mima-sama | https://shinmyoumaru.chaotic.ninja | -| Suika | Izuru Yakumo | https://suika.chaotic.ninja | -| TechnicalMarisa | Izuru Yakumo | https://technicalmarisa.chaotic.ninja | -| Tengu Space | [DeviousTengu](https://fedi.tengu.space/devious) | https://tengu.space | -| WindowMaker Shrine | Izuru Yakumo | https://themes.chaotic.ninja | - --- Ayaya~