Textile redux

1 view
Skip to first unread message

Brendan Borlase

unread,
Aug 30, 2008, 7:44:32 AM8/30/08
to habari-dev
Aloha,

Does anyone have a copy of the textile plugin, or can point me to
where I can obtain it from?

That would be bitchin'.

Andy C

unread,
Aug 30, 2008, 8:47:14 AM8/30/08
to habari-dev
Hi Brendan

Well the Wiki (http://wiki.habariproject.org/en/Available_Plugins)
points to a non-existent page.

Maybe you could use the 'Contact' page on http://www.trifolddesigns.com/
to contact the author, Dylan Wreggelsworth, to check on the current
status.

It would be great if the textile plugin could be added to SVN for all
to enjoy (license permitting)

http://trac.habariproject.org/habari-extras

Peace, love, empathy
--
Andy

On Aug 30, 12:44 pm, Brendan Borlase <brendan.borl...@gmail.com>
wrote:

Brendan Borlase

unread,
Aug 30, 2008, 9:07:42 AM8/30/08
to habari-dev
On Aug 30, 9:47 pm, Andy C <andyc...@gmail.com> wrote:
> Hi Brendan
>
> Well the Wiki (http://wiki.habariproject.org/en/Available_Plugins)
> points to a non-existent page.
>
> Maybe you could use the 'Contact' page onhttp://www.trifolddesigns.com/
> to contact the author, Dylan Wreggelsworth, to check on the current
> status.
>
> It would be great if the textile plugin could be added to SVN for all
> to enjoy (license permitting)
>
> http://trac.habariproject.org/habari-extras
>
> Peace, love, empathy
> --
> Andy
>
> On Aug 30, 12:44 pm, Brendan Borlase <brendan.borl...@gmail.com>
> wrote:
>
> > Aloha,
>
> > Does anyone have a copy of the textile plugin, or can point me to
> > where I can obtain it from?
>
> > That would be bitchin'.

Quite, however I was already aware the author had pulled the page.

I was actually hoping someone is using it, thus has a copy? If I want
to migrate a TXP based blog (via wordpress) I'm really going to need
it.

Best,

Brendan.

Andy C

unread,
Aug 30, 2008, 9:17:11 AM8/30/08
to habari-dev
Sorry I should have realised that anyone, particularly as Aussie, with
a blog footer of

'The End → Thank you for visiting -- make contact, syndicate or go
home'

would be capable of deriving the same info :-)

I'm sure some clever Habari developers must be using Textile and will
pipe up in a moment.

Brendan Borlase

unread,
Aug 30, 2008, 11:28:30 AM8/30/08
to habari-dev
Yep, that's pretty much what I was hoping. I can't be the only fool
using
Textile. And not sure what my blog footer (thanks for visiting) has to
do
with all that, but, well, good-o. :)

Best,

Brendan.

Michael Heilemann

unread,
Aug 30, 2008, 12:01:52 PM8/30/08
to habar...@googlegroups.com
Hey Brendan, good to see you here!

I've got the Textile Chris J Davis did (at my begging ;)). I've attached it to this mail.

Let me know if there's anything I can help you with w. regards to Habari.

- Mike


2008/8/30 Brendan Borlase <brendan...@gmail.com>



--
Michael Heilemann
http://binarybonsai.com
habari_textile.zip

Brendan Borlase

unread,
Aug 30, 2008, 11:13:35 PM8/30/08
to habar...@googlegroups.com
Ahh, a plugin - excellent. Thank you good sir - my quest to give habari a
proper trial continues in earnest.

Best,

Brendan.

2008/8/31 Michael Heilemann <heil...@gmail.com>:

Michael Heilemann

unread,
Aug 31, 2008, 3:22:22 AM8/31/08
to habar...@googlegroups.com
Oh, and I almost forgot. To make it work, you'll have to changed a few lines in your template's theme.xml file. Like so:


// Apply Format::autop() to post content...
// Format::apply( 'autop', 'post_content_out' );
Format::apply( 'textize', 'post_content_out' );

// Apply Format::autop() to comment content...
// Format::apply( 'autop', 'comment_content_out' );
Format::apply( 'textize', 'comment_content_out' );


I hope someone is working on making this something we don't have to worry about in the near future.

Knight

unread,
Sep 1, 2008, 10:22:01 AM9/1/08
to habari-dev
Geez, thanks Michael,

i was download this plugin and play around with it, i thought to post
the solution here , but you already did , cheers !
but reference on some other plugin, what i do is added the function
action_init and put these Format::apply in plugin
i think this should be better in stead of doing the filtering on
template ? pls advice.

On Aug 31, 3:22 pm, "Michael Heilemann" <heilem...@gmail.com> wrote:
> Oh, and I almost forgot. To make it work, you'll have to changed a few lines
> in your template's theme.xml file. Like so:
>
> // Apply Format::autop() to post content...
> // Format::apply( 'autop', 'post_content_out' );
> Format::apply( 'textize', 'post_content_out' );
>
> // Apply Format::autop() to comment content...
> // Format::apply( 'autop', 'comment_content_out' );
> Format::apply( 'textize', 'comment_content_out' );
>
> I hope someone is working on making this something we don't have to worry
> about in the near future.
>
> On Sun, Aug 31, 2008 at 05:13, Brendan Borlase <brendan.borl...@gmail.com>wrote:
>
>
>
> > Ahh, a plugin - excellent. Thank you good sir - my quest to give habari a
> > proper trial continues in earnest.
>
> > Best,
>
> > Brendan.
>
> > 2008/8/31 Michael Heilemann <heilem...@gmail.com>:
> > > Hey Brendan, good to see you here!
> > > I've got the Textile Chris J Davis did (at my begging ;)). I've attached
> > it
> > > to this mail.
> > > Let me know if there's anything I can help you with w. regards to Habari.
> > > - Mike
>
> > > 2008/8/30 Brendan Borlase <brendan.borl...@gmail.com>

John Wrana

unread,
Sep 9, 2008, 2:29:36 PM9/9/08
to habari-dev
This is exactly what I've done.

I've modified the habarimarkdown-plugin, which simply include a
markdown.php and I've changed that to textile.php.

Really small solution and works fine for me. Not tested with Habari
0.5 though.

You may download it here:

http://jowra.com/temp/habaritextile.zip

(How can I attach such content here?)

dh

unread,
Sep 9, 2008, 2:42:53 PM9/9/08
to habar...@googlegroups.com
John Wrana wrote:
> You may download it here:
>
> http://jowra.com/temp/habaritextile.zip
>
> (How can I attach such content here?)

Hi John,

when you send an e-mail (for example with thunderbird) just attach the
file as you would normally do.

it automatically gets added as an attachment to the google groups thread.

--
dahead,
http://habari.dahead.de

Reply all
Reply to author
Forward
0 new messages