| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This caused some HTML elements to contain spurious xmlns attributes,
e.g. in quickstart/index.html:
<span xmlns="http://www.w3.org/1999/xhtml" class="Statement">dodoc</span>
Apparently this is valid in HTML 5, so neither tidy nor the W3C
validator would warn about it (and it went unnoticed since 2015):
"In HTML documents, elements in the HTML namespace may have an xmlns
attribute specified, if, and only if, it has the exact value
'http://www.w3.org/1999/xhtml'."
https://html.spec.whatwg.org/multipage/dom.html#global-attributes
Use single and double quotes consistently. Whitespace fixes.
Fixes: bf60a8772d3ece409e2fbe0b4dd8b5a5dd7df167
Fixes: e918c7dc8268c4a4723ab4b3a35479f4d191a765
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
| |
Rewrap some long lines.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update list of package manager commands up to EAPI 8.
Include eclasses that are:
- used in an existing example in the Devmanual, or
- general purpose eclasses and inherited by more than 1000 ebuilds
in the Gentoo repository.
The lists of commands are taken from ebuild-mode.
Closes: https://bugs.gentoo.org/916628
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
Most instances are already being escaped, so convert the few remaining
ones for consistency throughout the document.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was undeclared, leading to a runtime error:
runtime error: file xsl/lang.highlight.c.xsl line 35 element variable
Variable 'myPos' has not been declared.
XPath error : Undefined variable
runtime error: file xsl/lang.highlight.c.xsl line 35 element variable
Failed to evaluate the expression of variable 'quotePos'.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
The list is taken from
https://gitweb.gentoo.org/proj/ebuild-mode.git/tree/ebuild-mode-keywords.el#n32
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/devmanual/pull/86
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
|
|
|
|
| |
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
|
|
|
|
|
|
| |
This section hasn't been touched since 2006, and is a bit stale. For
example, the TK-use-flags section has been out of date since EAPI 2
and 2-style USE dependencies.
See https://bugs.gentoo.org/show_bug.cgi?id=460686
|
|
|
|
|
|
| |
#263268. Thanks to bangert for the patch.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@145 176d3534-300d-0410-8db8-84e73ed771c3
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@88 176d3534-300d-0410-8db8-84e73ed771c3
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@72 176d3534-300d-0410-8db8-84e73ed771c3
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@71 176d3534-300d-0410-8db8-84e73ed771c3
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@49 176d3534-300d-0410-8db8-84e73ed771c3
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@45 176d3534-300d-0410-8db8-84e73ed771c3
|
|
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@44 176d3534-300d-0410-8db8-84e73ed771c3
|