承接 madj2k/t3-copyright-guardian 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

madj2k/t3-copyright-guardian

Composer 安装命令:

composer require madj2k/t3-copyright-guardian

包简介

Manages the copyright details of images and other media and offers a convienient way of displaying these automatically and directly on the page on which the media is used. In addition, a list of all media used and the associated copyright information can be output

README 文档

README

This extension manages the copyright details of images and other media and offers a convienient way of displaying these automatically and directly on the page on which the media is used. In addition, a list of all media used and the associated copyright information can be output.

Functions in a nutshell:

  • Maintain copyright information easily and centrally in the backend
  • Add picture agencies as data records
  • Automatic output of copyright information in the title of the media files used
  • Output of a list of all media files used in a page with complete copyright information
  • Media files inherited from parent pages are also taken into account
  • Works with pages-table, tt_content-table and EXT:news and can be customized via TypoScript

Installation

Just install the extension and include the typoscript.

Configuration

You should create a system-folder in which you create data records for media sources (propably mostly agencies). For each uploaded file you can then add a creator and select the corresponding media source using the meta-information of the file in the backend.

If you use a file with added copyright information, this information will be automatically added to the title of the file when rendered in the frontend. This way the copyright information is always visible when hovering over the media file.

You can also add a plugin to the footer of the page which renders a complete list of all media used on the page with all relevant copyright information. This also works for media that is inherited from a parent page.

It is also possible to use this plugin as USER-Object:

lib.siteDefault {

    mediaSources = USER
    mediaSources {
        userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
        extensionName = CopyrightGuardian
        pluginName = MediaSource
        vendorName = Madj2k
        controller = MediaSource
        switchableControllerActions {
        // Again: Controller-Name and Action
            MediaSource {
                1 = list
            }
        }

        view =< plugin.copyrightguardian.view
        persistence =< plugin.copyrightguardian.persistence
        settings =< plugin.copyrightguardian.settings
    }
}

Migration from core_extended

The functionality of this extension was a part of EXT:core_extended before. It has been moved in order to have a cleaner separation of functionality. The code has also been refactored and improved.

To migrate the relevant database records from EXT:core_extended to this extension execute the following queries in your database:

INSERT INTO tx_copyrightguardian_domain_model_mediasource (uid, pid, tstamp, crdate, cruser_id, deleted, hidden, starttime, endtime, sys_language_uid, l10n_parent, l10n_state, l10n_diffsource, t3ver_oid, t3ver_wsid, t3ver_state, t3ver_stage, t3ver_count, t3ver_tstamp, t3ver_move_id, name, url, internal) SELECT uid, pid, tstamp, crdate, cruser_id, deleted, hidden, starttime, endtime, sys_language_uid, l10n_parent, l10n_state, l10n_diffsource, t3ver_oid, t3ver_wsid, t3ver_state, t3ver_stage, t3ver_count, t3ver_tstamp, t3ver_move_id, name, url, internal FROM tx_coreextended_domain_model_mediasources;
UPDATE sys_file_metadata SET tx_copyrightguardian_source = tx_coreextended_source, tx_copyrightguardian_creator = tx_coreextended_publisher WHERE 1 = 1;

madj2k/t3-copyright-guardian 适用场景与选型建议

madj2k/t3-copyright-guardian 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 644 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 05 月 09 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「media」 「images」 「TYPO3 CMS」 「copyright」 「Copyright-Manager」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 madj2k/t3-copyright-guardian 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 madj2k/t3-copyright-guardian 我们能提供哪些服务?
定制开发 / 二次开发

基于 madj2k/t3-copyright-guardian 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 644
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 25
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2024-05-09