Skip to content

Commit

Permalink
clean up https resources (#223)
Browse files Browse the repository at this point in the history
* Switch  self referencing urls to https

* Integrate all css locally so this is self contained instead of hot loading it from another site (the old wiki redirect based urls...)
Also put all css into a subdirectory
* remove unused code and stylesheet
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote authored Mar 10, 2020
1 parent 8c465e3 commit f60a427
Show file tree
Hide file tree
Showing 37 changed files with 1,154 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ clean:
-rm rep-0000.rst

upload: all
rsync -r README.txt *.html mermaid.css mermaid.js rep.css style.css rep-0000.rst $(SUBDIRS) [email protected]:/var/www/www.ros.org/reps
rsync -r README.txt *.html mermaid.js css rep-0000.rst $(SUBDIRS) [email protected]:/var/www/www.ros.org/reps
Loading

0 comments on commit f60a427

Please sign in to comment.