Mercurial > yakumo_izuru > aya
comparison README.md @ 88:01ae2ad18ed1 draft
風神「嵐の日」
author | yakumo.izuru |
---|---|
date | Thu, 17 Apr 2025 14:06:12 +0000 |
parents | 897d57a7ec95 |
children | 82986500ae71 |
comparison
equal
deleted
inserted
replaced
87:0b78d345c179 | 88:01ae2ad18ed1 |
---|---|
15 | 15 |
16 ## Installation | 16 ## Installation |
17 | 17 |
18 Build it manually provided you have Go (>=1.17) installed: | 18 Build it manually provided you have Go (>=1.17) installed: |
19 | 19 |
20 $ go install marisa.chaotic.ninja/aya/cmd/aya@latest (1) | 20 $ go install mahou-no-mori.yakumo.dev/aya/cmd/aya@latest (1) |
21 --- or --- | 21 --- or --- |
22 $ git clone https://git.chaotic.ninja/yakumo_izuru/aya | 22 $ git clone https://git.yakumo.dev/yakumo.izuru/aya |
23 $ cd aya | 23 $ cd aya |
24 $ make | 24 $ make |
25 # make install | 25 # make install |
26 | 26 |
27 (1) If you use this method, the `aya version` subcommand may print the wrong string, | 27 (1) If you use this method, the `aya version` subcommand may print the wrong string, |
82 if [ ! -z $d ] ; then | 82 if [ ! -z $d ] ; then |
83 timestamp=`gdate --date "$d" +%s` | 83 timestamp=`gdate --date "$d" +%s` |
84 url=`$AYA var $f url` | 84 url=`$AYA var $f url` |
85 title=`$AYA var $f title | tr A-Z a-z` | 85 title=`$AYA var $f title | tr A-Z a-z` |
86 descr=`$AYA var $f description` | 86 descr=`$AYA var $f description` |
87 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>" | 87 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>" |
88 fi | 88 fi |
89 done | sort -r -n | cut -d' ' -f2- >> $AYA_OUTDIR/blog/rss.xml | 89 done | sort -r -n | cut -d' ' -f2- >> $AYA_OUTDIR/blog/rss.xml |
90 echo '</channel>' >> $AYA_OUTDIR/blog/rss.xml | 90 echo '</channel>' >> $AYA_OUTDIR/blog/rss.xml |
91 echo '</rss>' >> $AYA_OUTDIR/blog/rss.xml | 91 echo '</rss>' >> $AYA_OUTDIR/blog/rss.xml |
92 ``` | 92 ``` |
102 Read `aya(1)` | 102 Read `aya(1)` |
103 | 103 |
104 ## License | 104 ## License |
105 The software is distributed under the [MIT/X11](LICENSE) license. | 105 The software is distributed under the [MIT/X11](LICENSE) license. |
106 | 106 |
107 ## Sites using Aya! | |
108 (I know, I made the majority of them, but they still count) | |
109 | |
110 | Title | Author | Link | | |
111 |------------------------|--------------------------------------------------|---------------------------------------| | |
112 | Aya (project homepage) | Izuru Yakumo | https://aya.chaotic.ninja | | |
113 | Chaotic Ninja | Izuru Yakumo, Mima-sama | https://chaotic.ninja | | |
114 | Geidontei | Izuru Yakumo | https://geidontei.chaotic.ninja | | |
115 | ChaoticIRC Network | Izuru Yakumo | https://im.chaotic.ninja | | |
116 | Kanako | Izuru Yakumo | https://kanako.chaotic.ninja | | |
117 | Kill-9 The Revival | Various authors | https://kill-9.chaotic.ninja | | |
118 | PXIMG(7) | Izuru Yakumo | https://pximg.chaotic.ninja | | |
119 | Shinmyoumaru | Mima-sama | https://shinmyoumaru.chaotic.ninja | | |
120 | Suika | Izuru Yakumo | https://suika.chaotic.ninja | | |
121 | TechnicalMarisa | Izuru Yakumo | https://technicalmarisa.chaotic.ninja | | |
122 | Tengu Space | [DeviousTengu](https://fedi.tengu.space/devious) | https://tengu.space | | |
123 | WindowMaker Shrine | Izuru Yakumo | https://themes.chaotic.ninja | | |
124 | |
125 --- | 107 --- |
126 | 108 |
127 Ayaya~ | 109 Ayaya~ |