Update index page contents for Dublin

Fix the index page contents to prepare for Dublin:
- Make cityguide URL a parameter, and reference it
- Update URLs for CityGuide and Etherpads
- Use local bootstrap CSS file
- Remove ethercalc link since we don't use ethercalc anymore
- Update other links titles to accurately reflect content

Change-Id: Iaade00aa4061fb082fa2fa3459896d8232b6d198
This commit is contained in:
Thierry Carrez 2018-02-02 18:11:03 +01:00
parent 85373c31d5
commit e8321c317c
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,8 @@ class ptgbot(
$channel,
$vhost_name,
$ethercalc = 'https://ethercalc.openstack.org',
$pads = 'https://wiki.openstack.org/wiki/PTG/Queens/Etherpads',
$pads = 'https://wiki.openstack.org/wiki/PTG/Rocky/Etherpads',
$cityguide = 'https://wiki.openstack.org/wiki/PTG/Rocky/CityGuide',
$sheet = 'Queens-PTG-Discussion-Rooms',
) {
include ::pip

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Quick PTG Resources</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="bootstrap-3.3.7.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
@ -12,12 +12,11 @@
<h2>Quick PTG Resources</h2>
<p>Follow links to useful sites for the OpenStack Project Teams Gathering.</p>
<ul>
<li><a href="https://www.openstack.org/ptg/">event details, full schedule, travel info, FAQs</a></li>
<li><a href="ptg.html">current/next activities and today's reserved rooms</a></li>
<li><a href="https://www.openstack.org/ptg/">event details, overall schedule, travel info, FAQs</a></li>
<li><a href="ptg.html">current/next topics and room schedule</a></li>
<li><a href="<%= @pads %>">complete index of team etherpads</a></li>
<li><a href="<%= @ethercalc %>/<%= @sheet %>">consult or edit the reserved rooms schedule</a></li>
<li><a href="https://git.openstack.org/cgit/openstack/ptgbot/tree/README.rst">instructions for interacting with the IRC bot</a></li>
<li><a href="https://wiki.openstack.org/wiki/PTG/Queens/CityGuide">Cityguide to sights, food and booze to consult and add to</a></li>
<li><a href="<%= @cityguide %>">local guide to sights, food and booze to consult and add to</a></li>
</ul>
</div>