Difference between revisions of "Drupal"

From NVCWiki
Jump to: navigation, search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
modules
+
http://www-128.ibm.com/developerworks/ibm/osource/index.html
 +
 
 +
=modules=
  
 
*[http://drupal.org/project/Modules/date list of Modules]
 
*[http://drupal.org/project/Modules/date list of Modules]
Line 22: Line 24:
  
 
*[http://drupal.org/project/i18n Internationalization]
 
*[http://drupal.org/project/i18n Internationalization]
 +
 +
*[http://drupal.org/project/openresort room booking]
 +
 +
*[http://www.phoneblogz.com voice comment with drupal plugin ] [http://www.ithou.org/talkingstick talking stick]
 +
 +
* [http://www.torenware.com/handbooks/timezones Dates And Time Zones In Drupal]
 +
 +
* http://agaricdesign.com/modules-to-consider-drupal-5
 +
 +
= event schudaling=
 +
* [https://etg07.itc.virginia.edu/eventcal/event/day good sample]
 +
=== like ===
 +
* [http://www.k5n.us/ webcalendar]
 +
** [http://drupal.org/project/webcal Drupal WebCalendar integration]
 +
** [http://www.k5n.us/wiki/index.php/doku.php?id=howto_install_webcalendar_1.1.1_using_cpanel_and_the_installation_wizard_new_install_not_an_upgrade  WebCalendar Wiki]
 +
** [http://cratel.wichita.edu/cratel/cratel_Drupal_5.1_WebCalendar_1.1.2 Installing WebCalendar 1.1.2 as a module in Drupal 5.1]
 +
** samples
 +
*** http://www.aruba.com/calendar/month.php
 +
*** http://www.bedfordareachamber.com/calendar/month.php
 +
*** http://jayaram.web.aplus.net/webcal/year.php
 +
*** http://www.shaarezedek.org/calendar/month.php
 +
*** http://www.bsatroop30.org/webc2007/month.php?date=20070601
 +
*** http://ec-gun.de/webcalender/edit_entry.php?year=2007&month=12&day=25
 +
 +
Some of the new features in 1.1/1.2:
 +
 +
    * RSS syndication of calendars
 +
    * Read/Write sync through Apple iCal or Mozilla Sunbird
 +
    * Fancy new web-based install/update wizard (creates your database tables for you!)
 +
    * Much better support for the iCal standard (if you need complicated recurrance rules)
 +
    * Advanced user access control
 +
    * Multiple public calendars (using nonuser calendars)
 +
    * Full Timezone support
 +
    * Remote calendar subscriptions (a new special type of nonuser calendar)
 +
    * Database query caching (greatly improves performance)
 +
    * CSS and javascript are now called as external files and cached in the browser (big performance boost)
 +
    * VTODO (Tasks) are now supported as part of the iCal standard updates
 +
    * Self Registration with optional IP blacklisting and password autogeneration
 +
    * A spiffy menu system that will optionally replace the links at the bottom of the pages
 +
    * PhpMailer has been incorporated, allowing use of phpmail, SMTP (w/ auth), and sendmail protocols
 +
    * Themes can now simplify the customization of your WebCalendar look and feel.
 +
 +
 +
* [http://demo.civicrm.org/drupal/calendar civicrm ]
 +
** [http://www.newhopeks.org/news/calendar sample]
 +
 +
* http://www.calendars.net/cool.htm on line hosted calanders simple
 +
 +
=== notlike ===
 +
 +
* [http://www.php.brickhost.com/index.php phpScheduleIt]
 +
** http://calendar.ncssm.edu/roschedule.php
 +
 +
 +
* [http://www.opensourcecms.com/index.php?option=com_content&task=view&id=2191&Itemid=1 VCalendar] stoped devlop at 2005
 +
 +
=Drupal Social Network=
 +
 +
*[http://drupal.org/node/109248 Drupal Social Network site Q&A]
 +
 +
*[http://groups.drupal.org/node/7369 Lullabot Podcast about IncBizNet.com and FastCompany.com]
 +
 +
*[http://groups.drupal.org/node/1834 Drupal social networking sites]
 +
 +
*[http://groups.drupal.org/node/1834 Drupal social networking sites]
 +
 +
= social network site producers =
 +
 +
*http://www.goingon.com/ - based on drupal
 +
 +
*http://www.peopleaggregator.net/homepage.php
 +
**http://www.gtchannel.com/video.php
 +
 +
*http://www.crowdvine.com/home
 +
**http://barcampblock.crowdvine.com/
 +
 +
= Yahoo! Answers like Functionality =
 +
http://drupal.org/node/123379
 +
 +
http://drupal.org/node/184810
 +
 +
http://drupal.org/project/topic
 +
 +
=links=
 +
[http://www.phpinsider.com/php/code/GoogleMapAPI/ PHP  library for creating google maps. ]
 +
 +
=Model for group web sites=
 +
http://www.italki.com
 +
 +
[http://www.nwcompass.org/practice_groups/practice_groups.cgi PRACTICE GROUPS LOOKING FOR MEMBERS]
 +
 +
= teleconfrence sites =
 +
http://webbertraining.com

Latest revision as of 21:33, 30 December 2007

http://www-128.ibm.com/developerworks/ibm/osource/index.html

modules

  • http://civicrm.org/
    • civiCONTRIBUTE Online fundraising and donor management.
    • civiEVENT Online event registration and participant tracking.
    • civiMEMBER Online signup and membership management.
    • civiMAIL Personalized email blasts and newsletters.

event schudaling

like

Some of the new features in 1.1/1.2:

   * RSS syndication of calendars
   * Read/Write sync through Apple iCal or Mozilla Sunbird
   * Fancy new web-based install/update wizard (creates your database tables for you!)
   * Much better support for the iCal standard (if you need complicated recurrance rules)
   * Advanced user access control
   * Multiple public calendars (using nonuser calendars)
   * Full Timezone support
   * Remote calendar subscriptions (a new special type of nonuser calendar)
   * Database query caching (greatly improves performance)
   * CSS and javascript are now called as external files and cached in the browser (big performance boost)
   * VTODO (Tasks) are now supported as part of the iCal standard updates
   * Self Registration with optional IP blacklisting and password autogeneration
   * A spiffy menu system that will optionally replace the links at the bottom of the pages
   * PhpMailer has been incorporated, allowing use of phpmail, SMTP (w/ auth), and sendmail protocols
   * Themes can now simplify the customization of your WebCalendar look and feel. 


notlike


Drupal Social Network

social network site producers

Yahoo! Answers like Functionality

http://drupal.org/node/123379

http://drupal.org/node/184810

http://drupal.org/project/topic

links

PHP library for creating google maps.

Model for group web sites

http://www.italki.com

PRACTICE GROUPS LOOKING FOR MEMBERS

teleconfrence sites

http://webbertraining.com