Skip to content

Commit d7edac1

Browse files
committed
Replace placeholders
1 parent 70afa0e commit d7edac1

20 files changed

+39
-526
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
global:
3535
- COMPOSER_BIN_DIR=~/bin
36-
- COMPOSER_PACKAGE_NAME=:vendor/:package
36+
- COMPOSER_PACKAGE_NAME=integer-net/magento2-rewritemap
3737
cache:
3838
apt: true
3939
directories:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to :module-namespace_:module-name
1+
# Contributing to IntegerNet_RewriteMap
22
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
33

44
- Reporting a bug
@@ -23,8 +23,8 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
2323
## Any contributions you make will be under the MIT Software License
2424
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
2525

26-
## Report bugs using Github's [issues](https://github.com/:vendor/:package/issues)
27-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/:vendor/:package/issues/new); it's that easy!
26+
## Report bugs using Github's [issues](https://github.com/integer-net/magento2-rewritemap/issues)
27+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/integer-net/magento2-rewritemap/issues/new); it's that easy!
2828

2929
## Write bug reports with detail, background, and sample code
3030
[This is an example](http://stackoverflow.com/q/12488905/180626) of a bug report I wrote, and I think it's not a bad model. Here's [another example from Craig Hockenberry](http://www.openradar.me/11905408), an app developer whom I greatly respect.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) :year :company
3+
Copyright (c) 2020 integer_net GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
# integer_net Magento 2 Module Template
2-
3-
This is a GitHub template.
4-
5-
**Create your module now with the "use this template" button:**
6-
7-
[![Use this template](dev/use-this-template.png)](https://github.com/integer-net/magento2-module-template/generate)
8-
9-
After that, clone it on your machine and run `/dev/init` for automatic configuration. For more information, see [dev/README.md](dev/README.md)
10-
11-
<div align="center"><img src="https://www.integer-net.de/wp-content/uploads/2012/11/firmenprofil.jpg" alt="Waschbär Approved Module" /></div>
12-
13-
---
14-
15-
<!-- TEMPLATE -->
16-
17-
# :module-namespace_:module-name Magento Module
1+
# IntegerNet_RewriteMap Magento Module
182
<div align="center">
193

204
[![Latest Version on Packagist][ico-version]][link-packagist]
@@ -29,13 +13,13 @@ After that, clone it on your machine and run `/dev/init` for automatic configura
2913

3014
---
3115

32-
:description
16+
Generate RewriteMap files for Apache from Magento URL rewrites
3317

3418
## Installation
3519

3620
1. Install it into your Magento 2 project with composer:
3721
```
38-
composer require :vendor/:package
22+
composer require integer-net/magento2-rewritemap
3923
```
4024
4125
2. Enable module
@@ -77,29 +61,29 @@ vendor/bin/phpunit tests/unit
7761
7862
## Security
7963
80-
If you discover any security related issues, please email :author-email instead of using the issue tracker.
64+
If you discover any security related issues, please email bd@integer-net.de instead of using the issue tracker.
8165
8266
## Credits
8367
84-
- [:author-name][link-author]
68+
- [Bernard Delhez][link-author]
8569
- [All Contributors][link-contributors]
8670
8771
## License
8872
8973
The MIT License (MIT). Please see [License File](LICENSE) for more information.
9074
91-
[ico-version]: https://img.shields.io/packagist/v/:vendor/:package.svg?style=flat-square
75+
[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-rewritemap.svg?style=flat-square
9276
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
93-
[ico-travis]: https://img.shields.io/travis/:vendor/:package/master.svg?style=flat-square
94-
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/:vendor/:package?style=flat-square
95-
[ico-code-quality]: https://img.shields.io/scrutinizer/g/:vendor/:package.svg?style=flat-square
96-
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/:vendor/:package?style=flat-square
97-
[ico-compatibility]: https://img.shields.io/badge/magento-:version-badge-brightgreen.svg?logo=magento&longCache=true&style=flat-square
98-
99-
[link-packagist]: https://packagist.org/packages/:vendor/:package
100-
[link-travis]: https://travis-ci.org/:vendor/:package
101-
[link-scrutinizer]: https://scrutinizer-ci.com/g/:vendor/:package/code-structure
102-
[link-code-quality]: https://scrutinizer-ci.com/g/:vendor/:package
103-
[link-maintainability]: https://codeclimate.com/github/:vendor/:package
104-
[link-author]: https://github.com/:author-github
77+
[ico-travis]: https://img.shields.io/travis/integer-net/magento2-rewritemap/master.svg?style=flat-square
78+
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-rewritemap?style=flat-square
79+
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-rewritemap.svg?style=flat-square
80+
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-rewritemap?style=flat-square
81+
[ico-compatibility]: https://img.shields.io/badge/magento-2.2%20|%202.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
82+
83+
[link-packagist]: https://packagist.org/packages/integer-net/magento2-rewritemap
84+
[link-travis]: https://travis-ci.org/integer-net/magento2-rewritemap
85+
[link-scrutinizer]: https://scrutinizer-ci.com/g/integer-net/magento2-rewritemap/code-structure
86+
[link-code-quality]: https://scrutinizer-ci.com/g/integer-net/magento2-rewritemap
87+
[link-maintainability]: https://codeclimate.com/github/integer-net/magento2-rewritemap
88+
[link-author]: https://github.com/bernarddelhez
10589
[link-contributors]: ../../contributors

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": ":vendor/:package",
3-
"description": ":description",
2+
"name": "integer-net/magento2-rewritemap",
3+
"description": "Generate RewriteMap files for Apache from Magento URL rewrites",
44
"type": "magento2-module",
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": ":author-name",
9-
"email": ":author-email"
8+
"name": "Bernard Delhez",
9+
"email": "bd@integer-net.de"
1010
}
1111
],
1212
"minimum-stability": "stable",
@@ -15,12 +15,12 @@
1515
"registration.php"
1616
],
1717
"psr-4": {
18-
":module-namespace\\:module-name\\": "src"
18+
"IntegerNet\\RewriteMap\\": "src"
1919
}
2020
},
2121
"autoload-dev": {
2222
"psr-4": {
23-
":module-namespace\\:module-name\\": "tests/src"
23+
"IntegerNet\\RewriteMap\\": "tests/src"
2424
}
2525
},
2626
"repositories": [
@@ -30,8 +30,8 @@
3030
}
3131
],
3232
"require": {
33-
"php": ":php-constraint",
34-
"magento/framework": ":framework-constraint"
33+
"php": "~7.0||~7.1||~7.2||~7.3||~7.4",
34+
"magento/framework": "^101.0.0||^102.0.0||^103.0.0"
3535
},
3636
"require-dev": {
3737
"roave/security-advisories": "dev-master",

dev/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

dev/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

dev/bin/init

Lines changed: 0 additions & 22 deletions
This file was deleted.

dev/composer.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

dev/init

Lines changed: 0 additions & 4 deletions
This file was deleted.

dev/src/Config.php

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)