Connecting Tech Pros Worldwide Help | Site Map

StructuredText in PHP

  #1  
Old July 17th, 2005, 03:35 AM
Jonathan Moss
Guest
 
Posts: n/a
The web content management site plone (written in Python) uses a simple
text makrup system call StructuredText. I very much like the idea and
would love to use it or something similar in a PHP site I'm working on.

Have any of you kind people seen a reasonable PHP version of
StructuredText or a similar product that can be easily integrated into
my site?

thanks,

Jon
  #2  
Old July 17th, 2005, 03:35 AM
Savut
Guest
 
Posts: n/a

re: StructuredText in PHP


I never see any project that is equivalent in php yet, but maybe PEAR::HTML could help you to get almost the same result but it is
more complicated and more configurable.

http://pear.php.net/manual/en/packag...able.intro.php
http://pear.php.net/manual/en/packag...form.intro.php
http://pear.php.net/manual/en/packag...menu.intro.php

Savut

"Jonathan Moss" <jon@chosen-scam.co.uk> wrote in message news:faWOb.25909$qx2.2895290@stones.force9.net...[color=blue]
> The web content management site plone (written in Python) uses a simple
> text makrup system call StructuredText. I very much like the idea and
> would love to use it or something similar in a PHP site I'm working on.
>
> Have any of you kind people seen a reasonable PHP version of
> StructuredText or a similar product that can be easily integrated into
> my site?
>
> thanks,
>
> Jon[/color]


  #3  
Old July 17th, 2005, 03:38 AM
Jonathan Moss
Guest
 
Posts: n/a

re: StructuredText in PHP


Thanks for your reply,

PEAR::HTML is a little over the top for what I am looking for at the moment
so I wrote my own. It is currently very simple and only support:

paragraphs (of plain text)
bulleted lists
numeric lists
preformatted text

I hope to add hyperlinks soon and probably other inline markup. I will also
try to create a PDF formatter that can be plugged in as needed for 'printer
friendly' output.

If anyone is interested in taking a look let me know and I will forward the
code or make it available somewhere on the web.

"Savut" <webki@hotmail.com> wrote in message
news:cEWOb.5739$cQ6.208466@news20.bellglobal.com.. .[color=blue]
> I never see any project that is equivalent in php yet, but maybe[/color]
PEAR::HTML could help you to get almost the same result but it is[color=blue]
> more complicated and more configurable.
>
> http://pear.php.net/manual/en/packag...able.intro.php
> http://pear.php.net/manual/en/packag...form.intro.php
> http://pear.php.net/manual/en/packag...menu.intro.php
>
> Savut
>
> "Jonathan Moss" <jon@chosen-scam.co.uk> wrote in message[/color]
news:faWOb.25909$qx2.2895290@stones.force9.net...[color=blue][color=green]
> > The web content management site plone (written in Python) uses a simple
> > text makrup system call StructuredText. I very much like the idea and
> > would love to use it or something similar in a PHP site I'm working on.
> >
> > Have any of you kind people seen a reasonable PHP version of
> > StructuredText or a similar product that can be easily integrated into
> > my site?
> >
> > thanks,
> >
> > Jon[/color]
>
>[/color]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.564 / Virus Database: 356 - Release Date: 19/01/2004


  #4  
Old July 17th, 2005, 03:39 AM
Larry Jaques
Guest
 
Posts: n/a

re: StructuredText in PHP


On Wed, 21 Jan 2004 13:54:52 +0000 (UTC), "Jonathan Moss"
<jon@chosen-scam.co.uk> brought forth from the murky depths:
[color=blue]
>Thanks for your reply,
>
>PEAR::HTML is a little over the top for what I am looking for at the moment
>so I wrote my own. It is currently very simple and only support:
>
>paragraphs (of plain text)
>bulleted lists
>numeric lists
>preformatted text
>
>I hope to add hyperlinks soon and probably other inline markup. I will also
>try to create a PDF formatter that can be plugged in as needed for 'printer
>friendly' output.
>
>If anyone is interested in taking a look let me know and I will forward the
>code or make it available somewhere on the web.[/color]

I'm curious. What did you come up with? Did you post
it to a site yet? URL?


----------------------------------------------------------------
"Let's sing praise to Aphrodite || www.diversify.com
She may seem a little flighty, || Full Service Websites
but she wears a green gauze nighty, || PHP Applications
And she's good enough for me." || SQL Database Development
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
sure shorter way to do this? Jonathan Moss answers 1 July 17th, 2005 03:47 AM