mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 16:41:43 +00:00

This changes most URLs in llvm's html files to HTTPS. Most changes were search-and-replace with manual verification; some changes were manual. For a few URLs, the websites were performing redirects or had changed their anchors; I fixed those up manually. This consistently uses the official https://wg21.link redirector. This also strips trailing whitespace and fixes a couple of typos. Fixes D69363. There are a very small number of dead links for which I don't know any replacements (they are equally dead as HTTP or HTTPS): https://llvm.org/cmds/llvm2cpp.html https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4 https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4 https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4 https://llvm.org/perf/db_default/v4/nts/22463 https://polly.llvm.org/documentation/memaccess.html
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Polly - Polyhedral Phone Call</title>
|
|
<link type="text/css" rel="stylesheet" href="menu.css">
|
|
<link type="text/css" rel="stylesheet" href="content.css">
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="menu.html.incl"-->
|
|
<div id="content">
|
|
<!--*********************************************************************-->
|
|
<h1>Polly: Polyhedral Phone Call</h1>
|
|
<!--*********************************************************************-->
|
|
|
|
<p>There are irregular phone calls to discuss polyhedral topics and
|
|
related projects. For this we use a conference service that can be
|
|
reached both through SIP clients and international dial in numbers.</p>
|
|
|
|
<ul>
|
|
<li><b>VoIP/SIP:</b> sip:000777polyhedral@iptel.org<br />
|
|
<a href="https://www.ekiga.org">Ekiga</a> is a SIP client that works well for
|
|
most of us.</li>
|
|
<li><b>Traditional Dial In Numbers:</b><br />
|
|
To use your normal land line phone to connect to the conference dial
|
|
one of the many available <a
|
|
href="http://www.sipbroker.com/sipbroker/action/pstnNumbers">dial in
|
|
numbers</a>. When asked for the number to connect type: <em>*011497659</em>.
|
|
<br />
|
|
Attention: Some of the dial in numbers do not work reliably. If you are not
|
|
asked for the number you want to connect to after a couple of seconds, just
|
|
try another one. <br/>
|
|
Some selected dial in numbers:
|
|
<ul>
|
|
<li><b>USA:</b> +1-443-524-7370, +1-702-553-2797 </li>
|
|
<li><b>UK:</b> +44-151-601-8747, +44-115-871-8347</li>
|
|
<li><b>Belgium:</b> +32-4-2680133, +32-9-2980106</li>
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|