https://github.com/epiphyt/impressum
Impressum provides you with a full-fledged easy to use imprint generator right within your WordPress site.
https://github.com/epiphyt/impressum
imprint wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Impressum provides you with a full-fledged easy to use imprint generator right within your WordPress site.
- Host: GitHub
- URL: https://github.com/epiphyt/impressum
- Owner: epiphyt
- License: gpl-2.0
- Created: 2020-12-18T12:42:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-13T16:56:19.000Z (7 months ago)
- Last Synced: 2025-12-15T08:41:52.521Z (7 months ago)
- Topics: imprint, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://epiph.yt/en/impressum-product/
- Size: 2.31 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Impressum
Impressum adds a full-fledged and easy to use imprint generator in your WordPress dashboard. Once setup, Impressum takes care of your legal notices. Once legal requirements change, Impressum will update your legal content either on its own or asks for your help if the changes can't be made automatically. Your imprint is generated right within WordPress, so your personal information won't be sent to a third party server.
## Requirements
PHP: 5.6
WordPress: 5.0
## Requirements
PHP: 5.6 including the `php-dom` extension
WordPress: 5.9
## Building
First, you need to install all NPM dependencies. Make sure you have NPM installed first. Then, run this command:
```bash
npm install
```
### Development build
To build assets for development purposes and to watch for changes, run this command:
```bash
npm start
```
### Production build
To build assets for production, run this command:
```bash
npm run build
```
## Contribution
Happy so see your interest in contributing! :heart:
Please consult the [contributing guide](CONTRIBUTING.md) for detailed information.
## Who are you, folks?
We are [Epiphyt](https://epiph.yt/en/), your friendly neighborhood WordPress plugin shop from southern Germany.
## Security
For security related information, please consult the [security policy](SECURITY.md).
## License
Embed Privacy is free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE.md](LICENSE.md) for complete license.