From 02c9322ada3e64632121a891a0daabd844c74bc2 Mon Sep 17 00:00:00 2001 From: Thomas Mayer Date: Sun, 18 Jun 2017 22:34:23 +0200 Subject: [PATCH] [TASK] Document migration to webdevops Fixes #487 --- CHANGELOG.md | 2 +- .../Ajax/AbstractPageSeoController.php | 2 +- Classes/Page/Part/MetatagPart.php | 6 +- Documentation/AdministratorManual/Index.rst | 4 +- Documentation/ChangeLog/Index.rst | 62 +++++++++---------- Documentation/Introduction/Index.rst | 2 +- Documentation/Settings.yml | 2 +- README.md | 24 +++---- 8 files changed, 52 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e021ba4..6f43df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # MetaSEO - Changelog -Latest version of the [changelog](https://github.com/mblaschke/TYPO3-metaseo/blob/develop/Documentation/ChangeLog/Index.rst) +Latest version of the [changelog](https://github.com/webdevops/TYPO3-metaseo/blob/develop/Documentation/ChangeLog/Index.rst) diff --git a/Classes/Controller/Ajax/AbstractPageSeoController.php b/Classes/Controller/Ajax/AbstractPageSeoController.php index b38b0ef..b3b24f1 100644 --- a/Classes/Controller/Ajax/AbstractPageSeoController.php +++ b/Classes/Controller/Ajax/AbstractPageSeoController.php @@ -409,7 +409,7 @@ protected function getPageRepository() /** * Returns array of classes which contain Ajax controllers with => 'meta', 'attributes' => array( - 'rel' => $tagName, //see https://github.com/mblaschke/TYPO3-metaseo/issues/464 + 'rel' => $tagName, //see https://github.com/webdevops/TYPO3-metaseo/issues/464 'href' => $tagValue, ), ); @@ -600,7 +600,7 @@ protected function advMetaTags(array &$metaTags, array $pageRecord, $sysLanguage $metaTags['adv.' . $tagName] = array( 'tag' => 'meta', 'attributes' => array( - 'rel' => $tagName, //see https://github.com/mblaschke/TYPO3-metaseo/issues/464 + 'rel' => $tagName, //see https://github.com/webdevops/TYPO3-metaseo/issues/464 'href' => $tagValue, ), ); @@ -1248,7 +1248,7 @@ protected function generateLinkMetaTags() // Only generate up, prev and next if NOT rootpage // to prevent linking to other domains - // see https://github.com/mblaschke/TYPO3-metaseo/issues/5 + // see https://github.com/webdevops/TYPO3-metaseo/issues/5 if (!$currentIsRootpage) { $startPage = $GLOBALS['TSFE']->cObj->HMENU($this->tsSetupSeo['sectionLinks.']['start.']); $startPageUrl = null; diff --git a/Documentation/AdministratorManual/Index.rst b/Documentation/AdministratorManual/Index.rst index 33d0b98..032889f 100644 --- a/Documentation/AdministratorManual/Index.rst +++ b/Documentation/AdministratorManual/Index.rst @@ -27,7 +27,7 @@ Installation via composer - Make sure that you have TYPO3 CMS installed in composer mode - `cd` to the path with your `composer.json` - To install via TER (recommended default), run `composer require typo3-ter/metaseo -o` -- To install via Packagist (for enthusiasts), run `composer require mblaschke/metaseo -o` +- To install via Packagist (for enthusiasts), run `composer require webdevops/metaseo -o` - If asked for a version constraint, answer with `*` - Include “static extension template” (Template → Info/Modify → Edit the whole template record → “Include static (from extensions):” and select “MetaSEO”) @@ -36,7 +36,7 @@ Installation via composer Migration from TYPO3 CMS 7.6 to 8.7 ----------------------------------- -- Check out the latest `announcements `_. +- Check out the latest `announcements `_. Migration from TYPO3 CMS 6.2 to 7.6 ----------------------------------- diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index d0fda00..aafc966 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -25,22 +25,22 @@ Changelog | | - Compare and update the database schema in the install tool. | | | - Page title prefix/suffix inheritance has changed. Please check your titles. | | | | -| | `Milestone 2.1.0 `_ | -| | `Changes in 2.1.0 `_ | +| | `Milestone 2.1.0 `_ | +| | `Changes in 2.1.0 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **2.0.4** | **New feature and Bugfix release** | | | | | | - Sitemap: Tags `lastmod` and `priority` now can be disabled via configuration | | | | -| | `Milestone 2.0.4 `_ | -| | `Changes in 2.0.4 `_ | +| | `Milestone 2.0.4 `_ | +| | `Changes in 2.0.4 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **2.0.3** | **New feature and Bugfix release** | | | | | | - Number of entries shown in sitemap now can be changed via extension manager | | | | -| | `Milestone 2.0.3 `_ | -| | `Changes in 2.0.3 `_ | +| | `Milestone 2.0.3 `_ | +| | `Changes in 2.0.3 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **2.0.2** | **Bugfix release** | | | | @@ -49,13 +49,13 @@ Changelog | | - Non-admin backend users can now to edit page properties, if permission is given by TYPO3 | | | - Link generation (start/prev/next) now uses first element of group for start | | | | -| | `Milestone 2.0.2 `_ | -| | `Changes in 2.0.2 `_ | +| | `Milestone 2.0.2 `_ | +| | `Changes in 2.0.2 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **2.0.1** | **Bugfix release** (2016-11-06) | | | | -| | `Milestone 2.0.1 `_ | -| | `Changes in 2.0.1 `_ | +| | `Milestone 2.0.1 `_ | +| | `Changes in 2.0.1 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **2.0.0** | **Major release** (2016-03-07) | | | | @@ -86,48 +86,48 @@ Changelog | | changed to `plugin.metaseo.metaTags.canonicalUrl` | | | - Changed names of hooks, use camelCase now | | | | -| | `Milestone 2.0.0 `_ | -| | `Changes in 2.0.0 `_ | +| | `Milestone 2.0.0 `_ | +| | `Changes in 2.0.0 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.8** | **Bugfix release** (2014-04-25) | | | | -| | `Milestone 1.0.8 `_ | -| | `Changes in 1.0.8 `_ | +| | `Milestone 1.0.8 `_ | +| | `Changes in 1.0.8 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.7** | **Bugfix release** (2015-04-18) | | | | -| | `Milestone 1.0.7 `_ | -| | `Changes in 1.0.7 `_ | +| | `Milestone 1.0.7 `_ | +| | `Changes in 1.0.7 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.6** | **Bugfix release** (2015-02-26) | | | | -| | `Milestone 1.0.6 `_ | -| | `Changes in 1.0.6 `_ | +| | `Milestone 1.0.6 `_ | +| | `Changes in 1.0.6 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.5** | **Bugfix release** (2014-10-24) | | | | -| | `Milestone 1.0.5 `_ | -| | `Changes in 1.0.5 `_ | +| | `Milestone 1.0.5 `_ | +| | `Changes in 1.0.5 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.4** | **Bugfix release** (2014-09-15) | | | | -| | `Milestone 1.0.4 `_ | -| | `Changes in 1.0.4 `_ | +| | `Milestone 1.0.4 `_ | +| | `Changes in 1.0.4 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.3** | **Bugfix release** (2014-09-10) | | | | -| | `Milestone 1.0.3 `_ | -| | `Changes in 1.0.3 `_ | +| | `Milestone 1.0.3 `_ | +| | `Changes in 1.0.3 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.2** | **Bugfix release** (2014-09-04) | | | | -| | `Milestone 1.0.2 `_ | -| | `Changes in 1.0.2 `_ | +| | `Milestone 1.0.2 `_ | +| | `Changes in 1.0.2 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.1** | **Bugfix release** (2014-09-03) | | | | -| | `Milestone 1.0.1 `_ | -| | `Changes in 1.0.1 `_ | +| | `Milestone 1.0.1 `_ | +| | `Changes in 1.0.1 `_ | +-------------+----------------------------------------------------------------------------------------------------+ | **1.0.0** | **Major release** (2014-08-31) | | | | @@ -137,10 +137,10 @@ Changelog | | - Fixed and improved documentation (now reStructuredText) | | | - Fixed sitemap url generation in TYPO3 scheduler | | | | -| | `Milestone 1.0.0 `_ | +| | `Milestone 1.0.0 `_ | +-------------+----------------------------------------------------------------------------------------------------+ Latest information also is available in the list of -`milestones `_ and tagged -`releases `_. +`milestones `_ and tagged +`releases `_. diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index 9fbb373..9c7db63 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -137,7 +137,7 @@ Found a bug? ------------ Just send a mail to typo3@markus-blaschke.de -or file an issue at `github `_ +or file an issue at `github `_ or ask MetaSEO's `slack channel `_ Thanks to... diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 2edd93a..3223a89 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -9,7 +9,7 @@ conf.py: version: 2.1 release: 2.1.0 html_theme_options: - github_repository: mblaschke/TYPO3-metaseo + github_repository: webdevops/TYPO3-metaseo github_branch: develop latex_documents: - - Index diff --git a/README.md b/README.md index 81fa50b..45727cc 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ![License GPL3](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat) -[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/TYPO3-metaseo.svg)](http://isitmaintained.com/project/mblaschke/TYPO3-metaseo "Average time to resolve an issue") -[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/TYPO3-metaseo.svg)](http://isitmaintained.com/project/mblaschke/TYPO3-metaseo "Percentage of issues still open") +[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/webdevops/TYPO3-metaseo.svg)](http://isitmaintained.com/project/webdevops/TYPO3-metaseo "Average time to resolve an issue") +[![Percentage of issues still open](http://isitmaintained.com/badge/open/webdevops/TYPO3-metaseo.svg)](http://isitmaintained.com/project/webdevops/TYPO3-metaseo "Percentage of issues still open") [![SensioLabsInsight](https://insight.sensiolabs.com/projects/19914ab4-1f0f-4be0-9215-410fba880af2/big.png)](https://insight.sensiolabs.com/projects/19914ab4-1f0f-4be0-9215-410fba880af2) @@ -16,20 +16,20 @@ and pagetitle manipulation. It's a replacement for the "metatag" extension and the successor of the discontinued extension "tq_seo". * Manual: https://docs.typo3.org/typo3cms/extensions/metaseo/ -* Support: https://github.com/mblaschke/TYPO3-metaseo/issues -* Source code: https://github.com/mblaschke/TYPO3-metaseo +* Support: https://github.com/webdevops/TYPO3-metaseo/issues +* Source code: https://github.com/webdevops/TYPO3-metaseo ## Version status MetaSEO is available via TYPO3's Extension Manager ([TER](https://typo3.org/extensions/repository/view/metaseo)) and via composer ([TER](https://typo3.org/extensions/repository/view/metaseo), -[Packagist](https://packagist.org/packages/mblaschke/metaseo)). +[Packagist](https://packagist.org/packages/webdevops/metaseo)). * Development version **3.0.1-dev**: + Branch **master** + TYPO3 Version: 8.7.x - + composer via Packagist: `composer require mblaschke/metaseo:dev-master -o` + + composer via Packagist: `composer require webdevops/metaseo:dev-master -o` + Please be aware that the development version can break at any time * Stable version **3.0.0**: @@ -37,13 +37,13 @@ and via composer ([TER](https://typo3.org/extensions/repository/view/metaseo), + Branch **v3.0** + TYPO3 Version: 8.7.x + composer via TER: `composer require typo3-ter/metaseo -o` (recommended) - + composer via Packagist: `composer require mblaschke/metaseo -o` + + composer via Packagist: `composer require webdevops/metaseo -o` * Old-Stable Development version **2.1.1-dev**: + Branch **backport** + TYPO3 Version: 6.2.x - 7.6.x - + composer via Packagist: `composer require mblaschke/metaseo:dev-backport -o` + + composer via Packagist: `composer require webdevops/metaseo:dev-backport -o` + Please be aware that the development version can break at any time * Old-Stable version **2.1.0**: @@ -51,13 +51,13 @@ and via composer ([TER](https://typo3.org/extensions/repository/view/metaseo), + Branch **v2.1** + TYPO3 Version: 6.2.x - 7.6.x + composer via TER: `composer require typo3-ter/metaseo -o` (recommended) - + composer via Packagist: `composer require mblaschke/metaseo -o` + + composer via Packagist: `composer require webdevops/metaseo -o` For version specific information see [changelog for MetaSEO](CHANGELOG.md) ## Found a bug? Have questions? -Please feel free to file an issue in our [Bugtracker](https://github.com/mblaschke/TYPO3-metaseo/issues). To avoid feedback loops we suggest to provide +Please feel free to file an issue in our [Bugtracker](https://github.com/webdevops/TYPO3-metaseo/issues). To avoid feedback loops we suggest to provide * MetaSEO version * TYPO3 version @@ -77,10 +77,10 @@ MetaSEO users also meet on slack at [#ext-metaseo](https://typo3.slack.com/messa MetaSEO is driven by the community and we're pleased to add new contributions. If you want to provide improvements, please -- make sure that an [issue](https://github.com/mblaschke/TYPO3-metaseo/issues) exists so that it is clear what +- make sure that an [issue](https://github.com/webdevops/TYPO3-metaseo/issues) exists so that it is clear what your contribution is supposed to do. Eventually, open a new issue. - add a `Fixes #123` to the message of your first commit, whereas `#123` should be the issue number. -- add yourself to the [list of contributors](https://github.com/mblaschke/TYPO3-metaseo/blob/develop/Documentation/Introduction/Index.rst) +- add yourself to the [list of contributors](https://github.com/webdevops/TYPO3-metaseo/blob/develop/Documentation/Introduction/Index.rst) when you send us your first pull request (PR). - provide as many commits in your PR as necessary. There's no single-commit policy, but one PR should not affect more than one issue (if possible).