Skip to content

Commit bba6155

Browse files
committed
Add deprecation notice to README
1 parent 53f37e8 commit bba6155

File tree

1 file changed

+4
-37
lines changed

1 file changed

+4
-37
lines changed

README.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,7 @@
22

33
A WordPress plugin for static site generation and deployment.
44

5-
**Latest: WP2Static joins Strattic, the leading WordPress to headless and static site end-to-end publishing platform!**
6-
7-
Strattic is generously keeping the WP2Static plugin available and maintained for open source users!
8-
9-
[Read Announcement](https://www.strattic.com/wp2static-joins-strattic/)
10-
11-
## Installation options
12-
13-
- from this source code `git clone https://github.com/wp2static/wp2static.git` (run `composer install` afterwards)
14-
- via [Composer](https://github.com/composer/composer) `composer require wp2static/wp2static`
15-
- get installer zip from [wp2static.com](https://wp2static.com/download/)
16-
- [compile your own installer zip from source code](https://wp2static.com/compiling-from-source/)
17-
18-
19-
## [Docs](https://wp2static.com)
20-
21-
## [Support Forum](https://staticword.press/c/wordpress-static-site-generators/wp2static/)
22-
23-
### Contributing
24-
25-
[See `CONTRIBUTING.md`](./CONTRIBUTING.md)
26-
27-
### Testing
28-
29-
WP2Static includes various types of code quality and functionality tests.
30-
31-
Tests are defined as Composer scripts within the `composer.json` file.
32-
33-
`composer run-script test` will run the main linting, static analysis and unit tests. It will not run code coverage by default. To run code coverage, use `composer run-script coverage`, this will require XDebug installed.
34-
35-
`composer run-script test-integration` will run end to end tests. This requires that you have the `nix-shell` command available from [NixOS](https://nixos.org/download.html). More info on the intgration tests can be found in the README within the `integration-tests` directory.
36-
37-
You can run individual test stages by specifying any of the defined scripts within `composer.json` with a command like `composer run-script phpunit`. You can pass arguments, such as to skip slow external request making phpunit tests, run `composer run-script phpunit -- --exclude-group ExternalRequests`.
38-
39-
Continuous Integration is provided by GitHub Actions, which run code quality, unit and end to end tests.
40-
41-
5+
**Deprecation Notice**: This fork has been deprecated.
6+
Development continues under the
7+
[Static Deploy](https://github.com/staticweb-io/static-deploy)
8+
project.

0 commit comments

Comments
 (0)