Unlike WordPress, the default installation of Drupal has no way of pinging web sites
to notify them of new content. This means third party sites like http://pingomatic.com do not automatically get notified of any new or updated content on your site. This can slow down the indexing of pages in search engines because ping services are used to notify them of new content.
This module will provide the ability to add a list of ping services from an administration page. This is similar to the functionality of WordPress on the "Writing Settings" page. This will make your Drupal site notify the listed services of any new or updated content.
The difference between this and the built in WordPress ping, is with this module you can choose what content types to ping and whether nodes should be pinged on creation, update or both. Logging can also be enabled so that the results of the ping are stored in the Drupal event log. This is handy so that you know when ping services are no longer working and just slowing down the adding or amending of content.
Installing EasyPing:
1. Copy the easyping directory into sites/all/modules
2. Navigate to admin/modules and Enable EasyPing.
3. Navigate to admin/people/permissions and assign the Administer EasyPing permission.
This is required to setup or modify the settings of the EasyPing module.
The Personal Wishlist module is a feature package exported through the Features module. It was first created by me for my personal consumption on my website, but then was published here as a usable community module.
The module is meant for personal websites, where the site owner wants to list a personal wishlist. The owner (and other users with privileges) can create nodes of type 'wishlist item' which includes the name, box art, banner image, price, more details link, item category, level of desire and description. Ideal for letting your grandparents know what you want for Christmas.
Unlike other wishlist modules, this module is for Drupal 7 only.
What does the Module Do?
The module will add the following to your Drupal 7 website:
1 Node Type: Wishlist Item, these nodes will be displayed at /wishlist. The node type has fields for Product Type (Taxonomy), More Details (URL), Price (Text), Title, Description, Box Art and Banner Image, Your level of desperation for the product.
1 View, with a Page display, which is used at /wishlist to display the list. It currently lists all your wishlist items, grouped by your level of desperation.
2 Image styles: 1 each for wishlist item's box art and in-page banner.
Logo switcher allows the use of an alternate logo on nominated pages. Users with appropriate permissions can upload an image to use as the alternate logo or enter a path to an existing image.
This module provides an additional Node, named Repository.
Adding a path to a git repository, it will allow users with appropriate permissions
to clone repositories via http, download archives, view diffs and commits and browse the repository tree.
After spent hours to get a git viewer working with available drupal modules like versioncontrol_api, we write a new git repository browser.
For HTTP clone support the module use WebDAV and git http-push.
You can set per repository permissions, so only defined users are allowed to clone a repository. Only if Drupal init the repository it controls direct write access to repositories.
Note: We only maintain the 7.x release
Features
Supports Geshi Filter for diff output format
Create repository for http push/pull and clone with http basic auth
Permissions for view diffs, commits, patch, etc ..