From 994965c828456a4e17c627ac32fb903b9412027c Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Thu, 14 Nov 2024 16:54:20 +0100 Subject: [PATCH] adjust readme (#170) --- .actrc | 1 - .gitattributes | 12 ++++++++++++ ISSUE_TEMPLATE.md | 2 +- LICENSE.md | 2 +- README.md | 4 ++-- 5 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 .actrc create mode 100644 .gitattributes diff --git a/.actrc b/.actrc deleted file mode 100644 index 4d0fcda..0000000 --- a/.actrc +++ /dev/null @@ -1 +0,0 @@ --P ubuntu-latest=gitlab-actions:latest \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1d0a697 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +/.github export-ignore +/docs export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/codeception.dist.yml export-ignore +/phpstan.neon export-ignore +/ecs.php export-ignore +/CLA.md export-ignore +/CODE_OF_CONDUCT.md export-ignore +/ISSUE_TEMPLATE.md export-ignore +/PULL_REQUEST_TEMPLATE.md export-ignore \ No newline at end of file diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 3f51a10..e5ce93d 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -7,6 +7,6 @@ \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index a2a1ff1..b1a5fc8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -19,4 +19,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . -[GNU General Public License](lhttps://www.gnu.org/licenses/gpl-3.0.en.html) \ No newline at end of file +[GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) \ No newline at end of file diff --git a/README.md b/README.md index f8ec4e5..f526150 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pimcore already comes with some great features to build internationalized websites. But there are some gaps we have to handle by ourselves: search engine guidelines, geo based redirects, dynamic link handling for internal documents and of course: full qualified URLs for and in every context. This bundle helps you to master this challenges and gives you the freedom to elaborate complex URL building and (country) based localization strategies. -**Please read the read the [I18n overview page](./docs/1_I18n.md) before starting!** +**Please read the [I18n overview page](./docs/1_I18n.md) before starting!** ### Release Plan | Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch | @@ -68,7 +68,7 @@ When using this bundle, you should: - [I18n Overview Page](./docs/1_I18n.md): Learn all about the i18n principals. - [Geo IP/Control](docs/10_GeoControl.md): Enable GeoIP Data Provider. - [Zone Definitions](docs/20_Zones.md): Learn more about i18n zone definitions and how to manage them. - - [Custom I18n Context Look-Up](docs/21_I18nContext.md)] (🔥 New!) + - [Custom I18n Context Look-Up](docs/21_I18nContext.md) (🔥 New!) - [Href-Lang](docs/25_HrefLang.md): Find out more about the href-lang tag generator. - [Language Configuration](docs/26_Languages.md): Configure languages. - [Country Configuration](docs/27_Countries.md): Configure countries.