From 7cca5424b18439ad1ca5007fce4cefecc4ada1a7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Sep 2020 23:24:37 -0400 Subject: improved HEADER.html --- selfpublish.sh | 146 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 98 insertions(+), 48 deletions(-) diff --git a/selfpublish.sh b/selfpublish.sh index b2bb375..02d349f 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -267,54 +267,104 @@ configure_apache_vhost() install_header_to_site() { cat > "$SITE_DIR"/public_html/HEADER.html < - - - - - - - - - - - - -
- source code for selfpublish.sh available: -
- git repository: -
- -
- git clone ssh://d@cryptonomic.net:public_html/selfpublish.sh/
-
-
- git repository browser: -
- - -
- - -
- this web server: -
- - -
-
- - + + + + + + + + + + + + + + + + + + + +
+ selfpublish.sh +
+ + Install +
+ + +
+ wget https:///selfpublish.sh && sudo bash selfpublish.sh + +
+ + +
+ + Local: repository: + +
+ + Upstream repository: + +
+ + Download single file: +
+ + +
+ + Clone local repository: +
+ git clone /srv//public_git/selfpublish.sh/ && cd selfpublish.sh && make +
+ + Share local repository (read-only): +
+ git clone https:///git/selfpublish.sh && cd selfpublish.sh && make +
+ + To push changes upstream: +
+ git clone d@cryptonomic.net:public_git/selfpublish.sh
+
+ + Local git repository: +
+ git clone https:///git/selfpublish.sh
+
 Fortunately,
-- 
cgit v1.2.3