| Projects on Google Code | Results 1 - 10 of 101 |
Grupal is DrupalĀ® seamlessly integrated with Google Apps.
==Currently supports==
* Creating users in Google Apps when created in Drupal (suspended or enabled)
* Suspending users in Google Apps when blocked in Drupal
* Synchronising passwords in Google Apps when updated in Drupal
* Sus...
==PROJECT OVERVIEW==
The objective of the Open Source Google Apps Provisioning Toolkit is to provide a browser-based interface for creating and updating user accounts in Google Apps. It also happens to be very fast at provisioning accounts - averaging 20 account creations per second.
*The tool...
Designed exclusively for Google Apps Enterprise Partners that need to manage the Resale and Administration of Clients Google Apps accounts. The primary goals of the application are to:
- Provide quick and easy provisioning of new Google Apps Premier Accounts
- Manage existing accounts that have...
JaFou (Java Forum for yoU) started as a rewrite of the fofou project(a light BB engine for python based google apps), but has since changed into an embeddable GWT/Java Google App project.
You can use it to host a forum/BB/comment system in your app. We have recently put up v1.0 of the combined GW...
Retrieve and display the data from Google's /appstatus page. Currently there is a standalone script and an LCDproc client.
apps
my Apps Data Store
tests application with lots of erlproccesses
=Summary=
This service allows getting a weekly time-sheet from a Google Calendar hosted account (Google Apps or Google Calendar).
==Description==
The main page shows the current week number (so sweet to project managers) and the actual days interval (so clear for us mere mortals) and allows brows...
==djwheel.app.decorators==
render_to(template) decorator
this code
{{{
def my_view(request):
if some_condition():
return render_to_response('some_template.html',
{'var': var},
context_instance=RequestContext(request))
else:
return HttpResponseRedirect('...