npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mz-fis

v0.8.1

Published

A PHP i18n Framework based on FIS3

Downloads

57

Readme

MZ-FIS Frontend Framework

Build Status npm package npm download license

该框架基于 FIS3 ,可用于 PHP Smarty 国际化场景

目录规范

目录规范

安装方法

npm install -g mz-fis

补丁细节

1、fis-spriter-csssprites

  • 支持 与 relative-hook 同时使用

更新日志

0.8.0

  • 兼容 node 8
  • 移除 patch 逻辑

0.6.0

  • 支持 Node.js 6.9.2 LTS

0.5.6

  • 兼容 https cdn 域名配置

0.5.5

  • 增加 cloneObjectOrdered 排序,确保每次的 map.json 映射表键值排序不会变动

0.5.4

  • 增加 mz-parser-partial 插件,以支持 i18n 架构中的 ssi 特性

0.5.3

  • 与 fis3 内核同步,兼容 node 4、5、6 版本
  • 增加 livereload-ipruleweinre-iprule 配置,使用方法参考这里
  • 新增 mz-command-release 便于定制化 release 操作

0.4.8

  • 可以指定不需要压缩的 png 图片,命名格式为 *.hd.png

0.4.7

  • fis 已经增加对 poster 属性资源定位的支持,移除该重写补丁

0.4.6

  • 增加对 .flv类型文件 的支持

0.4.5

  • 解决 video 标签 poster 属性不能资源定位的问题

0.4.3

  • 增加 mz-postprocessor-href-locate 插件,以支持 *.tpl 中的 a 标签的 href 资源定位特性

0.4.1 - 0.4.2

  • [bugfix] fis-conf.js 必要性检测修复为只限定 mz release 命令

0.4.0

  • 增加 fis-conf.js 文件必要性检测,没有配置文件的项目无法使用 mz 命令
  • 增加 autoImportCustomScss 配置,是否开启自动引用同一目录下同名 .custom.scss 文件的特性
  • 增加 autoImportParentScss 配置,开启之后会自动 import 父级目录下与父级目录同名的 scss 文件,以便自动引用同一栏目下的父级样式
  • 增加 globalVarScss 配置,项目中所有 scss 文件会自动 import 全局 _var.scss 文件,以便复用全局的 @mixin 与变量

0.3.6

  • 增加 mp4、webm 二进制类型

0.3.5

  • mz server clean 命令兼容 fis 3.2.4
  • 增加 fis3-server-php 依赖