Projects tagged ‘accessibility’


[149 total ]

55 Users
   

OLAT is the acronym for Online Learning And Training. It is a web application - a Learning Management System - that supports any kind of online learning, teaching, and tutoring with little didactical ... [More] restrictions. OLAT is free software/open source, and has been developed since 1999 at the University of Zürich and won the MeDiDa-Prix in the year 2000. OLAT has support for various E-learning standards such as IMS Content Packaging, IMS QTI and SCORM. OLAT offers all the tools that you'd expect of a modern LMS like Wiki, Chat, Forum, Calendar, Cluster, AJAX-support etc. OLAt is used all over the world and has been translated into 30 languages. The web-framework behind OLAT has been pubslished as a self-standing open source framework unter the name Brasato, which complies with the MVC-pattern. [Less]
Created about 1 year ago.

10 Users
   

The eLesson Markup Language (eLML) is an open source XML framework for creating structured eLessons using XML. Thanks to a clean separation between content and layout eLML lessons can be transformed ... [More] into many different formats and layouts. It supports the following output formats: XHTML, IMS Content Package, SCORM, PDF, LaTeX, Open Document Format (ODF) and DocBook. The framework has been successfully tested with many different LMS like Moodle, OLAT, WebCT/Blackboard and Ilias. A number of tools like the Firedocs eLML Editor to write lessons or the Template Builder to create eLML layout templates are available and help to make eLML one of the best tools to create sustainable e-Learning content. [Less]
Created about 1 year ago.

8 Users

Django Simple CaptchaAboutDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. UsageSample view: from django ... [More] import forms from captcha.fields import CaptchaField from django.shortcuts import render_to_response class CaptchaTestForm(forms.Form): myfield = AnyOtherField() captcha = CaptchaField() """ # or, as a ModelForm: class CaptchaTestModelForm(forms.ModelForm): captcha = CaptchaField() class Meta: model = MyModel """ def home(request): if request.POST: form = CaptchaTestForm(request.POST) # Validate the form: the captcha field will automatically # check the input if form.is_valid(): human = True else: form = CaptchaTestForm() return render_to_response('base.html',locals()) FeaturesVery simple to setup and deploy, yet very configurable Can use custom challenges (e.g. random chars, simple maths, dictionary word, ...) Custom generators, noise and filter functions alter the look of the generated image Supports text-to-speech audio output of the challenge text, for improved accessibility RequirementsDjango 1.0+ A fairly recent version of the Python Imaging Library (PIL) compiled with FreeType support Flite is required for text-to-speech (audio) output, but not mandatory InstallationDownload the 'captcha' application and put it anywhere in your Python path (or using setuptools: sudo easy_install django-simple-captcha) Add 'captcha' to the INSTALLED_APPS in your settings.py Run manage.py syncdb to create the required database tables Add an entry to your urls.py: urlpatterns += patterns('', url(r'^captcha/', include('captcha.urls')), )ConfigurationSee CaptchaConfiguration for details on available configuration settings. GeneratorsSee CaptchaGenerators for a list of available challenge generator functions. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created about 1 year ago.

6 Users
   

PowerFolder is a software to automatically synchronize, share and backup files online or in LAN. PowerFolder is dual licensed: PowerFolder Basic (GPL) is free available on its sourgeforge.net ... [More] page. PowerFolder Pro (commercial) adds major security features and is available at the download page as 30 days trial. It uses peer-to-peer technology to discover people you exchange files with. [Less]
Created over 3 years ago.

5 Users

TYPOlight webCMS Accessible Web Content Management System * Uses Ajax and Web 2.0 technologies * Multi-language support * Cross-browser CSS framework generator * Built-in file ... [More] manager and search engine * Live update service * Accessible XHTML strict output * Front end output 100% template based * Versioning and undo management [Less]
Created 8 months ago.

4 Users

Virtual Magnifying Glass is designed for visually-impaired and others who need to magnify a part of the screen. Unlike most similar programs it does not open a separate window for the magnification ... [More] but instead puts a movable magnifying glass on screen. [Less]
Created about 1 year ago.

3 Users
 

With access.see.be, a WAI-ARIA based Accessibility-Library, web developers can enhance their applications with accessible rich interface elements or can create full accessible rich internet ... [More] applications without excluding users who depend on assistive technologies like screen readers. So the main aim of universal design, the approach to design websites that can be used by all people without the need for adaptation or specialization, can be easily achieved. [Less]
Created about 1 year ago.

3 Users
 

GNU/Linux Desktop Testing Project (GNU/LDTP) is aimed at producing high quality test automation framework and cutting-edge tools that can be used to test GNU/Linux Desktop and improve it. It uses the ... [More] Accessibility libraries to poke through the application's user interface. The framework also has tools to record test-cases based on user-selection on the application. GNU/LDTP core framework uses Appmap and the recorded test-cases to test an application and gives the status of each test-case as output. As of now, GNU/LDTP can test any GNOME application which are accessibility enabled, Mozilla, Openoffice.org, any Java application (should have a UI based on swing) and KDE 4.0 applications based on QT 4.0 (based on the press releases by KDE). [Less]
Created over 3 years ago.

2 Users

Orca is a flexible, extensible, and powerful assistive technology for people with visual impairments. Using various combinations of speech synthesis, braille, and magnification, Orca helps provide ... [More] access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). [Less]
Created over 3 years ago.

1 Users

White is a .NET UI automation library and toolkit for Windows. White supports all rich client applications, which are Win32, WinForm, WPF and SWT (java). It is .NET based and hence you wouldn't have ... [More] use proprietary scripting language. You can use your favourite .NET language, IDE and tools for developing tests/automation programs. White provides consistent object oriented API for all kinds of applications. Also it hides all the complexity of Microsoft's UIAutomation library and windows messages (on which it is based). [Less]
Created 7 months ago.