summary refs log tree commit diff
path: root/doc/builders/packages
Commit message (Collapse)AuthorAge
* Link to Libera, Matrix instead of FreenodeslotThe2021-07-06
| | | | | | | | | | | | | | | | | | The project has moved away from Freenode as an IRC network[1], and there is now a quite large channel on Libera. As such, we should point users towards that instead. This also changes all examples to refer to libera instead of freenode as, with the recent deletion of all freenode channels, it is perhaps where most communities are to be found nowadays. Finally, also link to the official Matrix room[2] as an alternative to IRC. Related: https://github.com/NixOS/nixpkgs/pull/129384 [1]: https://discourse.nixos.org/t/join-us-on-matrix-at-nix-nixos-org-migrating-from-freenode [2]: https://github.com/NixOS/rfcs/pull/94
* docs: update Steam instructions to use steam-run-native packageChris Martin2021-07-01
| | | | | | pkgs.steam-run-native is defined as exactly the expression that these instructions tell you to write, so the instruction is no longer necessary since we can just tell you to use that.
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* Merge pull request #108919 from bryanasdev000/doc-dlibSandro2021-04-22
|\ | | | | dlib: Update doc to use CommonMark
| * doc/builders/packages/dlib.xml: Convert to markdownBryan A. S2021-04-13
| | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | Merge pull request #118269 from midchildan/feat/fuse/add-darwinSandro2021-04-22
|\ \
| * | docs: add FUSE packaging tip for Darwinmidchildan2021-04-20
| | |
* | | Merge pull request #103546 from mnacamura/cdda-small-fixSandro2021-04-12
|\ \ \ | |_|/ |/| |
| * | doc: add usage for `cataclysmDDA.attachPkgs`Mitsuhiro Nakamura2020-11-13
| | |
* | | Delete citrix.xmlSandro2021-04-01
| | |
* | | Merge pull request #108918 from bryanasdev000/doc-citrixRyan Mulligan2021-03-31
|\ \ \ | |_|/ |/| | citrix: Update doc to use CommonMark
| * | doc/builders/packages/citrix.xml: Convert to markdownBryan A. S2021-03-22
| | | | | | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | doc: add section for FUSEmidchildan2021-03-24
|/ /
* | Merge pull request #108921 from bryanasdev000/doc-ibusSandro2021-03-21
|\ \ | | | | | | ibus: Update doc to use CommonMark
| * | doc/builders/packages/ibus.xml: Convert to markdownBryan A. S2021-02-14
| | | | | | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | Merge pull request #115322 from dotlambda/doc-ltJörg Thalheim2021-03-07
|\ \ \ | | | | | | | | doc: replace &lt; with < in Markdown
| * | | doc: replace &lt; with < in MarkdownRobert Schütz2021-03-07
| | | |
* | | | doc: FormatRobert Hensing2021-03-04
|/ / /
* / / doc: Convert Eclipse from Docbook to CommonMarkNiklaus Giger2021-02-16
|/ / | | | | Fixes: https://github.com/NixOS/nixpkgs/issues/105251
* | Merge pull request #108456 from siraben/elm-docs-mdtaku02021-02-13
|\ \ | | | | | | Convert Elm from Docbook to Commonmark
| * | Convert Elm from Docbook to CommonmarkBen Siraphob2021-01-05
| | |
* | | treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis2021-01-13
| | | | | | | | | | | | | | | | | | emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
* | | fishPlugins.buildFishPlugin: rename checkFunctionPath parameterpacien2021-01-11
| | |
* | | doc/fish: document fish plugins packagingpacien2021-01-11
|/ /
* | doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | | | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* | doc: convert Steam to CommonMarkJustus K2020-12-22
| |
* | Merge pull request #106845 from AndersonTorres/wip-documentationJan Tojnar2020-12-17
|\ \
| * | Convert locales from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
* | | firefox: wrapper updating an addon perserves addon settingsLuis Hebendanz2020-12-15
|/ /
* | doc/firefox: correct manual generationTerin Stock2020-12-05
| | | | | | | | | | Corrects the level of the "Troubleshooting" section, and adds an anchor for Firefox.
* | Merge pull request #105648 from AndersonTorres/wip-documentationRyan Mulligan2020-12-04
|\ \ | | | | | | Documentation updates from Docbook to CommonMark
| * | Convert Shell-Helpers from DocBook to CommonMarkAndersonTorres2020-12-03
| | |
* | | Merge pull request #105796 from Luis-Hebendanz/fix_firefox_wrapperJörg Thalheim2020-12-04
|\ \ \ | | | | | | | | Fix firefox wrapper
| * | | firefox: fix wrapper removing existing addons by defaultLuis Hebendanz2020-12-04
| | | |
* | | | doc/emacs: re-add anchorJan Tojnar2020-12-04
| | | |
* | | | doc: convert urxvt to CommonMarkStu2020-12-03
|/ / / | | | | | | | | | | | | | | | | | | * convert urxvt documentation to common mark * format urxvt documentation * use ShellSession instead of nix
* | | Merge branch 'master' into firefox-nix-addon-supportJörg Thalheim2020-12-03
|\ \ \
| * \ \ Merge pull request #105752 from ryantm/docbook2commonmark-packages-linuxRyan Mulligan2020-12-02
| |\ \ \ | | | | | | | | | | docs: convert packages/linux docbook -> commonmark
| | * | | docs: convert packages/linux docbook -> commonmarkManuel Mendez2020-12-02
| | |/ / | | | | | | | | | | | | Closes #105257
| * / / convert nginx documentation to common markJustus K2020-12-02
| |/ /
| * | doc/builders/packages/opengl: Convert to CommonMark. (#105485)Corbin Simpson2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/builders/packages/opengl: Convert to CommonMark. * Update doc/builders/packages/opengl.section.md NVIDIA™ Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * Update doc/builders/packages/opengl.section.md NVIDIA™ Co-authored-by: Ryan Mulligan <ryan@ryantm.com> Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
| * | doc/builders/packages/xorg: Use ShellSession for shell.Corbin2020-11-30
| | | | | | | | | | | | | | | I was worried, but the HTML output can still be copy-and-pasted, so it's not a problem.
| * | doc/builders/packages/xorg: Fix pasto.Corbin2020-11-30
| | | | | | | | | | | | | | | | | | I did double-check that the fixed version does what we would want. In either case, the katamari script is mostly of historical value, and there's nothing to change in pkgs.
| * | doc/builders/packages/xorg: Acknowledge the retired katamari.Corbin2020-11-30
| | | | | | | | | | | | | | | | | | I tested the shell snippets shown here; they work. Note that, because they're intended for copy-and-paste, I did *not* make them into ShellSessions with prompts. But that's something I can do if desired.
| * | doc/builders/packages/xorg: Convert to CommonMark.Corbin2020-11-30
| | | | | | | | | | | | I had to pick 7.4 or 7.5. I picked 7.4 for now.
| * | Merge pull request #105322 from fzakaria/ISSUE-105264Ryan Mulligan2020-11-30
| |\ \ | | | | | | | | doc: convert weechat docs to commonmark
| | * | doc: convert weechat docs to commonmarkFarid Zakaria2020-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is essentially an automatic pandoc conversion of the weechat section in docbook as part of the larger CommonMark Docs project (https://github.com/NixOS/nixpkgs/projects/37) fixes #105264 Update doc/builders/packages/weechat.section.md Co-authored-by: Frederik Rietdijk <freddyrietdijk@fridh.nl> Update doc/builders/packages/weechat.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
| * | | Merge pull request #105300 from AndersonTorres/wip-docsRyan Mulligan2020-11-30
| |\ \ \ | | | | | | | | | | Convert Emacs documentation from XML DocBook to Commonmark
| | * | | Convert Emacs documentation from XML DocBook to CommonMarkAndersonTorres2020-11-30
| | |/ /
* | / / doc/firefox: initial documentationJörg Thalheim2020-12-02
|/ / /