Skip to content

Commit 0168d1a

Browse files
committed
Add refs to markup languages in SCEP 106.
1 parent 6536ff8 commit 0168d1a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

src/content/pages/sceps/scep0106.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,52 @@ intendedly not covered by this SCEP, in order to:
304304
comments in programming languages, support by popular editor
305305
programs, etc.
306306

307+
Example markup languages
308+
========================
309+
310+
The following table summarizes a few markup languages in common use at
311+
the time of this writing (2014). **This table is provided for
312+
informational use only**. This SCEP does not endorse nor promote any
313+
of these languages and associated technologies.
314+
315+
.. class:: table
316+
317+
=============== =================== ============= =============== ================
318+
Name Status Origins / Strong support Links
319+
motivation for print
320+
=============== =================== ============= =============== ================
321+
LaTeX_ Actively used & Scientific yes `user manual <http://en.wikibooks.org/wiki/LaTeX>`__,
322+
coherently publishing `example online editor <http://www.sharelatex.com/>`__
323+
maintained
324+
rST_ Actively used & Technical yes `user manual <http://docutils.sourceforge.net/rst.html>`__,
325+
coherently documentation `example online editor <http://notex.ch/>`__,
326+
maintained `alternate online editor <http://rst.ninjs.org/>`__
327+
Texinfo_ Actively used & Technical yes `documentation <https://www.gnu.org/software/texinfo/>`__
328+
coherently documentation
329+
maintained
330+
POD_ Somewhat less Technical yes `user manual <http://perldoc.perl.org/perlpod.html>`__
331+
actively used, documentation
332+
coherently
333+
maintained
334+
Markdown_ Actively used & Web authoring `user manual <http://daringfireball.net/projects/markdown/>`__,
335+
fragmented `manifesto <http://daringfireball.net/2004/03/dive_into_markdown>`__
336+
implementations
337+
`Org-mode`_ Actively used, Productivity `user manuals <http://orgmode.org/#docs>`__
338+
coherently enhancements
339+
maintained
340+
`Wiki markup`_ Actively used, Knowledge `user manual <https://en.wikipedia.org/wiki/Help:Wiki_markup>`__,
341+
fragmented preservation `example online editor <https://en.wikipedia.org/wiki/Wikipedia:Sandbox>`__
342+
implementations
343+
Textile_ Somewhat less Web authoring `user manual & example online editor <http://txstyle.org/>`__
344+
actively used,
345+
coherently
346+
maintained
347+
=============== =================== ============= =============== ================
348+
349+
350+
.. _Textile: http://en.wikipedia.org/wiki/Textile_%28markup_language%29
351+
.. _POD: http://en.wikipedia.org/wiki/Plain_Old_Documentation
352+
307353
References
308354
==========
309355

0 commit comments

Comments
 (0)