扩展:文件导入
Extension:FileImporter 发布状态: 稳定版 |
|
---|---|
实现 | 用户界面 |
描述 | Enables users to easily import files (including histories) to a wiki |
作者 | Wikimedia Germany (WMDE) |
最新版本 | 持续更新 |
兼容性方针 | 发行分支 |
数据庫更新 | 否 |
许可协议 | GNU通用公眾授權條款2.0 or later |
下载 | |
翻译FileImporter扩展如果在translatewiki.net可用 | |
检查使用和版本矩阵。 |
The FileImporter extension provides a simple interface accepting a single URL which can be used to import files to a wiki.
安装
- 下载文件,并将其放置在您
extensions/
文件夹中的FileImporter
目录内。
- 将下列代码放置在您的LocalSettings.php的底部:
wfLoadExtension( 'FileImporter' );
- 完成 – 在您的wiki上导航至Special:Version,以验证扩展已成功安装。
文档
A detailed documentation of the workflow and the configuration of the extension can be found in the README.md file inside the source repository. Additionally to that there is a list of metrics data recorded to further inspect occurring problems and the usage of the extension in metrics.md.
链接
- 扩展:文件导出
- Central help page
- Central feedback page
- Project page on Meta
- On-wiki Configuration
- Phabricator: Build a commons extension that moves files to Commons
此扩展被用于一个或多个维基媒体项目上。 这可能意味着扩展稳定且工作良好,足以用在同等高流量的网站上。 请在维基媒体的CommonSettings.php和InitialiseSettings.php配置文件中寻找此扩展名称以查看安装它的网站。 详细的已安装扩展的完整列表可在wiki的Special:Version页面找到。 |