<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rose.git/plugins/stand_in, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://vk3.wtf/cgit/rose.git/atom/plugins/stand_in?h=master</id>
<link rel='self' href='https://vk3.wtf/cgit/rose.git/atom/plugins/stand_in?h=master'/>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/'/>
<updated>2024-03-24T00:51:55Z</updated>
<entry>
<title>remove extra files</title>
<updated>2024-03-24T00:51:55Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.semperelh@protonmail.com</email>
</author>
<published>2024-03-24T00:51:55Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=07cae73c7116aee9686432783394eaba2c854ab9'/>
<id>urn:sha1:07cae73c7116aee9686432783394eaba2c854ab9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorg makefile and make runtime locations less messy</title>
<updated>2024-03-14T22:31:04Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.semperelh@protonmail.com</email>
</author>
<published>2024-03-14T22:31:04Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=af208844b575edb6ce9205507289a00743a8bf4e'/>
<id>urn:sha1:af208844b575edb6ce9205507289a00743a8bf4e</id>
<content type='text'>
In particular, stop using the installation directory for anything
and instead move to /opt/rosenrot

The user specific cache remains at /home/user/.cache
</content>
</entry>
<entry>
<title>Revert "tweak: move things around"</title>
<updated>2023-03-28T17:19:11Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.sempere@protonmail.com</email>
</author>
<published>2023-03-28T17:19:11Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=bbcf1dabd26bb4e93aa4780d1771c3b449c068ec'/>
<id>urn:sha1:bbcf1dabd26bb4e93aa4780d1771c3b449c068ec</id>
<content type='text'>
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
</content>
</entry>
<entry>
<title>tweak: move things around</title>
<updated>2023-03-28T17:18:54Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.sempere@protonmail.com</email>
</author>
<published>2023-03-28T17:18:54Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=ca59138a2aef96960381f986b8c683634e4d8e63'/>
<id>urn:sha1:ca59138a2aef96960381f986b8c683634e4d8e63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweak: add rudimentary makefile</title>
<updated>2023-03-28T16:59:38Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.sempere@protonmail.com</email>
</author>
<published>2023-03-28T16:59:38Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=1fca042b0bdb5978bd6ff3a2e982ced4154ceed3'/>
<id>urn:sha1:1fca042b0bdb5978bd6ff3a2e982ced4154ceed3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweaks: around bloomberg webpage</title>
<updated>2023-02-15T02:24:47Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.sempere@protonmail.com</email>
</author>
<published>2023-02-15T02:24:47Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=25dedb09e1321ae70fe0598d98a3a6e4d15d1215'/>
<id>urn:sha1:25dedb09e1321ae70fe0598d98a3a6e4d15d1215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add possibility of launching many tabs at once.</title>
<updated>2023-02-08T13:29:36Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.sempere@protonmail.com</email>
</author>
<published>2023-02-08T13:29:36Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=c10b7632ebcedff280c4be1357977ae26eff4eaa'/>
<id>urn:sha1:c10b7632ebcedff280c4be1357977ae26eff4eaa</id>
<content type='text'>
also, personalize this:
- enable extensions
- change to my css
- change relative paths.

fix various bugs:
- set the zoom level in notebook_append, not in notebook_init
- have a handly debug option for valgrind
</content>
</entry>
<entry>
<title>fix: fix some warts</title>
<updated>2023-02-07T13:17:10Z</updated>
<author>
<name>NunoSempere</name>
<email>nuno.sempere@protonmail.com</email>
</author>
<published>2023-02-07T13:17:10Z</published>
<link rel='alternate' type='text/html' href='https://vk3.wtf/cgit/rose.git/commit/?id=b50d30851b844b74dbd9e03dd9de8d0fa5b0a9f8'/>
<id>urn:sha1:b50d30851b844b74dbd9e03dd9de8d0fa5b0a9f8</id>
<content type='text'>
- stuff to deal with plugin code wasn't actually compiling
  - created a "stand_in" plugin to provide headers and function
definitions
  - when these are not used
  - it is likely there are better approaches here
- hidebar, newtab -&gt; hide_bar, new_tab
</content>
</entry>
</feed>
