Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Please recommend good open source engines or CMS or similar that I can use to implement a web application for headhunters and job applications?

At very minimum, should have ability or support:

  1. Head hunters section, to allow for posting of job opportunities, create profiles, view job applications
  2. Job applicant section, to allow submitting of applications including uploading CV/Resume or creating online version
  3. Asp.net/Server support preferred
  4. Support some form of OpenId for user registration or authentication
share|improve this question
Voted to close as off-topic: meta.webmasters.stackexchange.com/questions/144/… – delete Jul 22 '10 at 4:15

closed as off topic by RandomBen, Kinopiko, JasonBirch, Mark Henderson, DisgruntledGoat Jul 22 '10 at 10:24

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

Except for point #3, Drupal can do everything you've listed, including

  • Different user roles for candidates vs recruiters (out of the box)
  • Custom node types for different kinds of information (Jobs vs Resumes - see CCK)
  • User Profiles (simple ones out of the box, for complex ones see Profile: extending user account information)

Drupal has other features you'd find useful - including rich support for tagging and searching.

share|improve this answer

This doesn't easily satisfy point #3, but that could possibly all be done with Wordpress. It would involve a fair bit of customization, but with the release of custom post types in 3.0, it should be feasible.

share|improve this answer

The StackExchange platform ;) ?

share|improve this answer
Unfortunately you can no longer license it. – Paperjam Jul 22 '10 at 1:39

Not the answer you're looking for? Browse other questions tagged or ask your own question.