Migrating to GitLab (CI config TBD)
This commit is contained in:
parent
76785dcfa8
commit
472273e7e2
@ -4,7 +4,7 @@
|
||||
# TEAM
|
||||
|
||||
Creator: Jeff Avallone
|
||||
Site: http://github.com/javallone
|
||||
Site: http://gitlab.com/javallone
|
||||
Twitter: @javallone
|
||||
|
||||
# THANKS
|
||||
|
@ -15,13 +15,13 @@ exports[`Header rendering 1`] = `
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="https://github.com/javallone/regexper-static"
|
||||
href="https://gitlab.com/javallone/regexper-static"
|
||||
rel="external noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<SvgMock />
|
||||
<Trans>
|
||||
Source on GitHub
|
||||
Source on GitLab
|
||||
</Trans>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { translate, Trans } from 'react-i18next';
|
||||
|
||||
import style from './style.css';
|
||||
import GithubIcon from 'feather-icons/dist/icons/github.svg';
|
||||
import GitlabIcon from 'feather-icons/dist/icons/gitlab.svg';
|
||||
|
||||
import LocaleSwitcher from 'components/LocaleSwitcher';
|
||||
|
||||
@ -13,8 +13,8 @@ const Header = () => (
|
||||
</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/javallone/regexper-static" rel="external noopener noreferrer" target="_blank">
|
||||
<GithubIcon/><Trans>Source on GitHub</Trans>
|
||||
<li><a href="https://gitlab.com/javallone/regexper-static" rel="external noopener noreferrer" target="_blank">
|
||||
<GitlabIcon/><Trans>Source on GitLab</Trans>
|
||||
</a></li>
|
||||
<li>
|
||||
<a href="/privacy.html"><Trans>Privacy Policy</Trans></a>
|
||||
|
@ -16,7 +16,7 @@ Privacy Policy: PRIVACY POLICY
|
||||
Privacy Policy Content: >
|
||||
<0>REGEXPER AND THE TOOLS USED TO CREATE IT ARE ALL OPEN SOURCE. IF YOUR ARE
|
||||
CONCERNED THAT THE JAVASCRIPT BEING DELIVERED IS IN ANY WAY MALICIOUS, PLEASE
|
||||
INSPECT THE SOURCE IN THE <1>GITHUB REPOSITORY</1>.</0>
|
||||
INSPECT THE SOURCE IN THE <1>GITLAB REPOSITORY</1>.</0>
|
||||
|
||||
<1>THERE ARE TWO DATA COLLECTION TOOLS INTEGRATED IN THE APP. THESE TOOLS ARE
|
||||
NOT USED TO COLLECT PERSONAL INFORMATION:</1>
|
||||
@ -35,6 +35,6 @@ Privacy Policy Content: >
|
||||
REPORTS.</3>
|
||||
|
||||
<4>REGEXPER IS NOT SUPPORTED BY AD REVENUE OR SALES OF ANY KIND.</4>
|
||||
Source on GitHub: SOURCE ON GITHUB
|
||||
Source on GitLab: SOURCE ON GITLAB
|
||||
The page you have requested could not be found: THE PAGE YOU HAVE REQUESTED COULD NOT BE FOUND
|
||||
This error has been logged: THIS ERROR HAS BEEN LOGGED. YOU MAY ALSO <1>FILL OUT A REPORT</1>.
|
||||
|
@ -16,7 +16,7 @@ Privacy Policy: Privacy Policy
|
||||
Privacy Policy Content: >
|
||||
<0>Regexper and the tools used to create it are all open source. If you are
|
||||
concerned that the JavaScript being delivered is in any way malicious, please
|
||||
inspect the source in the <1>GitHub repository</1>.</0>
|
||||
inspect the source in the <1>GitLab repository</1>.</0>
|
||||
|
||||
<1>There are two data collection tools integrated in the app. These tools are
|
||||
not used to collect personal information:</1>
|
||||
@ -35,6 +35,6 @@ Privacy Policy Content: >
|
||||
reports.</3>
|
||||
|
||||
<4>Regexper is not supported by ad revenue or sales of any kind.</4>
|
||||
Source on GitHub: Source on GitHub
|
||||
Source on GitLab: Source on GitLab
|
||||
The page you have requested could not be found: The page you have requested could not be found
|
||||
This error has been logged: This error has been logged. You may also <1>fill out a report</1>.
|
||||
|
@ -10,7 +10,7 @@ const Component = () => (
|
||||
<React.Fragment>
|
||||
<Header/>
|
||||
<Message type="info" icon={ InfoIcon } heading="Privacy Policy"><Trans i18nKey="Privacy Policy Content">
|
||||
<p>Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the <a href="https://github.com/javallone/regexper-static" rel="external noopener noreferrer" target="_blank">GitHub repository</a>.</p>
|
||||
<p>Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the <a href="https://gitlab.com/javallone/regexper-static" rel="external noopener noreferrer" target="_blank">GitLab repository</a>.</p>
|
||||
<p>There are two data collection tools integrated in the app. These tools are not used to collect personal information:</p>
|
||||
<ul>
|
||||
<li><b>Google Analytics</b> is used to track browser usage data and application performance.</li>
|
||||
|
@ -14,11 +14,11 @@ exports[`Privacy policy page component rendering 1`] = `
|
||||
<p>
|
||||
Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the
|
||||
<a
|
||||
href="https://github.com/javallone/regexper-static"
|
||||
href="https://gitlab.com/javallone/regexper-static"
|
||||
rel="external noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
GitHub repository
|
||||
GitLab repository
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
|
@ -76,7 +76,7 @@ module.exports = {
|
||||
favicons: {
|
||||
appName: 'Regexper',
|
||||
appDescription: pkg.description,
|
||||
developerURL: 'https://github.com/javallone/',
|
||||
developerURL: 'https://gitlab.com/javallone/',
|
||||
background: '#6b6659',
|
||||
theme_color: '#bada55',
|
||||
start_url: '/',
|
||||
|
Loading…
Reference in New Issue
Block a user