I''m actually looking to create my own markup language, after a look to the greats markdown and textilize markup languages they seem to be more complexes that what I need, so not feating with my application. Any help is welcome ;-) -- Grosjean S?bastien
D. Taylor Singletary
2006-Apr-08 21:53 UTC
[Rails] How to create your own markup language ?
Creating your own markup language is a worthy endeavor, but I wonder if it may be better to use textilize and simply limit the recognized vernacular to just the options that suit you. If you take a look at the documentation to Textile, you''ll see that you can turn all kinds of rulesets on and off. What are your needs? Just that people can bold. italicize, and maybe make lists and headings? Pretty easy to do, and a great way to ensure that a future developer on your project is familiar with the markup methods.. D. Taylor Singletary, Reality Technician On 4/8/06, S?bastien Grosjean <seb@zencocoon.com> wrote:> > I''m actually looking to create my own markup language, after a look to > the greats markdown and textilize markup languages they seem to be more > complexes that what I need, so not feating with my application. > > Any help is welcome ;-) > > -- > Grosjean S?bastien > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060408/2916b6ea/attachment.html
2006/4/8, D. Taylor Singletary <taylorsingletary@gmail.com>:> > Creating your own markup language is a worthy endeavor, but I wonder > if it may be better to use textilize and simply limit the recognized > vernacular > to just the options that suit you. If you take a look at the documentation > to Textile, > you''ll see that you can turn all kinds of rulesets on and off. > > What are your needs? Just that people can bold. italicize, and maybe make > lists and headings? > Pretty easy to do, and a great way to ensure that a future developer on > your project is familiar > with the markup methods.. >isn''t this question Off-Topic ?> > On 4/8/06, S?bastien Grosjean <seb@zencocoon.com > wrote: > > > > I''m actually looking to create my own markup language, after a look to > > the greats markdown and textilize markup languages they seem to be more > > complexes that what I need, so not feating with my application. > > > > Any help is welcome ;-) > > > > -- > > Grosjean S?bastien > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- -------------------------------------------------------- Alberto Villanueva Del Val Blog Personal: http://www.ifelsedeveloper.blogia.com P?gina Personal: http://atetinho.googlepages.com/home -------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060408/87024295/attachment-0001.html
njmacinnes@gmail.com
2006-Apr-09 01:15 UTC
[Rails] How to create your own markup language ?
Well, yes. But surely we can allow this sort of thing. A rails developer should be able to ask for help on all their web-dev problems in one place, imo. -N On 09/04/06, Albertito <atetinho@gmail.com> wrote:> > isn''t this question Off-Topic ? >
Sébastien Grosjean
2006-Apr-09 10:40 UTC
[Rails] Re: How to create your own markup language ?
<njmacinnes@...> writes:> > Well, yes. But surely we can allow this sort of thing. A rails > developer should be able to ask for help on all their web-dev problems > in one place, imo. > -N > > On 09/04/06, Albertito <atetinho@...> wrote: > > > > isn''t this question Off-Topic ? > > >I agree on both points, this first comment will really help me and make me discovering new possibilities. But in an other side I''m really curious to know how to create my own markup, that''s meanly based on curiosity now, but I guess this push almost all of us here.
2006/4/9, S?bastien Grosjean <seb@zencocoon.com>:> > <njmacinnes@...> writes: > > > > > Well, yes. But surely we can allow this sort of thing. A rails > > developer should be able to ask for help on all their web-dev problems > > in one place, imo. > > -N > >Yes, I''m totally agree but it''s better to separate the different subjects, isn`t?. Because I read lots of mails everyday and I''d like to know which I''m interested and which I''m not. bye! _______________________________________________> Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -------------------------------------------------------- Alberto Villanueva Del Val Blog Personal: http://www.ifelsedeveloper.blogia.com P?gina Personal: http://atetinho.googlepages.com/home -------------------------------------------------------- ----- Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=YXRldGluaG81ODk%3D -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060409/b85f9dec/attachment-0001.html
Sébastien Grosjean
2006-Apr-09 17:17 UTC
[Rails] Re: How to create your own markup language ?
Albertito <atetinho@...> writes:> > > 2006/4/9, S?bastien Grosjean <seb <at> ...>: > <njmacinnes <at> ...> writes:>> Well, yes. But surely we can allow this sortof thing. A rails> developer should be able to ask for help on all their web-dev problems> in one place, imo.> > -N> > > Yes, I''m totally agree but it''s better to separate the different subjects,isn`t?. Because I read lots of mails everyday and I''d like to know which I''m interested and which I''m not.bye! So in fact do anybody have the answer to this famous question : How to create your own markup language ? I do realize for my own that redcloth will not offer what I''m looking for (at least I don''t think so) so I''m gona need to build my own markup language and will like to know if some good classes, helpers, ... already exsits for it.
2006/4/9, S?bastien Grosjean <seb@zencocoon.com>:> > Albertito <atetinho@...> writes: > > > > > > > 2006/4/9, S?bastien Grosjean <seb <at> ...>: > > <njmacinnes <at> ...> writes:>> Well, yes. But surely we can allow this > sort > of thing. A rails> developer should be able to ask for help on all their > web-dev > problems> in one place, imo. > > > -N> > > > > Yes, I''m totally agree but it''s better to separate the different > subjects, > isn`t?. Because I read lots of mails everyday and I''d like to know which > I''m > interested and which I''m not.bye! > > > So in fact do anybody have the answer to this famous question : > > How to create your own markup language ?:-DD I do realize for my own that redcloth will not offer what I''m looking for> (at > least I don''t think so) so I''m gona need to build my own markup language > and > will like to know if some good classes, helpers, ... already exsits for > it.I think you could use the Scite library (it''s a DLL). of course, if you''re going to build your own markup language I suppose you should know the formal grammar theory which it''s learnt in Compiladores (TALF) or you know a lot of regular expressions. good luck! _______________________________________________> Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -------------------------------------------------------- Alberto Villanueva Del Val Blog Personal: http://www.ifelsedeveloper.blogia.com P?gina Personal: http://atetinho.googlepages.com/home -------------------------------------------------------- ----- Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=YXRldGluaG81ODk%3D -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060409/d1eb13d7/attachment.html