FlatlyPage
Version 1.0.1 • 59 files • 798.19 KB
Files
.htaccess
.last_check
admin/account.php
admin/dashboard.php
admin/easyedit.js
admin/extensions.php
admin/generate-hash.php
admin/index.php
admin/lang.php
admin/login_tracking.php
admin/logout.php
admin/popups.php
admin/preview.php
admin/scripts.php
admin/theme-edit/index.php
admin/themes.php
api/get-translate-config.php
api/translate.php
assets/fonts/inter/inter.css
assets/fonts/space-grotesk/space-grotesk.css
assets/js/admin-editor.js
assets/js/admin-theme.js
assets/js/translate.js
config.php
contact-handler.php
contact.php
css/admin.css
css/contact.css
css/styles.css
css/theme.css
css/translate.css
data/.htaccess
data/.index.php
data/.settings.php
data/private/.htaccess
data/sitemap-config.php
data/translate-api.xml
engine/index.html
engine/index.php
engine/renderion.php
extensions-loader.php
favicons.txt
functions.php
index.php
newsletter/.htaccess
newsletter/confirm.php
newsletter/manager.php
newsletter/newsletter-form.js
newsletter/newsletter-styles.css
newsletter/newsletter-unavailable.php
newsletter/newsletter.sql
newsletter/settings.php
newsletter/subscribe.php
newsletter/unsubscribe.php
page.php
robots.txt.php
sitemap.php
updater/index.php
version.txt
data/translate-api.xml
<?xml version="1.0" encoding="UTF-8"?>
<translationConfig>
<apis>
<api>
<id>mymemory</id>
<name>MyMemory</name>
<endpoint>https://api.mymemory.translated.net/get</endpoint>
<requiresKey>false</requiresKey>
<apiKey></apiKey>
<free>true</free>
<rateLimit>1000/day</rateLimit>
</api>
<api>
<id>google</id>
<name>Google Translate</name>
<endpoint>https://translation.googleapis.com/language/translate/v2</endpoint>
<requiresKey>true</requiresKey>
<apiKey>YOUR_GOOGLE_API_KEY_HERE</apiKey>
<free>false</free>
</api>
<api>
<id>deepl</id>
<name>DeepL</name>
<endpoint>https://api-free.deepl.com/v2/translate</endpoint>
<requiresKey>true</requiresKey>
<apiKey>YOUR_DEEPL_API_KEY_HERE</apiKey>
<free>true</free>
<rateLimit>500k chars/month</rateLimit>
</api>
<api>
<id>hf-marian</id>
<name>MarianMT</name>
<endpoint>https://router.huggingface.co/hf-inference/models/Helsinki-NLP/opus-mt-en-fr</endpoint>
<requiresKey>true</requiresKey>
<apiKey>YOUR_HF_API_KEY</apiKey>
<free>true</free>
<rateLimit>1000/day</rateLimit>
</api>
</apis>
</translationConfig>