[PATCH] D51255: [WWW] Use https instead of http to fix page problems

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 27 09:54:24 PDT 2018


jdoerfert updated this revision to Diff 162696.
jdoerfert added a comment.

Use relative links where possible (thus if we stay in the same subdomain http{,s}://llvm.org/.*)

For subprojects, which have their own subdomain, e.g., lld.llvm.org, we modify the locations of
links (href) based on the currently used protocol. This is done through a javascript snippet in the footer.
If javascript is disabled we now default to https.


https://reviews.llvm.org/D51255

Files:
  Features.html
  OldNews.html
  OpenProjects.html
  ProjectsWithLLVM/index.html
  RandomBoxes/001-C++Compiler.html
  RandomBoxes/002-LLVM-TV.html
  RandomBoxes/015-AppleOpenGL.html
  Users.html
  builds/index.html
  demo/DemoInfo.html
  demo/index.cgi
  devmtg/2007-05/index.html
  devmtg/2008-08/index.html
  devmtg/2009-10/index.html
  devmtg/2010-11/index.html
  devmtg/2011-11/index.html
  devmtg/2012-11/index.html
  devmtg/2013-04/index.html
  devmtg/2013-11/index.html
  devmtg/2013-11/slides/BenchmarkBOFNotes.html
  devmtg/2014-02/index.html
  devmtg/2014-10/index.html
  devmtg/2015-02/index.html
  devmtg/2015-10/index.html
  devmtg/2016-01/index.html
  devmtg/2016-03/index.html
  devmtg/2016-11/index.html
  devmtg/2017-03/2016/10/14/cfc-out.html
  devmtg/2017-03/2016/10/14/venue-selected.html
  devmtg/2017-03/2017/01/11/registration-open.html
  devmtg/2017-03/2017/01/21/student-travel-grants.html
  devmtg/2017-03/2017/02/20/accepted-sessions.html
  devmtg/2017-03/about.html
  devmtg/2017-03/blog/index.html
  devmtg/2017-03/index.html
  devmtg/2017-03/left-sidebar.html
  devmtg/2017-03/no-sidebar.html
  devmtg/2017-03/past.html
  devmtg/2017-03/program.html
  devmtg/2017-03/right-sidebar.html
  devmtg/2017-03/two-sidebar.html
  devmtg/2017-03/venue.html
  devmtg/2017-10/index.html
  devmtg/2018-04/index.html
  devmtg/2018-10/index.html
  devmtg/register.php
  devmtg/sponsor.php
  devmtg/talk.php
  footer.incl
  foundation/header.incl
  foundation/relicensing/index.html
  header.incl
  index.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51255.162696.patch
Type: text/x-patch
Size: 381391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/19785378/attachment-0001.bin>


More information about the llvm-commits mailing list