Textile: Port to Drupal 6?
Wolfflow - August 20, 2008 - 22:03
| Project: | Textile |
| Version: | HEAD |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | trevortwining |
| Status: | closed |
Jump to:
Description
Would be great to have this for 6.

#1
Are their any plans/work-in-progress to convert this module to Drupal 6?
What can I do to help?
Thanks,
Paul Campbell
#2
A version for Drupal 6 would be really helpful. Thanks.
#3
There is already a port available, but it's in the form of a patch. I'm just getting involved as a co-maintainer, so still figuring out how to release. Read the docs, just getting into *doing* it.
See http://drupal.org/node/227087 for the patch
#4
The patches listed in the referenced thread appear to work fine for me. I also notice that Textile shows up as a module type of "other". The following patch will move it to "Input formats":
--- textile.info.old 2008-09-03 11:30:54.000000000 -0400
+++ textile.info 2008-09-03 11:28:46.000000000 -0400
@@ -1,6 +1,7 @@
; $Id: textile.info,v 1.2 2007/06/18 22:54:03 dww Exp $
name = Textile
description = Allows content to be submitted using Textile, a simple, plain text syntax that is filtered into valid XHTML.
+package = Input filters
; Information added by drupal.org packaging script on 2007-06-28
version = VERSION
#5
I'd love a release for Drupal 6.
#6
#7
released!
#8
Great. Many thanks for this. ;-)
#9
Great work. Thanks.