Skip to content

oswell/Adium.HtmlOverXmpp

Repository files navigation

Plugin for Adium v 1.4 that removes some HTML markup from incoming messages and parses out anchor tags so that they get displayed cleanly.  This plugin is far from complete with regards to handling HTML.  It was build primarily as a quick hack so that messages posted into a HipChat group from GitHub didn't display as HTML.

For the time being, the plugin only does the following;
	1.  Removes all <img> elements from incoming messages.
	2.  Removes all <br/> elements from incoming messages.
	3.  Alters all <a> elements from incoming messages such that the following;
		<a href="http://www.google.com">Some Search Engine</a>
		will be displayed as a link on the text "Some Search Engine"
		
Pre-built binaries are available in the binaries folder.

To install the plugin, just double-click on the appropriate binary inside of the binaries folder and it should automatically install into Adium.

About

Plugin for adium that cleans up HTML input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages