- preload for fonts
- minor pagespeed improvements
This commit is contained in:
@@ -213,11 +213,11 @@ class Map extends Controller\AccessController {
|
||||
|
||||
// get SSO error messages that should be shown immediately ----------------------------------------------------
|
||||
// -> e.g. errors while character switch from previous HTTP requests
|
||||
if( $f3->exists(Controller\Ccp\Sso::SESSION_KEY_SSO_ERROR) ){
|
||||
if($f3->exists(Controller\Ccp\Sso::SESSION_KEY_SSO_ERROR, $message)){
|
||||
$ssoError = (object) [];
|
||||
$ssoError->type = 'error';
|
||||
$ssoError->title = 'Login failed';
|
||||
$ssoError->message = $f3->get(Controller\Ccp\Sso::SESSION_KEY_SSO_ERROR);
|
||||
$ssoError->message = $message;
|
||||
$return->error[] = $ssoError;
|
||||
$f3->clear(Controller\Ccp\Sso::SESSION_KEY_SSO_ERROR);
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="panel-heading text-left">
|
||||
<h3 class="panel-title">
|
||||
{{ @corpCount }}. {{@corpName}}
|
||||
<img class="pf-character-image" src="https://image.eveonline.com/Corporation/{{ @corporation->_id }}_32.png" alt="{{ @corporation->name }}"/>
|
||||
<img class="pf-character-image" src="//image.eveonline.com/Corporation/{{ @corporation->_id }}_32.png" alt="{{ @corporation->name }}"/>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="panel-body panel-reverse-order">
|
||||
|
||||
@@ -25,16 +25,16 @@
|
||||
<div class="pf-dynamic-area">
|
||||
<dl class="dl-horizontal">
|
||||
<dt class="text-left txt-color txt-color-grayLight">URL <i class="fas fa-external-link-alt fa-fw"></i></dt>
|
||||
<dd><a target="_blank" href="https://www.pathfinder.exodus4d.de"><em class="pf-brand">pathfinder</em></a></dd>
|
||||
<dd><a target="_blank" href="//www.pathfinder.exodus4d.de"><em class="pf-brand">pathfinder</em></a></dd>
|
||||
<dt class="text-left txt-color txt-color-grayLight">Repository <i class="fab fa-github fa-fw"></i></dt>
|
||||
<dd><a target="_blank" href="https://github.com/exodus4d/pathfinder">GitHub</a></dd>
|
||||
<dd><a target="_blank" href="//github.com/exodus4d/pathfinder">GitHub</a></dd>
|
||||
<dt class="text-left txt-color txt-color-grayLight">Social <i class="fab fa-google-plus-g fa-fw"></i></dt>
|
||||
<dd><a target="_blank" href="https://plus.google.com/+Pathfinder-wSpace">Google+</a></dd>
|
||||
<dd><a target="_blank" href="//plus.google.com/+Pathfinder-wSpace">Google+</a></dd>
|
||||
</dl>
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
<dt class="text-left txt-color txt-color-grayLight">Media <i class="fab fa-youtube fa-fw"></i></dt>
|
||||
<dd><a target="_blank" href="https://www.youtube.com/channel/UC7HU7XEoMbqRwqxDTbMjSPg">YouTube</a></dd>
|
||||
<dd><a target="_blank" href="//www.youtube.com/channel/UC7HU7XEoMbqRwqxDTbMjSPg">YouTube</a></dd>
|
||||
<dt class="txt-color txt-color-grayLight">Licence <i class="fas fa-certificate fa-fw"></i> </dt>
|
||||
<dd><a target="_blank" href="http://opensource.org/licenses/MIT">(MIT) <em class="pf-brand">License</em></a></dd>
|
||||
<dt class="txt-color txt-color-grayLight"> </dt>
|
||||
@@ -46,12 +46,12 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-6 text-center">
|
||||
<a class="btn" target="_blank" href="https://www.patreon.com/exodus4d">
|
||||
<a class="btn" target="_blank" href="//www.patreon.com/exodus4d">
|
||||
<img src="public/img/landing/donate_patreon.png">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-6 text-center">
|
||||
<a class="btn" target="_blank" href="https://www.paypal.me/Exodus4D">
|
||||
<a class="btn" target="_blank" href="//www.paypal.me/Exodus4D">
|
||||
<img src="public/img/landing/donate_paypal.png">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="navbar-header pull-right">
|
||||
<p class="navbar-text txt-color txt-color-gray">All <a href="http://www.eveonline.com/" target="_blank">EVE ONLINE</a>
|
||||
<p class="navbar-text txt-color txt-color-gray">All <a href="http://www.eveonline.com/" target="_blank" rel="noopener">EVE ONLINE</a>
|
||||
related materials are property of
|
||||
<a target="_blank" href="http://www.ccpgames.com/">CCP Games</a></p>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="row text-center">
|
||||
<div class="col-xs-12">
|
||||
<a class="pf-sso-login-button {{@registrationStatusButton}}" target="_self" href="{{ @tplAuthType }}" type="button" tabindex="3" title="{{@registrationStatusTitle}}"> </a><br>
|
||||
<a target="_blank" href="http://community.eveonline.com/news/dev-blogs/eve-online-sso-and-what-you-need-to-know">What is this?</a>
|
||||
<a target="_blank" href="http://community.eveonline.com/news/dev-blogs/eve-online-sso-and-what-you-need-to-know" rel="noopener">What is this?</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="pf-popover">
|
||||
|
||||
<img class="pull-right" src="https://image.eveonline.com/Character/{{created.character.id}}_32.jpg">
|
||||
<img class="pull-right" src="//image.eveonline.com/Character/{{created.character.id}}_32.jpg">
|
||||
|
||||
<h6>
|
||||
<small>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<div style="height: 1px"> </div>
|
||||
|
||||
<img class="pull-right" src="https://image.eveonline.com/Character/{{updated.character.id}}_32.jpg">
|
||||
<img class="pull-right" src="//image.eveonline.com/Character/{{updated.character.id}}_32.jpg">
|
||||
|
||||
<h6>
|
||||
<small>
|
||||
|
||||
@@ -13,16 +13,16 @@
|
||||
|
||||
<div class="pf-character-image-wrapper {{#hasActiveSession}}pf-character-active{{/hasActiveSession}}">
|
||||
<div class="pf-character-select-image">
|
||||
<img class="pf-character-image" src="https://image.eveonline.com/Character/{{ character.id }}_128.jpg" alt="{{ character.name }}"/>
|
||||
<img class="pf-character-image" src="//image.eveonline.com/Character/{{ character.id }}_128.jpg" alt="{{ character.name }}"/>
|
||||
|
||||
<div class="pf-character-info">
|
||||
<div style="width: 128px">
|
||||
{{#character.corporation}}
|
||||
<img src="https://image.eveonline.com/Corporation/{{ id }}_32.png"/>
|
||||
<img src="//image.eveonline.com/Corporation/{{ id }}_32.png"/>
|
||||
<div class="pf-character-info-text"><small>{{ name }}</small></div>
|
||||
{{/character.corporation}}
|
||||
{{#character.alliance}}
|
||||
<img src="https://image.eveonline.com/Alliance/{{ id }}_32.png"/>
|
||||
<img src="//image.eveonline.com/Alliance/{{ id }}_32.png"/>
|
||||
<div class="pf-character-info-text"><small>{{ name }}</small></div>
|
||||
{{/character.alliance}}
|
||||
</div>
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
<div class="panel-body no-padding text-align-center">
|
||||
<div class="price-features" style="min-height: inherit;">
|
||||
<ul class="list-unstyled text-left">
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>New module for Intel tracking (e.g. Citadel information) added <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues/246">#246</a></li>
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>Added new "Abyss" systems <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues/631 ">#631 </a></li>
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>Added "system statics" an "signature strength" information to map <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues/623">#623</a></li>
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>New module for Intel tracking (e.g. Citadel information) added <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/246" rel="noopener">#246</a></li>
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>Added new "Abyss" systems <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/631" rel="noopener">#631 </a></li>
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>Added "system statics" an "signature strength" information to map <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/623" rel="noopener">#623</a></li>
|
||||
<li><i class="fas fa-fw fa-angle-right"></i>Many more minor improvements/fixes and performance optimizations.</li>
|
||||
<li><i class="fas fa-fw fa-angle-double-right"></i>Complete <a href="javascript:void(0)" class="pf-navbar-version-info">changelog</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="pf-splash-title">
|
||||
<h1>PATHFINDER - System Mapping Tool</h1>
|
||||
<p class="lead">
|
||||
<em class="pf-brand">pathfinder</em> is an open source mapping tool for <em class="pf-brand"><a href="http://www.eveonline.com/" target="_blank">EVE ONLINE</a></em>.
|
||||
<em class="pf-brand">pathfinder</em> is an open source mapping tool for <em class="pf-brand"><a href="http://www.eveonline.com/" target="_blank" rel="noopener">EVE ONLINE</a></em>.
|
||||
</p>
|
||||
|
||||
<div class="pf-loading-bars-container">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<check if="{{ @tplLogged }}">
|
||||
<div id="pf-head" class="navbar-header">
|
||||
<span class="navbar-brand">
|
||||
<img class="pull-left" style="width: 16px" src="https://image.eveonline.com/Corporation/{{ @character->corporationId->id }}_64.png"/> {{ @character->corporationId->name }}
|
||||
<img class="pull-left" style="width: 16px" src="//image.eveonline.com/Corporation/{{ @character->corporationId->id }}_64.png"/> {{ @character->corporationId->name }}
|
||||
</span>
|
||||
|
||||
<p class="navbar-text">
|
||||
|
||||
@@ -54,21 +54,27 @@
|
||||
<set pathJSApp="{{ @BASE . '/' . @tplPathJs . '/app' }}" />
|
||||
<set pathJSRequire="{{ @BASE . '/' . @tplPathJs . '/lib/require.js' }}" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{@pathCSS}}">
|
||||
|
||||
{* Prefetch / Preload *}
|
||||
<link rel="preload" href="{{@pathCSS}}" as="style">
|
||||
<link rel="preload" href="{{@pathJSRequire}}" as="script">
|
||||
<link rel="preload" href="{{@pathJSApp}}.js" as="script">
|
||||
<link rel="preload" href="{{@pathJSApp}}/{{@tplJsView}}.js" as="script">
|
||||
<link rel="dns-prefetch" href="https://login.eveonline.com">
|
||||
<link rel="dns-prefetch" href="https://image.eveonline.com">
|
||||
<link rel="dns-prefetch" href="https://i.ytimg.com">
|
||||
<link rel="prerender" href="//login.eveonline.com">
|
||||
<link rel="dns-prefetch" href="//image.eveonline.com">
|
||||
<link rel="dns-prefetch" href="//i.ytimg.com">
|
||||
|
||||
<check if="{{ @tplJsView != 'mappage' }}">
|
||||
<link rel="preload" href="{{@pathJSApp}}/mappage.js" as="script">
|
||||
<link rel="prefetch" href="{{@pathJSApp}}/mappage.js" as="script">
|
||||
</check>
|
||||
|
||||
<link rel="preload" href="/public/fonts/oxygen-regular-webfont.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="/public/fonts/oxygen-bold-webfont.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
||||
<link rel="preload" href="/public/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="/public/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="/public/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{@pathCSS}}">
|
||||
</head>
|
||||
<body class="pf-body {{ @tplBodyClass }}" data-js-path="{{ @BASE }}/{{ @tplPathJs }}" data-script="{{ @tplJsView }}" <check if="{{ @tplCharacterId }}">data-character-id="{{ @tplCharacterId }}"</check> data-version="{{ @PATHFINDER.VERSION }}">
|
||||
<include if="{{ @tplPageContent }}" href="{{ @tplPageContent }}"/>
|
||||
|
||||
@@ -177,14 +177,14 @@
|
||||
<ul class="fa-ul pf-landing-list">
|
||||
<li><i></i><span class="txt-color txt-color-greenDark"><e class="fas fa-fw fa-lock"></e>SSL</span> encrypted connection</li>
|
||||
<li><i></i>User friendly <a class="pf-navbar-manual" href="#">manual</a></li>
|
||||
<li><i></i>Open Source Project <a target="_blank" href="{{ @PATHFINDER.REPO }}" alt="GitHub"><i class="fab fa-github fa-fw"></i><em>Github</em></a></li>
|
||||
<li><i></i>Open Source Project <a target="_blank" href="{{ @PATHFINDER.REPO }}" alt="GitHub" rel="noopener"><i class="fab fa-github fa-fw"></i><em>Github</em></a></li>
|
||||
<li>
|
||||
<ul class="fa-ul">
|
||||
<li><i></i>Developer/install <a target="_blank" href="{{ @PATHFINDER.REPO }}/wiki">wiki</a></li>
|
||||
<li><i></i>Developer/install <a target="_blank" href="{{ @PATHFINDER.REPO }}/wiki" rel="noopener">wiki</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><i></i><em>CCP</em> s <em>SSO</em> login</li>
|
||||
<li><i></i>Cookie based <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues/138#issuecomment-216036606">login system</a></li>
|
||||
<li><i></i>Cookie based <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/138#issuecomment-216036606" rel="noopener">login system</a></li>
|
||||
<li><i></i><em>ESI</em> API support</a></li>
|
||||
<li><i></i>HTML5 features</li>
|
||||
<li>
|
||||
@@ -210,7 +210,7 @@
|
||||
<li><i></i><em>SMTP</em> support</li>
|
||||
<li>
|
||||
<ul class="fa-ul">
|
||||
<li><i></i><a target="_blank" href="https://slack.com"><i class="fab fa-fw fa-slack-hash"></i><em>Slack</em></a> email notifications</li>
|
||||
<li><i></i><a target="_blank" href="//slack.com" rel="noopener"><i class="fab fa-fw fa-slack-hash"></i><em>Slack</em></a> email notifications</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><i></i>Responsive layout</li>
|
||||
@@ -391,7 +391,7 @@
|
||||
<div class="col-xs-12 col-sm-9 col-lg-4">
|
||||
<h4>Killboard module</h4>
|
||||
<ul class="fa-ul pf-landing-list">
|
||||
<li><i></i><em><a target="_blank" href="https://github.com/zKillboard/zKillboard/wiki">zkillboard.com</a></em> API integration</li>
|
||||
<li><i></i><em><a target="_blank" href="//github.com/zKillboard/zKillboard/wiki" rel="noopener">zkillboard.com</a></em> API integration</li>
|
||||
<li><i></i>Detailed information about all recent activities in a system</li>
|
||||
<li><i></i>Visual graph with recent kills and timestamp</li>
|
||||
<li><i></i>Killmail deep links</li>
|
||||
@@ -766,7 +766,7 @@
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<h2><span class="text-primary">Install</span> and hosting</h2>
|
||||
<p class="lead">
|
||||
If your are planning to install or self hosting <em>PATHFINDER</em>, all required information can be found on the project <a target="_blank" href="{{ @PATHFINDER.REPO }}/wiki">wiki</a>.
|
||||
If your are planning to install or self hosting <em>PATHFINDER</em>, all required information can be found on the project <a target="_blank" href="{{ @PATHFINDER.REPO }}/wiki" rel="noopener">wiki</a>.
|
||||
Updating or bootstrapping the DB gets very simple with the new "Setup UI" and can be done by on-click.
|
||||
</p>
|
||||
</div>
|
||||
@@ -840,8 +840,8 @@
|
||||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6 col-sm-offset-1 col-md-offset-1 col-lg-offset-1">
|
||||
<h4>About Me</h4>
|
||||
<p>
|
||||
I am playing <em><a target="_blank" href="https://www.eveonline.com/">EVE Online</a></em> since almost 4 years.
|
||||
The majority of time (3+ years), my characters were a part of the <em><a target="_blank" href="https://www.themittani.com/news/j150020-three-alliances-enter-none-leave">"No Holes Barred"</a></em> alliance.
|
||||
I am playing <em><a target="_blank" href="//www.eveonline.com/" rel="noopener">EVE Online</a></em> since almost 4 years.
|
||||
The majority of time (3+ years), my characters were a part of the <em><a target="_blank" href="//www.themittani.com/news/j150020-three-alliances-enter-none-leave" rel="noopener">"No Holes Barred"</a></em> alliance.
|
||||
,one of the oldest and best known wormhole entities that existed in <em>"New Eden"</em> (R.I.P).
|
||||
The <em>Pathfinder</em> project was started just a few weeks before the failed invasion of <em>"Polaris"</em> took place.
|
||||
The intention behind this project was not to create another mapping tool that already exist.
|
||||
@@ -852,14 +852,14 @@
|
||||
The main focus of my daily work is based on large scale frontend applications.
|
||||
</p>
|
||||
<p>
|
||||
I decided to make this project <a target="_blank" href="{{ @PATHFINDER.REPO }}">"Open Source"</a>, once the beta testing is finished.
|
||||
It would be a great pleasure to me if you would help me to improve this project by submitting <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues">bug reports</a>
|
||||
I decided to make this project <a target="_blank" href="{{ @PATHFINDER.REPO }}" rel="noopener">"Open Source"</a>, once the beta testing is finished.
|
||||
It would be a great pleasure to me if you would help me to improve this project by submitting <a target="_blank" href="//github.com/exodus4d/pathfinder/issues" rel="noopener">bug reports</a>
|
||||
or any kind of security issues.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-sm-5 col-md-4 col-lg-4 text-center pf-animate-on-visible pf-animate">
|
||||
<img class="pf-landing-image-preview pf-landing-image-preview-medium pf-landing-about-me" data-original="https://image.eveonline.com/Character/1946320202_256.jpg" width="256" height="256" alt="Exodus 4D">
|
||||
<img class="pf-landing-image-preview pf-landing-image-preview-medium pf-landing-about-me" data-original="//image.eveonline.com/Character/1946320202_256.jpg" width="256" height="256" alt="Exodus 4D">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -951,11 +951,11 @@
|
||||
Unfortunately not. I will probably not have the time to answer any question personally.
|
||||
Make sure you have read the <span class="pf-navbar-manual"><a href="javascript:void(0);">manual</a></span>.
|
||||
<br>
|
||||
If there are still some open questions, please ask in the <a target="_blank" href="https://forums.eveonline.com/">official forums</a> thread for help.
|
||||
If there are still some open questions, please ask in the <a target="_blank" href="//forums.eveonline.com/" rel="noopener">official forums</a> thread for help.
|
||||
</p>
|
||||
<h3>Which browsers are compatible with <em>Pathfinder</em>?</h3>
|
||||
<p>
|
||||
You will get the best user experience with the latest version <a target="_blank" href="https://www.google.com/chrome/"><i class="fab fa-chrome"></i> <em>Google Chrome</em></a> or <a target="_blank" href="https://www.mozilla.org/firefox"><i class="fab fa-firefox"></i> <em>Firefox</em></a>.
|
||||
You will get the best user experience with the latest version <a target="_blank" href="//www.google.com/chrome/" rel="noopener"><i class="fab fa-chrome"></i> <em>Google Chrome</em></a> or <a target="_blank" href="https://www.mozilla.org/firefox" rel="noopener"><i class="fab fa-firefox"></i> <em>Firefox</em></a>.
|
||||
<em>Pathfinder</em> uses some "bloody edge" web technologies like SVG graphics, Canvas drawing, CSS3, JS (ECMA 5.0) that are not yet fully supported by any other browser like IE or Safari.
|
||||
</p>
|
||||
<h3>Can i use multiple accounts/characters?</h3>
|
||||
@@ -963,7 +963,7 @@
|
||||
Yes, you can add as many characters to your account you want. By accepting the 'Cookie hint', your current logged-in characters
|
||||
are stored. If you don´t want cookies, you need to re-assign bei <em>CCP</em>´s SSO login the next time.<br>
|
||||
Cookies are valid for {{ @PATHFINDER.LOGIN.COOKIE_EXPIRE }} days and will be destroyed on 'logout'.
|
||||
Read <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues/138#issuecomment-216036606">more</a>.
|
||||
Read <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/138#issuecomment-216036606" rel="noopener">more</a>.
|
||||
</p>
|
||||
<h3>Are my data safe?</h3>
|
||||
<p>
|
||||
@@ -974,7 +974,7 @@
|
||||
<h3>Can i report bugs or security issues?</h3>
|
||||
<p>
|
||||
Good work! I am very happy for any technical feedback and improvements.
|
||||
Feel free to contact me with your problem, either by submitting a <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues">bug report</a> or contact me in game.
|
||||
Feel free to contact me with your problem, either by submitting a <a target="_blank" href="//github.com/exodus4d/pathfinder/issues" rel="noopener">bug report</a> or contact me in game.
|
||||
I´ll give my best to find a solution for your problem or path <em>Pathfinder</em>.
|
||||
</p>
|
||||
<h3>I don´t trust you, can I host <em>Pathfinder</em> on my own?</h3>
|
||||
@@ -988,11 +988,11 @@
|
||||
Server requirements:
|
||||
</p>
|
||||
<ul class="fa-ul pf-landing-list">
|
||||
<li><i></i> A webserver with a <em><a target="_blank" href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)">LEMP</a></em> environment</li>
|
||||
<li><i></i> A webserver with a <em><a target="_blank" href="//en.wikipedia.org/wiki/LAMP_(software_bundle)" rel="noopener">LEMP</a></em> environment</li>
|
||||
<li><i></i> PHP 7.0+</li>
|
||||
<li><i></i> PHP framework <a target="_blank" href="http://fatfreeframework.com/system-requirements">requirements</a></li>
|
||||
<li><i></i> PHP framework <a target="_blank" href="http://fatfreeframework.com/system-requirements" rel="noopener">requirements</a></li>
|
||||
<li><i></i> MySQL 5.7+ </li>
|
||||
<li><i></i> Some kind of server side caching. <em><a target="_blank" href="https://redis.io/">Redis</a></em> is preferred, file cache will also work</li>
|
||||
<li><i></i> Some kind of server side caching. <em><a target="_blank" href="//redis.io/" rel="noopener">Redis</a></em> is preferred, file cache will also work</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1008,9 +1008,9 @@
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="pf-social-networks text-right">
|
||||
<li><a target="_blank" href="https://www.youtube.com/channel/UC7HU7XEoMbqRwqxDTbMjSPg"> <i class="fab fa-lg fa-youtube fa-fw"></i> </a></li>
|
||||
<li><a target="_blank" href="https://plus.google.com/110257318165279088853"> <i class="fab fa-lg fa-google-plus-g fa-fw"></i> </a></li>
|
||||
<li><a target="_blank" href="{{ @PATHFINDER.REPO }}"> <i class="fab fa-lg fa-github fa-fw"></i> </a></li>
|
||||
<li><a target="_blank" href="//www.youtube.com/channel/UC7HU7XEoMbqRwqxDTbMjSPg" rel="noopener"> <i class="fab fa-lg fa-youtube fa-fw"></i> </a></li>
|
||||
<li><a target="_blank" href="//plus.google.com/110257318165279088853" rel="noopener"> <i class="fab fa-lg fa-google-plus-g fa-fw"></i> </a></li>
|
||||
<li><a target="_blank" href="{{ @PATHFINDER.REPO }}" rel="noopener"> <i class="fab fa-lg fa-github fa-fw"></i> </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1021,7 +1021,7 @@
|
||||
<footer class="navbar-default navbar-fixed-bottom collapse" id="pf-cookie-hint">
|
||||
<div class="container-fluid">
|
||||
<p class="navbar-text">
|
||||
Pathfinder requires cookies to maintain your login state between browser sessions. Read <a target="_blank" href="https://github.com/exodus4d/pathfinder/issues/138">more</a>.
|
||||
Pathfinder requires cookies to maintain your login state between browser sessions. Read <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/138" rel="noopener">more</a>.
|
||||
</p>
|
||||
<div class="pull-right">
|
||||
<button type="button" class="btn btn-default navbar-btn btn-success" data-toggle="collapse" data-target="#pf-cookie-hint" aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user