Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraderMap

TraderMap is the official information and support website for the TraderMap apps on Apple platforms.

The site provides a product overview, privacy policy, technical support, terms of use, disclaimer, and operator information for:

  • TraderMap for iOS/iPadOScom.17class.TraderMap
  • TraderMapTV for tvOScom.17class.TraderMapTV

Live site

Pages

Each supported language contains the following pages:

  • Marketing overview
  • Privacy policy
  • Technical support
  • Terms of use and disclaimer
  • Operator information

Supported languages:

Code Language
en English
ja 日本語
ko 한국어
zh-hans 简体中文
zh-hant 繁體中文
de Deutsch
fr Français
ro Română
uk Українська
ru Русский
id Bahasa Indonesia
tr Türkçe
pt Português
es Español
ar العربية

Project structure

TraderMap/
├── assets/             Shared stylesheet and favicon
├── ar/                 Arabic pages (right-to-left)
├── de/                 German pages
├── en/                 English pages
├── es/                 Spanish pages
├── fr/                 French pages
├── id/                 Indonesian pages
├── ja/                 Japanese pages
├── ko/                 Korean pages
├── pt/                 Portuguese pages
├── ro/                 Romanian pages
├── ru/                 Russian pages
├── tr/                 Turkish pages
├── uk/                 Ukrainian pages
├── zh-hans/            Simplified Chinese pages
├── zh-hant/            Traditional Chinese pages
├── tools/              Translation data and static-page generator
├── 404.html            GitHub Pages fallback
├── index.html          Language selector
├── robots.txt
└── sitemap.xml

Every language directory contains:

<language>/
├── index.html
├── operator/index.html
├── privacy/index.html
├── support/index.html
└── terms/index.html

Local preview

The site is static and has no build dependencies. Serve the parent directory so the production /TraderMap/ base path works locally:

cd /path/to/parent-directory
python3 -m http.server 4312

Then open:

http://localhost:4312/TraderMap/

Deployment

GitHub Pages publishes the gh-pages branch. After changes have been reviewed and committed to main, deploy the same commit with:

git push origin main
git push origin main:gh-pages

The .nojekyll file keeps GitHub Pages in static-file mode.

Regenerating localized pages

The eight additional language sets are maintained by tools/generate_languages.py. After editing translation copy or the shared language list, regenerate the site with:

python3 tools/generate_languages.py

Support

Use the repository's issue tracker for technical support, feedback, and feature requests. Do not include passwords, API tokens, seed phrases, private keys, or confidential financial information in public issues.

Disclaimer

TraderMap provides market information for informational and educational purposes only. It does not provide investment advice, connect wallets, execute orders, or take custody of assets. Refer to the published terms and privacy policy for the complete notices.

Operator

Developed and operated by 17ClassDeveloper through the GitHub account 17classdeveloper-design.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages