DirectEmployers Foundation Projects
Our mission is to empower job seekers with control over their employment search through the use of free and trusted open-source web applications. All DirectEmployers Foundation Open Source projects are available under your choice of the MIT License, GNU GPL v 2.0 or GNU GPL v 3.0. We welcome contributions to our open source projects. Each project has it’s own community of users and developers. To find out how you can contribute, please visit the DirectEmployers Foundation on GitHub.
Projects Currently Under Development
Saved Search
Saved Search is a Django project that allows for custom Solr jobs searches to be saved and retrieved. The goal of the project is allow a single database structure to power any number of custom site needs without a need to refractor the database. It resides as a layer on top of Solr, and requires Solr in order to operate.
UI Framework
The DirectEmployers UI Framework (DEF.UI) is a CSS and JavaScript framework system for rapid prototyping. It is builton two industry standard frameworks - Bootstrap and jQuery.
The framework is split into two main components: Logic Components and Presentation Components. The logic component is built on jQuery tools. This includes jQuery Core, jQuery UI, jQuery Mobile, and jQuery DataTables. The presentation side is built on the bootstrap css and html markup.
Django My URLS
A URL Shortner and click server for Django that:
- Creates short URLS
- Tracks clicks
- Appends Google Analytics and other parameters to destination urls.
Python Social Share
Allows sharing and messaging on multiple social networks through a single api. Supports Facebook, Twitter, LinkedIn via REST. Python Social does not require a web framework, but can be used by the framework of your choice.
Django Social Share
Allows sharing and messaging on multiple social networks through a single api. Supports Facebook, Twitter, LinkedIn via REST. Built to make server to server social sharing easy with Django.