Annotation of wikisrc/projects/all.mdwn, revision 1.9
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.9 ! dholland 8: # File system / storage 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.7 dholland 16: # Networking projects
1.4 jmmv 17: ## Easy
1.7 dholland 18: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:networking) and tagged(difficulty:easy)"]]
1.1 jmmv 19: ## Medium
1.7 dholland 20: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:networking) and tagged(difficulty:medium)"]]
1.1 jmmv 21: ## Hard
1.7 dholland 22: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:networking) and tagged(difficulty:hard)"]]
1.1 jmmv 23:
1.7 dholland 24: # Port-related projects
1.4 jmmv 25: ## Easy
1.7 dholland 26: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:ports) and tagged(difficulty:easy)"]]
1.4 jmmv 27: ## Medium
1.7 dholland 28: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:ports) and tagged(difficulty:medium)"]]
1.4 jmmv 29: ## Hard
1.7 dholland 30: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:ports) and tagged(difficulty:hard)"]]
1.1 jmmv 31:
1.7 dholland 32: # Other kernel-level projects
1.1 jmmv 33: ## Easy
1.7 dholland 34: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:kernel) and tagged(difficulty:easy)"]]
1.1 jmmv 35: ## Medium
1.7 dholland 36: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:kernel) and tagged(difficulty:medium)"]]
1.1 jmmv 37: ## Hard
1.7 dholland 38: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:kernel) and tagged(difficulty:hard)"]]
1.1 jmmv 39:
1.7 dholland 40: # Userland projects
1.1 jmmv 41: ## Easy
1.7 dholland 42: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:userland) and tagged(difficulty:easy)"]]
1.1 jmmv 43: ## Medium
1.7 dholland 44: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:userland) and tagged(difficulty:medium)"]]
1.4 jmmv 45: ## Hard
1.7 dholland 46: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:userland) 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.7 dholland 56: # pkgsrc projects
1.4 jmmv 57: ## Easy
1.7 dholland 58: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:pkgsrc) and tagged(difficulty:easy)"]]
1.4 jmmv 59: ## Medium
1.7 dholland 60: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:pkgsrc) and tagged(difficulty:medium)"]]
1.1 jmmv 61: ## Hard
1.7 dholland 62: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:pkgsrc) and tagged(difficulty:hard)"]]
1.1 jmmv 63:
1.7 dholland 64: # Miscellaneous projects
1.4 jmmv 65: ## Easy
1.7 dholland 66: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:misc) and tagged(difficulty:easy)"]]
1.4 jmmv 67: ## Medium
1.7 dholland 68: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:misc) and tagged(difficulty:medium)"]]
1.4 jmmv 69: ## Hard
1.7 dholland 70: [[!map show="title" pages="projects/project/* and tagged(status:active) and tagged(category:misc) 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)"]]
1.8 dholland 90:
91: # Notes
92:
93: This page is (mostly) generated automatically from the project pages
94: themselves. To add a new project, just add a new project page and tag
95: it with the proper tags. Also note that the last modification date
96: appearing below is the last modification date of the list template,
97: not of any of the projects themselves; nor is it the date when the
98: last new project was added.
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb