chore: update remaining references to ThreeFold Marketplace with Project Mycelium
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Deployment Credentials for ThreeFold Marketplace
|
# Deployment Credentials for Project Mycelium
|
||||||
# Copy this to .env.deploy and set your Gitea credentials
|
# Copy this to .env.deploy and set your Gitea credentials
|
||||||
|
|
||||||
# Gitea username for git.ourworld.tf
|
# Gitea username for git.ourworld.tf
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# ThreeFold Marketplace UX Testing Makefile
|
# Project Mycelium UX Testing Makefile
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# make -f Makefile.ux-tests test-ux # Run core UX tests
|
# make -f Makefile.ux-tests test-ux # Run core UX tests
|
||||||
@@ -66,7 +66,7 @@ clean-ux-tests:
|
|||||||
|
|
||||||
# Help
|
# Help
|
||||||
help-ux:
|
help-ux:
|
||||||
@echo "ThreeFold Marketplace UX Testing Commands:"
|
@echo "Project Mycelium UX Testing Commands:"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo " setup-ux-tests - Setup test environment directories"
|
@echo " setup-ux-tests - Setup test environment directories"
|
||||||
@echo " test-ux-quick - Quick smoke tests (3 core flows)"
|
@echo " test-ux-quick - Quick smoke tests (3 core flows)"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
Industry Standard Data Validation and Repair Tool
|
Industry Standard Data Validation and Repair Tool
|
||||||
Comprehensive fix for ThreeFold Marketplace user data files
|
Comprehensive fix for Project Mycelium user data files
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
import json
|
||||||
@@ -157,7 +157,7 @@ def validate_all_user_files():
|
|||||||
return results
|
return results
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print("🔧 ThreeFold Marketplace Data Validator")
|
print("🔧 Project Mycelium Data Validator")
|
||||||
print("========================================")
|
print("========================================")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* Custom styles for ThreeFold Marketplace */
|
/* Custom styles for Project Mycelium */
|
||||||
|
|
||||||
/* Global styles */
|
/* Global styles */
|
||||||
body {
|
body {
|
||||||
|
Reference in New Issue
Block a user