Commit Graph

59 Commits

Author SHA1 Message Date
Andreas Kling
0e06d4a767 Meta: Add Timon Kruiper to the contributors list :^) 2022-10-18 15:48:29 +02:00
Xexxa
4c6f830a35 Meta: Add links to GitHub sponsors under authors 2022-10-13 11:13:38 +02:00
Andreas Kling
6bb3d4694f Meta: Add Lucas Chollet to the contributors list :^) 2022-10-02 21:37:06 +02:00
Linus Groh
290920222a Meta: Add Brandon Jordan to the contributors list :^) 2022-09-21 10:06:25 +01:00
Linus Groh
13109694ef Meta: Add networkException to the contributors list :^) 2022-09-11 22:13:14 +01:00
Linus Groh
4abb4317aa Meta: Add frhun to the contributors list :^) 2022-09-04 20:05:04 +01:00
Linus Groh
c84e2e2891 Meta: Add Dennis Esternon to the contributors list :^) 2022-07-29 21:30:22 +01:00
Jonta
b8bc64c1c7 Docs: Add kleines Filmröllchen's YouTube-channel 2022-07-04 14:50:07 +02:00
Linus Groh
83ae4ee767 Meta: Add Benjamin Maxwell to the contributors list :^) 2022-06-21 17:29:47 +01:00
Linus Groh
cfc6d85427 Meta: Add Sahan Fernando to the contributors list :^) 2022-04-04 08:01:12 +01:00
Jelle Raaijmakers
9ca15793e7 Meta: Move screenshots into subdir
It's a bit neater to give them their own directory instead of jamming
them in between our shell scripts :^)
2022-04-03 13:14:15 +01:00
kleines Filmröllchen
659a7a5da7 Meta: Completely overhaul the README
The README was getting a bit outdated in places, and it didn't have its
priorities straight (libc uwu, also we have browser no big deal). These
changes are largely based on what was discussed among major contributors
and maintainers, though I put in some extra stuff I'm bothered by.

The start of README is unchanged. The project blurb is probably its best
part, both then and now, so it definitely stays. The FAQ is moved up
under the About section because it's easier to find that way and makes
more sense logically.

The Features section is a highly compressed version of the previous
several features sections. Priorities are a big focus here: List what
matters to a reader, what they will likely care about, what's impressive
to them and what's probably not. The list therefore starts with the
factual basics about the Kernel followed directly by Browser+LibJS, the
probably biggest userland feat in this project. Then, we pedal back and
talk about OS basics, like security, POSIX, services, libraries,
devtools. We finish out by addressing the end user concerns
(customization, UI apps, multimedia & file format support), which
includes a bunch of things previously underrepresented. I think it's
rather important that Serenity has a unified style and UX philosophy, so
this should definitely be mentioned :^) At the end, I think it's very
important to state the NIH philosophy, but also the fact that there are
more than two hundred (!) ports.

Documentation section is slightly expanded to mention the Documentation
folder which doesn't really appear anywhere in the previous version.

Build instructions include a simple mention of the fact that Serenity
runs on almost anything. It's good to not scare off Windows users :^))
(self-deprecating humour overload)

The Get in Touch section and the issues section are combined into one
"how do i talk to u help" section that contains the same information but
includes a general link to CONTRIBUTING.

The Contributors section is now one big list of 100+ commit people.
Also, the GitHub contributor list is linked, as that lists over 30
additional people IIRC + detailed statistics.
2022-04-02 11:03:46 -07:00
Andreas Kling
10093a6773 Meta: Add Maciej (sppmacd) to the contributors list :^) 2022-03-24 11:55:37 +01:00
Liav A
2daaa48bab Meta: Remove SB16 driver from the features list in README.md
We no longer support this device, so just remove it from the kernel
features list in README.md file.
2022-02-24 07:26:45 +01:00
Andreas Kling
d7b27a9901 Meta: Add Kenneth Myhra to the contributors list :^) 2022-02-04 00:13:43 +01:00
Lady Gegga
c53486b9ce Meta: Add Xexxa's name to the contributors list 2022-01-13 13:56:00 +01:00
Andreas Kling
adfb0846d2 Meta: Add kleines Filmröllchen to the contributors list :^) 2022-01-13 12:10:08 +01:00
Andreas Kling
0b66702697 Meta: Add Xexxa to the contributors list :^) 2022-01-13 12:08:12 +01:00
Linus Groh
7204861e8f Meta: Add Marcus Nilsson to the contributors list :^) 2022-01-10 19:13:05 +01:00
Linus Groh
f2e8026f00 Meta: Add Tim Schumacher to the contributors list :^) 2022-01-10 19:12:17 +01:00
Linus Groh
1b73c7af5f Meta: Add Leon Albrecht to the contributors list :^) 2022-01-10 19:10:50 +01:00
Andreas Kling
a7f2c40119 Meta: Link to Linus's YouTube channel from our README :^)
Replace parts of the README written by myself in the first person with
a section linking to our YouTube channels.
2021-12-28 08:06:17 +01:00
Ben Wiederhake
52e9f25403 Everywhere: Change from http to https where feasible
I used "git grep -FIn http://" to find all occurrences, and looked at
each one. If an occurrence was really just a link, and if a https
version exists, and if our Browser can access it at least as well as the
http version, then I changed the occurrence to https.

I'm happy to report that I didn't run into a single site where Browser
can't deal with the https version.
2021-10-05 02:08:08 +02:00
Linus Groh
bc49ce72c1 Meta: Add David Tuin to the contributors list :^) 2021-09-30 08:35:26 +01:00
Andreas Kling
268b36e2d1 Meta: Add Mustafa Quraish to the contributors list :^) 2021-09-13 22:21:57 +02:00
Andreas Kling
28d6c3a136 Meta: Add Karol Kosek to the contributors list :^) 2021-09-04 23:11:04 +02:00
Brian Gianforcaro
e15be89e18 Meta: Add Sonar Cloud link / badge to the README.md 2021-09-01 18:06:14 +02:00
Andreas Kling
5f783492cf Meta: Add Peter Elliott to the contributors list :^) 2021-08-31 16:57:26 +02:00
kleines Filmröllchen
a749b16674 Libraries: Add LibDSP
LibDSP is a library for digital signal processing, and is primarily
intended to support the future DAW version of Piano.
2021-08-31 17:03:55 +04:30
Andreas Kling
d9b5dae809 Meta: Add Jesse Buhagiar to the contributors list :^) 2021-08-26 00:54:28 +02:00
Andreas Kling
c915174563 Userland: Remove IRC Client
The IRC Client application made some sense while our main communication
hub was an IRC channel. Now that we've moved on, IRC is just a random
protocol with no particular relevance to this project.

This also has the benefit of removing one major client of the single-
process Web::InProcessWebView class.
2021-08-24 16:37:28 +02:00
networkException
446bd1e0de README+Meta: Update the screenshot :^) 2021-08-18 14:27:37 +02:00
Timothy Flynn
4073fe497a Meta: Add Azure DevOps badge to README 2021-08-17 21:06:15 +01:00
sin-ack
ff0f67b3f0 Meta: Add sin-ack to the contributors list :^) 2021-08-15 14:59:28 +01:00
Ali Mohammad Pur
071fff8cea Meta: Add Lenny Maiorani to the contributors list :^) 2021-08-13 17:49:04 +04:30
Andreas Kling
beda2161d4 Meta: Add Tobias Christiansen to the contributors list :^) 2021-08-08 00:50:06 +02:00
GamingCraft_hd
f2a1ee327f Meta: Add x86_64 to supported architectures in README 2021-08-03 12:24:04 +02:00
Andreas Kling
57e2a38de0 Meta: Add Sam Atkins to the contributors list :^) 2021-07-31 11:22:53 +02:00
Andreas Kling
70d0004605 Meta: Add Jelle Raaijmakers to the contributors list :^) 2021-07-31 11:22:53 +02:00
Luke
f36607dc95 Meta: Add LibIMAP and Mail to the list of libraries and features 2021-07-24 20:11:28 +04:30
Andreas Kling
658b41a06c Meta: Add Daniel Bertalan to the contributors list :^) 2021-07-08 10:38:32 +02:00
networkException
472721b774 Everywhere: Use new discord invite url :^)
Replaces all instances of the previous discord invite link
with a shiny new vanity url.
2021-06-14 22:41:37 +01:00
Andreas Kling
fbb54efd28 Meta: Add Max Wipfli to the contributors list :^) 2021-06-11 12:47:08 +02:00
Andreas Kling
5b47e9b39a Meta: Remove references to the abandoned IRC channel 2021-06-09 18:38:25 +02:00
Jesse Buhagiar
c94e1206bd Meta: Add LibGL to README :^)
Think this is fleshed out and cool enough to warrant being
in the README :^)
2021-05-28 17:55:45 +01:00
Andreas Kling
d1c8f4a2e0 Meta: Add Stephan Unverwerth to the contributors list :^) 2021-05-24 21:05:49 +02:00
Andreas Kling
439dc9b734 Meta: Add Jean-Baptiste Boric to contributors list :^) 2021-05-24 13:33:52 +02:00
Andreas Kling
b5d73c834f Userland: Rename LibThread => LibThreading
Also rename the "LibThread" namespace to "Threading"
2021-05-22 18:54:22 +02:00
Andreas Kling
5423aba4ef Meta: Fix broken FAQ link in README 2021-05-09 09:15:56 +02:00
Andreas Kling
773c17b6a0 Documentation: Update FAQ a bit and move it into Documentation/
This was hiding on the serenityos.org website previously, where not
many people found it. Let's put it in a more natural location, and
also make sure to link to it from the README.
2021-05-05 20:03:02 +02:00