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.

Admin icons have been removed by a GPL issue you can download a package here

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, 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.

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 composition let you create a composition of Image nodes.

Its development is based on http://www.alistapart.com/articles/magazinelayout and comment 34.

Currently there are two layout methods.

magazin
Based on the magazin layout
hv
Horizontal / Vertical recursive layout with the option to swap images for nicer results

The user interface is rough.
See the demo site for an example.

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
 
 

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
 
 

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
 
 

Utilizes the HTML imagemap to provide a block. Autoconverts "node/$nid" paths into aliased paths.

Badly seeking comaintainers.

Image Notes
 
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
http://drupal.org/project/image_pager
Image Pager 提供一个区块来显示那些选定的图片,一次显示一个图片,用户可以动态地切换前后图片。
完整的文档和演示请访问 http://jaspan.com/dynamic-image-pager-module

Image Pager provides a block that displays a selected subset of a page's images. The images are shown one at a time; the user can dynamically switch among them using previous/next links. Each image's alt and title text is shown as a caption.

Complete documentation and a demonstration are available at http://jaspan.com/dynamic-image-pager-module.

Image Publishing
 
利用 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.

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)

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
 
 
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
 
 
The purpose of this module is to provide the Mail API module (http://drupal.org/project/mail_api) access to IMAP servers. It uses hooks from the Mail API module. This is currently in beta, and is not fully implemented.
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
 
 

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
 
 
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
 
 

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
 
 
Helps manage a large number of import scripts in a consistent user interface.
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
 
 
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
 
为每一种节点类型显示一个索引页面,可以按字母或类别排序。
This module displays customizables index pages for each node type, with alphabetical and taxonomy filters.
Indymedia cities list
 
 

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
http://drupal.org/project/inline

这个模块允许在节点正文通过简单的 [inline:filename.jpg] 标签放置一个到文件的链接,标签的效果是一个链接或者显示一个图片,这取决于文件类型。

加入了[inline:N]的输入格式,此格式将生成一个链接,指向该节点通过drupal自带的upload模块上传的第N个附件,用于方便地在文章内容中引用附件。

Inline module allows users to display uploaded files and images inline, i.e. place links to files into a content using a simple [inline:filename.jpg] tag. The effect is a link to the file or the display of an image, depending on the file type.
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
 
 
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
 
可以透過 [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
 
 

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
 
 

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
 
 

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
 
 
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
 
 
This project gives you the oppertunity to manage you warehouse in an advanced way. With this module you will be able to:
Invisimail
 
 

Invisimail provides a content filter to hide email addresses from spam-bots. Email addresses are converted to ascii code and optionally written to the page using a concatenated JavaScript "write" command. The email addresses will appear on the page normally, but their html source will be obscured so as not to appear as an email address to email harvesting robots. Invisimail also provides an option to automatically create mailto links for email addresses.

Obviously, the best protection is not to publish email addresses at all. But on a community site, some users are going to do this regardless. Invisimail provides protection for these email addresses.

Invision/IPBForum Integration
 
 

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
 
此模組可以讓用戶投遞的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/),
available from http://ip-to-country.webhosting.info/.

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
 
 

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.

布拉格公园