update url for some assets
authorAmin Bandali <bandali@gnu.org>
Mon, 20 Apr 2020 06:42:27 +0000 (02:42 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 20 Apr 2020 06:42:27 +0000 (02:42 -0400)
i will be serving these from p.bndl.org for the time being

.rsync-exclude [deleted file]
Makefile
cv.m4
index.m4
se212-f19.m4

diff --git a/.rsync-exclude b/.rsync-exclude
deleted file mode 100644 (file)
index 8fbae0a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.git/
-
-bandali-cv.pdf
-images
-papers
-talks
-
-se212-f19/*.pdf
-se212-f19/*.png
index b4e1909..a41b020 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-RSYNC_PARAMS = --exclude-from='.rsync-exclude' -avzLP
-
 LATEST=2
 SRC := $(filter-out $(wildcard feed_*),$(wildcard *.m4))
 OUTPUTS := $(patsubst %.m4,out/%.html,$(SRC))
@@ -13,6 +11,6 @@ out/notes.rss: feed_rss.m4 ; m4 -D__latest=$(LATEST) $< > $@
 $(STATIC): ; ln -s $(PWD)/static/$(notdir $@) $@
 
 deploy:
-       rsync $(RSYNC_PARAMS) out/ abandali@bandali.eu.org:www/
+       rsync -avzLP out/ abandali@bandali.eu.org:www/
 
 .PHONY: deploy
diff --git a/cv.m4 b/cv.m4
index b90a594..c92cca3 100644 (file)
--- a/cv.m4
+++ b/cv.m4
@@ -3,7 +3,7 @@ define(__title, `Curriculum vitae')dnl
 define(__slug, `cv')dnl
 include(header.html)
 <main>
-<h1>Curriculum vitae (<a href="bandali-cv.pdf">PDF</a>)</h1>
+<h1>Curriculum vitae (<a href="//p.bndl.org/bandali-cv.pdf">PDF</a>)</h1>
 
 <table>
 <tbody>
index 0a23064..9fdad21 100644 (file)
--- a/index.m4
+++ b/index.m4
@@ -44,8 +44,8 @@ University of Waterloo.</p>
 <dt>A Comparison of the Declarative Modelling Languages B, DASH, and
 TLA<sup>+</sup>
 <small>
-[ <a href="papers/modre2018-declarative.pdf">pdf</a>
-| <a href="papers/modre2018-declarative.bib">bib</a>
+[ <a href="//p.bndl.org/modre2018-declarative.pdf">pdf</a>
+| <a href="//p.bndl.org/modre2018-declarative.bib">bib</a>
 ]
 </small>
 </dt>
@@ -64,10 +64,10 @@ Copyright &copy; 2018 IEEE.  All Rights Reserved.  Sadly.
 <dl>
 <dt>The Magic of Specifications and Type Systems
 <small>
-[ <a href="talks/cucsc-2017-slides.pdf"
+[ <a href="//p.bndl.org/cucsc-2017-slides.pdf"
      title="presented at the Canadian Undergraduate Computer Science Conference 2017,
 University of Toronto, Canada, June 15–17, 2017">slides</a>
-| <a href="talks/eecs4080-poster.pdf"
+| <a href="//p.bndl.org/eecs4080-poster.pdf"
      title="presented at the Lassonde Undergraduate Summer Student Research Conference,
 York University, Toronto, Canada, August 15, 2017">poster</a>
 ]
index d1f5385..3b1aeb9 100644 (file)
@@ -15,8 +15,8 @@ office hours</a>.</del></p>
 <ul>
 <li>Tutorial 1:
 <ul>
-<li><a href="se212-t01-101.pdf">TUT 101 slides</a></li>
-<li><a href="se212-t01-102.pdf">TUT 102 slides</a></li>
+<li><a href="//p.bndl.org/se212-t01-101.pdf">TUT 101 slides</a></li>
+<li><a href="//p.bndl.org/se212-t01-102.pdf">TUT 102 slides</a></li>
 <li><a href="se212-t01.org">Org beamer sources</a></li>
 </ul>
 </li>
@@ -30,7 +30,7 @@ solution</a></li>
 <li>Tutorial 4: —</li>
 <li>Tutorial 5:
 <ul>
-<li><a href="se212-t05.pdf">Slides</a></li>
+<li><a href="//p.bndl.org/se212-t05.pdf">Slides</a></li>
 <li><a href="se212-t05.org">Org beamer sources</a></li>
 </ul>
 </li>