Filter that adds a summary of a webpage, from the urls found in the text.
When you post a link on facebook, you get a little summary of that site under your comment or post (with or without thumbnail). This works with OpenGraph metatags. Basicly Facebook scrapes the content of the url and makes a nice little summary.
Now you can too show summaries based on OpenGraph metatags! This filter scrapes the urls found in the text and adds the summary to the bottom of the text.
Installation and usage.
1. Install the module as usual.
2. Go to admin/config/content/formats
Select the Text Format you want to add this functionality to and select 'Add a preview of URLs found in the text, based on the URL's (OpenGraph) metatags.'
3. Enjoy!
Applications and Postings allows users to submit postings to the site; these could be job postings, requests for proposals, calls for submissions, and so forth. Each posting has its own fieldable application form (much in the same way each content type has its own set of fields), allowing administrators to create separate application forms for each posting. Other users may then submit applications against these postings, up until a predetermined (and automatically enforced) deadline. These applications may be reviewed later on, potentially integrating with other modules for more advanced workflows.
Features
Create postings for users to apply to, visible at /postings
Submit and edit applications against postings until automatically enforced deadlines
Postings act as fieldable "application types," allowing custom application forms for each separate posting
Limit how many applications may be submitted by each user to any given posting
"My Applications" tab added to each user's profile page
Import, export and clone existing postings (requires CTools)
Postings and Applications are first-class entities with their own CRUD API, along with Views and EntityFieldQuery support