Commit graph

16 commits

Author SHA1 Message Date
Kumi
1861a72ce7
fix(docs): Update README table formatting
Standardizes whitespace and alignment across instance lists for improved readability.
2025-03-03 07:58:10 +01:00
Kumi
ed9efabecd
chore: Update instance listings & add JSON file
Refactors README instance tables by adding comment markers
to delineate clearnet and onion entries. Introduces a new
JSON file to centralize instance metadata.
2025-03-02 20:00:44 +01:00
Kumi
b3462039a2
feat(ci): migrate to Forgejo Docker registry
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
2025-02-27 14:19:32 +01:00
Kumi
561618faaa
chore: update Docker command usage
Replaces deprecated Docker Compose command with updated syntax for clarity and consistency.
2025-02-26 09:26:41 +01:00
Kumi
68cc25148b
docs: add Russian mirror to service list
Introduces a new Russian mirror link to the service list in the
README, expanding the geographical diversity of available mirrors.

Fixes #48.
2025-02-03 13:16:19 +01:00
Kumi
88c5b2afc5
chore: Refines headers in README for consistency
Changes headers from level 2 to level 3 for section
uniformity, emphasizing consistent formatting throughout
the documentation. Enhances readability by following
document structure standards.
2025-01-31 09:54:08 +01:00
Kumi
71320b75e5
chore: Add Docker support to documentation
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.
2025-01-31 09:52:28 +01:00
Kumi
fe8792a4ef
feat: Updates README with new link
Adds wm2.bloat.cat to the list of projects based in Germany
for increased visibility and resource access.
2025-01-31 09:07:09 +01:00
Kumi
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
Kumi
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
Kumi
28852e812c
Merge branch 'main' of git.private.coffee:privatecoffee/wikimore 2024-11-09 15:15:29 +01:00
Kumi
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
blitzwing
b93868f23d Update README.md 2024-11-04 22:56:55 +00:00
Kumi
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
Kumi
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
Kumi
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