定制 spooner-web/just_sitemap 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

spooner-web/just_sitemap

Composer 安装命令:

composer require spooner-web/just_sitemap

包简介

A Google sitemap extension

README 文档

README

Installation

Install via composer

composer require spooner-web/just_sitemap

Install via Extension Manager

  1. Open Extension Manager in TYPO3 backend
  2. Search for just_sitemap
  3. Download and install it

Integrators Guide

Integrate extension

  1. Create page for the sitemap
  2. Hide page in menus
  3. Add a template record and include static template
  4. Add a content element and select Google Sitemap
  5. Select the root page(s) and the recursive level to get all pages
  6. Go to the page ``[yourdomain]/index.php?id=[page_with_sitemap]&type=711

Add doktype to pages not shown

By default the doktypes 3,4,6,199,254,255 are not shown in the sitemap. You can add more doktypes, e.g. doktype 12 with:

plugin.tx_justsitemap.doktypesToIgnore := addToList(12)

Enhancing extension

By adding template, partial and layout paths to lib.fluidContent with their subsections templateRootPaths, partialRootPaths and layoutRootPaths you can create own templates and override the original ones.

To change the markup of the news listing you can add this code into TypoScript:

lib.fluidContent {
    templateRootPaths {
        40 = EXT:my_ext/Resources/Private/Templates
    }
    partialRootPaths {
        40 = EXT:my_ext/Resources/Private/Partials
    }
    layoutRootPaths {
        40 = EXT:my_ext/Resources/Private/Layouts
    }
}

ToDo list

  • Add priority into sitemap (would be best by handling it by the tree level)
  • Add records (like news or other) to the sitemap
  • Add frequency into sitemap (own field in page?)

Contribute

Feel free to contribute or test the extension! Here you can get in contact:

spooner-web/just_sitemap 适用场景与选型建议

spooner-web/just_sitemap 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 226 次下载、GitHub Stars 达 0, 最近一次更新时间为 2017 年 01 月 08 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

围绕 spooner-web/just_sitemap 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2017-01-08