diff --git a/README.md b/README.md index bd952da..4f87f8d 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,17 @@

Minimal browser based on webkit2gtk

#### Features - - tabs, cookies, caching - - minimal ui, autohiding elements - - ~400L code base - - custom gtk and websites css - - hackable without any knowledge - - builtin rose-mklink script for in-shell static links ---- +- tabs, cookies, caching +- minimal ui, autohiding elements +- ~400L code base +- custom gtk and websites css +- hackable without any knowledge +- builtin rose-mklink script for in-shell static links +- A few quality of life improvements. -### 👐 Contribute -See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md). - -### 📜 License -Rose is released under own license, which grants the following permissions: -- Commercial use -- Distribution -- Modification -- Private use +### 👐 Contribute +This is my personal version. Contribute upstream to [github.com/mini-rose/rose](https://github.com/mini-rose/) instead. ### To do @@ -27,4 +20,4 @@ Rose is released under own license, which grants the following permissions: - [x] Present "standard" browser keybindings as an alternative. - [x] Fix zoom in new tab - [ ] Make tab bar slightly prettier. - +- [ ] Find out what each of the css elements refers to. diff --git a/config.def.h b/config.def.h index 30df77f..bfb73d4 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 mini-rose + * Copyright (c) 2022 Nuño Sempere. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and any associated documentation @@ -7,7 +7,6 @@ * sublicense copies of this sotware for their own use. * This code does not come with any warranty. * - * Author: fenze */ #include diff --git a/config.h b/config.h index baf199f..20d6720 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 mini-rose + * Copyright (c) 2022 Nuño Sempere. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and any associated documentation @@ -7,7 +7,6 @@ * sublicense copies of this sotware for their own use. * This code does not come with any warranty. * - * Author: fenze */ #include diff --git a/rose.c b/rose.c index 6781482..c2d213e 100644 --- a/rose.c +++ b/rose.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 mini-rose + * Copyright (c) 2022 Nuño Sempere. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and any associated documentation @@ -7,9 +7,9 @@ * sublicense copies of this sotware for their own use. * This code does not come with any warranty. * - * Author: fenze */ + #include "config.h" #include