From 3c149cdd0c83c82497d2b5ed857c30964baada39 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 21 Dec 2025 21:15:59 -0600 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb6708b..4e5c6af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,38 +9,6 @@ I welcome all contributions to the project. - Micron Renderer/Parser - Android and Flet (config/permissions/etc) -## Project Structure - -Last Updated: 2025-09-28 - -``` -Ren-Browser/ -├── ren_browser/ # Main Python application package -│ ├── announces/ # Reticulum network announce handling -│ │ ├── announces.py -│ ├── app.py # Main application entry point -│ ├── controls/ # UI controls and interactions -│ │ ├── shortcuts.py # Keyboard shortcuts handling -│ ├── logs.py # Centralized logging system -│ ├── pages/ # Page fetching and request handling -│ │ ├── page_request.py -│ ├── profiler/ # Performance profiling (placeholder) -│ ├── renderer/ # Content rendering system -│ │ ├── micron.py # Micron markup renderer (WIP) -│ │ └── plaintext.py # Plaintext fallback renderer -│ ├── storage/ # Cross-platform storage management -│ │ ├── storage.py -│ ├── tabs/ # Tab management system -│ │ ├── tabs.py -│ ├── ui/ # User interface components -│ │ ├── settings.py # Settings interface -│ │ └── ui.py # Main UI construction -├── tests/ # Test suite -│ ├── unit/ # Unit tests -│ ├── integration/ # Integration tests -│ └── conftest.py # Test configuration -``` - ## Rules 1. Be nice to each other.