diff options
author | Mark Wright <gienah@gentoo.org> | 2020-01-10 13:58:33 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-01-10 19:43:14 +1100 |
commit | d18700aaccc7a86f87163aeadedb74c60794803d (patch) | |
tree | 464405691b6364d254487e73e0c0f6d780752179 /app-doc/mathjax-docs/metadata.xml | |
parent | acct-user/rstudio-server: Add for sci-mathematics/rstudio (diff) | |
download | gentoo-d18700aaccc7a86f87163aeadedb74c60794803d.tar.gz gentoo-d18700aaccc7a86f87163aeadedb74c60794803d.tar.bz2 gentoo-d18700aaccc7a86f87163aeadedb74c60794803d.zip |
app-doc/mathjax-docs: Add for dev-libs/mathjax USE=doc
Bug: https://bugs.gentoo.org/show_bug.cgi?id=526128
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'app-doc/mathjax-docs/metadata.xml')
-rw-r--r-- | app-doc/mathjax-docs/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-doc/mathjax-docs/metadata.xml b/app-doc/mathjax-docs/metadata.xml new file mode 100644 index 000000000000..1cffc88c0dfe --- /dev/null +++ b/app-doc/mathjax-docs/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <longdescription lang="en"> + MathJax is an open-source JavaScript display engine for LaTeX and + MathML that works in all modern browsers. It was designed with the + goal of consolidating the recent advances in web technologies into a + single, definitive, math-on-the-web platform supporting the major + browsers and operating systems. It requires no setup on the part of + the user (no plugins to downlaod or software to install), so the + page author can write web documents that include mathematics and be + confident that users will be able to view it naturally and + easily. One simply includes MathJax and some mathematics in a web + page, and MathJax does the rest. +</longdescription> + <upstream> + <remote-id type="github">mathjax/MathJax-docs</remote-id> + </upstream> +</pkgmetadata> |