summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas.mdwn
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-03-14 14:16:02 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-03-14 14:16:02 +0000
commit640c47c97744af7b2b6d4249cbf9b119ab228621 (patch)
tree9129f5409a77145b52aa583db4f9a8da6ea79ff6 /community/gsoc/project_ideas.mdwn
parentc4eb1a7ebd9cfb649cd8810693e6186907e3b666 (diff)
web commit by hammy: Fixed capitalization of ``Hurd''.
Diffstat (limited to 'community/gsoc/project_ideas.mdwn')
-rw-r--r--community/gsoc/project_ideas.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/gsoc/project_ideas.mdwn b/community/gsoc/project_ideas.mdwn
index 0812d416..c2921dd5 100644
--- a/community/gsoc/project_ideas.mdwn
+++ b/community/gsoc/project_ideas.mdwn
@@ -683,28 +683,28 @@ interfaces. Skills in designing nice programming interfaces are a must.
* A release creation framework
-One of the points which keep people from using the HURD is that it never looks
+One of the points which keep people from using the Hurd is that it never looks
like it is in a working state. To get attention from people (and the press,
-etc.) the HURD needs releases, and doing a release should be as simple as
+etc.) the Hurd needs releases, and doing a release should be as simple as
submitting a changelog and release notes and tagging the code, ideally done with
only one simple command.
-A framework for creating HURD releases could give the HURD far more visibility
+A framework for creating Hurd releases could give the Hurd far more visibility
and thus make it more interesting to developers.
It should include automatic publishing of the press release to selected weblogs
and newssites, as well as preparing and uploading the release to visible servers
-and creating images of the HURD to be used in free virtualization software and
+and creating images of the Hurd to be used in free virtualization software and
livecds (an example livecd: http://people.debian.org/~neal/hurd-live-cd/ ), so
people can test the features at once.
Also it should update a status page with the current release (with date), state
-and features of the HURD.
+and features of the Hurd.
It could automatically update packages for different distributions, too.
The press releases should also by default include pointers to all necessary
-information to dive into using the HURD, as well as to begin coding at once.
+information to dive into using the Hurd, as well as to begin coding at once.
-And naturally the framework should be easily adaptable to changes inside the HURD
+And naturally the framework should be easily adaptable to changes inside the Hurd
project and, if possible, to other projects as well.