After 11 years and 15 days from 2012-07-12, I am proud to present the first real release of MoeNavigator - a web browser written from scratch in C++. Its engine (called MoeNavigatorEngine) is also written from scratch:
https://codeberg.org/moenavigator/moenavigator
1/3
#FLOSS #OpenSource #OSS #FreeSoftware #GPLv3 #WebBrowser #Browser #MoeNavigator #CPP #CPlusPlus #Programming #Software
#floss #opensource #oss #freesoftware #gplv3 #webbrowser #browser #MoeNavigator #cpp #cplusplus #programming #software
I formulated the "MoeNavigator promises": The moral guidelines for the development of MoeNavigator. In short: No tracking, no spying, no sellout, no closed source code, no integrated external services (only via plugins), no secret deals behind closed doors with corperations or state agencies. The full text of the promises is in the project wiki on Codeberg:
https://codeberg.org/moenavigator/moenavigator/wiki/MoeNavigator_promises
#MoeNavigator #WebBrowser #Browser #FLOSS #Software #Development
#MoeNavigator #webbrowser #browser #floss #software #development
I formulated the "MoeNavigator promises": The moral guidelines for the development of MoeNavigator. In short: No tracking, no spying, no sellout, no closed source code, no integrated external services (only via plugins), no secret deals behind closed doors with corperations or state agencies. The full text of the promises is in the project wiki on Codeberg:
https://codeberg.org/moenavigator/moenavigator/wiki/MoeNavigator_promises
#MoeNavigator #WebBrowser #Browser #FLOSS #Software #Development
#MoeNavigator #webbrowser #browser #floss #software #development
I have released MoeNavigatorEngine Version 0.0.1, the first release that isn't just a commit-ID. The very basic web stuff (HTTP(S) and HTML) has basic support and rendering of very short text works. The full release notes are on Codeberg:
https://codeberg.org/moenavigator/moenavigatorengine/releases/tag/v0.0.1
With the big memory leak problem in the engine out of the way, the release of MoeNavigator 0.1 may come soon.
#MoeNavigator #Browser #WebBrowser #FLOSS #Software #Development
#MoeNavigator #browser #webbrowser #floss #software #development
I have released MoeNavigatorEngine Version 0.0.1, the first release that isn't just a commit-ID. The very basic web stuff (HTTP(S) and HTML) has basic support and rendering of very short text works. The full release notes are on Codeberg:
https://codeberg.org/moenavigator/moenavigatorengine/releases/tag/v0.0.1
With the big memory leak problem in the engine out of the way, the release of MoeNavigator 0.1 may come soon.
#MoeNavigator #Browser #WebBrowser #FLOSS #Software #Development
#MoeNavigator #browser #webbrowser #floss #software #development
MoeNavigator development can continue after I finally found the source of the memory leaks in the browser engine. They were caused by an abstract class that didn't have a virtual destructor, causing undefined behavior. With that big problem out of the way, version 0.0.1 of the engine may soon be released, followed by version 0.1 of MoeNavigator. There are only a few tasks left before the release:
https://codeberg.org/moenavigator/moenavigator/milestone/674
#MoeNavigator #Browser #WebBrowser #FLOSS #Software #Development
#MoeNavigator #browser #webbrowser #floss #software #development
MoeNavigator development can continue after I finally found the source of the memory leaks in the browser engine. They were caused by an abstract class that didn't have a virtual destructor, causing undefined behavior. With that big problem out of the way, version 0.0.1 of the engine may soon be released, followed by version 0.1 of MoeNavigator. There are only a few tasks left before the release:
https://codeberg.org/moenavigator/moenavigator/milestone/674
#MoeNavigator #Browser #WebBrowser #FLOSS #Software #Development
#MoeNavigator #browser #webbrowser #floss #software #development
Regarding the memory leaks in MoeNavigator's engine:
https://codeberg.org/moenavigator/moenavigatorengine/issues/35
The search for memory leaks has mostly halted the development of new features since a year and blocks the release of version 0.0.1 of the engine. Therefore, I ask you:
Shall the memory leaks be fixed before version 0.0.1 is released or shall they be fixed in a later version so that new features can be implemented?
#MoeNavigator #MoeNavigatorEngine #poll #question
Regarding the memory leaks in MoeNavigator's engine:
https://codeberg.org/moenavigator/moenavigatorengine/issues/35
The search for memory leaks has mostly halted the development of new features since a year and blocks the release of version 0.0.1 of the engine. Therefore, I ask you:
Shall the memory leaks be fixed before version 0.0.1 is released or shall they be fixed in a later version so that new features can be implemented?
#MoeNavigator #MoeNavigatorEngine #poll #question
What do you think? Would it be cool if a web browser had native support for the LDAP protocol?
I have created a ticket regarding LDAP support for MoeNavigator's engine: https://codeberg.org/moenavigator/moenavigatorengine/issues/53
#MoeNavigator #ldap #webbrowser
What do you think? Would it be cool if a web browser had native support for the LDAP protocol?
I have created a ticket regarding LDAP support for MoeNavigator's engine: https://codeberg.org/moenavigator/moenavigatorengine/issues/53
#MoeNavigator #ldap #webbrowser
Werbung im Firefox?
Wäre es nicht schön, einen Browser zu benutzen, der nicht das kleinere Übel zu Chrome ist?
Ich lade euch ein, euch an der Weiterentwicklung von MoeNavigator und dessen Browserengine zu beteiligen, sei es durch Programmierung, Feature requests oder durch Verbesserungsvorschläge. Die Entwicklung findet auf Codeberg statt.
Browser: https://codeberg.org/moenavigator/moenavigator
Browserengine: https://codeberg.org/moenavigator/moenavigatorengine
#MoeNavigator #alternative #firefox #werbung
Werbung im Firefox?
Wäre es nicht schön, einen Browser zu benutzen, der nicht das kleinere Übel zu Chrome ist?
Ich lade euch ein, euch an der Weiterentwicklung von MoeNavigator und dessen Browserengine zu beteiligen, sei es durch Programmierung, Feature requests oder durch Verbesserungsvorschläge. Die Entwicklung findet auf Codeberg statt.
Browser: https://codeberg.org/moenavigator/moenavigator
Browserengine: https://codeberg.org/moenavigator/moenavigatorengine
#MoeNavigator #alternative #firefox #werbung
The remaining memory leak problems in MoeNavigatorEngine prevent the release of version 0.0.1 (codename "Uyghur lives matter!"):
https://codeberg.org/moenavigator/moenavigatorengine/issues/35
It seems that there are some undiscovered circular references left, probably in the DocumentNode class. I hope that a test case can be made to detect those.
#MoeNavigator #MoeNavigatorEngine #C++ #CPlusPlus #Programming #MemoryLeak
#MoeNavigator #MoeNavigatorEngine #c #cplusplus #programming #MemoryLeak
The remaining memory leak problems in MoeNavigatorEngine prevent the release of version 0.0.1 (codename "Uyghur lives matter!"):
https://codeberg.org/moenavigator/moenavigatorengine/issues/35
It seems that there are some undiscovered circular references left, probably in the DocumentNode class. I hope that a test case can be made to detect those.
#MoeNavigator #MoeNavigatorEngine #C++ #CPlusPlus #Programming #MemoryLeak
#MoeNavigator #MoeNavigatorEngine #c #cplusplus #programming #MemoryLeak
What features would you like to have in a web browser or its engine?
Write your suggestions as a comment here or make a ticket directly on Codeberg:
For the browser engine:
https://codeberg.org/moenavigator/moenavigatorengine/issues
For the browser itself:
#MoeNavigator #webbrowser #suggestions #features
What features would you like to have in a web browser or its engine?
Write your suggestions as a comment here or make a ticket directly on Codeberg:
For the browser engine:
https://codeberg.org/moenavigator/moenavigatorengine/issues
For the browser itself:
#MoeNavigator #webbrowser #suggestions #features
Actions like these are one of the main reasons why I continue developing my own browser, so that one day I can surf the web without having a spying browser:
https://www.howtogeek.com/760425/firefox-now-sends-your-address-bar-keystrokes-to-mozilla/
The source code for my own browser MoeNavigator is on Codeberg:
#firefox #mozilla #privacy #MoeNavigator
Actions like these are one of the main reasons why I continue developing my own browser, so that one day I can surf the web without having a spying browser:
https://www.howtogeek.com/760425/firefox-now-sends-your-address-bar-keystrokes-to-mozilla/
The source code for my own browser MoeNavigator is on Codeberg:
#firefox #mozilla #privacy #MoeNavigator
More about the Gemini protocol:
https://gemini.circumlunar.space/
More about MoeNavigator: https://codeberg.org/moenavigator/moenavigator
#gemini #geminiprotocol #MoeNavigator