Maintainers monitor issues, but fast responses are not guaranteed.

DNSAegirProject

Aegir is a tool that allows you to automate many tasks related to managing and implementing large Drupal sites, allowing for example the installation of multiple sites on one server.

amfserver

amfserver_d7_square.jpg

This module adds a server based on the AMF protocol to the Services module for Drupal 7.
It allows for communication between an actionscript 3 client - like flash, flex and air - with drupal core services or custom services via amf, also known as flash remoting.

This module uses Zend AMF classes from the Zend framework to provide support for services defined in the service api.

This module is to D7 as the amfphp module was to D6, but with one big advantage: it doesn't use the outdated and badly maintained php4 amfphp framework but the Zend AMF php5 implementation. you can read about it by the former lead developer of amfphp, who is now lead developer for zendamf:.

features

  • It makes use of Zend AMF as core AMF engine (not included, but can be downloaded from www.zend.com) and preferrably installed in sites/all/libraries. The Zend framework can be used in other modules of your drupal site.
  • The AMF0 protocol and AMF3 protocol are supported.

yaml views

yaml_views is a query plugin for views to query live YAML files.

This is my first views module; It was possible by learning from xml_views and most of the code is the same.
It works with yaml files with a homogenous structure, like listing of items with similar attributes. The advanced yaml features like inheriting attributes are not yet supported (but should be soon).
See below for an excerpt of an example file.

It treats the list of items as a virtual table and simply displays it via the views api. All desired fields to display in the view have to be added in the UI. Currently supported is just adding a sort order.

Bug reports, suggestions and contributions are welcome.

Requirements

Install PEAR (on debian/ubuntu: apt-get install php5-pear )
install the parser via pecl: pecl install yaml-beta

Example file

!group win:
stbakxp1:
ip: 10.10.77.15
mac: 00-02-a5-96-53-9b
osname: WinXP
username: "Crystal-Rechner"
comment: "Compaq"

stbakxp2:
ip: 10.10.77.16
mac: 00-26-18-f1-91-e6
osname: WinXP
hostseq: true
inventar: 55910
username: "Win-IT"
comment: "AMD AthlonII X2 250"

stltgxp1:
ip: 10.10.77.12
mac: 00-24-8c-0a-49-d5
osname: WinXP
username: "Fr.Mueller"

AntiDup

A small module to prevent duplicate content posting.

User Search Location

This is a little helper module to filter searches by the user's location, using a variety of methods to determine that location:

Commerce Price Table

Commerce_price_table.jpg

This is a contributed module for Drupal Commerce that allows you to use a secondary price field to supply an alternate price for

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained