diff --git a/cluster-web-to-other.ksh b/cluster-web-to-other.ksh index efeddc0..9ae23c5 100755 --- a/cluster-web-to-other.ksh +++ b/cluster-web-to-other.ksh @@ -12,6 +12,12 @@ wget -O /sdf/arpa/ns/s/scm/index.html https://scm.sdf.org wget -O /sdf/arpa/ns/s/scm/02.html https://scm.sdf.org/posts/2023/02.html +# Remove the posts lines + +sed -i 's:

Posts<\/h3>::' /sdf/arpa/ns/s/scm/index.html + +sed -i 's:

2023<\/a><\/h4>::' /sdf/arpa/ns/s/scm/index.html + # Convert the index.html file to an index text file html2text -o /sdf/arpa/ns/s/scm/index -ascii -style pretty /sdf/arpa/ns/s/scm/index.html diff --git a/ma-web-to-other.sh b/ma-web-to-other.sh index 8ce1fd5..49aeefe 100755 --- a/ma-web-to-other.sh +++ b/ma-web-to-other.sh @@ -2,10 +2,13 @@ sh /meta/s/scm/sdf/push-website.sh -chmod -R 750 /meta/www/s/scm +mkhomepg -p +<<<<<<< HEAD chown -R scm:www /meta/www/s/scm +======= +>>>>>>> 8386881c7a9832182fe279ceb8de1a069561f4df ssh scm@tty.sdf.org ksh /sdf/arpa/ns/s/scm/sdf/cluster-web-to-other.ksh chmod -R 755 /meta/gemini/scm