summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-03-06 00:54:54 +0100
committerThomas Schwinge <thomas@schwinge.name>2011-03-06 00:55:58 +0100
commitc318adc3b829acd0e1ce0fb6dd055a1c6d165e98 (patch)
tree3061afdfc7df028bc2155113c49b2c1887183fad
parentafe6f5029552c8c6320e0074dd6b96f76db41a8d (diff)
community/gsoc/project_ideas: Add a listing of the tasks.
-rw-r--r--community/gsoc/project_ideas.mdwn7
-rw-r--r--open_issues/locking.mdwn4
-rw-r--r--open_issues/performance/io_system.mdwn2
-rw-r--r--open_issues/unit_testing.mdwn2
-rw-r--r--open_issues/valgrind.mdwn5
5 files changed, 15 insertions, 5 deletions
diff --git a/community/gsoc/project_ideas.mdwn b/community/gsoc/project_ideas.mdwn
index e03dbede..4aa9b547 100644
--- a/community/gsoc/project_ideas.mdwn
+++ b/community/gsoc/project_ideas.mdwn
@@ -76,6 +76,13 @@ will assist you as well as we can.
See also the list of [Hurd-related X.org project ideas](http://wiki.x.org/wiki/Hurd_Porting).
+Here is a list of what we consider suitable tasks:
+
+[[!map show=titlepages="(community/gsoc/project_ideas/* and
+ !community/gsoc/project_ideas/*/*) or tagged(gsoc-task)"]]
+
+Here are these pages' content:
+
[[!inline pages="community/gsoc/project_ideas/language_bindings" show=0 feeds=no actions=yes]]
[[!inline pages="community/gsoc/project_ideas/virtualization" show=0 feeds=no actions=yes]]
[[!inline pages="community/gsoc/project_ideas/file_locking" show=0 feeds=no actions=yes]]
diff --git a/open_issues/locking.mdwn b/open_issues/locking.mdwn
index 11a10524..6e22f887 100644
--- a/open_issues/locking.mdwn
+++ b/open_issues/locking.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation,
+[[!meta copyright="Copyright © 2008, 2009, 2010, 2011 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -9,7 +9,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-[[!tag open_issue_hurd]]
+[[!tag open_issue_hurd gsoc-task]]
Every now and then, new locking issues are discovered in
[[hurd/libdiskfs]] or [[hurd/translator/ext2fs]], for example. Nowadays
diff --git a/open_issues/performance/io_system.mdwn b/open_issues/performance/io_system.mdwn
index 4af093ba..8535eae3 100644
--- a/open_issues/performance/io_system.mdwn
+++ b/open_issues/performance/io_system.mdwn
@@ -11,7 +11,7 @@ License|/fdl]]."]]"""]]
[[!meta title="I/O System"]]
-[[!tag open_issue_hurd]]
+[[!tag open_issue_hurd gsoc-task]]
The most obvious reason for the Hurd feeling slow compared to mainstream
systems like GNU/Linux, is a low I/O system performance, in particular very
diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn
index 95aa0b5f..0ff7ecca 100644
--- a/open_issues/unit_testing.mdwn
+++ b/open_issues/unit_testing.mdwn
@@ -8,7 +8,7 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-This task may be suitable for [[community/GSoC]].
+This task may be suitable for [[community/GSoC]][[!tag gsoc-task]].
---
diff --git a/open_issues/valgrind.mdwn b/open_issues/valgrind.mdwn
index 2b0624d7..bd45829c 100644
--- a/open_issues/valgrind.mdwn
+++ b/open_issues/valgrind.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -10,6 +11,8 @@ License|/fdl]]."]]"""]]
[[!meta title="Porting Valgrind to the Hurd"]]
+[[!tag gsoc-task]]
+
[Valgrind](http://valgrind.org/) is an extremely useful debugging tool for memory errors.
(And some other kinds of hard-to-find errors too.)
Aside from being useful for program development in general,