Refactors README instance tables by adding comment markers
to delineate clearnet and onion entries. Introduces a new
JSON file to centralize instance metadata.
Updates CI/CD workflow to trigger on tag pushes and use Forgejo credentials
Renames login and push steps to reflect the new container registry
Modifies documentation and compose file to point to the updated image URL
Changes headers from level 2 to level 3 for section
uniformity, emphasizing consistent formatting throughout
the documentation. Enhances readability by following
document structure standards.
Introduces a Docker section in the README with instructions on
setting up Wikimore using Docker Compose, providing an
alternative to the standard installation method.
Updates .gitignore to exclude docker-compose.yml from version
control to prevent accidental configuration changes from being
tracked.
Adds emoji flags next to country names to improve
visual clarity and usability in the instances list.
Improves user understanding of instance locations.
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.
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.
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
- 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.
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.