Ver código fonte

remove obsolete files

Gildas 1 ano atrás
pai
commit
8273c28dd3
5 arquivos alterados com 0 adições e 52 exclusões
  1. 0 12
      cli/Dockerfile
  2. 0 6
      cli/README.MD
  3. 0 28
      cli/single-file
  4. 0 2
      cli/single-file.bat
  5. 0 4
      companion/README.MD

+ 0 - 12
cli/Dockerfile

@@ -1,12 +0,0 @@
-FROM zenika/alpine-chrome:with-node
-
-RUN npm install --production single-file-cli
-
-WORKDIR /usr/src/app/node_modules/single-file-cli
-
-ENTRYPOINT [ \
-    "./single-file", \
-    "--browser-executable-path", "/usr/bin/chromium-browser", \
-    "--output-directory", "./../../out/", \
-    "--browser-args", "[\"--no-sandbox\"]", \
-    "--dump-content" ]

+ 0 - 6
cli/README.MD

@@ -1,6 +0,0 @@
-# SingleFile CLI (Command Line Interface)
-
-This folder is present for backward compatibility reasons and is an interface of
-[`single-file-cli`](https://github.com/gildas-lormeau/single-file-cli).
-
-It is now recommended to use `single-file-cli` directly.

+ 0 - 28
cli/single-file

@@ -1,28 +0,0 @@
-#!/usr/bin/env node
-
-/*
- * Copyright 2010-2020 Gildas Lormeau
- * contact : gildas.lormeau <at> gmail.com
- *
- * This file is part of SingleFile.
- *
- *   The code in this file is free software: you can redistribute it and/or
- *   modify it under the terms of the GNU Affero General Public License
- *   (GNU AGPL) as published by the Free Software Foundation, either version 3
- *   of the License, or (at your option) any later version.
- *
- *   The code in this file is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
- *   General Public License for more details.
- *
- *   As additional permission under GNU AGPL version 3 section 7, you may
- *   distribute UNMODIFIED VERSIONS OF THIS file without the copy of the GNU
- *   AGPL normally required by section 4, provided you include this license
- *   notice and a URL through which recipients can access the Corresponding
- *   Source.
- */
-
-/* global require */
-
-require("single-file-cli/single-file");

+ 0 - 2
cli/single-file.bat

@@ -1,2 +0,0 @@
-@echo off
-node "%~dp0\single-file" %*

+ 0 - 4
companion/README.MD

@@ -1,4 +0,0 @@
-# SingleFile Companion
-
-SingleFile Companion project has moved here:
-https://github.com/gildas-lormeau/single-file-companion