Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Remove licensing (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Nov 14, 2018
1 parent 64d012e commit 88b35ee
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 365 deletions.
5 changes: 1 addition & 4 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,14 @@ <h2 class="subtitle">
<svg style="height: 24px; width: 24px;" aria-hidden="true" data-prefix="fab" data-icon="apple" class="svg-inline--fa fa-apple fa-w-12" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 376 512"><path fill="currentColor" d="M314.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C59.3 141.2 0 184.8 0 273.5c0 26.2 4.8 53.3 14.4 81.2 12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"></path></svg>
<span>&nbsp; Download for macOS</span>
</a>
<a class="button is-medium" href="/purchase">
<span>Buy Now - $10</span>
</a>
</div>

<p><small>
Version {{ site.webcatalog_version }} (<a class="is-text-link" href="https://github.com/webcatalog/juli/releases">Release Notes</a>).
WebCatalog requires macOS 10.9 or later.
<br />
<br />
<a class="is-text-link" href="/goodbye">Looking for Windows or Linux version?</a>
<a class="is-text-link" href="/goodbye">Saying good bye to WebCatalog for Windows & Linux</a>
</small></p>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/goodbye.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: goodbye
title: Saying goodbye to WebCatalog for Windows & Linux
title: Saying good bye to WebCatalog for Windows & Linux
---

<!DOCTYPE html>
Expand All @@ -24,11 +24,11 @@
<div class="hero-body">
<div class="container">
<div class="content is-medium">
<h1 class="title is-3" style="color: #fff">Saying goodbye to WebCatalog for Windows & Linux</h1>
<h1 class="title is-3" style="color: #fff">Saying good bye to WebCatalog for Windows & Linux</h1>

<p>WebCatalog was started in 2016 with the aims to build a cross-platform app store for web apps. Since then, the app has been downloaded and used daily by thousands of users. While many users appreciate the productivity improvement the app offers, our primary goal to build an app store falls off with the rise of <a href="https://developers.google.com/web/updates/">Progressive Web Apps</a>.</p>

<p>To keep the product going as a productivity app, we've made the hard decision to stop the development of WebCatalog for Windows and Linux. WebCatalog 12 will the last version of WebCatalog supporting these platforms. Still, it'll remain <a href="https://github.com/webcatalog/webcatalog-12">open-source</a> & available to download (<a href="https://github.com/webcatalog/webcatalog-12/releases">WebCatalog</a>, <a href="https://github.com/webcatalog/juli/releases">Juli</a>); and continue to work indefinitely without receiving any updates from us.</p>
<p>To stay focused and keep the product going as a productivity app, we've made the hard decision to stop the development of WebCatalog for Windows and Linux. WebCatalog 12 will the last version of WebCatalog supporting these platforms. Still, it'll remain <a href="https://github.com/webcatalog/webcatalog-12">open-source</a> & available to download (<a href="https://github.com/webcatalog/webcatalog-12/releases">WebCatalog</a>, <a href="https://github.com/webcatalog/juli/releases">Juli</a>); and continue to work indefinitely without receiving any updates from us.</p>

<p>If you need any further information, feel free to contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>

Expand All @@ -45,8 +45,8 @@ <h1 class="title is-3" style="color: #fff">Saying goodbye to WebCatalog for Wind
<a href="https://github.com/quanglam2807">Quang Lam</a>.
</small></p>
<p><small>
<span>Translatium is </span>
<a href="https://github.com/translatium">open source</a>.
<span>WebCatalog is </span>
<a href="https://github.com/webcatalog/webcatalog-12">open source</a>.
</small></p>
</div>
</footer>
Expand Down
5 changes: 0 additions & 5 deletions docs/purchase.html

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import PropTypes from 'prop-types';
import connectComponent from '../helpers/connect-component';

import DialogAbout from './dialogs/about';
import DialogActivate from './dialogs/activate';
import DialogConfirmUninstallApp from './dialogs/confirm-uninstall-app';
import DialogCreateCustomApp from './dialogs/create-custom-app';

Expand Down Expand Up @@ -71,7 +70,6 @@ class App extends React.Component {
<React.Fragment>
<EnhancedAppBar />
<UpdaterMessage />
<DialogActivate />
{pageContent}
</React.Fragment>
);
Expand Down
9 changes: 0 additions & 9 deletions src/components/dialogs/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
} from '../../constants/updater-statuses';
import {
STRING_ABOUT,
STRING_ACTIVATED,
STRING_CHECK_FOR_UPDATES,
STRING_CHECKING_FOR_UPDATES,
STRING_UPDATE_AND_RELAUNCH,
Expand Down Expand Up @@ -86,7 +85,6 @@ const Transition = props => <Slide direction="left" {...props} />;

const About = (props) => {
const {
activated,
classes,
onClose,
open,
Expand Down Expand Up @@ -177,11 +175,6 @@ const About = (props) => {
</Button>
)}

<div className={classes.versionSmallContainer}>
{activated && <p className={classes.versionSmall}>{STRING_ACTIVATED}</p>}
</div>


<Button
onClick={() => requestOpenInBrowser('https://getwebcatalog.com')}
>
Expand Down Expand Up @@ -212,7 +205,6 @@ About.defaultProps = {
};

About.propTypes = {
activated: PropTypes.bool.isRequired,
classes: PropTypes.object.isRequired,
onClose: PropTypes.func.isRequired,
open: PropTypes.bool.isRequired,
Expand All @@ -221,7 +213,6 @@ About.propTypes = {
};

const mapStateToProps = state => ({
activated: state.general.activated,
open: state.dialogs.about.open,
updaterData: state.updater.data,
updaterStatus: state.updater.status,
Expand Down
122 changes: 0 additions & 122 deletions src/components/dialogs/activate.js

This file was deleted.

29 changes: 0 additions & 29 deletions src/components/pages/directory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
import PropTypes from 'prop-types';

import LinearProgress from '@material-ui/core/LinearProgress';
import Button from '@material-ui/core/Button';
import Grid from '@material-ui/core/Grid';
import Paper from '@material-ui/core/Paper';
import SearchIcon from '@material-ui/icons/Search';
Expand All @@ -13,13 +12,10 @@ import connectComponent from '../../../helpers/connect-component';
import { requestOpenInBrowser } from '../../../senders/generic';

import { getHits } from '../../../state/pages/directory/actions';
import { open as openDialogActivate } from '../../../state/dialogs/activate/actions';

import {
STRING_NO_RESULTS_HINT,
STRING_NO_RESULTS,
STRING_PURCHASE,
STRING_ACTIVATE,
} from '../../../constants/strings';

import AppCard from '../../shared/app-card';
Expand Down Expand Up @@ -103,13 +99,11 @@ class Directory extends React.Component {

render() {
const {
activated,
apps,
classes,
hasFailed,
isGetting,
onGetHits,
onOpenDialogActivate,
} = this.props;

const renderContent = () => {
Expand Down Expand Up @@ -171,25 +165,6 @@ class Directory extends React.Component {
ref={(container) => { this.scrollContainer = container; }}
>
<Grid container className={classes.grid} spacing={16}>
{!activated && (
<div className={classes.donateMessageContainer}>
<Button
color="primary"
variant="raised"
onClick={() => requestOpenInBrowser('https://getwebcatalog.com/purchase')}
>
{STRING_PURCHASE}
</Button>
<Button
color="secondary"
variant="raised"
onClick={onOpenDialogActivate}
className={classes.donateMessageButton}
>
{STRING_ACTIVATE}
</Button>
</div>
)}
<Grid item xs={12}>
{renderContent()}
</Grid>
Expand All @@ -203,25 +178,21 @@ class Directory extends React.Component {


Directory.propTypes = {
activated: PropTypes.bool.isRequired,
apps: PropTypes.arrayOf(PropTypes.object).isRequired,
classes: PropTypes.object.isRequired,
hasFailed: PropTypes.bool.isRequired,
isGetting: PropTypes.bool.isRequired,
onGetHits: PropTypes.func.isRequired,
onOpenDialogActivate: PropTypes.func.isRequired,
};

const mapStateToProps = state => ({
activated: state.general.activated,
apps: state.pages.directory.hits,
hasFailed: state.pages.directory.hasFailed,
isGetting: state.pages.directory.isGetting,
});

const actionCreators = {
getHits,
openDialogActivate,
};

export default connectComponent(
Expand Down
Loading

0 comments on commit 88b35ee

Please sign in to comment.