Weather
 
 
This module uses METAR (METeorological Aerodrome Report) data to display current weather conditions from anywhere in the world.
Web File Manager
 
 
The WebFM module presents a paradigm shift in file management for Drupal. This file manager is based on a heirarchical directory structure unlike the traditional flat filesystem used to date. WebFM uses AJAX to allow administrators to arrange files on the server in the same way they do with file managers on their personal systems. This ability to hierarchically arrange files improves the manageability of large collections of documents.
Web Links
 
 
Web Links provides a comprehensive way to post weblinks to your site. All links are nodes, which can be put into taxonomies/categories and administered.
webalizer
 
 

webalizer is a module for display a block of the statistics generated by webalizer.

Using cron, it read the statistics from webalizer and update the webalizer block.

For more information about webalizer: http://www.webalizer.org/

Features

- Setting the URL of webalizer statistcs show a block with statistics information.
- Autenticacion Username/Password allowed for connect to webalizer.
- Show visits of last 12 month and visits of last month
- Updates using cron.pnp

New in Release 1.0:

- Bug: webalizer block was not showing the last month, it was showing January visits.
- Setting menu improvements.
- Tags for select display content in text block. for display the last 12 month and for display the last month

In developpement:

- Translations

WebCalendar integration
 
 

This module integrates the excellent open source WebCalendar (http://webcalendar.sourceforge.net/) php calendar script into Drupal.

Only WebCalendar 1.1.x is supported. Testing was performed using the 1.1.2 development release.

WebCalendar 1.0.x support was removed.

Webcam
 
 

This is a webcam module which displays local webcam images inside an auto-refreshing popup window.

Webcams
 
 

Description

Allows creation of dynamically updating webcam nodes, with one or multiple webcams per node. Webcams currently supports up to 4 webcams per page, and makes use of unobtrusive jQuery javascript.

Webcomic
 
 

The webcomic module is designed to maintain an online comic or graphic novel. It can be used for simple strip-a-day comics as well as more complex graphic novels, where organization by storyline and issue are essential.

WebFM Images
 
 

Description

This module is an example of how one can extend WebFM to provide additional functionality: in this case to resize images within the WebFM file browser.
The module also provides a context menu that allows the previewing of images files from within the WebFM browser.

Requirements

This module requires a working image toolkit to be installed on the server.
This module requires Drupal-5.x WebFM 1.6 or higher to be installed and configured.

Installation

Place the module folder in the location of the modules for your site (e.g. sites/all/modules).
Alternatively you could place the folder in the 'contrib' folder inside of the WebFM module.
Enabled the module via admin/build/modules.

Administration

Resizing configuration can be done via: admin/settings/webfm_images
Each option configured there will provide additional context menu items inside of the WebFM file browser.

Sponsorship

Continued support of this module provided by Be Circle

I hope you enjoy the module. I also hope it will inspire others to contribute features and add-ons to WebFM.

webform
 

如果一般聯絡表單的欄位己經不夠你使用,試試 webform 幫你創造更多的表單欄位,日期、選項、文字欄、備忘、驗證碼... 等等。

表單被提交之後,除了會寄送一封e-mail到指定信箱之外,在管理區內也可以調閱、分析、匯出下載...等輔助管理。

创建‘网络表单(webform)’节点类型,可以用于提交调查问卷,投票,注册等。不清楚是一个支持模块还是直接可以用来前台应用。

This module adds a webform nodetype to your Drupal site. Typical uses for webform are to create questionnaires, contact or request/register forms, surveys, polls or a front end to issues tracking systems.

webform report
 
 

Requires webform and uses accents (optional) to allow sorting of lists containing accented/special characters.

This module allows users to create simple, dynamic reports based on data collected by the webform module. It adds a new node type that contains the report criteria, and the data displayed is updated automatically as webforms are submitted. The data can be sorted according to the viewer's preference without altering the report criteria.

Please post bugs in the Issues section of this project, and not in the general Drupal discussion forum.

Webmail
 
 

This module is in beta, and not complete.

This module provides a webmail interface using the Mail API module. It also contains a module called 'webmail_ajax', which will use jQuery to create a more dynamic interface, with fewer or no page loads.

Webserver Auth
 
 

Admins can now enable access control their drupal directory via their webserver (e.g. http auth, NTLM, .htaccess) and with this module, Drupal honor's the web server's authentication. That means that your users don't maintain separate passwords for Drupal, and that terminated users automatically become inaccessible in Drupal. If you are running an LDAP server, or Microsoft Active Directory, use UNIX authentication, this is likely a good module for you.

WebSnapr Preview Bubble
 
 

The WebSnapr Preview Bubble module is a simple, unobtrusive script used to display an overlay bubble showing a hyper-link target thumbnail using WebSnapr. It's a snap to setup and works on all modern browsers. Check the demo at: http://www.websnapr.com/previewbubble/

Development of this module was sponsored by SEO Position - http://www.seoposition.com/

Weekly node listing
 
将往日文章按周存档。这里有一个例子,左边栏的Weekly Archives区块就是。

week.module generates weekly archive pages and a block with links to the pages. You can specify the node types that will be included in the archive pages.

Weight
 
 

This module adds a weight option to enabled node types. Nodes with lower weight will float to the top of lists, while heavier items will sink.

wgHTML
 
 

wgHTML imports and incorporates static HTML pages into Drupal.

Who visited my profile?
 
 

Show members that have recently visited your profile on user profile pages.

Live demo is available at http://www.italia-ru.it/ (registration is needed to access user profiles)

Whois lookup
 
 

Uses GPL licensed phpWhois library for whois servers list. Please download phpWhois and put it's contents in module directory (so that it looks something like this: modules/whois/phpwhois/example.php).

Usage: Whois lookup form is available at ?q=whois. Alternatively, accessing ?q=whois/example.com will return Whois information for example.com

widgEditor - A WYSIWYG editor
 
 

widgEditor is an easily installed, easily customisable WYSIWYG editor for simple content. It replaces node create/edit, comment create/edit textareas with an improved editing pane using JavaScript, therefore if you don't have JavaScript (or your browser doesn't support HTML editing) it degrades gracefully. Makes jQuery and fQuery usage, so Drupal 5.x only.

Widont
 
 

This module solves the widow problem using a client-side approach using jQuery. In typesetting, a widow is a single word on a line by itself at the end of a paragraph and is considered bad style.

It was inspired by Shaun Inman's work and uses a modified version of jQuery-Widon't by Dave Cardwell.

The module performs transformations on all the elements which match the following rules:
- #content h1.title
- #content h2.node-title a

I will add the possibility to define the classes yourself soon.

If you don't want to implement the solution with Javascript, I wrote a tutorial on how you can implement it using php here: http://voidberg.org/blog/solving_the_widow_problem_on_your_drupal_website.html

Wikitools
http://drupal.org/project/wikitools

提供類似 wiki 的功能,包括:

  • 建立內容:輸入尚未存在的內容標題時,即可建立新的內容節點。
  • 內容搜尋:輸入尚未存在的內容標題時,即可搜尋內容。
  • 自動重導:如果輸入了一個已經移動了的網頁標題,就會自動重導。
  • 標題不重複:所有 wiki 內容的標題都不可以重複。
  • 移動保護:如果沒有管理節點的權限,不可以改變內容標題。
  • 刪除保護:如果沒有管理節點的權限,不可以刪除內容節點。
  • 底線變空格:搜尋內容標題時,可以把把底線當成空格。

此模組可以與 freelinking 模組合併使用,或是擁有多種 wiki 語法的 pearwiki 模組一起使用。

The wikitools module provides some settings to get a more wiki-like behaviour:

  • Node Creation: Let users create new nodes when they type in a node name which does not exist.
  • Node Search: Let users search for nodes when they type in a node name which does not exist.
  • Automatic Redirect: If a title of a moved page is entered, redirect automatically.
  • Unique Titles: Enforce that titles are unique over all wiki node types
  • Move Protection: Disallow change of node titles for users without administer nodes permission.
  • Delete Protection: Disallow deletion of nodes for users without administer nodes permission.
  • Underscore as Space: Treat underscores as spaces when doing a node-lookup by title.

The module can be used in conjunction with the freelinking filter by taking over the freelinking links or together with the pearwiki filter for various wiki formats.

Windows Live ID Integration
 
 

Windows live ID is a service provided by microsoft that allows you to login to non microsoft websites using your Windows live userid and password (e.g. hotmail or msn user id and password). This is MSFTs answer to OpenID for those who are familiar with OpenID.

This module when installed and enabled on a Drupal 5.x website will add a URL link to the login block or login page.

Wishlist Module
 
 

Allows authorized users to submit wishlist nodes to your web site which describe items they would like for a special occasion.

Wordfilter
 
 

This module allows site administrators to filter certain words on all pages.

Workflow
 
 

The workflow module allows the creation and assignment of arbitrary workflows to Drupal node types. Workflows are made up of workflow states. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type.

Workflow Fields
 
 

The workflow_fields module extends John VanDyk's workflow module by allowing CCK node fields to be made invisible or read-only depending on the current workflow state. The workflow state form is extended to show all node fields with appropriate controls to hide and/or disable each field for that particular state.

This functionality is useful when a workflow moves among users who have different permissions regarding the document flowing through them. Which is the case in most every workflow we've encountered.

Workflow Graph
 
 

This module generates graphs from workflow definitions and instances.

It currently generates two distinct kinds of graphs:
* One for the workflow definition, showing all workflow states, the transitions linking them, and the roles allowed to perform those
transitions. To access this graph, you currently need to patch the workflow.module with this patch. A "Graph" operation will then appear in front of each workflow on the Workflow admin page. If you don't want to patch, you need to manually type the URL:

  /admin/build/workflow/graph/<wid>

* One for a workflow *instance history*, i.e. the path that a workflow took for a specific node. Here, the graph shows all state transitions that occurred on the node, including the timestamp and the users who performed those transitions. To access this graph, just go to any node that is workflow-enabled (i.e. has a "Workflow" tab). It should now show a "Graph" tab that
displays the history graph.

The module depends on Graphviz (http://www.graphviz.org/) and PEAR::Image_GraphViz (http://pear.php.net/package/Image_GraphViz).

TECHNICAL NOTES:
* Only tested on Ubuntu Feisty :-(

Workflow Wordfilter
 
 

The Workflow Wordfilter module enables users of both the workflow_ng and wordfilter modules to combine the power of the two. You will now be able to use workflow actions on nodes and comments that have been submitted with words defined in the wordfilter filter list. General use will be to unpublish a node or comment automatically when it is submitted with words found in the wordfilter list.

This module also provides hook_workflow_wordfilter($op, $obj) that will fire when a node or comment has been submitted with words found in the wordfilter list. This will allow other modules to tap into this process. $op is either 'node' or 'comment' depending on the type of content submitted and $obj is either the node object or comment array submitted that was found to have words in the filter list.

NOTES: Module will only work on PHP 5.x.

Workflow-ng
 
 

Next generation workflows for drupal

Workflow-ng allows one to customize drupal's built in workflows in a very flexible way.
In short, it's a rule-based event driven action evaluation system. (more)

E.g. this is useful for
• sending customized mails notifying your users about important changes
• building flexible content publishing workflows
• creating custom redirections
• and a lot more....

Modules may use workflow-ng's API to provide defaults, which can be customized by users.
Users can share their customizations by using the built-in import/export tool.

Worklog
 
 

This module provides a means to keep track of how much time you spend on various tasks. It allows you create timers, one for each task you work on.

Workspace
 

列出該使用者發表的所有內容和檔案,包括標題、日期、回應數等資訊,並可直接進行編輯和刪除,或是發表新的內容。

提供一个用户专有的工作区,可以集中察看管理自己的文章。

This is a module designed for users to have a central place to view and manage their content. It's a user-centric view of a Drupal site.

WoWRoster Integration
 
 

The WoWRoster Integration displays WoWRoster inside Drupal.

Features:

  • wrap WoWRoster in an IFrame
  • provide a roster block
  • provide a realm status block
  • provide a richest players block
  • provide an upload page to allow your guild members to upload their char-data directly to your drupal-url
  • provide an upload_url for use with UniUploader
  • load information directly from the WoWRoster database
WYMeditor
 
 

WYMeditor is a lightweight XHTML/Javascript WYSIWYM (What You See Is What You Mean) editor.
Excerpts from WYMeditor's homepage :

WYMeditor's main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYSIWYG editors).

布拉格公园