[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "our format"
- From: Paige DePol <lual@...>
- Date: Fri, 29 Dec 2017 17:00:45 -0600
Sol Salpagarov <salpagarov@gmail.com> wrote:
> Greetings!
>
> https://github.com/lua/manual is Lua manual in "our format".
>
> What is it?
> Markup for generation from OF to HTML?
> Is it commonly software or PUC-Rio inner product?
> Somethins else?
>
> Google can't help me.
> Thanks.
Not sure what the "our format" part means as I too am unable to find any
reference to that name, nor can I find any info on the .of file extension.
However, some Google searching of the @markup in the source file matches
similar markup used by GNU Texinfo. A lot of the @markup matches Texinfo,
except things like @sect1 and @sect2 which do not appear in the Texinfo
list of markup tags.
Perhaps this "our format" is a variant of Texinfo or something similar?
~Paige