Adapt phlog index to new layout. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit fb8d192e9d2e1b3b490b96e300ffa89c525316e3 | |
parent 56a9efce48e35ae53ca0be3a9abb6bda590664bb | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 7 Aug 2021 14:09:06 +0200 | |
Adapt phlog index to new layout. | |
* Add link to history. | |
* Add link to rss feed. | |
Thanks for Bobbele for the suggestion! | |
Diffstat: | |
M phlog-index | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/phlog-index b/phlog-index | |
@@ -121,8 +121,8 @@ cp lsr.new lsr.old | |
# Now change the gph files in a really easy way. | |
{ | |
- printf "/N_E_W_S/+1,/C_O_M_M_U_N_I_T_Y/-4d\n" | |
- printf "/N_E_W_S/r !cat /home/annna/phlogs/agg.gph | head -n 4\n" | |
+ printf "/N_E_W_S/+2,/C_O_M_M_U_N_I_T_Y/-6d\n" | |
+ printf "/N_E_W_S/+1r !cat /home/annna/phlogs/agg.gph | head -n 4\n" | |
printf "w\nq\n" | |
} | ed -s /br/gopher/index.gph | |