From 0a1c03ce0912d5285650d53eeed9ce59c2aedf69 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 1 Jan 2026 06:49:13 -0400 Subject: [PATCH] Replace placeholder content on Community and Support pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Community page: - Replaced "Coming soon" sections with working links - Links to Gitea repository and issues - Added "Ways to Contribute" section with actionable items - Added quick links to Installation, Tools, and Tutorials Support page (formerly Donate): - Removed placeholder donation links - Focus on non-monetary contributions (tools, feedback, word-of-mouth) - Links to repository and publishing guide - More appropriate for a personal/open-source project 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../web/templates/pages/community.html | 129 ++++++++++++++---- .../web/templates/pages/donate.html | 68 +++++---- 2 files changed, 144 insertions(+), 53 deletions(-) diff --git a/src/smarttools/web/templates/pages/community.html b/src/smarttools/web/templates/pages/community.html index d6cd8f5..af08198 100644 --- a/src/smarttools/web/templates/pages/community.html +++ b/src/smarttools/web/templates/pages/community.html @@ -2,7 +2,7 @@ {% block title %}Community - SmartTools{% endblock %} -{% block meta_description %}Connect with the SmartTools community, share tools, and collaborate on new ideas.{% endblock %} +{% block meta_description %}Connect with SmartTools - report issues, request features, and contribute to the project.{% endblock %} {% block content %}
@@ -11,7 +11,7 @@

Community

- Collaboration over competition. Share tools, ask questions, and build together. + SmartTools is open source. Get help, report issues, and contribute.

@@ -20,38 +20,58 @@
-

Discussions

+
+ + + +
+

Source Code

- Ask for help, share feedback, and discover best practices. + Browse the source, fork the project, and submit pull requests.

- - Coming soon + + View Repository - +
-

Contributor Spotlight

+
+ + + +
+

Report Issues

- Celebrate creators who publish tools and help others succeed. + Found a bug? Have a feature request? Open an issue.

- - Coming soon + + Open Issue - +
-

Project Showcase

+
+ + + +
+

Documentation

- See how teams use SmartTools in real projects and workflows. + Learn how to build tools, configure providers, and publish to the registry.

- - Coming soon + + Read the Docs @@ -59,21 +79,76 @@
- -
-

Get Involved

-

- Want to contribute tools, documentation, or tutorials? We’d love to hear from you. -

-
- - Contribution Guide + +
+

Ways to Contribute

+
+ + +
+
+ 2 +
+
+

Improve the Docs

+

+ Found something confusing? Submit a PR to improve the documentation. +

+
+
+ +
+
+ 3 +
+
+

Report Bugs

+

+ Help make SmartTools better by reporting issues with clear reproduction steps. +

+
+
+ +
+
+ 4 +
+
+

Add Features

+

+ Check the issues for feature requests or propose your own ideas. +

+
+
+
+
+ + +
+
diff --git a/src/smarttools/web/templates/pages/donate.html b/src/smarttools/web/templates/pages/donate.html index 52f23af..10730af 100644 --- a/src/smarttools/web/templates/pages/donate.html +++ b/src/smarttools/web/templates/pages/donate.html @@ -1,8 +1,8 @@ {% extends "base.html" %} -{% block title %}Support SmartTools - Donate{% endblock %} +{% block title %}Support SmartTools{% endblock %} -{% block meta_description %}Support SmartTools development and help keep AI tools accessible for everyone.{% endblock %} +{% block meta_description %}Support SmartTools by contributing code, tools, or feedback.{% endblock %} {% block content %}
@@ -11,60 +11,76 @@

Support SmartTools

- Your support keeps the registry running and funds new features for the community. + SmartTools is a passion project. The best way to support it is to use it and share what you build.

- +
-

Infrastructure

+
+ + + +
+

Build Tools

- Keep the registry fast, reliable, and available for everyone. + Create and publish useful tools to the registry. A growing library helps everyone.

-

Open Access

+
+ + + +
+

Spread the Word

- Fund future hosting of shared AI models and public demos. + Tell a friend or colleague who might find SmartTools useful.

-

Community Growth

+
+ + + +
+

Give Feedback

- Support tutorials, examples, and recognition for contributors. + Report bugs, suggest features, or just share what you're building with it.

- +
-

Choose a Way to Contribute

-

- Placeholder links for donation providers. Replace with real endpoints when ready. +

Get Involved

+

+ SmartTools is open source. The code, docs, and registry are all open for contributions.

- -
-

How funds are used

-
    -
  • Registry hosting, backups, and monitoring
  • -
  • Documentation, tutorials, and example projects
  • -
  • Ongoing development and community support
  • -
+ +
+

+ Thanks for using SmartTools! +