Initial public push: docs cosmos v4 + AI module + framework groundwork
This is the snapshot the production landing site (nibiru-framework.com) is deployed from. Brings together the recent splash + docs migration to the v4 "Cosmos" design system, the new in-framework AI module, and the framework groundwork that backs the framework-reference extraction. What lands: - docs/: Astro + Starlight site with the v4 dark cosmic palette, GalaxyHero canvas constellation, Mission Control chat (wired to /api/oracle → api.neuronetz.ai via providers.mjs Ollama), 5-panel MMVC stage (Model · AI · Module · Controller · View), translated EN/DE/JA/ES/FR content, PWA + sitemap + llms.txt + Umami analytics. - docs/design-system/: canonical mockup bundle (source/index-v2.html for splash, source/docs-system.html + preview/ for docs, SPEC.md, tokens). - docs/scripts/extraction/framework-reference-v2.md: deep framework reference (~1.6k lines, file:line citations, every public factory and idiom — basis for the LoRA training corpus. - application/module/ai/: AI module with chat / embed / RAG / agent plugins, plus pdoQuery / httpGet / fileRead tools and Modelfile + smoke-test in training/. - application/module/users/: user / ACL / form-factory traits used as the reference plugin pattern for the framework docs. - application/settings/config/database/: schema + seed migrations including the AI module tables (200–203). - Form factory + autogenerator changes the framework-reference-v2 covers. Production secrets stay out: docs/.env, settings.production.ini and ai.production.ini are all gitignored (.example files are in tree). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
145
application/view/mockup/template/mail-template-contacts.html
Normal file
145
application/view/mockup/template/mail-template-contacts.html
Normal file
@@ -0,0 +1,145 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>VSDocs Conctacts Email Template</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-width: 100%!important;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body yahoo style="font-family: Arial;">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<!--[if (gte mso 9)|(IE)]>
|
||||
<table width="600" align="center" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<![endif]-->
|
||||
<table class="content" width="100%" align="center" cellpadding="0" cellspacing="0" style="border: 1px solid #eeeeee; border-top: 0; max-width: 600px;">
|
||||
<tr>
|
||||
<td class="header" align="center" style="padding-top: 40px;">
|
||||
<img src="http://themes.vsart.me/vsdocs/img/logos/logo.png" alt="Triablo" style="margin: 0 auto;" width="60" /> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="body">
|
||||
<table width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="center" style="padding: 0 40px 0 40px; font-size: 20px; color: #363636;">
|
||||
<h3 style="font-weight: 400; margin-bottom: 0; margin-top: 25px; margin-bottom: 5px;">New message</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" style="padding-bottom: 37px;">
|
||||
<div style="width: 85px; height: 2px; background: #4b5; margin-top: 2px;"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table style="font-size: 14px; margin-bottom: 34px;" class="content" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="padding: 7px 40px 6px 40px;">
|
||||
<table class="content" style="max-width: 600px; word-break: break-word;" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: right; padding-right: 10px;" width="80px">Name:</td>
|
||||
<td style="color: #4b5;">
|
||||
<% fullName %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 7px 40px 6px 40px;">
|
||||
<table class="content" style="max-width: 600px; word-break: break-word;" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: right; padding-right: 10px;" width="80px">Email:</td>
|
||||
<td style="color: #4b5;">
|
||||
<% email %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 7px 40px 6px 40px;">
|
||||
<table class="content" style="max-width: 600px; word-break: break-word;" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: right; padding-right: 10px;" width="80px">Website:</td>
|
||||
<td style="color: #4b5;">
|
||||
<% website %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 7px 40px 6px 40px;">
|
||||
<table class="content" style="max-width: 600px; word-break: break-word;" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: right; padding-right: 10px;" width="80px">Company:</td>
|
||||
<td style="color: #4b5;">
|
||||
<% company %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 7px 40px 6px 40px;">
|
||||
<table class="content" style="max-width: 600px; word-break: break-word;" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: right; padding-right: 10px;" width="80px">Country:</td>
|
||||
<td style="color: #4b5;">
|
||||
<% country %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 7px 40px 6px 40px;">
|
||||
<table class="content" style="max-width: 600px; word-break: break-word;" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: right; padding-right: 10px;" width="80px">Message:</td>
|
||||
<td style="color: #4b5;">
|
||||
<% message %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--[if (gte mso 9)|(IE)]>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<![endif]-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user