packages: wordpress-plugin-unfiltered-mu/wordpress-plugin-unfiltered-mu.spe...

pawelz pawelz at pld-linux.org
Wed Apr 28 01:52:21 CEST 2010


Author: pawelz                       Date: Tue Apr 27 23:52:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/wordpress-plugin-unfiltered-mu:
   wordpress-plugin-unfiltered-mu.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/wordpress-plugin-unfiltered-mu/wordpress-plugin-unfiltered-mu.spec
diff -u /dev/null packages/wordpress-plugin-unfiltered-mu/wordpress-plugin-unfiltered-mu.spec:1.1
--- /dev/null	Wed Apr 28 01:52:21 2010
+++ packages/wordpress-plugin-unfiltered-mu/wordpress-plugin-unfiltered-mu.spec	Wed Apr 28 01:52:16 2010
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	unfiltered-html capability for WordPress 
+Name:		wordpress-plugin-unfiltered-mu
+Version:	1.2
+Release:	1
+License:	Unknown, but it safe to assume, it's under wordpress' license (GPL)
+Group:		Applications/Publishing
+URL:		http://wordpress.org/extend/plugins/unfiltered-mu/
+Source0:	http://downloads.wordpress.org/plugin/unfiltered-mu.zip
+# Source0-md5:	323784d2024f2d8e6e45113f3313a456
+Requires:	wordpress
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		wordpressdir	%{_datadir}/wordpress
+%define		pluginssubdir	wp-content/plugins
+%define		pluginsdir		%{wordpressdir}/%{pluginssubdir}
+
+%description
+Unfiltered MU gives Administrators and Editors the unfiltered_html
+capability. This prevents WordPress MU from stripping <iframe>, <embed>, etc.
+from these users' posts. Authors and Contributors do not get this capability
+for security reasons.
+
+Warning! This is a very dangerous plugin to activate if you have untrusted
+users on your site. Any user could add Javascript code to steal the login
+cookies of any visitor who runs a blog on the same site. The rogue user can
+then inpersonate any of those users and wreak havoc. If all you want is to
+display videos on your WordPress MU blogs, use Viper's Video Quicktags or any
+of the other video plugins on WordPress.org.
+
+The plugin can either be used globally for your entire MU site, or it can be
+applied on a blog-by-blog basis.
+
+For WordPress MU only. Regular WordPress already offers this feature and does
+not need this plugin.
+
+%prep
+%setup -q -n unfiltered-mu
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{wordpressdir} $RPM_BUILD_ROOT%{pluginsdir}
+cp -a unfiltered-mu.php $RPM_BUILD_ROOT%{pluginsdir}/unfiltered-mu.php
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%{pluginsdir}/unfiltered-mu.php
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/04/27 23:52:16  pawelz
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list