NixOS Wiki:Contributing: Difference between revisions

From NixOS Wiki
imported>Ixxie
Added 'Spirit of the Wiki' section.
imported>Ixxie
Fixed style on the 4th entry of the 'Spirit of the Wiki'.
Line 7: Line 7:
# '''Heterogeneous''': the manuals normally give one canonical approach to something, the wiki has the potential to reveal the more diverse approaches and workflows used in practice.
# '''Heterogeneous''': the manuals normally give one canonical approach to something, the wiki has the potential to reveal the more diverse approaches and workflows used in practice.
# '''Pragmatic''': the manuals are intended for comprehensive and detailed reference, while the wiki could emphasize practical and learning resources such as guides, tutorials and cookbooks.
# '''Pragmatic''': the manuals are intended for comprehensive and detailed reference, while the wiki could emphasize practical and learning resources such as guides, tutorials and cookbooks.
# '''Reticulate''': the manuals are *catenary* meaning they have a linear sequence of one chapter following another while the wiki is *reticulate*, having a network structure of links, allowing the user to reach information in multiple ways.
# '''Networked''': the manuals are ''sequential'' with one chapter following another while the wiki is ''networked'', with various articles linked to one another in various ways, allowing the user to reach information in multiple ways.
# '''Community''': the manuals cover the more official and stable core of the Nix ecosystem, while the wiki can cover the whole Nix community with its diverse projects and communication channels.
# '''Community''': the manuals cover the more official and stable core of the Nix ecosystem, while the wiki can cover the whole Nix community with its diverse projects and communication channels.



Revision as of 11:43, 24 August 2017

Spirit of the Wiki

The NixOS User Wiki is a community effort, meant to be complementary to the manuals rather than a replacement for them. The following properties distinguish the spirit of the Wiki from that of the official documentation:

  1. Ecosystemic: the manuals cover specific software (Nix, NixOS, etc.) while the wiki covers the Nix ecosystem as a whole, helping the user understand the interrelations more clearly.
  2. Heterogeneous: the manuals normally give one canonical approach to something, the wiki has the potential to reveal the more diverse approaches and workflows used in practice.
  3. Pragmatic: the manuals are intended for comprehensive and detailed reference, while the wiki could emphasize practical and learning resources such as guides, tutorials and cookbooks.
  4. Networked: the manuals are sequential with one chapter following another while the wiki is networked, with various articles linked to one another in various ways, allowing the user to reach information in multiple ways.
  5. Community: the manuals cover the more official and stable core of the Nix ecosystem, while the wiki can cover the whole Nix community with its diverse projects and communication channels.

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