---------------------------------------------------------------------------------
Iconizer[]
http://drupal.org/project/iconizer
This module allow inserting icons near file-links and in the Administration section (with Garland Theme).
You can choose to display icons:
- in the Administration section (more user-friendly)
- nearby well-know files type links (.doc, .txt, ...)
- nearby well-know protocols links (mailto: , skype: , ..)
For a list of Iconized Modules read "readme.txt" or my Blog post.
It uses the article Showing Hyperlink Cues with CSS for the Administration section, and the nice package from Iconize Textlinks with CSS for the links.
To use this modules your Browser must support CSS1/2 and PNG transparency, read also about specific techniques requirements from their own pages.
[=30][=blue]Admin icons have been removed by a GPL issue you can download a package here
[/]
---------------------------------------------------------------------------------
icontheme
- http://drupal.org/project/icontheme
- define "iconthemes" and provide an api to get an item by it's name.
In many places the use of icons makes for a nicer gui. In order to get a more unified look, it doesn't make sense if every module brings along it's own icons, but it should be able to ask the system for an icon by a functional name.
I think we need such an API in drupal core, but for prototyping and discussing a module in contrib should be fine.
We are not the first to talk about icon themes, so I have taken a look at the freedesktop project where some material can be found.
A good starting point is http://tango.freedesktop.org/Standard_Icon_Naming_Specification[/url], of special interest may be the icon naming specification and the icon theme specification.
Why do I want to reuse their icon-theme work?
Because it would enable us to reuse existing icons themes (there are lots for gnome and kde) to provide icons for drupal installations.
---------------------------------------------------------------------------------
IE Destroyer
- http://drupal.org/project/iedestroyer
- 如果你憎恶 Internet Explorer 到无以复加,并且你是 Firefox 的死硬支持者,同时你希望你的站点访问者应该同你一样,那么,这个模块在你的站点顶部显示 Firefox 推广广告,更为严重的是,如果访问用的不是 Firefox,它会看到一个白屏!
- Serious intervention for switching people from Internet Explorer to Firefox. This module displays a banner at the top of your site to promote Firefox, or can blank the content to only display a Firefox splash screen.
---------------------------------------------------------------------------------
Image
- http://drupal.org/project/image
- 这个模块允许有权限的用户上传图片到 drupal,自动建立缩略图和其它尺寸。
这个模块为 Drupal 添加一个新的 Image 内容类型,每个图片就是一个节点。
让有特定权限的使用者可以上传图片到网站里,并且会自动产生缩图。图片可以使用在文章里(例如透过tinymce编辑工具进行选取),或是作成简单的网络相簿。
可以参考本站的 繁体中文网站秀 相簿。
支持图片上传,并自动生成缩略图(thumbnail)。图片可以插入到页面中或组合成像册显示。
- This module allow users with proper permissions to upload images into Drupal. Thumbnails and additional sizes are created automatically.
Images could be posted individually to the front page, included in stories or grouped in galleries.
---------------------------------------------------------------------------------
Image Assist[]
http://drupal.org/project/img_assist
这个模块允许用户上传和插入图片到文章中,它在文本区域字段下面自动生成 “添加图片” 链接,当你单击该链接时,出现图片浏览窗口,显示 image 模块已经上传的图片。 在这个窗口也可以上传新的图片。
Image Assist 还可以为富文本编辑器添加图片,目前这个特性用于 TinyMCE,将来还会支持其它的编辑器。
这个模块可以让使用者上传并插入图片到文章里。它会自动在你设定的文字区域字段下方产生一个 "加入图片" 的连结,按下该连结后,会开启一个图片浏览窗口,显示所有曾经透过 image 模块上传的图片。你可以依作者或分类来筛选图片,也可以在此窗口里直接上传新图片。
和Image模块共同使用,通过图形界面窗口更便捷地在节点中插入图片。也支持TinyMCE所见即所得输入模块,对HTMLArea的支持正在开发中。这里有一篇简要介绍。
This module allows users to upload and insert inline images into posts. It automatically generates an "Add image" link under the textarea fields of your choice. Clicking the link opens an image browsing window, displaying all images that have been uploaded through the image module. Images can be filtered by ownership or taxonomy terms (categories). New images can also be uploaded in the Image assist window. Clicking on an image displays a properties page where attributes such as caption, size, and alignment can be set before you click Insert to add the image to the post.
Image Assist can also be used when adding images from a rich-text editor. This feature currently exists for TinyMCE using the included drupalimage plugin. Support for other editors could be added in the future.
[=30][=blue]Note: Use the 5.x-dev version if you're using a recent version of the Image module (5.x-1.3 or higher). The 5.x-1.4 version of Image assist is only compatible with Image 5.x-1.2 or lower.
[/]
---------------------------------------------------------------------------------
Image Composition
---------------------------------------------------------------------------------
Image Enhanced Scaling
- http://drupal.org/project/image_enhanced_scaling
- Image Enhanced Scaling 替换了 image 模块中的图像比例功能,为的是提供更好的图像品质。 它应用锐化滤波器和转换到适当的颜色表中。 README 文件中有关于如何安装的重要信息。
- Image Enhanced Scaling replaces the image scaling function used by the Image module with one that gives a better image quality. This is achieved by applying a sharpness filter to the image derivatives and converting them to a suitable color profile. See the README file for important information on how to install the module.
---------------------------------------------------------------------------------
Image Exact Sizes
- http://drupal.org/project/image_exact
- What is image_exact?
This is a simple utility module which extends image.module and user.module to allow admins to set exact sizes for image thumbnails and for user avatars.
Many site designs look better if thumbs and avatars are all square, for instance, or at least always have the same aspect ratio. This module lets you have that by cropping images equally from all sides until the correct aspect ratio is reached, and then scaling.
---------------------------------------------------------------------------------
Image filter
- http://drupal.org/project/image_filter
- 这个模块允许你引用来自其它节点的图片。
首先你建立一个图片节点,然后,在你需要引用图片的节点中使用标签 [image:nodeid],当页面显示时,该标签被替换为图片的缩略图。
一种输入法过滤器,可以方便的在节点中引用另一节点的图片。(严格的说应该归入“输入方式”里,当放在这里更方便些)
- This module allows you to reference image nodes from other nodes.
To use this module, you first create an Image node for the image you want to to embed in another node. Then, in the node where you want that image to appear, you use the tag [image:nodeid]. When your page is displayed, this tag will be replaced with a thumbnail of the image. Options to the image tag give control over various aspects of how the image is displayed.
---------------------------------------------------------------------------------
Image Gallery Access
- http://drupal.org/project/image_gallery_access
- This module changes your image gallery administration page to allow you to set image galleries private. You can control what user roles can view, edit, delete and post to each gallery. You can also give each gallery a list of users who have administrative access on that gallery (AKA moderators).
Image galleries are provided by the Image Gallery module inside the Image module. Image Gallery Access also requires the ACL module in order to function.
This module is only for Drupal 5+.
Image Gallery Access is an adaption of the Forum Access module — thank you, merlinofchaos!
---------------------------------------------------------------------------------
Image Map
---------------------------------------------------------------------------------
Image Notes[]
http://drupal.org/project/imagenotes
Image Notes 模块提供一个类似 Flickr 的图片标注功能,可以在图片上拉出方框、写下说明。
This module provides "flickr - style" note capabilities for image nodes. It requires and uses the Fotonotesâ„¢ technology, more about fotonotes on their site: http://fotonotes.net/
---------------------------------------------------------------------------------
Image Pager
---------------------------------------------------------------------------------
Image Publishing
- http://drupal.org/project/image_pub
- 利用 Gallery Remote API,更方便地上传 Image 模块的图片,支持的客户端程序包括:Gallery Remote、Windows XP Publishing Wizard(Windows XP上传精灵)、iPhotoToGallery、digiKam。
- This module aims to provide a full implementation of the Gallery project's Gallery Remote API in order to support publishing images using Drupal's Image module.
This module should support publishing images via any of the various clients Gallery itself supports, including:
Caveats:
- Works with the image.module gallery facility, and operates on the taxonomy used by image.module. Does not work with album.module.
History
This module was originally developed by Sam Revitch against Drupal 4.6.2. It was subsequently updated by Tom Nys for Drupal 4.7.0RC2 compatibility. It is currently maintained by Edwin Shin.
FYI: The maintainer is on vacation until the first week of August.
---------------------------------------------------------------------------------
Image watermark[]
http://drupal.org/project/watermark
这个模块能自动为上传的图片加水印。
水印是一个 8 位或 24 位的 PNG 图片。
特性
水印路径可以配置。
水印位置有九个位置可供选择。
可选择哪个图片需要加水印 (如预览和原始要加,但缩略图不加)
需求
这个模块无需为 Drupal 或 image 模块打补丁。
需要 PHP GD 库。
GD 在 PHP 4.3 以后的版本默认就启用了,之前的版本也可以在重新编译时加进去,详细情况请参考 http://php.net/image 。
This modules allows a Drupal site running the image module to overlay each image with a watermark.
The watermark is a PNG (24 bit) file with an alpha channel, but other formats may work.
Features
- Path for watermark is configurable.
- The location of the watermark can be any one of nine positions (any combination of top, middle, bottom and left, right and center).
- Can select which images to apply the watermark to (e.g. preview and _original, but not thumbnail.
[=30][=blue]New features!
- Preserve original image type after watermark has been applied
- Support alpha blending
- Apply watermark only when a new image is uploaded, do not not apply watermarks twice!
- Apply watermark on previews, too
- Watermark can be scaled, percentage of image width and minimum width in pixels can be set.
- Toggle: Exclude image nodes with specific gallery terms from watermark (needs image gallery)
[=30][=blue]Known Limitations:
[/]
---------------------------------------------------------------------------------
imagecache
- http://drupal.org/project/imagecache
- Imagecache 是个动态的图像处理者,它允许你预先设定一系列图像处理功能,然后基于预先的设定动态生成图片。
它利用了 Drupal 的重写规则传递请求的 URL, ImageCache 在请求的路径中生成修改后的图片,而稍后对图片的请求将由 web 服务器直接处理。
需求:
mod_rewrite 或类似的 Clean URL 支持
公共文件
推荐
Apache
Linux
最新版的 Drupal 4.x or 5.x
此模块可以设定一些图片处理参数,例如调整尺寸,让你在安排内容的呈现时,实时产生所需的图片。需要启用 clean url。
- Imagecache is a dynamic image derivative generator. It allows you to assign a set of image manipulation functions to a preset and generate images on the fly based on the preset name.
---------------------------------------------------------------------------------
imagefield
- http://drupal.org/project/imagefield
- Image field 为 CCK 提供一个图像字段。
特性:
views 整合
多图片支持
图片大小限制
imagecache 整合
Imagefield 不提供缩略图或派生图生成,Views 可以使用 imagecache 生成派生的 imagefield 图片,但 imagecache 配置起来可能困难重重,而且文档也不齐全。
- Image field provides a basic image field for CCK.
---------------------------------------------------------------------------------
Imagemenu
- http://drupal.org/project/imagemenu
- A simple module which allows you to create menus from image files. Supports title (displayed when hovering over a menu item), alt text, weights and optional mouseover behaviour.
---------------------------------------------------------------------------------
IMAP API
---------------------------------------------------------------------------------
Imap Auth
- http://drupal.org/project/imap_auth
- This module allows Drupal users to authenticate against one or more IMAP/POP3/NNTP servers. They must supply a valid IMAP/POP3/NNTP email/news account in the form user@server style as user name to login.
---------------------------------------------------------------------------------
IMCE
- http://drupal.org/project/imce
- IMCE 是一个图片/文件上传、浏览程序,支持个人目录和限额。
IMCE 最初为了便捷地上传图片,并将它们加入到 TinyMCE,在开发过程中增加了许多新特性。
现在它支持另一个用的很多的所见即所得编辑器 FCKeditor,通过 Javacript API 的帮助, IMCE 还可以将图片/文件插入到无格式文本区域中去。
在 tinyMCE 里上传/新增图片,也支持非图片类型的档案上传与浏览,所以可以作为 tinyMCE的图片浏览器和连结浏览器。功能如下:
- 不需要 image 模块,没有缩图。
- 仅允许 .jpg、.png、.gif 图档。
- 非图片类型的档案支持,可在模块设定中指定。
- 预设是把图片传到个人的数据夹,但也可以设定为共通数据夹。
- 可设定上传限制:每次上传的档案大小、图片尺寸、每个使用者的总档案大小。
- 有检视、上传、删除、不限容量等权限设定。
- IMCE is an image/file uploader and browser that supports personal directories and quota.
---------------------------------------------------------------------------------
IMCE_Gallery
- http://drupal.org/project/imce_gallery
- 为使用 IMCE 模块的用户提供建立相册的可能。
这也是一个使用 gallery 模块的选项。
IMCE 用于上传图片,本模块用于组织上传的图片,相册的数目可以设置,也可以设置私有/公开方式。
- An option to create photo albums that is user-specific with the use of IMCE module.
---------------------------------------------------------------------------------
IMG File filter
- http://drupal.org/project/img_filter
- This is an inline like (some code used from it) module.
Features:
1) Support for lightbox and thickbox.
2) Instead of its special tags ([img:xx], [inline:xx], ...) could save the original image (<img src="..." ... />). This lets the news aggregator, fckeditor or tinymce to display the image.
3) Thumbnail support.
---------------------------------------------------------------------------------
imood
- http://drupal.org/node/31166
- The imood module is a module that can synchronize moods with imood. You designate two profile fields to act as mood fields. Those fields will be synchronized when the user account is edited.
---------------------------------------------------------------------------------
Import / Export API
- http://drupal.org/project/importexportapi
- The import / export API allows for the definition of data entities within Drupal. The definition system lets data entities be related to each other, and it includes a number of different field types. It also supports a system of import (parsing) and export (rendering) engines, for formats such as XML and CSV. Data entities are able to be exported from, and imported into, a Drupal site, for purposes such as backup, offline editing, data migration, and data transfer between Drupal databases.
This module is currently in beta mode, and testers are welcome. Documents such as specs, schedules, and status updates can be found on the wiki.
This is one of the Google Summer of Code 2006 Drupal projects.
---------------------------------------------------------------------------------
Import HTML
- http://drupal.org/project/import_html
- 将静态 HTML 站点结构导入到 Drupal CMS 作为结构化节点的一个简易工具。
允许管理员定义包含传统静态 HTML 网站的源目录,然后(尽可能地)导入其内容和结构到 drupal 站点。
- Facility to import an existing, static HTML site structure into the Drupal CMS as structured nodes.
Allows an admin to define a source directory of an existing traditional static HTML website, and import (as much as possible) the content and structure into a drupal site.
Source files will be stripped of exisiting chrome and navigation elements before being inserted as nodes.
See import_html_help.htm for a largish overview of import_html features
---------------------------------------------------------------------------------
Import manager
---------------------------------------------------------------------------------
Inactive User
- http://drupal.org/project/inactive_user
- 让管理者可以自动管理没有登入的使用者,目的有二:一是通知很久没来的使用者再回到网站上;二是清除不用的账号。
在一段(可设定的)时间之后,可自动执行以下一个以上的动作:
- 寄电子邮件给使用者
- 寄电子邮件给(多位)网站管理者
- 关掉账号(可以先传送通知)
- 当关掉账号时,可选择通知使用者和/或管理者
- 删除账号(可以先传送通知)
- 当删除账号时,可选择通知使用者和/或管理者
- The inactive_user module provides Drupal administrators with a way to automatically manage inactive user accounts. This module has two goals: to help keep users coming back to your site by reminding them when they've been away for a configurable period of time, and to cleanup unused accounts.
---------------------------------------------------------------------------------
Index CCK Node Reference
- http://drupal.org/project/index_cck_node_reference
- This module inserts the title of a node that is being referenced to in a cck node reference field into the search index. It is very simple to use, just install and reindex your site. This module works with both the Search and Fuzzy Search search engines.
---------------------------------------------------------------------------------
IndexPage
- http://drupal.org/node/18354
- 为每一种节点类型显示一个索引页面,可以按字母或类别排序。
- This module displays customizables index pages for each node type, with alphabetical and taxonomy filters.
---------------------------------------------------------------------------------
Indymedia cities list
- http://drupal.org/project/indymedia_cities
- Module originally developed by ekes.
The Indymedia cities list module generates an up-to-date list of indymedia sites. For PHP 4-based sites, the list is updated from an HTML version. For PHP 5-based sites, the list is updated from an XML version, and the listing is fully themeable/customizable.
---------------------------------------------------------------------------------
Inline
---------------------------------------------------------------------------------
inlineimages
- http://drupal.org/project/inlineimages
- The inlineimages module is an add-on to the mailhandler module and provides the ability to process inline images - graphics embedded in multipart HTML e-mails.
If you want to use e-mail as the means of submitting content to a Drupal website and you want your content to be HTML with graphics - you do need this module.
---------------------------------------------------------------------------------
inline_odt
- http://drupal.org/project/inline_odt
- Sometimes a user may want to add an image or a file inside the body of a node. This can be done w
ith special tags that are replaced by links to the corresponding uploaded file. If the file is an open document text
format, it will be display inline along with any images contained within that file.
---------------------------------------------------------------------------------
Insert Block
- http://drupal.org/project/block_tags
- 可以透过 [block:name of module=delta of block] 这样的语法,把原本属于区块里的内容,插入到内容里。
- Sidebar blocks contain all sorts of nifty stuff, but sometimes you want to stick that stuff into the body of your node. Instead of using PHP snippets (a possible security hole on public sites), you can use this module. When it's activated...
[block:name of module=delta of block]
...will insert the contents of a rendered sidebar block into the body of your node. If no delta is specified, the default block for that module will be displayed.
---------------------------------------------------------------------------------
Insert View
- http://drupal.org/project/insert_view
- Insert View 是一个过滤器,允许用户将一个由 Views 模块生成的内容列表嵌入到需要的地方,它的语法主要有:
[view:view 的名称] 被替换为内容列表,而
[view:view 的名称=x] 限制列表只显示 x 个条目。
显然,它需要 Views 模块。
Insert Views提供一个filter,让你可以在发表文章时用简单的语法插入既有的view
语法范例:
[view:name of view] 插入该view筛选出的node
[view:name of view=x] 插入x则该view筛选出的node
当然,views需要先安装好才能运作
- Insert View is a filter that allows users to embed content lists generated by the excellent Views module in node bodies using relatively simple tag syntax:
[view:name of view] is replaced by the content listing, and
[view:name of view=x] limits the listing to a particular x of entries.
[view:name of view=x=arg1,arg2,arg3] limits the listing to x entries and passes arg1, arg2 and arg3 to the view.
[view:name of view==arg1] passes arg1 to the view and places no limits on the number of entries to display.
etc.
Naturally, it requires the Views module to operate.
[You might also find the Viewfield module of interest. Viewfield is a CCK field module that allows administrators to put views directly into nodes.]
Maintainers
Eaton
mlsamuelson
---------------------------------------------------------------------------------
Install Profile API and Profile Wizard
- http://drupal.org/project/install_profile_api
- A set of helper functions (aka CRUD) that make it easier to work with Drupal data structures by providing some wrapper functions. Include crud.inc in your install profile to use them. crud.inc was originally developed and maintained by Boris Mann of Bryght.
Please help by getting similar functions into core for Drupal 7. Please ask for co-maintainer status if you are also developing install profiles and would like to contribute.
As of July 2007, a Profile Wizard that helps generate .profile files based around the crud.inc file is also included in this project. Profile Wizard was created by Jean-Sébastien Senécal of Koumbit.
Further discussion on install profiles takes place in the Distribution profiles group.
---------------------------------------------------------------------------------
Instant messenger
- http://drupal.org/node/14553
- This is a small instant messenger module. It allows registered, active users to send short messenges to each other.
The Instant Messages are sent via a messaging block that allows you to select the user and then send a message to that user. The message appears at the top of the next page viewed by that user.
---------------------------------------------------------------------------------
Interests
- http://drupal.org/project/interests
- Allows users to select taxonomy terms from vocabularies as 'interests'. Each time they visit a node with that taxonomy term applied to it the interest level bumps up one, or creates a new interest for them. Interests can be added/removed manually on an administration/user level or by the user itself.
Integrates with Tagadelic for a 'Suggested Tags' cloud as a block
Has a browse interests page level that lists users with similar interests in order of the most counts for the term, latest blog entries of interest and then any other nodes that have matching interest tags.
It does not integrate into the users profile at this stage, thus not allowing them to select interests upon user registration.
---------------------------------------------------------------------------------
Internationalization
- http://drupal.org/project/i18n
- 提供多国语言网站的建置。i18n包含多种模块,支持一个多国语言网站的建制。
1. 多国语言的vocabulary 分类表,对应的语言显示对应的分类
2. 多国语言的block 区块,对应的语言显示对应的block
3. 多国语言的node 内容,对应的语言显示对应的node
4. 多国语言的menu 选单,对应的语言,显示对应的menu
5. 多国语言的variable 变量,对应的语言,显示对应的变量(如site slogan,site name等变量)。
6. 多国语言的切换,提供一个预设的block区块,让人方便切换不同语言
自动检测浏览器的编码设定,为匿名用户提供全方位的本地话翻译,包括节点内容界面的翻译。包括一个显示区块方便用户切换语种。需要开启‘本地话(locale)模块。作者的网站上有一个西班牙语的例子。作者强调说这是一个“高级模块”,建议有经验的管理员试用。
- This is a collection of modules to add multi-lingual capabilities to Drupal sites. Provides content translation -nodes and taxonomy-, interface translation for anonymous users -with the locale module- and browser language detection. Includes a block for language selection and manages translation relationships for nodes and taxonomy terms.
Read a complete feature overview in the new Internationalization handbook.
The module development and documentation is sponsored by Development Seed
Note: This is the latest development snapshot for Drupal 5.
---------------------------------------------------------------------------------
interwiki
- http://drupal.org/project/interwiki
- 这个过滤器提供一个简化的 wiki 风格的语法来生成链接。 例如 [w:public relations] 建立一个指向 Wikipedia(http://en.wikipedia.org/)百科全书关于 public relations 文章的链接; [dict:public relations] 建立指向词典定义的链接; [google:public relations] 建立 Google 搜索该关键词的链接。 这个模块还允许建立 thesaurus、eBay 和 SourceWatch (http://www.sourcewatch.org/)(一个政治性百科全书) 和其它定制资源的链接。
支持wiki输入法,便于引用外部链接。如[w: drupal]将显示一个链接指向wikepedia的drupal网页。类似的也可以方便的生成指向ebay,google搜索,在线字典等常用页面。
- This filter provides a simplified, wiki-like syntax for linking to articles or search results on many commonly-used internet reference websites.
---------------------------------------------------------------------------------
Inventory field
- http://drupal.org/project/inventory
- This is a CCK field that lets you take inventory of a list of items. The items are entered into the field configuration either as a line separated list of strings, or as an array returned from PHP. Then, at node creation time, each of those items has a select box with numbers letting you say how many of that item you have. Below is an example of an Inventory field letting you indicate how many pieces of fruit are in your basket:
---------------------------------------------------------------------------------
Inventory Management
---------------------------------------------------------------------------------
Invisimail
---------------------------------------------------------------------------------
Invision/IPBForum Integration
- http://drupal.org/project/invision
- The module is more than meets the eye. It's a faily complex syncing module that also show's the Invision system "inline" as content when you're viewing the forum (as an iFrame). However, Drupal is "King". All authentication is handled by drupal. Invision looks to drupal for authentication, and all registration is handled through Drupal.
---------------------------------------------------------------------------------
Invite
- http://drupal.org/project/invite
- invite.module 提供“邀请一个朋友”的功能,它允许用户发送和跟踪邀请,当被邀请的朋友加入你的站点时,能自动通知以便将他加入好友列表。
通过这个模块,你可以设置“只有受邀请”才可以注册新用户。
下面的模块可以与本模块互相协作:
Buddylist (http://drupal.org/project/buddylist)
Userpoints (http://drupal.org/project/userpoints)
提供使用者「邀请朋友」的功能,让使用者邀请他们的朋友加入网站。收到邀请函的人,可直接点选连结以加入网站。网站管理者可以指定透过此方式加入网站的使用者的权限群组,也可以设定邀请函的数量限制。此模块可与 features.module 和 automember.module 一起使用。
- Invitations are important to create network effects and exponential growth of a community of interest. This module adds an 'Invite a friend' feature that allows your users to send and track invitations to join your site.
Users are able to customize the message text and subject of the e-mail, which is then sent either on their behalf or in the name of the site. Administrators are given options to escalate invited users to a specific role and limit the total number of invitations a user can send. This module can also be used to allow new user registrations "by invitation only", which allows you to maintain a semi-private site.
Also available is a quick invite block, as well as a block listing the top inviters of the site. More statistics are available on the user's profile page, the block will display the absolute rank among the other users in this case.
Prerequisites
Invite for Drupal 5 requires Token v1.8 (or newer).
---------------------------------------------------------------------------------
IP to Country
- http://drupal.org/node/45806
- 此模块可以让用户投递的node显示IP地址,(尤其是访客所投递的node,以便管理),在设定页里可以指定哪些分类须显示IP地址.
- A simple APIs for retrieving country information such as country code, country name, flag, network name, and autonomous system number by given IP address. This module is able to use for displaying additional information of IP address instead of just plain IP to help optimize content for readers.
This 'work' uses the IP-to-Country Database
provided by WebHosting.Info (http://www.webhosting.info/[/url]),
available from http://ip-to-country.webhosting.info/[/url].
---------------------------------------------------------------------------------
iptc
- http://drupal.org/project/iptc
- iptc is a module that will extract iptc caption and keyword tags from images added to drupal.
It depends on the image module.
It uses a plugin system to allow different libraries to be utilised to extract the data from
an image.
Currently it's supporting the standard php functions, the exiftool binary, the exiv2 binary.
This module is sponsored by photoscout.co.uk
TODO List:
At the present time I'm not taking any notice of the exif tags as this is handled by the
Exif module; but I am in the process of making this module extract the exif tags and store them
in the database rather than reading them on-the-fly.
A future addition will be the "php jpeg metadata toolkit" and possibly any other applications
that I can find to accomplish this task.
---------------------------------------------------------------------------------
ISP Login
- http://drupal.org/project/isp_login
- The ISP Login module lets the users log in using any IMAP or POP3 email account. It is mainly intended for ISPs which have lots of virtual domains per server, and maybe different mail login methods on different servers.
The user must log in using his full e-mail address, in the form user@mail_domain, and the corresponding password. Then the module tries to open a POP3 or IMAP connection, and If it succeeds, the user is allowed in, and a new drupal account is created for him if necessary.
ISP Login uses (MX) DNS queries to discover which host is responsible for the given mail_domain. So, if you have multiple virtual domains on the same server, you have to configure only one IP address and access method for all these domains.
---------------------------------------------------------------------------------[/]
最新评论
2010-03-18 03:18:48
2010-03-17 23:17:34
2010-03-17 23:17:36
2010-03-17 20:17:06
2010-03-17 17:17:25
2010-03-17 15:17:21
2010-03-17 14:17:40
2010-03-17 14:17:38
2010-03-17 17:17:43
2010-03-17 12:17:40