NixOS Wiki:Contributing

From NixOS Wiki
Revision as of 07:41, 23 August 2017 by imported>Ixxie (→‎Resource Tags)

Tagging Articles

The mediawiki provides a way to tag articles at the end of the article. We are using this feature to somewhat structure the wiki.

Ecosystem Tags

Elements of the Nix Ecosystem should be tagged by one or more of the following categories:

  • [[Category:NixOS]]
    • Articles related to the Nix Operating System, the Module System and the System Configuration
  • [[Category:Nix]]
    • Articles about Using the Nix Tools to acomplish great things
  • [[Category:Nixpkgs]]
    • Articles about Maintaining code in the nixpkgs repository, structuring, and so on
  • [[Category:Nix Language]]
    • Description of Language Quirks and Solutions
  • [[Category:NixOps]]
  • [[Category:Hydra]]
    • Continuous Integration related Documentation
  • [[Category:Disnix]]
    • PaaS based on nix

Resource Tags

The type of documentation for new pages should be tagged with one of the following categories:

  • [[Category:Tutorial]]
    • is learning-oriented
    • allows the newcomer to get started
    • is a lesson
  • [[Category:Discussion]]
    • is understanding-oriented
    • explains
    • provides background and context
  • [[Category:Guide]]
    • is goal-oriented
    • how-to's for dealing with a specific problem / tool
    • is a series of steps
  • [[Category:Cookbook]]
    • is recipe orientated
    • a collection of short code snippets and hacks
    • arranged around a theme or tool
  • [[Category:Reference]]
    • is information-oriented
    • describes the machinery
    • is accurate and complete
    • Most of the time the nixos-wiki will not contain reference documents

References