| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: Add helper for converting DocBook files to Markdown | Jan Tojnar | 2021-07-13 | 1 | -1/+1 |
| * | doc: Linkify man page references | Jan Tojnar | 2021-07-13 | 1 | -0/+1 |
| * | doc: Add support for MyST roles•••Officially, only the manpage role is supported at the moment.
Unlike in rST, the syntax uses braces instead of colons:
{manpage}`nix.conf(5)`
| Jan Tojnar | 2021-07-13 | 1 | -0/+4 |
| * | doc: Move lua filters to subdirectory | Jan Tojnar | 2021-07-12 | 1 | -1/+1 |
| * | nixos/doc: Synchronize the Markdown generator with Nixpkgs•••Switch to CommonMark with our extensions.
| Jan Tojnar | 2021-06-18 | 1 | -2/+3 |
| * | Merge pull request #125671 from SFrijters/doc-improve-make-clean•••doc: Clean up generated media directory | Ryan Mulligan | 2021-06-12 | 1 | -1/+1 |
| |\ |
|
| | * | doc: Clean up generated media directory•••pandoc uses ./media to extract media files - add it to the list
of directories that need to be removed by `make clean`.
| Stefan Frijters | 2021-06-04 | 1 | -1/+1 |
| * | | doc: Use markdown syntax for xrefs•••Syntax is taken from MyST:
https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
| Jan Tojnar | 2021-06-07 | 1 | -0/+1 |
| * | | doc: Build as CommonMark•••We were using Pandoc’s Markdown parser. This is non-standard and might cause issues when we finally switch to some other tool.
Since RFC 0072 agreed on CommonMark, let’s switch to that.
We will use some extensions to make the limited syntax bearable but these are official so they should be more portable.
| Jan Tojnar | 2021-06-07 | 1 | -10/+15 |
| |/ |
|
| * | doc/README.md: init | Robert Hensing | 2021-03-04 | 1 | -1/+1 |
| * | doc: Add staging workflow diagram | Jan Tojnar | 2020-12-09 | 1 | -0/+6 |
| * | doc: clean up makefile•••The sectn and ulink hacks are not necessary since pandoc has been defaulting to Docbook 5 for a long time.
With the pandoc patches, we can get rid of id→xml:id replacement and xmlns hacks as well.
| Jan Tojnar | 2020-12-07 | 1 | -14/+2 |
| * | doc: fix MD_TARGETS•••globstar (**) does not work in Makefile
| Mitsuhiro Nakamura | 2020-07-18 | 1 | -1/+1 |
| * | nixpkgs manual: fix build after pandoc(?) update•••I din't try to pinpoint the exact commit, but we started getting:
> The extension smart is not supported for docbook
Reading pandoc docs, I can't see what use to us "smart" could be
when writing the in-between docbook (to be converted to html).
https://pandoc.org/MANUAL.html#extension-smart
| Vladimír Čunát | 2020-03-02 | 1 | -2/+2 |
| * | doc: move parameters to an XML file | Graham Christensen | 2019-07-04 | 1 | -4/+4 |
| * | xmlformat.conf: move to doc-support build | Graham Christensen | 2019-07-04 | 1 | -2/+2 |
| * | docs: Get highlightjs from build symlink | Graham Christensen | 2019-07-04 | 1 | -5/+5 |
| * | docs: get XSL from build / symlink | Graham Christensen | 2019-07-04 | 1 | -5/+5 |
| * | docs: find docbook rng from doc-support | Graham Christensen | 2019-07-04 | 1 | -2/+2 |
| * | docs: get version from doc-support build | Graham Christensen | 2019-07-04 | 1 | -4/+3 |
| * | docs: use a single nix-build for all the generate function docs | Graham Christensen | 2019-07-04 | 1 | -8/+8 |
| * | manual: Make sure building doesn't need recursive nix•••$(shell ...) looks a little sketch like it will be run no matter what.
And there are problems building the manual on darwin so hopefully this
fixes them.
| John Ericson | 2019-03-24 | 1 | -6/+5 |
| * | doc: Include function doc generation in Makefile•••Since #53055 was merged the Makefile for the manual could not be run
correctly as the generated function documentation was included, but
not actually generated.
This adds the necessary generation step by first building the XML file
containing function locations and preserving its store path in a
variable, which is then used both for linking of the locations file
and as a build input for the function docs generator.
This fixes #55014
| Vincent Ambo | 2019-02-01 | 1 | -4/+10 |
| * | manual: document ways of obtaining source hashes•••... and security nuances
| danbst | 2019-01-11 | 1 | -2/+4 |
| * | Generate links to function definitions•••Hydra passes the full revision in to the input, which we pass through.
If we don't get this ,we try to get it from other sources, or default to
master which should have the definition in a close-ish location.
All published docs should have theURL resolve properly, only local
hackers will have the link break.
| Graham Christensen | 2018-10-05 | 1 | -2/+6 |
| * | nixpkgs: Start documenting library functions in XML•••Covers assert functions and about half of the attrsets functions.
Some internal consistency around IDs could be improved.
| Graham Christensen | 2018-10-05 | 1 | -1/+1 |
| * | nixpkgs docs: Rebuild manual-full if nested XML docs change | Graham Christensen | 2018-10-02 | 1 | -1/+1 |
| * | doc: Adds xml fixing script. (see previous and next commits)•••This script is used to automatically fix issues within xml documentation
files.
The script is *for now* intended to be used ad-hoc, and the commits to
be examined.
A future discussion will define whether:
* This commit and scripts are kept.
* The script is extended for common use.
The biggest issue right now with the script is that it *could* in theory
destroy a valid space-less varlistentry.
The script could, in practical use, be changed and extended to normalize
some parts of the XML files, mainly:
* A common quoting style for attributes
* Fix-up some weird formatting automatically that xmlformat doesn't
catch
| Samuel Dionne-Riel | 2018-05-31 | 1 | -0/+5 |
| * | nixpkgs doc: add format Make target | Graham Christensen | 2018-04-30 | 1 | -1/+6 |
| * | treewide: rename version attributes•••As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745
the versioning attributes in `lib` should be consistent to
`nixos/version` which implicates the following changes:
* `lib.trivial.version` -> `lib.trivial.release`
* `lib.trivial.suffix` -> `lib.trivial.versionSuffix`
* `lib.nixpkgsVersion` -> `lib.version`
As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`,
`NixOS/nix` and probably several user's setups. As the rename will cause
a notable impact it's better to keep `lib.nixpkgsVersion` as alias with
a warning yielded by `builtins.trace`.
| Maximilian Bosch | 2018-04-28 | 1 | -1/+1 |
| * | nixos docs: syntax highlight••• - Rectifies diverging CSS by combining
nixos/nixpkgs docs CSS
- Moves our custom Highlight.js loader in to
the hljs package
- Switches the nixos docs to use SVG
callouts too
| Graham Christensen | 2018-04-05 | 1 | -7/+1 |
| * | nixpkgs docs: syntax highlight | Graham Christensen | 2018-03-26 | 1 | -3/+21 |
| * | Move the overridden CSS to overrides.css which can be applied on nixos.org | Graham Christensen | 2018-03-26 | 1 | -0/+2 |
| * | nixpkgs docs: Use SVGs for callouts | Graham Christensen | 2018-03-26 | 1 | -4/+6 |
| * | Add 'make debug' to call xmloscopy | Graham Christensen | 2018-03-25 | 1 | -0/+3 |
| * | Move validate to top-level so it doesn't rebuild the outputs every time | Graham Christensen | 2018-03-25 | 1 | -3/+5 |
| * | Validate when building outputs | Graham Christensen | 2018-03-25 | 1 | -2/+2 |
| * | docs: Build with a makefile | Graham Christensen | 2018-03-25 | 1 | -0/+69 |
| * | Nixpkgs manual: Add a Nix expression to build | Eelco Dolstra | 2014-08-24 | 1 | -41/+0 |
| * | Manual: html -> xhtml | Eelco Dolstra | 2014-07-03 | 1 | -3/+3 |
| * | * Build a PDF of the manual.•••svn path=/nixpkgs/trunk/; revision=16316
| Eelco Dolstra | 2009-07-10 | 1 | -2/+6 |
| * | * Manual outline.•••svn path=/nixpkgs/trunk/; revision=12057
| Eelco Dolstra | 2008-06-12 | 1 | -1/+8 |
| * | * Release notes.•••* Linux 2.6.22.6.
* w3m 0.5.2.
svn path=/nixpkgs/trunk/; revision=9305
| Eelco Dolstra | 2007-09-11 | 1 | -0/+3 |
| * | * Start of Nixpkgs 0.10 release notes.•••svn path=/nixpkgs/trunk/; revision=6676
| Eelco Dolstra | 2006-10-06 | 1 | -5/+5 |
| * | * NEWS in DocBook.•••svn path=/nixpkgs/trunk/; revision=4627
| Eelco Dolstra | 2006-01-30 | 1 | -0/+27 |