summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/docs/handbook/program_info.md
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:51:45 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:51:45 +0300
commitd3261e64152397db2dca4d691a990c6bc2a6f4dd (patch)
treefac2f7be638651181a72453d714f0f96675c2b8b /archived/projt-launcher/docs/handbook/program_info.md
parent31b9a8949ed0a288143e23bf739f2eb64fdc63be (diff)
downloadProject-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.tar.gz
Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.zip
NOISSUE add archived projects
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'archived/projt-launcher/docs/handbook/program_info.md')
-rw-r--r--archived/projt-launcher/docs/handbook/program_info.md65
1 files changed, 65 insertions, 0 deletions
diff --git a/archived/projt-launcher/docs/handbook/program_info.md b/archived/projt-launcher/docs/handbook/program_info.md
new file mode 100644
index 0000000000..4a861ef0c1
--- /dev/null
+++ b/archived/projt-launcher/docs/handbook/program_info.md
@@ -0,0 +1,65 @@
+# Program Info `program_info/`
+
+> **Location**: `program_info/`
+> **Purpose**: Application branding and configuration
+> **Latest Version**: 0.0.5-1
+
+---
+
+## Overview
+
+The `program_info/` directory contains ProjT Launcher's program information, including application identity, branding assets, and configuration endpoints.
+
+---
+
+## Contents
+
+### Application Identity
+
+| Item | Description |
+|------|-------------|
+| Application Name | ProjT Launcher |
+| Application ID | `org.projecttick.projtlauncher` |
+| Organization | Project Tick |
+
+### Branding
+
+| Asset | Purpose |
+|-------|---------|
+| Logo | Application icon |
+| Banner | Promotional graphics |
+| Screenshots | Store/website images |
+
+### Endpoints
+
+| Endpoint | Purpose |
+|----------|---------|
+| Update URL | Auto-update checks |
+| News API | Launcher news feed |
+| Analytics | Usage statistics (optional) |
+
+### Desktop Integration
+
+| File | Platform |
+|------|----------|
+| `.desktop` file | Linux |
+| `Info.plist` template | macOS |
+| Resource files | Windows |
+
+---
+
+## Customization
+
+When building a custom fork:
+
+1. Update application name and ID
+2. Replace branding assets
+3. Configure custom endpoints
+4. Update desktop integration files
+
+---
+
+## Related Documentation
+
+- [LauncherJava](./launcherjava.md) — Java component
+- [JavaCheck](./javacheck.md) — Java detection