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