vocabulary change

This commit is contained in:
timurgordon 2025-05-05 10:49:33 +03:00
parent bafb63e0b1
commit 54762cb63f
10 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# Zanzibar Autonomous Zone
# Zanzibar Digital Freezone
Convenience, Safety and Privacy
@ -42,8 +42,8 @@ actix_mvc_app/
1. Clone the repository:
```
git clone https://github.com/yourusername/zanzibar-autonomous-zone.git
cd zanzibar-autonomous-zone
git clone https://github.com/yourusername/zanzibar-digital-freezone.git
cd zanzibar-digital-freezone
```
2. Build the project:

View File

@ -516,11 +516,11 @@ impl AssetController {
let mut zaz_token = Asset {
id: "asset-zaz-governance".to_string(),
name: "ZAZ Governance Token".to_string(),
description: "Official governance token of the Zanzibar Autonomous Zone, used for voting on proposals and zone-wide decisions".to_string(),
description: "Official governance token of the Zanzibar Digital Freezone, used for voting on proposals and zone-wide decisions".to_string(),
asset_type: AssetType::Token,
status: AssetStatus::Active,
owner_id: "entity-zaz-foundation".to_string(),
owner_name: "Zanzibar Autonomous Zone Foundation".to_string(),
owner_name: "Zanzibar Digital Freezone Foundation".to_string(),
created_at: now - Duration::days(365),
updated_at: now - Duration::days(2),
blockchain_info: None,
@ -663,7 +663,7 @@ impl AssetController {
"filing_date": (now - Duration::days(210)).to_rfc3339(),
"grant_date": (now - Duration::days(120)).to_rfc3339(),
"patent_type": "Utility",
"jurisdiction": "Zanzibar Autonomous Zone",
"jurisdiction": "Zanzibar Digital Freezone",
"inventors": ["Dr. Amina Juma", "Eng. Ibrahim Hassan", "Dr. Sarah Mbeki"]
}),
image_url: Some("https://example.com/tidal_energy_diagram.png".to_string()),

View File

@ -680,7 +680,7 @@ impl ContractController {
toc: None,
id: "contract-005".to_string(),
title: "Digital Identity Verification Service Agreement".to_string(),
description: "Agreement for providing digital identity verification services to businesses operating in the Zanzibar Autonomous Zone.".to_string(),
description: "Agreement for providing digital identity verification services to businesses operating in the Zanzibar Digital Freezone.".to_string(),
status: ContractStatus::Active,
contract_type: ContractType::Service,
created_by: "Maya Rodriguez".to_string(),

View File

@ -188,7 +188,7 @@ impl FlowController {
let mut flow1 = Flow {
id: "flow-1".to_string(),
name: "ZAZ Business Entity Registration".to_string(),
description: "Register a new business entity within the Zanzibar Autonomous Zone legal framework".to_string(),
description: "Register a new business entity within the Zanzibar Digital Freezone legal framework".to_string(),
flow_type: FlowType::CompanyRegistration,
status: FlowStatus::InProgress,
owner_id: "user-1".to_string(),

View File

@ -230,7 +230,7 @@ impl GovernanceController {
creator_id: 1,
creator_name: "Ibrahim Faraji".to_string(),
title: "Establish Zanzibar Digital Trade Hub".to_string(),
description: "This proposal aims to create a dedicated digital trade hub within the Zanzibar Autonomous Zone to facilitate international e-commerce for local businesses. The hub will provide logistics support, digital marketing services, and regulatory compliance assistance to help Zanzibar businesses reach global markets.".to_string(),
description: "This proposal aims to create a dedicated digital trade hub within the Zanzibar Digital Freezone to facilitate international e-commerce for local businesses. The hub will provide logistics support, digital marketing services, and regulatory compliance assistance to help Zanzibar businesses reach global markets.".to_string(),
status: ProposalStatus::Active,
created_at: now - Duration::days(5),
updated_at: now - Duration::days(5),
@ -242,7 +242,7 @@ impl GovernanceController {
creator_id: 2,
creator_name: "Amina Salim".to_string(),
title: "ZAZ Sustainable Tourism Framework".to_string(),
description: "A comprehensive framework for sustainable tourism development within the Zanzibar Autonomous Zone. This proposal outlines environmental standards, community benefit-sharing mechanisms, and digital infrastructure for eco-tourism businesses. It includes tokenization standards for tourism assets and a certification system for sustainable operators.".to_string(),
description: "A comprehensive framework for sustainable tourism development within the Zanzibar Digital Freezone. This proposal outlines environmental standards, community benefit-sharing mechanisms, and digital infrastructure for eco-tourism businesses. It includes tokenization standards for tourism assets and a certification system for sustainable operators.".to_string(),
status: ProposalStatus::Approved,
created_at: now - Duration::days(15),
updated_at: now - Duration::days(2),
@ -266,7 +266,7 @@ impl GovernanceController {
creator_id: 1,
creator_name: "Ibrahim Faraji".to_string(),
title: "ZAZ Regulatory Framework for Digital Financial Services".to_string(),
description: "Establish a comprehensive regulatory framework for digital financial services within the Zanzibar Autonomous Zone. This includes licensing requirements for crypto exchanges, digital payment providers, and tokenized asset platforms operating within the zone, while ensuring compliance with international AML/KYC standards.".to_string(),
description: "Establish a comprehensive regulatory framework for digital financial services within the Zanzibar Digital Freezone. This includes licensing requirements for crypto exchanges, digital payment providers, and tokenized asset platforms operating within the zone, while ensuring compliance with international AML/KYC standards.".to_string(),
status: ProposalStatus::Rejected,
created_at: now - Duration::days(20),
updated_at: now - Duration::days(5),
@ -290,7 +290,7 @@ impl GovernanceController {
creator_id: 5,
creator_name: "Omar Makame".to_string(),
title: "Zanzibar Renewable Energy Microgrid Network".to_string(),
description: "Develop a network of renewable energy microgrids across the Zanzibar Autonomous Zone using tokenized investment and community ownership models. This proposal outlines the technical specifications, governance structure, and token economics for deploying solar and tidal energy systems that will ensure energy independence for the zone.".to_string(),
description: "Develop a network of renewable energy microgrids across the Zanzibar Digital Freezone using tokenized investment and community ownership models. This proposal outlines the technical specifications, governance structure, and token economics for deploying solar and tidal energy systems that will ensure energy independence for the zone.".to_string(),
status: ProposalStatus::Active,
created_at: now - Duration::days(10),
updated_at: now - Duration::days(9),
@ -302,7 +302,7 @@ impl GovernanceController {
creator_id: 6,
creator_name: "Saida Juma".to_string(),
title: "ZAZ Educational Technology Initiative".to_string(),
description: "Establish a comprehensive educational technology program within the Zanzibar Autonomous Zone to develop local tech talent. This initiative includes coding academies, blockchain development courses, and digital entrepreneurship training, with a focus on preparing Zanzibar's youth for careers in the zone's growing digital economy.".to_string(),
description: "Establish a comprehensive educational technology program within the Zanzibar Digital Freezone to develop local tech talent. This initiative includes coding academies, blockchain development courses, and digital entrepreneurship training, with a focus on preparing Zanzibar's youth for careers in the zone's growing digital economy.".to_string(),
status: ProposalStatus::Draft,
created_at: now - Duration::days(3),
updated_at: now - Duration::days(2),

View File

@ -1,13 +1,13 @@
{% extends "base.html" %}
{% block title %}About - Zanzibar Autonomous Zone{% endblock %}
{% block title %}About - Zanzibar Digital Freezone{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h1 class="card-title">About Zanzibar Autonomous Zone</h1>
<h1 class="card-title">About Zanzibar Digital Freezone</h1>
<p class="card-text">Convenience, Safety and Privacy</p>
<h2 class="mt-4">Technology Stack</h2>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Zanzibar Autonomous Zone{% endblock %}</title>
<title>{% block title %}Zanzibar Digital Freezone{% endblock %}</title>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/unpoly@3.7.2/unpoly.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
@ -64,7 +64,7 @@
<button class="navbar-toggler d-md-none me-2" type="button" id="sidebarToggle" aria-label="Toggle navigation">
<i class="bi bi-list text-white"></i>
</button>
<h5 class="mb-0">Zanzibar Autonomous Zone</h5>
<h5 class="mb-0">Zanzibar Digital Freezone</h5>
</div>
<div class="d-none d-md-flex">
<ul class="navbar-nav flex-row">
@ -199,7 +199,7 @@
<a class="text-white text-decoration-none mx-2" href="/contact">Contact</a>
</div>
<div class="col-md-4 text-center text-md-end">
<small>&copy; 2024 Zanzibar Autonomous Zone</small>
<small>&copy; 2024 Zanzibar Digital Freezone</small>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Contact - Zanzibar Autonomous Zone{% endblock %}
{% block title %}Contact - Zanzibar Digital Freezone{% endblock %}
{% block content %}
<div class="row">

View File

@ -342,7 +342,7 @@
{% if contract.organization %}
<p><strong>{{ contract.organization }}</strong></p>
<p class="text-muted">
<i class="bi bi-building me-1"></i> Registered in Zanzibar Autonomous Zone
<i class="bi bi-building me-1"></i> Registered in Zanzibar Digital Freezone
</p>
{% else %}
<p class="text-muted">No organization specified</p>

View File

@ -1,14 +1,14 @@
{% extends "base.html" %}
{# Updated template with card blocks - 2025-04-22 #}
{% block title %}Home - Zanzibar Autonomous Zone{% endblock %}
{% block title %}Home - Zanzibar Digital Freezone{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h1 class="card-title text-center mb-4">Zanzibar Autonomous Zone</h1>
<h1 class="card-title text-center mb-4">Zanzibar Digital Freezone</h1>
<p class="card-text text-center lead mb-5">Convenience, Safety and Privacy</p>
<style>