English Readme .
Update(2007-2-15):有这个标记的表示表示不再有效,请注意标记后的新的说明。
经过一番修改在这里发布coolfilter这个drupal插件。使用drupal才一两个星期,由于还不太熟悉drupal的API,我的这个第一个插件手工安装可能比较麻烦,另外仓促间,文档有些乱。下载地址coolfilter(for drupal4.7)或coolfilter(for drupal5.1)
CoolFilter移植了andot的coolcode和coolplayer两个wordpress插件,使用的是2月14日取得的最新版本,安装完成之后使用方法和功能完全一样。2月中旬drupal4.7和4.5cvs的安装方法如下:将coolfilter-x.x.tar.gz解压到drupal的modules目录,如果需要,将所有文件的设置成正确的权限将downcode.php复制到drupal的根目录备份includes/common.inc文件确定"includes/common.inc,modules/coolfilter/coolplayer.js, ,modules/coolfilter/coolplayer_config.php, modules/coolfilter/coolcode.php"这几个文件可写,属性777
激活coolfilter模块即可,到setting/coolfilter填写服务器端文件系统中drupal的绝对路径,(会有一个默认值,一般是正确的,不用改),选择服务器的类型,钩上First/re install,点保存设置,就会开始安装没看到什么错误信息安装就完成了(这时First/re install的钩会被自动去掉,除非你知道自己在干什么,否则不要再点了)进入admin/filters输入格式设置,选择添加输入格式,填入名称,选好给予权限的角色,然后在过滤器列表中选择coolfilter。你还可以选择bbcode和其他的过滤器,但是最好不要选换行器,因为那样,排版会比较难看,可以手工输入<p>来替代。如果你选了HTML过滤器,请确保Filtered HTML不过滤
< coolcode>,和< coolplayer>
标签如果你原来装过coolfilter的久版本,或者drupal在服务器上的绝对地址变了,到Home > Administer > Site configuration > Input formats选择 reinstall ,按照提示操作。如图所式:
禁用bbcode的自动换行功能,确保bbcode过滤器的使用顺序值小于coolfilter。最好不要选择html过滤器
现在你就可以使用了,如果仍然不能工作就手工把coolplayer_config.php中的
$coolplayer_rpcurl = '...';改成
$coolplayer_rpcurl = 'http://kylinx.net/modules/coolfilter/rpc.php';
或者$coolplayer_rpcurl = 'http://coolcode.cn/wp-content/plugins/coolplayer/rpc.php';但是,速度会慢一些,也不能使用相对路径引用你自己服务器上的媒体文件。
另外如果你也可以使用手工安装,见README文件,如果你使用drupal4.6可能0.3的版本会不兼容,请下载coolfilter-0.1.tar.gz,这个版本的coolcode缺少下载功能。
下载:coolfilter.tar.gz
效果见 http://www.kylinx.net/?q=node/112
使用方法:
<coolplayer width="640" height="480" charset="GBK" autoplay="false" loop="true">
<a href="http://video.google.com/videoplay?docid=8807904280485126995">Display Google Video</a>
<a href="http://www.vsocial.com/video/?d=5255">Bugs bunny cartoon on family guy</a>
<a href="http://www.youtube.com/w/funny-as-hell?v=rPw-BwnW7Qs">Funny as hell</a>
<a href="http://www.bindows.net.cn/documentation/download/Bindows Manual.pdf">Bindows Chinese hand book</a>
/url/path/in/your/own/server/v.wmv
http://url/a.mp3
http://url/rm/video.rm
</coolplayer>
上面 width,height,charset, autoplay 和 loop 五个参数都是可选的。默认值 width = 480,height = 380,charset = “GBK“,autoplay=”false”,loop=”false”。你可以根据情况调整插件中这些默认值,也可以在使用时明确指定这些选项。
其中, width、height 为宽和高的像素值,不要加单位。charset为url的编码。autoplay 和 loop 取值为“on”、”yes”、”true”、”1″ 时,分别表示自动播放和循环播放,否则为禁止自动播放或循环。
另外,你可以同时指定多个媒体文件,而且每个媒体文件可以是不同的类型,多个媒体文件之间用换行符分割。
<coolcode lang="language" linenum="off" download="filename.extensionname">
programming code here
</coolcode>
所有的参数都是可选的,如果要加亮具体的语言,可以用 lang 属性来指定程序设计语言,包括cpp,css,diff,dtd,html,java,javascript,mysql,perl,php,python,ruby,sql,xml。如果不需要行号,可以使 linenum 属性为off。如果希望可以直接以文件下载代码,可以使用 download 属性来指定“文件名.扩展名”
The Readme below is out of date. Please see http://www.kylinx.net/node/118
Download Code: README.txtDrupal coolfilter.module README.txt
==============================================================================
The Drupal coolfilter.module adds a CoolFilter filter to Drupal. This allows you
to use HTML-like tags as an alternative to HTML itself for adding almost any type of media
to your posts. CoolFilter is easier to use than HTML and helps to prevent
malicious users from disrupting your site's formatting.
The media type include: Google video, Youtobe Video, vSocial Video, ASF, ASX, WM, WMA, WMV, WAX, WVX, OGG, APE, AVI, MID, MIDI, WAV, SWF, SPL, MP3, FLV, RM, RMVB, RA, RV, RAM, SMIL, PDF, FDF, XFDF, XDP, XFD, MOV, QT, MQV, MPEG, MPG, M1S, M1V, M1A, M75, M15, MP2, MPM, MPV, MPA, FLC, FLI, CEL, RTSP, RTS, 3GP, 3GPP, 3G2, 3GP2, SDV, AMC, MP4, SDP, GIF, JPG, BMP, PNG, XPM.
The insert media not only support IE or windows browsers, but also support Firefox, Opera those Linux/Unix browsers.
you can insert several mediae at one time and switch them to play with out reloading the page. it give you a download url following the media window. you can enter a media url to play when you double click the download bar.
This plugin can pass XHTML validation!!
and CoolFilter can also add syntax highlighting and line number to your code, base on PHP:PEAR:Text_Highlighter.
See the help screen of the module (or the code) for information on which
tags and variants are supported. This implementation is not necessarily the
same as the original CoolFilter implementaion.
Note that this filter also recognizes and converts URLs and email addresses
to links automatically.
Installation
------------------------------------------------------------------------------
- Unpack coolfilter.tar.gz to modules/
- Copy downcode.php to the root drupal path
- Backup includes/common.inc first
- Make sure that files: "includes/common.inc, modules/coolfilter/coolplayer.js, modules/coolfilter/coolcode.php" is writeable by php, otherwise chmod 777 those files.
- Enable the module as usual from Drupal's admin pages.
- Go to setting/coolfilter pages, fill some variable, and check "First / Re Install".
- Save setting, the module will be install automatically, then you can use it.
- Do not install it twice.
- You can also install it by hand.
--copy modules/coolfilter/common.inc-cvs2006_2_20-patch2006_2_24.patch to includes/.
--cd includes/ and patch -p0 < common.inc-cvs2006_2_20-patch2006_2_24.patch.
--change coolplayer_rpc.use_service('modules/coolfilter/rpc.php'); in modules/coolfilter/coolplayer.js to fullpath, which behide <a href="http://www.yoursite.com">http://www.yoursite.com</a>. For instance if your drupal's $base_url is <a href="http://www.yoursite.com/drupalsite">http://www.yoursite.com/drupalsite</a>, then you can change 'modules/coolfilter/rpc.php' with '/drupalsite/modules/coolfilter/rpc.php'.
--change $pear_dir = "/home/www/modules/coolfilter/pear"; in modules/coolfilter/coolcode.php to absolute path. For instance if your drupal is install on /var/www/htdocs/drupal, then you can change "/home/www/modules/coolfilter/pear" with "/var/www/htdocs/drupal".
Configuration
------------------------------------------------------------------------------
- You can use coolfilter filter by enabling it in an input format
- You should not enable Automatically lines break,HTML filter, or enable many tags such as "<span>,<object>..."in it.
Credits / Contact
------------------------------------------------------------------------------
This module is ported from two wordpress-plugins by Liu Kan, who can be reached at k.kylin[at]gmail.com or <a href="http://kylinx.net">http://kylinx.net</a>
The original author of the two wordpress-plugins is Ma Bingyao, who can be reached at <a href="http://wp-plugins.net/author/andot/">http://wp-plugins.net/author/andot/</a>
LICENSE
------------------------------------------------------------------------------
coolplayer is LICENSEd under CC, while coolcode is under GPL.
PS:武汉今天下了多年未遇的一场雪,瑞雪兆非年
1 2 Loading...
分享到:
相关推荐
drupal汉化 nodecloud-zh-hans
这个压缩包"drupal-doctrine-cache-源码.rar"包含了Drupal模块"drupal-doctrine-cache"的源代码,让我们深入探讨一下其中可能涉及的知识点。 1. **Drupal模块开发**: Drupal模块是扩展Drupal功能的基本单位,由...
`django-drupal-auth-backend`的具体功能是提供了一个后端认证模块,使得Django应用能够与Drupal系统进行用户身份验证的交互。这意味着用户可以在Drupal系统中登录,然后无须再次登录即可在Django应用中使用相同的...
标题 "behat-drupal-propeople-context-源码.rar" 暗示了这是一个与Behat测试框架相关的项目,专门针对Drupal内容管理系统,并且是ProPeople团队的一个上下文扩展。 Behat是一个行为驱动开发(BDD)的工具,它允许...
在本例中,我们讨论的是 Drupal Wiki 模块的一个版本——"drupal_wiki-5.x-2.0-beta1.tar.gz",它是一个适用于 Linux 环境的 Wiki 解决方案。 Drupal Wiki 模块允许用户创建和编辑共享知识库,促进团队协作和信息...
drupal-template-helper, Drupal 8.Drupal 7和背景CMS模板的Chrome 扩展 模板 helperChrome 8,Drupal 7和背景CMS模板的DevTools扩展: https://chrome.google.com/webstore/detail/ppiceaegogijpjodfpiimifhbnaifb
- **查找并安装模块:** 通过Drupal官网或其他资源查找所需的模块,并将其安装到网站上。 - **卸载模块:** 当不再需要某个模块时,可以从系统中移除它。 **2.4 访问控制** - **用户权限配置:** 为不同用户组设置...
`behat-drupal-extension` 是一个专门为Drupal框架设计的Behat扩展,用于增强Drupal项目的行为驱动开发(BDD)能力。Behat是一个流行的PHP行为驱动测试框架,它允许开发者用自然语言来描述软件的行为,而Drupal是...
资源分类:Python库 所属语言:Python 资源全名:drupal-hash-utility-1.0.0.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
8. **安全最佳实践**:任何CMS的安全性都是关键,这份PDF可能会教导读者如何保持Drupal的安全更新,设置安全密码,以及避免常见的安全风险。 9. **社区和支持**:Drupal拥有庞大的开发者社区,文档可能会介绍如何...
资源分类:Python库 所属语言:Python 资源全名:ckanext-drupal-idp-0.1.3.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
6. **更新与维护**:随着 Drupal 和 CKEditor 的版本更新,可能需要定期检查并更新 "drupal-ckeditor-management" 模块,以保持兼容性和获取新功能。 总之,"drupal-ckeditor-management" 模块通过提供对 CKEditor ...
9. **模块化(Modularity)**: Drupal的核心特性之一是其模块化设计。通过安装和配置各种模块,可以扩展系统功能,如社交媒体集成、电子商务、用户评论等。 10. **主题(Themes)**: Drupal 6支持自定义主题,允许...
**Python库ckanext-drupal-api 0.1.3详解** `ckanext-drupal-api` 是一个针对Python开发的扩展库,主要用于连接和交互CKAN( Comprehensive Knowledge Archive Network,全面知识档案网络)与Drupal内容管理系统。...
识别和禁用不必要的模块,或者选择性能优化过的替代品,是提升Drupal性能的有效手段。 3. **数据库优化**:利用 Drupal 的数据库连接池,设置有效的数据库查询缓存,以及优化SQL查询,都是提升网站响应速度的重要...
《Drupal 6 Panels Cookbook》是一本专门为Drupal内容管理系统(CMS)设计者和开发者准备的实用指南,主要聚焦于使用Panels模块来优化前端设计。Panels是Drupal中一个强大的工具,它允许用户自定义网站布局,创建...
Drupal 6.x(drupal-6.zh-hans)简体中文集成汉化包是一个专为Drupal 6版本设计的语言资源包,旨在为中国用户提供方便、完整的中文界面和文档支持。Drupal是一个开源的内容管理系统(CMS),广泛用于构建网站和应用...
在"drupal-app-jqm-phonegap-master"这个压缩包中,可能包含了项目的所有源代码,包括HTML、CSS、JavaScript文件,以及 Drupal的配置文件、模块、主题等。开发者通常会有一个主入口文件(如index.html),在这里引入...
Drupal-8-Starter-Gulp-SASS 使用Drush CLI,Boostrap 3 SASS,Gulp + BrowserSync实现自动化的Drupal 8入门主题。先决条件 必须在本地或全局安装才能使用Gulp自动执行缓存刷新。 建议使用Composer构建Drupal 8站点...