Difference between revisions of "Drupal"
From NVCWiki
(→Yahoo! Answers like Functionality) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | http://www-128.ibm.com/developerworks/ibm/osource/index.html | ||
+ | |||
=modules= | =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= | =Drupal Social Network= | ||
Line 33: | Line 90: | ||
*[http://groups.drupal.org/node/1834 Drupal social networking sites] | *[http://groups.drupal.org/node/1834 Drupal social networking sites] | ||
− | *http://www.goingon.com/ | + | = 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 = | = Yahoo! Answers like Functionality = | ||
Line 43: | Line 108: | ||
=links= | =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] | [http://www.nwcompass.org/practice_groups/practice_groups.cgi PRACTICE GROUPS LOOKING FOR MEMBERS] | ||
+ | |||
+ | = teleconfrence sites = | ||
+ | http://webbertraining.com |
Latest revision as of 20:33, 30 December 2007
http://www-128.ibm.com/developerworks/ibm/osource/index.html
Contents
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
- webcalendar
- Drupal WebCalendar integration
- WebCalendar Wiki
- 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://www.calendars.net/cool.htm on line hosted calanders simple
notlike
- VCalendar stoped devlop at 2005
Drupal Social Network
social network site producers
- http://www.goingon.com/ - based on drupal
Yahoo! Answers like Functionality
http://drupal.org/project/topic
links
PHP library for creating google maps.
Model for group web sites
PRACTICE GROUPS LOOKING FOR MEMBERS