Annotation of wikisrc/projects/all.mdwn, revision 1.6
1.1 jmmv 1: [[!meta title="All projects"]]
2:
3: This page contains the list of all available projects, broken by topic
1.4 jmmv 4: and difficulty. The topics are as follows:
1.1 jmmv 5:
1.4 jmmv 6: [[!toc levels=1]]
1.1 jmmv 7:
1.4 jmmv 8: # File system projects
1.1 jmmv 9: ## Easy
1.5 jmmv 10: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:filesystems) and tagged(difficulty:easy)"]]
1.4 jmmv 11: ## Medium
1.5 jmmv 12: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:filesystems) and tagged(difficulty:medium)"]]
1.4 jmmv 13: ## Hard
1.5 jmmv 14: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:filesystems) and tagged(difficulty:hard)"]]
1.1 jmmv 15:
1.4 jmmv 16: # Kernel-level projects
17: ## Easy
1.5 jmmv 18: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:kernel) and tagged(difficulty:easy)"]]
1.1 jmmv 19: ## Medium
1.5 jmmv 20: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:kernel) and tagged(difficulty:medium)"]]
1.1 jmmv 21: ## Hard
1.5 jmmv 22: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:kernel) and tagged(difficulty:hard)"]]
1.1 jmmv 23:
1.4 jmmv 24: # Miscellaneous projects
25: ## Easy
1.5 jmmv 26: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:misc) and tagged(difficulty:easy)"]]
1.4 jmmv 27: ## Medium
1.5 jmmv 28: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:misc) and tagged(difficulty:medium)"]]
1.4 jmmv 29: ## Hard
1.5 jmmv 30: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:misc) and tagged(difficulty:hard)"]]
1.1 jmmv 31:
1.4 jmmv 32: # Networking projects
1.1 jmmv 33: ## Easy
1.5 jmmv 34: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:networking) and tagged(difficulty:easy)"]]
1.1 jmmv 35: ## Medium
1.5 jmmv 36: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:networking) and tagged(difficulty:medium)"]]
1.1 jmmv 37: ## Hard
1.5 jmmv 38: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:networking) and tagged(difficulty:hard)"]]
1.1 jmmv 39:
40: # pkgsrc projects
41: ## Easy
1.5 jmmv 42: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:pkgsrc) and tagged(difficulty:easy)"]]
1.1 jmmv 43: ## Medium
1.5 jmmv 44: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:pkgsrc) and tagged(difficulty:medium)"]]
1.4 jmmv 45: ## Hard
1.5 jmmv 46: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:pkgsrc) and tagged(difficulty:hard)"]]
1.1 jmmv 47:
1.6 ! dholland 48: # Desktop projects
! 49: ## Easy
! 50: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:desktop) and tagged(difficulty:easy)"]]
! 51: ## Medium
! 52: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:desktop) and tagged(difficulty:medium)"]]
! 53: ## Hard
! 54: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:desktop) and tagged(difficulty:hard)"]]
! 55:
1.4 jmmv 56: # Port-related projects
57: ## Easy
1.5 jmmv 58: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:ports) and tagged(difficulty:easy)"]]
1.4 jmmv 59: ## Medium
1.5 jmmv 60: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:ports) and tagged(difficulty:medium)"]]
1.1 jmmv 61: ## Hard
1.5 jmmv 62: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:ports) and tagged(difficulty:hard)"]]
1.1 jmmv 63:
1.4 jmmv 64: # Userland projects
65: ## Easy
1.5 jmmv 66: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:userland) and tagged(difficulty:easy)"]]
1.4 jmmv 67: ## Medium
1.5 jmmv 68: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:userland) and tagged(difficulty:medium)"]]
1.4 jmmv 69: ## Hard
1.5 jmmv 70: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:userland) and tagged(difficulty:hard)"]]
1.1 jmmv 71:
72: # Unclassified projects
73:
74: This section contains the list of projects that have not been classified:
75: i.e. projects that lack a tag defining their category and/or their difficulty.
76:
77: Theoretically, this section should be empty. In practice, however, it is all
78: too easy to forget to tag a project appropriately when defining it, and this
79: section is intended to help in spotting such misclassified projects. Please
80: note that misclassified projects may not appear in other indexes, so it is
81: important to spot them!
82:
83: ## Projects without a category definition
84:
1.6 ! dholland 85: [[!map show="title" pages="projects/project/* and tagged(status:active) and !tagged(category:desktop) and !tagged(category:filesystems) and !tagged(category:kernel) and !tagged(category:misc) and !tagged(category:networking) and !tagged(category:pkgsrc) and !tagged(category:ports) and !tagged(category:userland)"]]
1.1 jmmv 86:
87: ## Projects without a difficulty definition
88:
1.5 jmmv 89: [[!map show="title" pages="projects/project/* and tagged(status:active) and !tagged(difficulty:easy) and !tagged(difficulty:medium) and !tagged(difficulty:hard)"]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb