My good friend and I built an easy ruby parser that handles tags thusly:
{b|Hello World}

{*|Hello World}

=

<strong>Hello World</strong>

Or even:

{a www.example.gov|Hyperlink String}

Like I said, HTML is pretty much the printing press in my opinion.

On Thu, Oct 15, 2009 at 1:50 PM, Ramon Ribó <[email protected]> wrote:

>   Hello,
>
>   In my opinion it would be nice to extend a bit the fossil markup to
> make it a subset of creole. Specifically I would add:
>
> 1) **bold** and  //italics//  (nicer than the <b> thing)
>
> 2) relax the specification of 2 spaces around '*' and '#' for making
> lists. What is
>    the problem with "* this is an item"?
>
> 3) = Level 1 = (headings)
>
> That's it
>
> As an extra I would consider {{myimage.png|this is my image}}  for images
>
>
>
> ----
> Compass Ing. y Sistemas         Dr. Ramon Ribo
> http://www.compassis.com      [email protected]
> c/ Tuset, 8 7-2                          tel. +34 93 218 19 89
> 08006 Barcelona, Spain            fax. +34 93 396 97 46
>
>
>
> 2009/10/15 Dmitry Chestnykh <[email protected]>:
> > Well, there's wiki syntax in Fossil
> http://www.fossil-scm.org/index.html/wiki_rules
> > It's has just enough bits of Markdown and Textile to be useful, but
> > don't have regex complexities of both.
> >
> > Although, I'd like to see shortcuts for <h1>, <h2>, etc. in it :)
> >
> > On Oct 15, 2009, at 9:32 PM, Kurtis Rainbolt-Greene wrote:
> >
> >> Pointing out a problem does not require an answer to the problem.
> >>
> >> But here, let me do the googling work for you:
> >> http://redcloth.org/hobix.com/textile/quick.html
> >> http://en.wikipedia.org/wiki/Textile_(markup_language)
> >> http://www.wikidot.com/doc:wiki-syntax
> >> http://daringfireball.net/projects/markdown/syntax
> >> http://redcloth.org/
> >> http://www.textism.com/tools/textile/
> >
> > --
> > Dmitry Chestnykh
> > Coding Robots
> >
> > http://www.codingrobots.com
> > [email protected]
> >
> >
> >
> >
> > _______________________________________________
> > fossil-users mailing list
> > [email protected]
> > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> >
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to