mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-03-23 07:36:38 +00:00
[automated] update groups.io wiki
This commit is contained in:
parent
099273d67b
commit
4881bff34a
329 changed files with 164854 additions and 17446 deletions
|
|
@ -2303,6 +2303,78 @@ body.dark-mode {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.longPressOverlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
backdrop-filter: blur(8px);
|
||||
display: none;
|
||||
z-index: 1051;
|
||||
}
|
||||
|
||||
.longPressModalContent {
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
max-width: 400px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 1052;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.longPressReactions {
|
||||
background-color: rgb(255, 255, 255);
|
||||
border-radius: 20px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-bottom: 5px;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.longPressOptions {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
background-color: rgb(255, 255, 255);
|
||||
border-radius: 10px;
|
||||
margin-top: 8px;
|
||||
/* Added margin-top for spacing */
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
|
||||
opacity: 0;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.longPressOptions li {
|
||||
padding: 10px 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.longPressOptions li a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-decoration: none;
|
||||
/* Optional: Remove underline */
|
||||
color: inherit;
|
||||
/* Optional: Inherit text color */
|
||||
}
|
||||
|
||||
.longPressOptions li:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.longPressOptions li:not(:first-child) {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.longPressOptions li.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.d-flex {
|
||||
display: -webkit-box !important;
|
||||
|
|
@ -2472,12 +2544,11 @@ p.MsoListParagraph {
|
|||
.h3, h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
/* NEED to fix this for messages/wiki/llm results
|
||||
.content ol, .content ul {
|
||||
.llmcontent ol, .llmcontent ul {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
*/
|
||||
|
||||
blockquote {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
|
@ -2626,8 +2697,8 @@ body {
|
|||
|
||||
.breadcrumb-row {
|
||||
background-color: rgb(245, 245, 245);
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px !important;
|
||||
margin-right: 0px !important;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -2662,7 +2733,31 @@ body {
|
|||
This is to prevent the header and footer on Safari from moving when scrolling the
|
||||
page.
|
||||
*/
|
||||
.panel-body {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
|
||||
/* adjust margins for narrow screens */
|
||||
.container,
|
||||
.container-fluid {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
.col-xs-12,
|
||||
.narrow-padding {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#maincontent {
|
||||
position: absolute;
|
||||
top: calc(55px + env(safe-area-inset-top));
|
||||
|
|
@ -2699,6 +2794,10 @@ body {
|
|||
font-size:12px !important;
|
||||
}
|
||||
|
||||
.modal.fade .modal-dialog {
|
||||
transition: transform 0.2s ease-out;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
font-size: 14px;
|
||||
color: rgb(51, 51, 51);
|
||||
|
|
@ -2706,7 +2805,7 @@ body {
|
|||
/*line-height: 15px;*/
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-default:hover {
|
||||
|
|
@ -2722,7 +2821,7 @@ body {
|
|||
border: 2px solid #ccc;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-outline-default:hover {
|
||||
|
|
@ -2742,7 +2841,7 @@ body {
|
|||
border: 1px solid #337ab7;
|
||||
background-color: #337ab7;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-primary.active {
|
||||
|
|
@ -2758,7 +2857,7 @@ body {
|
|||
background-color: #337ab7;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-outline-primary.active {
|
||||
|
|
@ -2779,7 +2878,7 @@ body {
|
|||
/*line-height: 15px;*/
|
||||
border: 1px solid #419641;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
|
|
@ -2794,7 +2893,7 @@ body {
|
|||
border: 1px solid #419641;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-outline-success:hover {
|
||||
|
|
@ -2816,7 +2915,7 @@ body {
|
|||
/*line-height: 15px;*/
|
||||
border: 1px solid #5bc0de;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-info:hover {
|
||||
|
|
@ -2831,7 +2930,7 @@ body {
|
|||
border: 1px solid #5bc0de;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-outline-info:hover {
|
||||
|
|
@ -2848,7 +2947,7 @@ body {
|
|||
/*line-height: 15px;*/
|
||||
border: 1px solid rgb(245, 128, 62);
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
|
|
@ -2863,7 +2962,7 @@ body {
|
|||
border: 1px solid rgb(245, 128, 62);
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-outline-warning:hover {
|
||||
|
|
@ -2879,7 +2978,7 @@ body {
|
|||
/*line-height: 15px;*/
|
||||
border: 1px solid #d9534f;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
|
|
@ -2894,7 +2993,7 @@ body {
|
|||
border: 1px solid #d9534f;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
transition: all 0.3s ease 0s;
|
||||
transition: all 0.2s ease 0s;
|
||||
}
|
||||
|
||||
.btn-outline-danger:hover {
|
||||
|
|
@ -3017,11 +3116,6 @@ body {
|
|||
display: block;
|
||||
}
|
||||
|
||||
/* fix chat */
|
||||
#chat-container {
|
||||
height: calc(100% - 35px) !important;
|
||||
}
|
||||
|
||||
.nav-pills>li {
|
||||
float: none;
|
||||
}
|
||||
|
|
@ -4198,7 +4292,7 @@ table.table-fixed {
|
|||
max-width: 500px;
|
||||
z-index: 9999;
|
||||
overflow: auto;
|
||||
transition: transform 0.3s;
|
||||
transition: transform 0.2s;
|
||||
will-change: transform;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
|
|
@ -4209,6 +4303,9 @@ table.table-fixed {
|
|||
-webkit-overflow-scrolling: touch;
|
||||
/* enables momentum scrolling in iOS overflow elements */
|
||||
box-shadow: 0 2px 6px #707070;
|
||||
}
|
||||
|
||||
.drawer-wrapper-top {
|
||||
padding-top: max(0px, env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
|
|
@ -4243,7 +4340,7 @@ table.table-fixed {
|
|||
width: 100%;
|
||||
z-index: 200;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
transition: opacity 0.2s;
|
||||
will-change: opacity;
|
||||
background-color: #000;
|
||||
-webkit-user-select: none;
|
||||
|
|
@ -4286,7 +4383,7 @@ body.app .navbar-fixed-top {
|
|||
height: 100px;
|
||||
width: 150px;
|
||||
position: relative;
|
||||
transition: background-color 0.3s ease;
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.attachment-box:hover {
|
||||
|
|
@ -4295,7 +4392,7 @@ body.app .navbar-fixed-top {
|
|||
|
||||
.attachment-icon,
|
||||
.attachment-image {
|
||||
transition: opacity 0.3s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.attachment-icon {
|
||||
|
|
@ -4326,7 +4423,7 @@ body.app .navbar-fixed-top {
|
|||
left: 0;
|
||||
right: 0;
|
||||
font-size: 12px;
|
||||
transition: opacity 0.3s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.attachment-name {
|
||||
|
|
@ -4433,7 +4530,7 @@ body.app .navbar-fixed-top {
|
|||
.maincontent-chat-column {
|
||||
position: absolute;
|
||||
top: calc(55px + env(safe-area-inset-top));
|
||||
bottom: 10px;
|
||||
bottom: env(safe-area-inset-bottom);
|
||||
right: 0;
|
||||
left: 225px;
|
||||
width: calc(100vw - 225px);
|
||||
|
|
@ -4925,7 +5022,7 @@ body.app .navbar-fixed-top {
|
|||
position: absolute;
|
||||
overflow: hidden;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
transition: background 0.3s ease;
|
||||
transition: background 0.2s ease;
|
||||
}
|
||||
|
||||
.image-grid-cell img {
|
||||
|
|
@ -5646,9 +5743,9 @@ thead {
|
|||
-webkit-transform: translateY(-50%) rotate(45deg);
|
||||
-ms-transform: translateY(-50%) rotate(45deg);
|
||||
transform: translateY(-50%) rotate(45deg);
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-o-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
-webkit-transform-origin: center;
|
||||
-ms-transform-origin: center;
|
||||
transform-origin: center;
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
File diff suppressed because one or more lines are too long
1
groups.io/g/MTFHRT/wiki/29602/163322
Normal file
1
groups.io/g/MTFHRT/wiki/29602/163322
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/163335
Normal file
1
groups.io/g/MTFHRT/wiki/29602/163335
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
File diff suppressed because one or more lines are too long
1
groups.io/g/MTFHRT/wiki/29602/163480
Normal file
1
groups.io/g/MTFHRT/wiki/29602/163480
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/163574
Normal file
1
groups.io/g/MTFHRT/wiki/29602/163574
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/163688
Normal file
1
groups.io/g/MTFHRT/wiki/29602/163688
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164023
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164023
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
File diff suppressed because one or more lines are too long
1
groups.io/g/MTFHRT/wiki/29602/164251
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164251
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164382
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164382
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164491
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164491
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164525
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164525
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
File diff suppressed because it is too large
Load diff
1
groups.io/g/MTFHRT/wiki/29602/164758
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164758
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164856
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164856
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164928
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164928
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/164998
Normal file
1
groups.io/g/MTFHRT/wiki/29602/164998
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
File diff suppressed because it is too large
Load diff
1
groups.io/g/MTFHRT/wiki/29602/165219
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165219
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165467
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165467
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165530
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165530
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165840
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165840
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
File diff suppressed because it is too large
Load diff
1
groups.io/g/MTFHRT/wiki/29602/165842
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165842
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165844
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165844
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165880
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165880
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165882
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165882
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165974
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165974
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165976
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165976
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165985
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165985
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/165986
Normal file
1
groups.io/g/MTFHRT/wiki/29602/165986
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/166032
Normal file
1
groups.io/g/MTFHRT/wiki/29602/166032
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/166033
Normal file
1
groups.io/g/MTFHRT/wiki/29602/166033
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/167382
Normal file
1
groups.io/g/MTFHRT/wiki/29602/167382
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
File diff suppressed because it is too large
Load diff
1
groups.io/g/MTFHRT/wiki/29602/167697
Normal file
1
groups.io/g/MTFHRT/wiki/29602/167697
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/167699
Normal file
1
groups.io/g/MTFHRT/wiki/29602/167699
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/167700
Normal file
1
groups.io/g/MTFHRT/wiki/29602/167700
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/167779
Normal file
1
groups.io/g/MTFHRT/wiki/29602/167779
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/168088
Normal file
1
groups.io/g/MTFHRT/wiki/29602/168088
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/168292
Normal file
1
groups.io/g/MTFHRT/wiki/29602/168292
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/168872
Normal file
1
groups.io/g/MTFHRT/wiki/29602/168872
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/169943
Normal file
1
groups.io/g/MTFHRT/wiki/29602/169943
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/169996
Normal file
1
groups.io/g/MTFHRT/wiki/29602/169996
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/170001
Normal file
1
groups.io/g/MTFHRT/wiki/29602/170001
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/170019
Normal file
1
groups.io/g/MTFHRT/wiki/29602/170019
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/170041
Normal file
1
groups.io/g/MTFHRT/wiki/29602/170041
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
1
groups.io/g/MTFHRT/wiki/29602/170043
Normal file
1
groups.io/g/MTFHRT/wiki/29602/170043
Normal file
|
|
@ -0,0 +1 @@
|
|||
Too many requests, rate limited
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="../../../../groupsio/current/content/maintenance/groupsio.css%3Fv=1.0.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
|
||||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>Groups.io Maintenance</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-head" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<a href="https://groups.io/" class="navbar-left"><img src="../../../../groupsio/current/content/maintenance/img/mainlogo.png" height="50"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content" class="container-fluid">
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Groups.io Maintenance</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Groups.io is currently undergoing maintenance. We apologize for the downtime, and expect to be back shortly.</p>
|
||||
<!--
|
||||
<p>Groups.io is currently undergoing scheduled maintenance. We expect to be back by 10:00AM Pacific Time.</p>
|
||||
-->
|
||||
</div>
|
||||
<div class="panel-footer">To see some cats, <a href="https://groups.io/groupsio/current/content/maintenance/cats.html">click here</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
console.log("stack:", errorObj.stack);
|
||||
stack = errorObj.stack;
|
||||
}
|
||||
console.log("client_id:", "web.web09.2340289.1729643732382336976");
|
||||
console.log("client_id:", "web.web08.895868.1730248590766679890");
|
||||
console.log("last_error:", lastError);
|
||||
console.log("stack:", stack);
|
||||
}
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
column: column,
|
||||
stack: stack,
|
||||
last_error: lastError,
|
||||
client_id: "web.web09.2340289.1729643732382336976"
|
||||
client_id: "web.web08.895868.1730248590766679890"
|
||||
},
|
||||
success: function() {
|
||||
if (console && console.log) {
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
|
||||
<script src="../../../../tinymce-5.10.9/tinymce.min.js"></script>
|
||||
<script src="../../../../js/browser-image-compression-2.0.2.min.js"></script>
|
||||
<link href="../../../../css/application-111b8509e66f2fa6aded8e6a2590a467.css" rel="stylesheet" id="groupsio-css">
|
||||
<link href="../../../../css/application-6630163a3be19b6cee26ce35342d0d92.css" rel="stylesheet" id="groupsio-css">
|
||||
<script src="../../../../js/application-9b2c27b802a13063cf8a712fe566f004.js" id="groupsio-js"></script>
|
||||
<script src="../../../../js/run_prettify.js"></script>
|
||||
<title>
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
console.log("FULL PAGE LOAD");
|
||||
</script>
|
||||
</head>
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "6de56da9b5f3d31d0e6f097a2f35fc04da2568af"}' hx-ext="preload" hx-boost="false">
|
||||
<body id="body" class="" hx-headers='{"Accept-Version": "c36d92b8d54e8c4f23e9329b0fc5209343aae5f7"}' hx-ext="preload" hx-boost="false">
|
||||
|
||||
<script>
|
||||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||||
|
|
@ -499,11 +499,15 @@ function showAutocompleteModal(modalName) {
|
|||
function ShowBackButton(label) {
|
||||
var logoElement = document.getElementById("logo");
|
||||
if (logoElement) {
|
||||
logoElement.innerHTML = `
|
||||
<span style="color:#fff;margin-top:14px;margin-left:12px;float:left !important">
|
||||
html = `
|
||||
<span style="color:#fff;margin-top:14px;margin-left:12px;float:left !important; height:36px;">
|
||||
<a onclick="goBack()" style="color:#fff">
|
||||
<i class="fa-fw fa-solid fa-chevron-left fa-lg"></i>
|
||||
</a> ` + label + "</span>";
|
||||
</a></span>`;
|
||||
if (label != "") {
|
||||
html += `<div style="position:absolute;left:50%;transform:translateX(-50%);text-align:center;color:#ecf0f1;margin-top:5px;"><h4>` + label + `</h4></div>`;
|
||||
}
|
||||
logoElement.innerHTML = html;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -686,7 +690,7 @@ function showAutocompleteModal(modalName) {
|
|||
|
||||
|
||||
|
||||
<a id="sidebar-home" title="Group Home" href="https://groups.io/g/MTFHRT" class="list-group-item sidebar-item">
|
||||
<a title="Group Home" href="https://groups.io/g/MTFHRT" class="list-group-item sidebar-item">
|
||||
<i class="fa-fw fa fa-home fa-lg"></i>
|
||||
Home
|
||||
|
||||
|
|
@ -884,7 +888,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3 hidden-xs">
|
||||
<div class="col-sm-3 hidden-xs" style="padding-right:0px">
|
||||
<form class="form-inline pull-right" method="get" action="https://groups.io/g/MTFHRT/wikisearch">
|
||||
|
||||
|
||||
|
|
@ -1057,7 +1061,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
|||
<h2><a name="Equipment"></a>Equipment</h2>
|
||||
<h3><a name="Necessary"></a>Necessary</h3>
|
||||
<p>The only necessary equipment is cheap ($7 - $15) pocket 0.001 g (1 mg) scales (or DIY balance scales you can make from a long narrow wooden plank, 2 small nails and 2 syringes, one of them with 0.5 ml water as a precise weight).</p>
|
||||
<p>If you buy ready-to-use scales then they must look exactly like this:<br/><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13908/354x254.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1729644332&Signature=MjPin%2BlBVhCXOCF8spj9Ne2OI%2Fs%3D" align="right" loading="lazy" class="myimg-responsive"/><a href="https://www.ebay.com/itm/363747240371" target="_blank" rel="nofollow noopener">https://www.ebay.com/itm/363747240371</a><br/><a href="https://www.aliexpress.com/item/4000586480263.html" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/item/4000586480263.html</a></p>
|
||||
<p>If you buy ready-to-use scales then they must look exactly like this:<br/><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13908/354x254.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1730249190&Signature=1CNUsYCnvzUfJFHU0juXzkUY%2Ft0%3D" align="right" loading="lazy" class="myimg-responsive"/><a href="https://www.ebay.com/itm/363747240371" target="_blank" rel="nofollow noopener">https://www.ebay.com/itm/363747240371</a><br/><a href="https://www.aliexpress.com/item/4000586480263.html" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/item/4000586480263.html</a></p>
|
||||
<p>Newer models are not suitable because they attempt to appear more precise and stable by ignoring small weight changes.</p>
|
||||
<p>Search for other sellers:<br/><a href="https://www.ebay.com/sch/i.html?_nkw=scale+0.001&_sacat=0&LH_BIN=1&_sop=15&_blrs=recall_filtering&_ipg=120" target="_blank" rel="nofollow noopener">https://www.ebay.com/sch/i.html?_nkw=scale+0.001&_sacat=0&LH_BIN=1&_sop=15&_blrs=recall_filtering&_ipg=120</a></p>
|
||||
<p><a href="https://www.ebay.com/sch/i.html?_nkw=scale+digital+diamond&_sacat=0&LH_BIN=1&_sop=15&_blrs=recall_filtering&_ipg=120" target="_blank" rel="nofollow noopener">https://www.ebay.com/sch/i.html?_nkw=scale+digital+diamond&_sacat=0&LH_BIN=1&_sop=15&_blrs=recall_filtering&_ipg=120</a></p>
|
||||
|
|
@ -1072,10 +1076,10 @@ function createAlert(msg, isError, autoClose, noClose) {
|
|||
<p>Unnecessary: beaker, mixer/stirrer, room with controlled airflow, depyrogenation. My technology: terminal heat sterilization (after the vials are sealed); measure and mix in each vial separately, so no glassware to wash with water or collecting dust (skin flakes and <a href="https://en.wikipedia.org/wiki/House_dust_mite" target="_blank" rel="nofollow noopener">mites</a>) if never washed. Water - bacteria - pyrogens. Don't try to improve this technology: it protects you from mistakes and unexpected problems.</p>
|
||||
<h2><a name="Other-raw-materials-and-expendables"></a>Other raw materials and expendables</h2>
|
||||
<h3><a name="Vials2C-stoppers2C-caps"></a>Vials, stoppers, caps</h3>
|
||||
<p><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13965/s-l300.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1729644332&Signature=W%2F972jmE7g1rvbylgM1jUdLuUnU%3D" align="right" loading="lazy" class="myimg-responsive"/>Buy 10 clear glass vials 10 ml each with 20 mm grey (butyl rubber) stoppers and aluminium caps. Caps may be bare aluminium or painted, with plastic tops or all-metal. Screw-on and all-plastic caps are not suitable. Stoppers must have this shape:<br/><a href="https://www.ebay.com/itm/223836409810" target="_blank" rel="nofollow noopener">https://www.ebay.com/itm/223836409810</a><br/><a href="https://www.aliexpress.com/item/32903943374.html" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/item/32903943374.html</a><br/><a href="https://www.aliexpress.com/item/33024594919.html" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/item/33024594919.html</a><br/>Flat septa are not suitable instead of stoppers. Search:<br/><a href="https://www.ebay.com/sch/i.html?_nkw=vial+10ml+stopper+cap&_sacat=0&LH_TitleDesc=0&LH_BIN=1&_sop=15" target="_blank" rel="nofollow noopener">https://www.ebay.com/sch/i.html?_nkw=vial+10ml+stopper+cap&_sacat=0&LH_TitleDesc=0&LH_BIN=1&_sop=15</a></p>
|
||||
<p><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13965/s-l300.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1730249190&Signature=P2C9NdILxS8i6rOJCA71KQnmvds%3D" align="right" loading="lazy" class="myimg-responsive"/>Buy 10 clear glass vials 10 ml each with 20 mm grey (butyl rubber) stoppers and aluminium caps. Caps may be bare aluminium or painted, with plastic tops or all-metal. Screw-on and all-plastic caps are not suitable. Stoppers must have this shape:<br/><a href="https://www.ebay.com/itm/223836409810" target="_blank" rel="nofollow noopener">https://www.ebay.com/itm/223836409810</a><br/><a href="https://www.aliexpress.com/item/32903943374.html" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/item/32903943374.html</a><br/><a href="https://www.aliexpress.com/item/33024594919.html" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/item/33024594919.html</a><br/>Flat septa are not suitable instead of stoppers. Search:<br/><a href="https://www.ebay.com/sch/i.html?_nkw=vial+10ml+stopper+cap&_sacat=0&LH_TitleDesc=0&LH_BIN=1&_sop=15" target="_blank" rel="nofollow noopener">https://www.ebay.com/sch/i.html?_nkw=vial+10ml+stopper+cap&_sacat=0&LH_TitleDesc=0&LH_BIN=1&_sop=15</a></p>
|
||||
<p><a href="https://www.aliexpress.com/wholesale?SearchText=vials+10ml+stoppers+caps" target="_blank" rel="nofollow noopener">https://www.aliexpress.com/wholesale?SearchText=vials+10ml+stoppers+caps</a></p>
|
||||
<p>After you remove central part of the cap, most of the cap must remain and hold the rubber stopper at place. Caps must <strong>not</strong> have tear-off weak place on one side like this:</p>
|
||||
<p><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13909/cap-tear-off.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1729644332&Signature=Eqb6LUTSFNqVTtJd0xqRxVXgsSI%3D" loading="lazy" class="myimg-responsive"/></p>
|
||||
<p><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13909/cap-tear-off.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1730249190&Signature=1iIcyvdRTGOd02RY2q4i06BtOiU%3D" loading="lazy" class="myimg-responsive"/></p>
|
||||
<h3><a name="Oil"></a>Oil</h3>
|
||||
<p>MCT oil (liquid, not powder, not in capsules, without flavor added) - cheapest bottle you can find, in a local sports nutrition store or mail-order. It's the only ingredient with somewhat limited shelf life: roughly 5 years as rumored though bottles are usually marked with arbitrary shelf life 2 years. You'll use up 10 ml per year. In USA you can mail-order a 2 oz (60 ml) sample bottle <a href="https://www.ebay.com/sch/i.html?_nkw=mct+oil&_sacat=0&LH_BIN=1&_sop=15&_fcid=1&_blrs=recall_filtering&_ipg=240" target="_blank" rel="nofollow noopener">on eBay</a> for $6 including shipping. Check prices also on Amazon. In local stores smallest bottle can be 400 ml, roughly $13. MCT oil is marketed as a food supplement to be taken 15 ml/day, taken orally is rapidly absorbed. You'll inject 500 times less, so any purity is okay (it's really all the same purity despite some dishonest sellers' claims).</p>
|
||||
<h3><a name="Preservative-28optional29"></a>Preservative (optional)</h3>
|
||||
|
|
@ -1085,7 +1089,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
|||
<p>If you add a preservative then use one of syringes you bought for injections (see below) to measure 0.2 ml.</p>
|
||||
<h2><a name="Mix"></a>Mix</h2>
|
||||
<p>Make a small funnel from a piece of foil (the thicker foil the better; shinier side inside), hold it folded with a small piece of sticky tape. If you have only thin foil then perhaps strengthen it by wide sticky tape on another side (or try to strip the outer paint from a few different beer or soft drink aluminium cans with nail polish remover, then cut a clean can with scissors). May be use something conical to wrap the foil around before cutting off unneeded parts. The hole at the pointy end of the funnel must be slightly (not much) smaller than the opening in the vial. Use this funnel to weigh up estradiol enanthate powder and to pour the powder into a vial. The funnel I'm using at the center, unfolded piece of foil from my previous funnel at the left, a funnel in a vial at the right:</p>
|
||||
<p><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13910/cone.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1729644332&Signature=gvXzS14LkhZAEJIn7hStwP%2BiFHM%3D" loading="lazy" class="myimg-responsive"/></p>
|
||||
<p><img src="https://s3-us-west-1.amazonaws.com/groupsiowikiimages/4415/13910/cone.jpg?AWSAccessKeyId=AKIAJECNKOVMCCU3ATNQ&Expires=1730249190&Signature=uoc9UhyV%2BberNAfS1cj5%2BSnsxj0%3D" loading="lazy" class="myimg-responsive"/></p>
|
||||
<p>Two recipes I can recommend:</p>
|
||||
<p>1) 500 mg = 0.5 g of estradiol enanthate (density 1.1 g/cm<sup><small>3</small></sup>),<br/>benzyl alcohol (preservative - antibacterial) 0.2 ml,<br/>MCT oil 10-0.2-0.5/1.1= 9.35 ml.</p>
|
||||
<p>2) 0.5 g of estradiol enanthate,<br/>MCT oil 10-0.5/1.1= 9.55 ml.</p>
|
||||
|
|
@ -1230,7 +1234,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
|||
</div>
|
||||
<section class="drawer drawer-left" id="drawer-name" data-drawer-target>
|
||||
<div class="drawer-overlay" data-drawer-close tabindex="-1"></div>
|
||||
<div class="drawer-wrapper">
|
||||
<div class="drawer-wrapper drawer-wrapper-top">
|
||||
<div class="drawer-header">
|
||||
<div class="drawer-title">
|
||||
<i class="fa-fw fa-regular fa-bars fa-3x"></i>
|
||||
|
|
@ -1246,7 +1250,7 @@ function createAlert(msg, isError, autoClose, noClose) {
|
|||
|
||||
|
||||
|
||||
<a id="sidebar-home" title="Group Home" href="https://groups.io/g/MTFHRT" class="list-group-item sidebar-item">
|
||||
<a title="Group Home" href="https://groups.io/g/MTFHRT" class="list-group-item sidebar-item">
|
||||
<i class="fa-fw fa fa-home fa-lg"></i>
|
||||
Home
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue