-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General cleanup #483
General cleanup #483
Conversation
Added a statement on what we will try to do to get more people using Haiku for research purposes.
…eam.md Co-authored-by: humdinger <[email protected]>
Fixed typos, added alert warning for API design and kernel work, and also moved heading types up by one, since H2 wasn't being used.
I think all pages on the website start at h3, not sure why however. |
|
||
<ul> | ||
<li>Skill set: userland development, exploring a large code-base (WebCore)</li> | ||
<li>Possible mentors/knowledgeable people: PulkoMandy</li> | ||
<li><a href="https://github.com/haiku/haikuwebkit/pull/4">Sourcecode of GSoC 2019 work</a></li> | ||
<li><a href="https://github.com/haiku/webkit">Sourcecode (see the webkit2 branch)</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have undone one of my fixes here. haiku/haikuwebkit#4 is the correct URL
distributed under the GPL license. We would prefer to use Apple implementation, | ||
which is under 3 clause BSD, more suitable for us.</p> | ||
distributed under the GPL license. We would prefer to use Apple's implementation, | ||
which is under the 3 clause BSD license, which is a more suitable license for us.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the double "which is" and repetition of "license" here doesn't make this really better
<li><a href="http://en.wikipedia.org/wiki/Xfs">XFS</a> (<a href="http://xfs.org/index.php/Main_Page">Development community</a>, <a href="http://oss.sgi.com/projects/xfs/index.html">homepage</a>) is a filesystem originally developed for the IRIX operating system. Today it is commonly used by Haiku developers who build Haiku from Linux, because of its better support for extended filesystem attributes (unlike ext4). | ||
|
||
Update: You are recommended to look at the current status of XFS. We are in the process of merging XFS v2. XFS v3 has been out for a long time and bringing read support for it could be a better idea before jumping to providing write support. This may require some discussion and we encourage you to reach out to us.</li> | ||
<li><a href="http://en.wikipedia.org/wiki/Xfs">XFS</a> (<a href="http://xfs.org/index.php/Main_Page">Development community</a>, <a href="http://oss.sgi.com/projects/xfs/index.html">homepage</a>) is a filesystem originally developed for the IRIX operating system. Today it is commonly used by Haiku developers who build Haiku from Linux, because of its better support for extended filesystem attributes (unlike ext4).</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here you have removed a previous update.
also please add linebreaks when you change long lines like this, because it is impossible to read the changes in github
@@ -579,20 +567,20 @@ <h4><img src="/images/App_Generic_32.png"/> | |||
|
|||
<ul> | |||
<li>Skill set: IPv4 and IPv6 protocols, kernel and network stack development</li> | |||
<li>Possible mentors: </li> | |||
<li>Possible mentors: jua</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have reverted previous changes
@@ -753,33 +741,33 @@ <h4><img src="/images/App_Generic_32.png"/> | |||
|
|||
<ul> | |||
<li>Skill set: general C/C++, userland development</li> | |||
<li>Possible mentors: </li> | |||
<li>Possible mentors: jua</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have reverted previous changes here. Jua is not available to mentor this year.
@pulkomandy Whoops - I think I must have done this before rebasing my Master branch. I'll probably close this pull request, redo the changes above and then open a new one. |
Fixed typos, added alert warning for API design and kernel work, and also moved all heading types up by one, since H2 wasn't being used.