Commit graph

8 commits

Author SHA1 Message Date
5bd90742b0
feat: Enhances readability with country flags
Adds emoji flags next to country names to improve
visual clarity and usability in the instances list.

Improves user understanding of instance locations.
2024-12-05 17:15:59 +01:00
7715094173
feat(README): Enhances documentation with new instances and guidance
Adds new public and Tor hidden service instances to the instances
section, including a new entry for Darkness.services.

Introduces sections for Tor Hidden Services and instructions
for adding new instances via pull requests or issues.

Enhances user support by detailing how to open issues or
provide feedback through Git or Github, and promotes
community engagement via a Matrix room.
2024-11-25 09:04:49 +01:00
28852e812c
Merge branch 'main' of git.private.coffee:privatecoffee/wikimore 2024-11-09 15:15:29 +01:00
d9a395ec76
docs: update README with new public instance
Added a new public instance of Wikimore hosted by Lumaeris to the README list. This helps users discover more available instances and expands the visibility of the project.

Closes #42.
2024-11-09 15:14:33 +01:00
b93868f23d Update README.md 2024-11-04 22:56:55 +00:00
203e6cd2cf
docs: add bloat.cat public instance to list
Included a new public instance of Wikimore provided by bloat.cat based in Germany. This update helps users find more public instances for better accessibility and redundancy.

Closes #39
2024-09-11 18:16:01 +02:00
ae73156fc9
refactor: restructure project for PyPI packaging
- Added `pyproject.toml` for project metadata and dependency management
- Moved application code to `src/wikimore` directory for better organization
- Updated `launch.json` configuration for Flask app
- Enhanced README with installation, development instructions, and badges
- Introduced `main` function in `app.py` for environment-based configuration

These changes streamline packaging and improve project maintainability.
2024-07-16 09:58:18 +02:00
c436885cbc
feat: initial setup of Wikimore Flask app with basic features
Added initial setup for "Wikimore", a simple frontend for Wikimedia projects using Flask. The app includes the following features:

- Multi-language and multi-project support
- Search functionality with results displayed
- Proxy support for Wikimedia images
- Basic structure and templates (home, article, search results)

Configured appropriate .gitignore and .vscode settings for development. Licensed under MIT License.
2024-07-11 12:25:19 +02:00