--- wikisrc/projects/all.mdwn 2011/11/06 01:59:12 1.2 +++ wikisrc/projects/all.mdwn 2011/11/06 14:48:47 1.3 @@ -7,43 +7,43 @@ and difficulty. ## Easy -[[!map show="title" pages="projects/project/* and tagged(kernel) and tagged(easy)"]] +[[!map show="title" pages="projects/project/* and tagged(category:kernel) and tagged(difficulty:easy)"]] ## Medium -[[!map show="title" pages="projects/project/* and tagged(kernel) and tagged(medium)"]] +[[!map show="title" pages="projects/project/* and tagged(category:kernel) and tagged(difficulty:medium)"]] ## Hard -[[!map show="title" pages="projects/project/* and tagged(kernel) and tagged(hard)"]] +[[!map show="title" pages="projects/project/* and tagged(category:kernel) and tagged(difficulty:hard)"]] # Userland projects ## Easy -[[!map show="title" pages="projects/project/* and tagged(userland) and tagged(easy)"]] +[[!map show="title" pages="projects/project/* and tagged(category:userland) and tagged(difficulty:easy)"]] ## Medium -[[!map show="title" pages="projects/project/* and tagged(userland) and tagged(medium)"]] +[[!map show="title" pages="projects/project/* and tagged(category:userland) and tagged(difficulty:medium)"]] ## Hard -[[!map show="title" pages="projects/project/* and tagged(userland) and tagged(hard)"]] +[[!map show="title" pages="projects/project/* and tagged(category:userland) and tagged(difficulty:hard)"]] # pkgsrc projects ## Easy -[[!map show="title" pages="projects/project/* and tagged(pkgsrc) and tagged(easy)"]] +[[!map show="title" pages="projects/project/* and tagged(category:pkgsrc) and tagged(difficulty:easy)"]] ## Medium -[[!map show="title" pages="projects/project/* and tagged(pkgsrc) and tagged(medium)"]] +[[!map show="title" pages="projects/project/* and tagged(category:pkgsrc) and tagged(difficulty:medium)"]] ## Hard -[[!map show="title" pages="projects/project/* and tagged(pkgsrc) and tagged(hard)"]] +[[!map show="title" pages="projects/project/* and tagged(category:pkgsrc) and tagged(difficulty:hard)"]] # Unclassified projects @@ -58,8 +58,8 @@ important to spot them! ## Projects without a category definition -[[!map show="title" pages="projects/project/* and !tagged(kernel) and !tagged(pkgsrc) and !tagged(userland)"]] +[[!map show="title" pages="projects/project/* and !tagged(category:kernel) and !tagged(category:pkgsrc) and !tagged(category:userland)"]] ## Projects without a difficulty definition -[[!map show="title" pages="projects/project/* and !tagged(easy) and !tagged(medium) and !tagged(hard)"]] +[[!map show="title" pages="projects/project/* and !tagged(difficulty:easy) and !tagged(difficulty:medium) and !tagged(difficulty:hard)"]]