An Emacs package that simplifies web pages, so they render correctly in the Emacs Web Browser
Emacs is a text-based editor, but the modern web isn't very text-based. Javascript, visual applications, it's all too much and I don't like it.
This package uses machine learning to translate modern HTML into the much older style of the 1990s. Simple HTML with simple, well labeled tags, that load well in the emacs browser.
mkdir -p ~/.emacs.d && cd $_
git clone https://github.com/sstraust/simpleweb.git
sudo apt install python3-pip
pip install openai
pip install google-generativeai
pip install --upgrade requests
(setenv "GEMINI_API_KEY" "your_api_key")
to your .emacs file
Add the following to your .emacs file:
(add-to-list 'load-path "~/.emacs.d/simpleweb")
(simpleweb-initialize)