gilcreque + drupal   87

GraphMind
What is Graphmind?
Graphmind is a free opensource mind mapping tool for Drupal. Mindmapping is a powerful way to capture ideas and thought processes.

Graphmind is fully integrated with the Drupal node system, so it integrates with:

organic groups
voting
access restriction
any other Drupal module that works on nodes

Is Graphmind for you?
There are many excellent mind mapping software and web based products. Graphmind is different because its software that you can integrate into your own web sites, exactly as you want.

If your goal is to integrate actual mind mapping into your website instead of only uploading mind map files, then Graphmind is for you.
drupal  mindmapping  mind  mapping 
20 days ago by gilcreque
Profile 2 | drupal.org
Designed to be the successor of the core profile module, which is deprecated for Drupal 7. In contrast to the deprecated module this module provides a new, fieldable 'profile' entity - leverage the power of fields!
drupal  module  profile 
april 2011 by gilcreque
MediaMosa
MediaMosa is open source software to build a Full Featured, Webservice Oriented Media Management and Distribution platform.
cms  management  media  opensource  video  drupal 
april 2011 by gilcreque
Module Filter | drupal.org
Module Filter deserves a spot in my default drush make file Thanks
drupal  from twitter
march 2011 by gilcreque
Sunlight Congressional Districts (with optional CiviCRM integration) Drupal Module
Sunlight Congressional Districts
- Fetches data about the current members of Congress using the Sunlight Congress API.
http://services.sunlightlabs.com/docs/Sunlight_Congress_API/
- Provides an API for interfacing with Sunlight.
- Exposes the members of Congress to the Views module.
- Provides forms to find members of Congress by zip code.

The included and optional CiviCRM Congressional Districts module provides a way to automatically get congressional district information about your contacts into CiviCRM using the Sunlight Congress API.

These modules are written with performance in mind and have already made millions of lookups through Sunlight.
drupal  module  politics  political 
february 2011 by gilcreque
GeSHi Filter for syntax highlighting
Drupal plugin for syntax highlighting in nodes.
code  drupal  programming 
february 2011 by gilcreque
Drupal 7 multisite improvement : multi-site directory aliasing | Drupal coder
Suppose you are developing a site "http://www.example.com". You might then create a settings directory "sites/example.com". On your local machine, you're developing the site as "http://localhost/example.com". Normally, you would need to create a settings directory "sites/localhost.example.com". Now, in Drupal 7 you can tell Drupal to use the same directory, "sites/example.com" for the local copy by setting up a mapping or alias.
To do this, make a copy of "sites/example.sites.php" and name it "sites/sites.php". In there, set up the mapping using the sites array:

$sites['localhost/example.com'] = 'example.com';

This will instruct Drupal to use the example.com directory for the "http://localhost/example.com".
drupal  mutlisite 
february 2011 by gilcreque
GeoNames module
A collection of modules to provide an API to integrate with GeoNames webservices. The modules in this package enable access to all information provided by the XML-based Services from GeoNames.

This project is maintained by lyricnz and SeroSero.

#D7CX: I pledge that Flag will have a full Drupal 7 release on the day that Drupal 7 is released.

Supported GeoNames Services Include:
GeoNames Fulltext Search (search)
Reverse Geocoding
Country Subdivision (countrysubdivision)
Find nearby (findnearby)
Find nearby Place Name (nearbyplace)
Find nearby Postal Codes (nearbypostalcodes)
Find nearby Wikipedia Entries (nearbywikipedia)
Place Hierarchy
Neighbours (neighbours)
Siblings (siblings)
Hierarchy (hierarchy)
Children (children)
Postal Code Country Info (postalcodecountryinfo)
Postal Code Search (postalcodesearch)
Country Code (reverse geocoding) (countrycode)
Country Info (Bounding Box, Capital, Area in square km, Population) (countryinfo)
Timezone (timezone)
Wikipedia Articles from Bounding Box (wikipediabbox)
Wikipedia Fulltext Search (wikipediasearch)
drupal  module  geo 
february 2011 by gilcreque
Markdown filter | drupal module
Provides Markdown filter integration for Drupal input formats. The Markdown syntax is designed to co-exist with HTML, so you can set up input formats with both HTML and Markdown support. It is also meant to be as human-readable as possible when left as "source".

This module is a continuation of the Markdown with Smartypants module, and only includes Markdown support to simplify configuration. It is now suggested that you use Typogrify module if you are interested in Smartypants support. Also note, that if you use the GeSHI filter for code syntax highlighting, arrange this filter after that one.

Read more about Markdown at:

http://daringfireball.net/projects/markdown/syntax
http://michelf.com/projects/php-markdown/extra/
This module is included in the Acquia Drupal distribution.
drupal  html  module 
january 2011 by gilcreque
Typogrify Module
Typogrify.module brings the typographic refinements of Typogrify to Drupal.

Wraps ampersands (the “&” character) with <span class="amp"></span>.
Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
Converts straight quotation marks "" to typographer's quotation marks “”, using SmartyPants.
Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
Wraps multiple capital letters with <span class="caps"></span>.
Wraps initial quotation marks with <span class="quo"></span> or <span class="dquo"></span>.
Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.
Inserts ligatures (if supported by platform and browser).
Replaces ascii arrows with unicode arrows (if supported by platform and browser).
drupal  typography  module 
january 2011 by gilcreque
Display Node Titles instead of Slide numbers in the pager | drupal.org
How to replace the pager number with the node title in Drupal Views Slideshow
drupal 
november 2010 by gilcreque
Community Tags - Drupal Module
Allows members of the community to tag content, and tracks who tagged what and when.

The Module has three main features:
1. Stores who tagged what and when.
2. Allows for this information to be exposed with views.
3. Adds an easy AJAX interface for tagging nodes without going to node/edit.

Community tags:

* Stores which user tagged what when.
* Adds new "tag content" permission (does not require node edit permission)
* Comes with a nifty AJAX tagging interface.
* Views Integration.
* Integrates with the Tagadelic module for creating tag clouds of only the current users tags in a vocabulary or all tags in a vocabulary.
drupal  module  modules  php  tag  taxonomy  tags 
september 2010 by gilcreque
Managing Drupal Views, the proper way | Damien's Site
Export views to a text file to be loaded from a module.
drupal  module  views 
june 2010 by gilcreque
Migrate Extras MOdule
Needed to import into CCK fields and can be used for other data formats.
drupal  data  migrate  module  reference 
june 2010 by gilcreque
Views Slideshow Theming | Drupal Video Podcast
@mustardseedinc to the rescue again with their video podcast on Views Slideshow Theming. #drupal
drupal  podcast  screencast  slideshow  theming  tutorial  tutorials  reference 
june 2010 by gilcreque
Ubercart Marketplace | drupal.org
Ubercart Marketplace adds multiple seller support to the Ubercart module. It includes a series of modules that limit the access to Ubercart functions for sellers. Additional functionality is added to support this from both a marketplace seller's point of view and the store administrator's view. Sellers (with the proper access permissions) gain the ability to view their products, track and fulfill their orders, and monitor their sales reports. Store administrators can view seller reports based on seller order statuses and seller sales. Support is included for Paypal Mass Payments, with which an administrator can automatically pay his/her sellers for custom periods.
drupal  ecommerce  ubercart  module 
october 2009 by gilcreque
The power of Drupal for today's online publishing. | Open Source. Open Minds.
OpenPublish is a packaged distribution of the popular open source social publishing platform, Drupal, that has been tailored to the needs of today's online publishers. OpenPublish is ideal for the implementation of a variety of media outlets sites including magazines, newspapers, journals, trade publications, broadcast, wire service and membership publications.
drupal  php  opensource  media  magazine  journalism  openpublish  publishing 
october 2009 by gilcreque
Tattler (app)
Tattler (app) is an open source topic monitoring tool for today's Web. Tattler finds and aggregates content from the Web on topics you ask it to monitor. Using semantic Web technologies, Tattler mines news, websites, blogs, multimedia sites, and other social media like Twitter, to find mentions of the issues most relevant to your organization.
Built and distributed on open source Drupal, Tattler's unique workflow and a toolset of intelligent content processors allow users to easily filter, organize, share, and take action on content gathered from the Web.
software  drupal  opensource  tools  monitoring  analytics  socialmedia  tracking 
october 2009 by gilcreque
Drush | drupal.org
The Drush Package Manager allows you to download, enable, disable, uninstall, update modules/themes/profiles/translations from the command line in a very simple way (apt-get style) - just type e.g. drush dl views and drush enable views in a Drupal directory to install the Views project!
Additionally, the Drush Package Manager also allows you to update all your modules with just one command - drush update.
drupal  module  modules 
september 2009 by gilcreque
Insert View | drupal.org
This Drupal module can be used to embed views into a node without having to use php.
drupal  views  module  modules 
august 2009 by gilcreque
Viewfield | drupal.org
This Drupal module can be used to embed views into a node without having to use php.
drupal  views  module 
august 2009 by gilcreque
Formfilter | drupal.org
Easily modify forms such as removing menu settings, publish settings, etc.
drupal  module  forms  form 
august 2009 by gilcreque
Automatic Nodetitles | drupal.org
Automatically create node titles using tokens
drupal  module  modules  Automation 
august 2009 by gilcreque
UberDrupal | drupal.org
Drupal install profile for UberCart store
drupal  installation  profille  ubercart 
july 2009 by gilcreque
« earlier      

related tags

acquia  analytics  apache  api  authentication  Automation  business  cgi  cheatsheet  ckeditor  cms  code  conference  crm  css  data  date  depolyment  design  development  documentation  donations  drupal  drupal6  drupal7  drupaleasy  drush  ecommerce  email  embed  event  events  facebook  fastcgi  feeds  filebrowser  files  form  forms  geo  howto  html  images  installation  joomla  journalism  liveblogging  magazine  make  management  mapping  media  migrate  migration  mind  mindmapping  module  modules  monitoring  mutlisite  newsletter  newsletters  nginx  openpublish  opensource  optimization  performance  php  phptemplate  plugin  podcast  political  politics  presentation  pressflow  profile  profiles  profille  programming  publishing  reference  repeat  rss  salsa  scalability  screencast  security  simplenews  slideshow  snippet  socialmedia  software  tag  tags  taxonomy  template  templates  theme  themes  theming  tips  tools  tracking  tutoiral  tutorial  tutorials  twitter  typography  ubercart  video  view  views  web  webdesign  webdev  webservices  wordpress  youtube 

Copy this bookmark:



description:


tags: