Software Listing of Author : "Justus Boatright"
- Acronyms (Cripts)
- License: Freeware
- Price: 0.00


Acronyms is a small module which handles Acronyms (also known as Abbreviations) on your site. The primary function is acronyms_parse_string($string) which takes and returns a string, properly formatted with the acronyms (or abbreviations) in it. This module was created for a client project - we were importing several thousand company names into Drupal and the php command ucwords() did not properly address acronyms/abbreviations (it would turn USA into Usa), so I created this module as a solution to that problem. This module is essentially a text parser, so can be integrated into your theme, a custom block, or your module code (to name a few places). Depending on the case of the input, the acronyms_parse_string($string) function will return: If $string is Mixed Case: "The USA has 48 contiguous states." will return the same string (if...
- Publisher: Justus Boatright
- Date Released: 19-06-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Feedme XML
- License: Freeware
- Price: 0.00


Parse XML and create blocks. The module can be used to parse custom XML and creating blocks. Current Drupal 5 Release is ready to download. UPDATE 1/30/10: This module is going to be going through some pretty major changes in version 2.x, please stay tuned here for more info; or feel free to download and evaluate the development snapshot of 2.x to get a peek at what's to come. The 6.x version is also being finalized and should be added soon. Feedme is an XML parsing module for Drupal. Unlike Aggregator or other RSS/ATOM feed parsers, this module is for custom XML files instead of RSS. (Although it can be used to parse RSS or ATOM feeds, there are other modules which do a better job of that.) Version 1.x is the current stable release for Drupal 5, version 2.x is being developed to work with Views and future versions of Drupal....
- Publisher: Justus Boatright
- Date Released: 06-05-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts