Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
PHP-Markdown is a port to PHP of the original Markdown program by John
Gruber.
as for security/nss:
SHA1_Update conflicts with openssl which may be dynamically loaded
at runtime via libcups or libgssapi so causing a crash due to using
the wrong binding. So rename here to avoid conflict.
ok jasper@ sthen@
Provides German translation of drupal6.
If you install this module prior to configuring drupal, thanks
to autolocale, the installation itself will be available in German!
ok sthen@ and landry@
Change the content type of your posts while editing them.
This module is extremely simple and *only* changes the node
type in the database column. That is all. It does not convert
any CCK fields or change other things about the node.
Only use it when you know *exactly* what you're doing!
ok espie@ and jasper@ ports-wise
Please note:
Users upgrading from a prior release should review Blogsum/Config.pm.dist
for new settings to merge with their local Blogsum/Config.pm.
pretty fucking awesome merdely@
From http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/:
2.8.6 fixes two security problems that can be exploited by registered,
logged in users who have posting privileges. If you have untrusted
authors on your blog, upgrading to 2.8.6 is recommended.
The first problem is an XSS vulnerability in Press This discovered by
Benjamin Flesch. The second problem, discovered by Dawid Golunski, is
an issue with sanitizing uploaded file names that can be exploited in
certain Apache configurations. Thanks to Benjamin and Dawid for finding
and reporting these.
This module strips scripting constructs out of HTML, leaving as much
non-scripting markup in place as possible. This allows web applications
to display HTML originating from an untrusted source without
introducing XSS (cross site scripting) vulnerabilities.
Change the content type of your posts while editing them.
This module is extremely simple and *only* changes the node
type in the database column. That is all. It does not convert
any CCK fields or change other things about the node.
Only use it when you know *exactly* what you're doing!
ok espie@ and jasper@ ports-wise
SabreDAV allows you to easily add WebDAV support to a PHP application.
It is meant to cover the entire standard, and attempts to allow integration
using an easy to understand API.
with comments from ajacoutot@
This LDAP integration module allows users to authenticate against a
configurable Lightweight Directory Access Protocol directory. This
is useful for organizations which have an existing organizational
directory with usernames and passwords, and want Drupal to be able
to authenticate against it.
ok'd-portswise by landry@ and sthen@, tested in production by me.
surf is a minimalistic web browser using webkit, in the spirit of
dwm/suckless.org softwares. It supports the Xembedded protocol which
makes it possible to embed it into another application. Furthermore
one can point surf to another URI by setting its XProperties.
Based on a submission from Tobias Ulmer some times ago on ports@, thanks!
WARNING: if you use both, update both. Especially if you use cck
node/user refs from a view, since that's broken with cck 2.5.
packages have an annotation to prevent this (@incompatibility) but it's
not yet implemented... ;-/