Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer and documentation for new repository and maintainer #151

Merged
merged 3 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
php --version
composer --version

- name: Allow composer plugins
run: composer config --no-plugins allow-plugins.typo3/cms-composer-installers true

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Create Issues
-------------

* If you find something missing or something is wrong in this manual,
you are welcome to write an `issue <https://github.com/thucke/TYPO3.ext.th_rating/issues/new>`__
you are welcome to write an `issue <https://github.com/punktDe/TYPO3.ext.th_rating/issues/new>`__
describing the problem.
* If you can, please try to fix the problem yourself.
* For minor changes, it is not necessary to create an issue first.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EXT: Rating AX
Thomas Hucke

:Email:
thucke@web.de
t3extensions@punkt.de

:License:
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ResourcesForEditors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Resources for This Guide
* :ref:`Linktargets <linktargets>` (labels for cross-referencing)
* `warnings.txt <https://docs.typo3.org/typo3cms/extensions/th_rating/_buildinfo/warnings.txt>`__
(list of warnings)
* `Issues on Github <https://github.com/thucke/TYPO3.ext.th_rating/issues>`__
* `Issues on Github <https://github.com/punktDe/TYPO3.ext.th_rating/issues>`__
(or click on "Related links", "Issues")
* `Doxygen generated on Github<http://thucke.github.io/TYPO3.ext.th_rating/>`__

14 changes: 7 additions & 7 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[general]
copyright = 2011-2021, Thomas Hucke
copyright = 2011-2023, Thomas Hucke
project = Rating AX
release = 1.9

[html_theme_options]
github_branch = master
github_repository = thucke/TYPO3.ext.th_rating
project_contact = thucke@web.de
project_home = https://github.com/thucke/TYPO3.ext.th_rating
project_issues = https://github.com/thucke/TYPO3.ext.th_rating/issues
project_repository = https://github.com/thucke/TYPO3.ext.th_rating
github_repository = punktDe/TYPO3.ext.th_rating
project_contact = t3extensions@punkt.de
project_home = https://github.com/punktDe/TYPO3.ext.th_rating
project_issues = https://github.com/punktDe/TYPO3.ext.th_rating/issues
project_repository = https://github.com/punktDe/TYPO3.ext.th_rating

[intersphinx_mapping]
# h2document = https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/
Expand All @@ -34,4 +34,4 @@ t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/master/en-u
# ... refer to issues like this:
# ... :issue:`number`
# .................................................................................
issue = https://github.com/thucke/TYPO3.ext.th_rating/issues/%s | Issue #
issue = https://github.com/punktDe/TYPO3.ext.th_rating/issues/%s | Issue #
23 changes: 8 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
:align: top

.. |Latest Stable Version| image:: https://img.shields.io/packagist/v/thucke/th-rating.svg
:target: https://packagist.org/packages/thucke/th-rating
:target: https://packagist.org/packages/punkt-de/th-rating
:alt: Latest stable version

.. |License| image:: https://img.shields.io/packagist/l/thucke/th-rating.svg
:target: https://packagist.org/packages/thucke/th-rating
:target: https://packagist.org/packages/punkt-de/th-rating
:alt: Licence

.. |Downloads| image:: https://img.shields.io/packagist/dt/thucke/th-rating
:target: https://packagist.org/packages/thucke/th-rating
:target: https://packagist.org/packages/punkt-de/th-rating
:alt: Packagist downloads

.. |PHP| image:: https://img.shields.io/packagist/php-v/thucke/th-rating.svg
:target: https://packagist.org/packages/thucke/th-rating
:target: https://packagist.org/packages/punkt-de/th-rating
:alt: PHP version

.. |Issues| image:: https://img.shields.io/github/issues/thucke/TYPO3.ext.th_rating
:target: https://github.com/thucke/TYPO3.ext.th_rating/issues
:target: https://github.com/punktDe/TYPO3.ext.th_rating/issues
:alt: Number of open issues

.. |New commits| image:: https://img.shields.io/github/commits-since/thucke/th_rating/latest
:target: https://github.com/thucke/TYPO3.ext.th_rating/releases
:target: https://github.com/punktDe/TYPO3.ext.th_rating/releases
:alt: GitHub commits since latest release

.. |Crowdin| image:: https://badges.crowdin.net/typo3-extension-thrating/localized.svg
Expand All @@ -42,23 +42,16 @@
`Contributing <CONTRIBUTING.rst>`__ \|

=============================
Rating AX (maintainer wanted)
Rating AX
=============================

|Latest Stable Version| |License| |Downloads| |PHP| |Issues| |New commits| |Crowdin|

Guide to the TYPO3 extension to make ratings of any content object.

:Repository: https://github.com/thucke/TYPO3.ext.th_rating
:Repository: https://github.com/punktDe/TYPO3.ext.th_rating
:Read online: https://docs.typo3.org/p/thucke/th-rating/master/en-us/

Maintainer needed
=================
Due to personal reasons I cannot provide support for this extension anymore.
If one would feel to take over the responsibility I'll be exited to transfer the extension to him.
He may still contact me to answer questions etc.


Support welcome
===============
Please support this extension by doing some translations.
Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name" : "thucke/th-rating",
"name" : "punkt-de/th-rating",
"type" : "typo3-cms-extension",
"license" : "GPL-2.0-or-later",
"description" : "Highly flexible AJAX rating based on extbase/fluid/jquery. Allows multiple ratings within one page. Could be used as a cObj by other extensions or included in every FLUID template using the viewhelper. Each ratingstep could be configured having a name - international localization included.",
Expand All @@ -9,6 +9,10 @@
{
"name": "Thomas Hucke",
"role": "Developer"
},
{
"name": "punkt.de GmbH",
"role": "Developer"
}
],
"homepage": "https://extensions.typo3.org/extension/th_rating/",
Expand All @@ -24,9 +28,9 @@
"likeButton"
],
"support": {
"issues": "https://github.com/thucke/TYPO3.ext.th_rating/issues",
"issues": "https://github.com/punktDe/TYPO3.ext.th_rating/issues",
"docs": "https://docs.typo3.org/typo3cms/extensions/th_rating/",
"source": "https://github.com/thucke/TYPO3.ext.th_rating"
"source": "https://github.com/punktDe/TYPO3.ext.th_rating"
},
"autoload" : {
"psr-4" : {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
'uploadfolder' => false,
'createDirs' => '',
'clearcacheonload' => true,
'author' => 'Thomas Hucke',
'author_email' => 'thucke@web.de',
'author' => 'Thomas Hucke, punkt.de GmbH',
'author_email' => 't3extensions@punkt.de',
'author_company' => '',
'constraints' => [
'depends' => [
Expand Down
Loading