-
This commit is contained in:
-116
@@ -1,116 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - نظام إدارة المحتوى البسيط والسريع والمرن.
|
||||
|
||||
مع Bludit، يمكنك بناء موقعك الإلكتروني أو مدونتك في ثوانٍ معدودة. إنه مجاني تمامًا، مفتوح المصدر، وسهل الاستخدام. يخزن Bludit المحتوى بتنسيق JSON، مما يلغي الحاجة إلى تثبيت أو تهيئة قاعدة بيانات. كل ما تحتاجه هو خادم ويب يدعم PHP.
|
||||
|
||||
كـ Flat-File CMS، يقدم Bludit مرونة وسرعة لا مثيل لهما. بالإضافة إلى ذلك، مع دعم كود Markdown وHTML، أصبح إنشاء وإدارة المحتوى أسهل من أي وقت مضى.
|
||||
|
||||
## الموارد
|
||||
|
||||
- [الإضافات](https://plugins.bludit.com)
|
||||
- [القوالب](https://themes.bludit.com)
|
||||
- [الوثائق](https://docs.bludit.com)
|
||||
- الأخبار والإعلانات على [تويتر](https://twitter.com/bludit)، [فيسبوك](https://www.facebook.com/bluditcms)، و[ريديت](https://www.reddit.com/r/bludit/)
|
||||
- الحديث والدردشة على [ديسكورد](https://discord.gg/CFaXEdZWds)
|
||||
- المساعدة والدعم على [المنتدى](https://forum.bludit.org)
|
||||
- تقارير الأخطاء على [مشكلات غيت هب](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## المتطلبات
|
||||
|
||||
- خادم ويب يدعم PHP.
|
||||
- إصدار PHP 8.0 أو أعلى.
|
||||
- وحدة PHP [mbstring](http://php.net/manual/en/book.mbstring.php) لدعم UTF-8 الكامل.
|
||||
- وحدة PHP [gd](http://php.net/manual/en/book.image.php) لمعالجة الصور.
|
||||
- وحدة PHP [dom](http://php.net/manual/en/book.dom.php) للتعامل مع DOM.
|
||||
- وحدة PHP [json](http://php.net/manual/en/book.json.php) للتعامل مع JSON.
|
||||
|
||||
## التثبيت
|
||||
|
||||
1. قم بتنزيل الإصدار الأحدث من الصفحة الرسمية: [Bludit.com](https://www.bludit.com)
|
||||
2. استخرج ملف الـ zip إلى دليل، مثل `bludit`.
|
||||
3. ارفع دليل `bludit` إلى خادم الويب أو الاستضافة الخاص بك.
|
||||
4. قم بزيارة نطاقك (مثل https://example.com/bludit/).
|
||||
5. اتبع مثبت Bludit لإعداد موقعك.
|
||||
|
||||
## تثبيت سريع للاختبار
|
||||
|
||||
يمكنك استخدام خادم الويب المدمج في PHP (`php -S localhost:8000`) أو Docker:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
ثم افتح http://localhost:8000
|
||||
|
||||
## ترقية Bludit
|
||||
|
||||
قبل ترقية Bludit، **قم دائمًا بعمل نسخة احتياطية من موقعك**. هذا يشمل:
|
||||
- مجلد `bl-content/` بأكمله (يحتوي على صفحاتك، القاعدة، الوسائط، الإعدادات)
|
||||
- أي تخصيصات قمت بها على المواضيع أو الإضافات
|
||||
|
||||
### خطوات الترقية
|
||||
|
||||
1. **قم بتنزيل أحدث نسخة**: احصل على أحدث إصدار من Bludit من [الموقع الرسمي](https://www.bludit.com) أو [GitHub](https://github.com/bludit/bludit/releases)
|
||||
|
||||
2. **قم بعمل نسخة احتياطية**: انسخ المجلدات التالية إلى مكان آمن:
|
||||
- `bl-content/` (الأهم - يحتوي على جميع بياناتك)
|
||||
- أي مواضيع أو إضافات مخصصة قمت بتعديلها
|
||||
|
||||
3. **حذف المجلدات القديمة**: احذف هذه المجلدات من تثبيت Bludit الحالي:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
|
||||
4. **تحميل الملفات الجديدة**: من حزمة Bludit الجديدة، قم بتحميل:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
- `index.php`
|
||||
- `install.php`
|
||||
- `.htaccess` (إذا كان موجودًا)
|
||||
|
||||
5. **الاحتفاظ بمحتواك**: **لا تستبدل** مجلد `bl-content/` - فهو يحتوي على جميع بياناتك
|
||||
|
||||
6. **تحديث Bludit**: افتح موقعك في متصفح. سيكتشف Bludit الإصدار الجديد ويقوم بتشغيل عملية الترقية تلقائيًا
|
||||
|
||||
7. **التحقق من موقعك**: بعد الترقية:
|
||||
- تسجيل الدخول إلى لوحة الإدارة
|
||||
- التحقق من ظهور محتواك بشكل صحيح
|
||||
- اختبار المواضيع والإضافات
|
||||
- مراجعة إعداداتك
|
||||
|
||||
8. **مسح ذاكرة التخزين المؤقت**: إذا واجهت مشاكل:
|
||||
- مسح ذاكرة التخزين المؤقت للمتصفح
|
||||
- إذا كنت تستخددم إضافة للتخزين المؤقت، امسح ذاكرتها المؤقتة
|
||||
- تحقق من سجلات الخادم للأخطاء
|
||||
|
||||
> **ملاحظة**: يحفظ Bludit جميع بياناتك كملفات JSON في `bl-content/databases/`. طالما حافظت على هذا المجلد سليمًا، فإن بياناتك آمنة.
|
||||
|
||||
## دعم Bludit
|
||||
|
||||
Bludit مفتوح المصدر ومجاني الاستخدام، لكن إذا وجدت المشروع مفيدًا وترغب في دعم تطويره، يمكنك المساهمة على [باتيريون](https://www.patreon.com/join/bludit). كرمز لتقديرنا، سيحصل الداعمون على Bludit PRO.
|
||||
|
||||
إذا كنت تفضل، يمكنك أيضًا تقديم تبرع لمرة واحدة لشراء قهوة أو بيرة لنا. كل مساهمة تساعدنا على مواصلة تحسين Bludit وتقديم أفضل تجربة ممكنة لمستخدمينا.
|
||||
|
||||
- [باي بال](https://www.paypal.me/bludit/10)
|
||||
- BTC (بيتكوين): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (إيثريوم): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## الترخيص
|
||||
|
||||
Bludit هو برمجية مفتوحة المصدر مرخصة بموجب [ترخيص MIT](https://tldrlegal.com/license/mit-license).
|
||||
@@ -1,85 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/de/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - das einfache, schnelle und flexible CMS.
|
||||
|
||||
Mit Bludit können Sie Ihre eigene Website oder Ihren Blog in Sekunden erstellen. Es ist völlig kostenlos, open-source und einfach zu bedienen. Bludit speichert Inhalte im JSON-Format, sodass keine Datenbankinstallation oder -konfiguration erforderlich ist. Alles, was Sie brauchen, ist ein Webserver mit PHP-Unterstützung.
|
||||
|
||||
Als Flat-File-CMS bietet Bludit unvergleichliche Flexibilität und Geschwindigkeit. Zudem macht die Unterstützung für Markdown- und HTML-Code das Erstellen und Verwalten von Inhalten einfacher denn je.
|
||||
|
||||
## Ressourcen
|
||||
|
||||
- [Plugins](https://plugins.bludit.com)
|
||||
- [Themes](https://themes.bludit.com)
|
||||
- [Dokumentation](https://docs.bludit.com)
|
||||
- Neuigkeiten und Ankündigungen auf [Twitter](https://twitter.com/bludit), [Facebook](https://www.facebook.com/bluditcms) und [Reddit](https://www.reddit.com/r/bludit/)
|
||||
- Gespräche und Chat auf [Discord](https://discord.gg/CFaXEdZWds)
|
||||
- Hilfe und Support auf [Forum](https://forum.bludit.org)
|
||||
- Fehlermeldungen auf [Github Issues](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## Anforderungen
|
||||
|
||||
- Webserver mit PHP-Unterstützung.
|
||||
- PHP Version 8.0 oder höher.
|
||||
- PHP-Modul [mbstring](http://php.net/manual/en/book.mbstring.php) für vollständige UTF-8-Unterstützung.
|
||||
- PHP-Modul [gd](http://php.net/manual/en/book.image.php) für Bildverarbeitung.
|
||||
- PHP-Modul [dom](http://php.net/manual/en/book.dom.php) für DOM-Manipulation.
|
||||
- PHP-Modul [json](http://php.net/manual/en/book.json.php) für JSON-Manipulation.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Laden Sie die neueste Version von der offiziellen Seite herunter: [Bludit.com](https://www.bludit.com/de/)
|
||||
2. Entpacken Sie die Zip-Datei in ein Verzeichnis, wie `bludit`.
|
||||
3. Laden Sie das Verzeichnis `bludit` auf Ihren Webserver oder Ihr Hosting hoch.
|
||||
4. Besuchen Sie Ihre Domain (z. B. https://example.com/bludit/).
|
||||
5. Folgen Sie dem Bludit-Installer, um Ihre Website einzurichten.
|
||||
|
||||
## Schnelle Installation zum Testen
|
||||
|
||||
Sie können den integrierten PHP-Webserver (`php -S localhost:8000`) oder Docker verwenden:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
Dann öffnen Sie http://localhost:8000
|
||||
|
||||
## Bludit aktualisieren
|
||||
|
||||
Die folgenden Schritte gelten für die Aktualisierung auf jede Version von Bludit derselben Hauptversion. Die Hauptversion ist die erste Ziffer in der Versionsnummer, zum Beispiel Bludit v3.x.
|
||||
|
||||
1. **Erstellen Sie ein vollständiges Backup**, keine Diskussion hier, vollständiges Backup der Dateien und Verzeichnisse. Das bedeutet, ALLE Dateien in einen neuen Ordner zu kopieren.
|
||||
2. **Merken Sie sich, welche Version von Bludit Sie verwenden** für ein mögliches Rollback.
|
||||
3. **Laden Sie die neueste Version** von der [offiziellen Seite](https://www.bludit.com) herunter.
|
||||
4. **Entpacken Sie die Zip-Datei**.
|
||||
5. **Ersetzen Sie vorhandene Dateien** durch die neuen Dateien.
|
||||
6. **Löschen Sie Ihren Browser-Cache**, und lesen Sie bitte den Hinweis unten.
|
||||
7. **Melden Sie sich im Administrationsbereich an** und überprüfen Sie Ihre Einstellungen.
|
||||
8. Fertig.
|
||||
|
||||
> **Hinweis:** Wenn Ihre Website hinter einem Server-Cache-System steht (z.B. bietet Cloudflare standardmäßig eines an), müssen Sie die Dateien dort ebenfalls löschen. Es ist auch eine gute Idee, Ihren Browser-Cache zu löschen. Bludit versucht, die Dateien mit den neuen zu laden, aber einige Komponenten wie TinyMCE werden möglicherweise nicht neu geladen und können Probleme in der Benutzeroberfläche verursachen oder JavaScript-Fehler werfen.
|
||||
|
||||
## Bludit unterstützen
|
||||
|
||||
Bludit ist open-source und kostenlos zu verwenden, aber wenn Sie das Projekt nützlich finden und seine Entwicklung unterstützen möchten, können Sie auf [Patreon](https://www.patreon.com/join/bludit) beitragen. Als Zeichen unserer Wertschätzung erhalten Unterstützer Bludit PRO.
|
||||
|
||||
Falls gewünscht, können Sie auch eine einmalige Spende machen, um uns einen Kaffee oder ein Bier zu spenden. Jeder Beitrag hilft uns, Bludit weiter zu verbessern und die beste Erfahrung für unsere Nutzer zu bieten.
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## Lizenz
|
||||
|
||||
Bludit ist open-source-Software unter der [MIT-Lizenz](https://tldrlegal.com/license/mit-license).
|
||||
@@ -1,85 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/es/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - CMS simple, rápido y flexible.
|
||||
|
||||
Con Bludit, puedes crear tu propio sitio web o blog en solo segundos. Es completamente gratuito, de código abierto y fácil de usar. Bludit almacena el contenido en formato JSON, eliminando la necesidad de instalar o configurar una base de datos. Todo lo que necesitas es un servidor web con soporte PHP.
|
||||
|
||||
Como CMS de archivos planos, Bludit ofrece una flexibilidad y velocidad inigualables. Además, con soporte para código Markdown y HTML, crear y gestionar contenido nunca ha sido tan fácil.
|
||||
|
||||
## Recursos
|
||||
|
||||
- [Plugins](https://plugins.bludit.com)
|
||||
- [Temas](https://themes.bludit.com)
|
||||
- [Documentación](https://docs.bludit.com)
|
||||
- Noticias y anuncios en [Twitter](https://twitter.com/bludit), [Facebook](https://www.facebook.com/bluditcms) y [Reddit](https://www.reddit.com/r/bludit/)
|
||||
- Charla y chat en [Discord](https://discord.gg/CFaXEdZWds)
|
||||
- Ayuda y soporte en [Foro](https://forum.bludit.org)
|
||||
- Reportes de errores en [Github Issues](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## Requisitos
|
||||
|
||||
- Servidor web con soporte PHP.
|
||||
- PHP versión 8.0 o superior.
|
||||
- Módulo PHP [mbstring](http://php.net/manual/en/book.mbstring.php) para soporte completo de UTF-8.
|
||||
- Módulo PHP [gd](http://php.net/manual/en/book.image.php) para procesamiento de imágenes.
|
||||
- Módulo PHP [dom](http://php.net/manual/en/book.dom.php) para manipulación de DOM.
|
||||
- Módulo PHP [json](http://php.net/manual/en/book.json.php) para manipulación de JSON.
|
||||
|
||||
## Instalación
|
||||
|
||||
1. Descarga la última versión desde la página oficial: [Bludit.com](https://www.bludit.com/es/)
|
||||
2. Extrae el archivo zip en un directorio, como `bludit`.
|
||||
3. Sube el directorio `bludit` a tu servidor web o hosting.
|
||||
4. Visita tu dominio (por ejemplo, https://example.com/bludit/).
|
||||
5. Sigue el instalador de Bludit para configurar tu sitio.
|
||||
|
||||
## Instalación rápida para pruebas
|
||||
|
||||
Puedes usar el servidor web incorporado de PHP (`php -S localhost:8000`) o Docker:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
Luego abre http://localhost:8000
|
||||
|
||||
## Actualizar Bludit
|
||||
|
||||
Los siguientes pasos son válidos para actualizar a cualquier versión de Bludit de la misma versión mayor. La versión mayor es el primer dígito en el número de versión, por ejemplo, Bludit v3.x.
|
||||
|
||||
1. **Haz una copia de seguridad completa**, sin discusión aquí, copia de seguridad completa de los archivos y directorios. Eso significa copiar TODOS los archivos en una nueva carpeta.
|
||||
2. **Recuerda qué versión de Bludit estás usando** para una posible reversión.
|
||||
3. **Descarga la última versión** desde la [página oficial](https://www.bludit.com).
|
||||
4. **Extrae el archivo zip**.
|
||||
5. **Reemplaza los archivos existentes** con los nuevos archivos.
|
||||
6. **Limpia la caché de tu navegador**, y por favor lee la nota a continuación.
|
||||
7. **Inicia sesión en el área de administración** y verifica tu configuración.
|
||||
8. Listo.
|
||||
|
||||
> **Nota:** Si tu sitio web está detrás de algún tipo de sistema de caché de servidor (por ejemplo, Cloudflare proporciona uno por defecto) necesitas purgar los archivos allí también. También es una buena idea limpiar la caché de tu navegador. Bludit intenta recargar los archivos con los nuevos, pero algunos componentes como TinyMCE pueden no recargarse y provocar problemas en la interfaz de usuario o generar errores de JavaScript.
|
||||
|
||||
## Apoya a Bludit
|
||||
|
||||
Bludit es de código abierto y gratuito para usar, pero si encuentras el proyecto útil y quieres apoyar su desarrollo, puedes contribuir en [Patreon](https://www.patreon.com/join/bludit). Como muestra de nuestra apreciación, los supporters recibirán Bludit PRO.
|
||||
|
||||
Si prefieres, también puedes hacer una donación única para comprarnos un café o una cerveza. Cada contribución nos ayuda a continuar mejorando Bludit y proporcionar la mejor experiencia posible a nuestros usuarios.
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## Licencia
|
||||
|
||||
Bludit es software de código abierto licenciado bajo la [licencia MIT](https://tldrlegal.com/license/mit-license).
|
||||
-116
@@ -1,116 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - le CMS simple, rapide et flexible.
|
||||
|
||||
Avec Bludit, vous pouvez créer votre propre site web ou blog en quelques secondes. Il est complètement gratuit, open-source et facile à utiliser. Bludit stocke le contenu au format JSON, éliminant le besoin d'installer ou de configurer une base de données. Tout ce dont vous avez besoin est un serveur web avec support PHP.
|
||||
|
||||
En tant que CMS flat-file, Bludit offre une flexibilité et une vitesse inégalées. De plus, avec le support pour le code Markdown et HTML, créer et gérer du contenu n'a jamais été aussi simple.
|
||||
|
||||
## Ressources
|
||||
|
||||
- [Plugins](https://plugins.bludit.com)
|
||||
- [Thèmes](https://themes.bludit.com)
|
||||
- [Documentation](https://docs.bludit.com)
|
||||
- Actualités et annonces sur [Twitter](https://twitter.com/bludit), [Facebook](https://www.facebook.com/bluditcms) et [Reddit](https://www.reddit.com/r/bludit/)
|
||||
- Discussion et chat sur [Discord](https://discord.gg/CFaXEdZWds)
|
||||
- Aide et support sur [Forum](https://forum.bludit.org)
|
||||
- Rapports de bugs sur [Github Issues](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## Exigences
|
||||
|
||||
- Serveur web avec support PHP.
|
||||
- PHP version 8.0 ou supérieure.
|
||||
- Module PHP [mbstring](http://php.net/manual/en/book.mbstring.php) pour un support UTF-8 complet.
|
||||
- Module PHP [gd](http://php.net/manual/en/book.image.php) pour le traitement d'images.
|
||||
- Module PHP [dom](http://php.net/manual/en/book.dom.php) pour la manipulation DOM.
|
||||
- Module PHP [json](http://php.net/manual/en/book.json.php) pour la manipulation JSON.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Téléchargez la dernière version depuis la page officielle : [Bludit.com](https://www.bludit.com)
|
||||
2. Extrayez le fichier zip dans un répertoire, tel que `bludit`.
|
||||
3. Téléchargez le répertoire `bludit` sur votre serveur web ou hébergement.
|
||||
4. Visitez votre domaine (par exemple, https://example.com/bludit/).
|
||||
5. Suivez l'installateur Bludit pour configurer votre site.
|
||||
|
||||
## Installation rapide pour tests
|
||||
|
||||
Vous pouvez utiliser le serveur web intégré de PHP (`php -S localhost:8000`) ou Docker :
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
Ensuite, ouvrez http://localhost:8000
|
||||
|
||||
## Mettre à jour Bludit
|
||||
|
||||
Avant de mettre à jour Bludit, **faites toujours une sauvegarde de votre site**. Cela inclut :
|
||||
- L'intégralité du dossier `bl-content/` (contient vos pages, bases de données, médias, paramètres)
|
||||
- Toute personnalisation apportée aux thèmes ou plugins
|
||||
|
||||
### Étapes de mise à jour
|
||||
|
||||
1. **Téléchargez la dernière version** : Obtenez la dernière version de Bludit depuis le [site officiel](https://www.bludit.com) ou [GitHub](https://github.com/bludit/bludit/releases)
|
||||
|
||||
2. **Créez une sauvegarde** : Copiez les dossiers suivants dans un endroit sûr :
|
||||
- `bl-content/` (le plus important - contient toutes vos données)
|
||||
- Tout thème ou plugin personnalisé que vous avez modifié
|
||||
|
||||
3. **Supprimez les anciens dossiers** : De votre installation Bludit actuelle, supprimez ces dossiers :
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
|
||||
4. **Téléversez les nouveaux fichiers** : Depuis le nouveau package Bludit, téléversez :
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
- `index.php`
|
||||
- `install.php`
|
||||
- `.htaccess` (si présent)
|
||||
|
||||
5. **Conservez votre contenu** : **NE remplacez PAS** le dossier `bl-content/` - il contient toutes vos données
|
||||
|
||||
6. **Mettez à jour Bludit** : Ouvrez votre site dans un navigateur. Bludit détectera la nouvelle version et exécutera automatiquement le processus de mise à jour
|
||||
|
||||
7. **Vérifiez votre site** : Après la mise à jour :
|
||||
- Connectez-vous au panneau d'administration
|
||||
- Vérifiez que votre contenu s'affiche correctement
|
||||
- Testez les thèmes et plugins
|
||||
- Vérifiez vos paramètres
|
||||
|
||||
8. **Videz le cache** : Si vous rencontrez des problèmes :
|
||||
- Videz le cache de votre navigateur
|
||||
- Si vous utilisez un plugin de mise en cache, videz son cache
|
||||
- Vérifiez les journaux du serveur pour les erreurs
|
||||
|
||||
> **Note** : Bludit stocke toutes vos données sous forme de fichiers JSON dans `bl-content/databases/`. Tant que vous conservez ce dossier intact, vos données sont en sécurité.
|
||||
|
||||
## Soutenir Bludit
|
||||
|
||||
Bludit est open-source et gratuit à utiliser, mais si vous trouvez le projet utile et souhaitez soutenir son développement, vous pouvez contribuer sur [Patreon](https://www.patreon.com/join/bludit). En signe de notre appréciation, les supporters recevront Bludit PRO.
|
||||
|
||||
Si vous préférez, vous pouvez également faire un don unique pour nous offrir un café ou une bière. Chaque contribution nous aide à continuer d'améliorer Bludit et à fournir la meilleure expérience possible à nos utilisateurs.
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## Licence
|
||||
|
||||
Bludit est un logiciel open-source sous [licence MIT](https://tldrlegal.com/license/mit-license).
|
||||
-117
@@ -1,117 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - सरल, तेज और लचीला CMS.
|
||||
|
||||
Bludit के साथ, आप कुछ सेकंड में अपनी खुद की वेबसाइट या ब्लॉग बना सकते हैं। यह पूरी तरह से मुफ्त, ओपन-सोर्स और उपयोग में आसान है। Bludit सामग्री को JSON प्रारूप में संग्रहीत करता है, जो डेटाबेस इंस्टॉलेशन या कॉन्फ़िगरेशन की आवश्यकता को समाप्त कर देता है। आपको केवल PHP सपोर्ट वाले वेब सर्वर की आवश्यकता है।
|
||||
|
||||
एक Flat-File CMS के रूप में, Bludit अद्वितीय लचीलापन और गति प्रदान करता है। इसके अलावा, Markdown और HTML कोड के समर्थन के साथ, सामग्री बनाना और प्रबंधित करना कभी इतना आसान नहीं रहा।
|
||||
|
||||
## संसाधन
|
||||
|
||||
- [प्लगइन्स](https://plugins.bludit.com)
|
||||
- [थीम्स](https://themes.bludit.com)
|
||||
- [दस्तावेज़ीकरण](https://docs.bludit.com)
|
||||
- समाचार और घोषणाएं [ट्विटर](https://twitter.com/bludit), [फेसबुक](https://www.facebook.com/bluditcms) और [रेडिट](https://www.reddit.com/r/bludit/) पर
|
||||
- बातचीत और चैट [डिस्कॉर्ड](https://discord.gg/CFaXEdZWds) पर
|
||||
- मदद और समर्थन [फोरम](https://forum.bludit.org) पर
|
||||
- बग रिपोर्ट [गिटहब इश्यूज](https://github.com/bludit/bludit/issues) पर
|
||||
|
||||
## आवश्यकताएँ
|
||||
|
||||
- PHP सपोर्ट वाला वेबसर्वर।
|
||||
- PHP v8.0 या उच्च संस्करण।
|
||||
- पूर्ण UTF-8 समर्थन के लिए PHP [mbstring](http://php.net/manual/en/book.mbstring.php) मॉड्यूल।
|
||||
- छवि प्रसंस्करण के लिए PHP [gd](http://php.net/manual/en/book.image.php) मॉड्यूल।
|
||||
- DOM मैनिपुलेशन के लिए PHP [dom](http://php.net/manual/en/book.dom.php) मॉड्यूल।
|
||||
- JSON मैनिपुलेशन के लिए PHP [json](http://php.net/manual/en/book.json.php) मॉड्यूल।
|
||||
|
||||
## इंस्टॉलेशन
|
||||
|
||||
1. आधिकारिक पेज से नवीनतम संस्करण डाउनलोड करें: [Bludit.com](https://www.bludit.com)
|
||||
2. ज़िप फ़ाइल को एक डायरेक्टरी में निकालें, जैसे `bludit`।
|
||||
3. `bludit` डायरेक्टरी को अपने वेब सर्वर या होस्टिंग पर अपलोड करें।
|
||||
4. अपना डोमेन विज़िट करें (उदा., https://example.com/bludit/)।
|
||||
5. अपनी वेबसाइट सेट अप करने के लिए Bludit इंस्टॉलर का पालन करें।
|
||||
|
||||
## परीक्षण के लिए त्वरित इंस्टॉलेशन
|
||||
|
||||
आप PHP बिल्ट-इन वेब सर्वर (`php -S localhost:8000`) या Docker का उपयोग कर सकते हैं:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
फिर http://localhost:8000 खोलें
|
||||
|
||||
## Bludit का अपग्रेड करें
|
||||
|
||||
Bludit को अपग्रेड करने से पहले, **हमेशा अपनी साइट का बैकअप लें**। इसमें शामिल हैं:
|
||||
- संपूर्ण `bl-content/` फ़ोल्डर (इसमें आपके पेज, डेटाबेस, मीडिया, सेटिंग्स हैं)
|
||||
- थीम या प्लगइन्स में किए गए कोई भी कस्टमाइज़ेशन
|
||||
|
||||
### अपग्रेड चरण
|
||||
|
||||
1. **नवीनतम संस्करण डाउनलोड करें**: [आधिकारिक वेबसाइट](https://www.bludit.com) या [GitHub](https://github.com/bludit/bludit/releases) से Bludit का नवीनतम संस्करण प्राप्त करें
|
||||
|
||||
2. **बैकअप बनाएं**: निम्नलिखित फ़ोल्डरों को सुरक्षित स्थान पर कॉपी करें:
|
||||
- `bl-content/` (सबसे महत्वपूर्ण - इसमें आपका सभी डेटा है)
|
||||
- कोई भी कस्टम थीम या प्लगइन्स जिन्हें आपने संशोधित किया है
|
||||
|
||||
3. **पुराने फ़ोल्डर हटाएं**: अपने वर्तमान Bludit इंस्टॉलेशन से ये फ़ोल्डर हटाएं:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
|
||||
4. **नई फाइलें अपलोड करें**: नए Bludit पैकेज से, अपलोड करें:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
- `index.php`
|
||||
- `install.php`
|
||||
- `.htaccess` (यदि मौजूद हो)
|
||||
|
||||
5. **अपनी सामग्री रखें**: `bl-content/` फ़ोल्डर को **प्रतिस्थापित न करें** - इसमें आपका सभी डेटा है
|
||||
|
||||
6. **Bludit अपडेट करें**: अपनी साइट को ब्राउज़र में खोलें। Bludit नए संस्करण का पता लगाएगा और स्वचालित रूप से अपग्रेड प्रक्रिया चलाएगा
|
||||
|
||||
7. **अपनी साइट सत्यापित करें**: अपग्रेड के बाद:
|
||||
- व्यवस्थापक पैनल में लॉग इन करें
|
||||
- सत्यापित करें कि आपकी सामग्री सही ढंग से दिखाई देती है
|
||||
- थीम और प्लगइन्स का परीक्षण करें
|
||||
- अपनी सेटिंग्स की समीक्षा करें
|
||||
|
||||
8. **कैश साफ़ करें**: यदि आपको समस्याएं आती हैं:
|
||||
- अपने ब्राउज़र का कैश साफ़ करें
|
||||
- यदि कैशिंग प्लगइन का उपयोग कर रहे हैं, तो इसका कैश साफ़ करें
|
||||
- त्रुटियों के लिए सर्वर लॉग जांचें
|
||||
|
||||
> **नोट**: Bludit आपके सभी डेटा को `bl-content/databases/` में JSON फाइलों के रूप में संग्रहीत करता है। जब तक आप इस फ़ोल्डर को बरकरार रखते हैं, आपका डेटा सुरक्षित है।
|
||||
|
||||
## Bludit का समर्थन करें
|
||||
|
||||
Bludit ओपन-सोर्स और उपयोग करने के लिए मुफ्त है, लेकिन यदि आपको प्रोजेक्ट उपयोगी लगता है और इसके विकास का समर्थन करना चाहते हैं, तो आप [पैट्रियन](https://www.patreon.com/join/bludit) पर योगदान दे सकते हैं। हमारी सराहना के प्रतीक के रूप में, समर्थक Bludit PRO प्राप्त करेंगे।
|
||||
|
||||
यदि आप चाहें, तो आप हमें कॉफी या बीयर खरीदने के लिए एक बार का दान भी कर सकते हैं। हर योगदान हमें Bludit को बेहतर बनाने और हमारे उपयोगकर्ताओं के लिए सर्वोत्तम संभव अनुभव प्रदान करने में मदद करता है।
|
||||
|
||||
- [पेपाल](https://www.paypal.me/bludit/10)
|
||||
- BTC (बिटकॉइन): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (ईथीरियम): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
|
||||
## लाइसेंस
|
||||
|
||||
Bludit MIT लाइसेंस के तहत लाइसेंस प्राप्त ओपन सोर्स सॉफ्टवेयर है।
|
||||
-116
@@ -1,116 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - il CMS semplice, veloce e flessibile.
|
||||
|
||||
Con Bludit, puoi creare il tuo sito web o blog in pochi secondi. È completamente gratuito, open-source e facile da usare. Bludit memorizza i contenuti in formato JSON, eliminando la necessità di installare o configurare un database. Tutto ciò di cui hai bisogno è un server web con supporto PHP.
|
||||
|
||||
Come CMS flat-file, Bludit offre una flessibilità e velocità senza pari. Inoltre, con il supporto per codice Markdown e HTML, creare e gestire contenuti non è mai stato così facile.
|
||||
|
||||
## Risorse
|
||||
|
||||
- [Plugin](https://plugins.bludit.com)
|
||||
- [Temi](https://themes.bludit.com)
|
||||
- [Documentazione](https://docs.bludit.com)
|
||||
- Notizie e annunci su [Twitter](https://twitter.com/bludit), [Facebook](https://www.facebook.com/bluditcms) e [Reddit](https://www.reddit.com/r/bludit/)
|
||||
- Conversazioni e chat su [Discord](https://discord.gg/CFaXEdZWds)
|
||||
- Aiuto e supporto su [Forum](https://forum.bludit.org)
|
||||
- Segnalazioni di bug su [Github Issues](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## Requisiti
|
||||
|
||||
- Server web con supporto PHP.
|
||||
- PHP versione 8.0 o superiore.
|
||||
- Modulo PHP [mbstring](http://php.net/manual/en/book.mbstring.php) per supporto completo UTF-8.
|
||||
- Modulo PHP [gd](http://php.net/manual/en/book.image.php) per elaborazione immagini.
|
||||
- Modulo PHP [dom](http://php.net/manual/en/book.dom.php) per manipolazione DOM.
|
||||
- Modulo PHP [json](http://php.net/manual/en/book.json.php) per manipolazione JSON.
|
||||
|
||||
## Installazione
|
||||
|
||||
1. Scarica l'ultima versione dalla pagina ufficiale: [Bludit.com](https://www.bludit.com)
|
||||
2. Estrai il file zip in una directory, come `bludit`.
|
||||
3. Carica la directory `bludit` sul tuo server web o hosting.
|
||||
4. Visita il tuo dominio (ad esempio, https://example.com/bludit/).
|
||||
5. Segui l'installatore Bludit per configurare il tuo sito.
|
||||
|
||||
## Installazione rapida per test
|
||||
|
||||
Puoi usare il server web integrato di PHP (`php -S localhost:8000`) oppure Docker:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
Poi apri http://localhost:8000
|
||||
|
||||
## Aggiornare Bludit
|
||||
|
||||
Prima di aggiornare Bludit, **fai sempre un backup del tuo sito**. Questo include:
|
||||
- L'intera cartella `bl-content/` (contiene le tue pagine, database, media, impostazioni)
|
||||
- Qualsiasi personalizzazione fatta a temi o plugin
|
||||
|
||||
### Passaggi per l'Aggiornamento
|
||||
|
||||
1. **Scarica l'ultima versione**: Ottieni l'ultima versione di Bludit dal [sito ufficiale](https://www.bludit.com) o da [GitHub](https://github.com/bludit/bludit/releases)
|
||||
|
||||
2. **Crea un backup**: Copia le seguenti cartelle in un luogo sicuro:
|
||||
- `bl-content/` (più importante - contiene tutti i tuoi dati)
|
||||
- Qualsiasi tema o plugin personalizzato che hai modificato
|
||||
|
||||
3. **Elimina le vecchie cartelle**: Dalla tua installazione Bludit corrente, elimina queste cartelle:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
|
||||
4. **Carica i nuovi file**: Dal nuovo pacchetto Bludit, carica:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
- `index.php`
|
||||
- `install.php`
|
||||
- `.htaccess` (se presente)
|
||||
|
||||
5. **Mantieni il tuo contenuto**: **NON sostituire** la cartella `bl-content/` - contiene tutti i tuoi dati
|
||||
|
||||
6. **Aggiorna Bludit**: Apri il tuo sito in un browser. Bludit rileverà la nuova versione ed eseguirà automaticamente il processo di aggiornamento
|
||||
|
||||
7. **Verifica il tuo sito**: Dopo l'aggiornamento:
|
||||
- Accedi al pannello di amministrazione
|
||||
- Verifica che il tuo contenuto appaia correttamente
|
||||
- Testa temi e plugin
|
||||
- Controlla le tue impostazioni
|
||||
|
||||
8. **Cancella la cache**: Se riscontri problemi:
|
||||
- Cancella la cache del browser
|
||||
- Se usi un plugin di caching, cancella la sua cache
|
||||
- Controlla i log del server per errori
|
||||
|
||||
> **Nota**: Bludit memorizza tutti i tuoi dati come file JSON in `bl-content/databases/`. Finché mantieni questa cartella intatta, i tuoi dati sono al sicuro.
|
||||
|
||||
## Supporta Bludit
|
||||
|
||||
Bludit è open-source e gratuito da usare, ma se trovi il progetto utile e vuoi supportarne lo sviluppo, puoi contribuire su [Patreon](https://www.patreon.com/join/bludit). Come segno della nostra apprezzamento, i sostenitori riceveranno Bludit PRO.
|
||||
|
||||
Se preferisci, puoi anche fare una donazione una tantum per offrirci un caffè o una birra. Ogni contributo ci aiuta a continuare a migliorare Bludit e fornire la migliore esperienza possibile ai nostri utenti.
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## Licenza
|
||||
|
||||
Bludit è software open-source con licenza [MIT](https://tldrlegal.com/license/mit-license).
|
||||
-116
@@ -1,116 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - シンプルで高速で柔軟なCMS。
|
||||
|
||||
Bluditを使えば、数秒で自分のウェブサイトやブログを作成できます。完全に無料でオープンソースで使いやすいです。BluditはコンテンツをJSON形式で保存するため、データベースのインストールや設定は必要ありません。必要なのはPHPをサポートするウェブサーバーだけです。
|
||||
|
||||
フラットファイルCMSとして、Bluditは比類のない柔軟性と速度を提供します。さらに、MarkdownとHTMLコードのサポートにより、コンテンツの作成と管理がこれまで以上に簡単になりました。
|
||||
|
||||
## リソース
|
||||
|
||||
- [プラグイン](https://plugins.bludit.com)
|
||||
- [テーマ](https://themes.bludit.com)
|
||||
- [ドキュメント](https://docs.bludit.com)
|
||||
- ニュースと発表は[Twitter](https://twitter.com/bludit)、[Facebook](https://www.facebook.com/bluditcms)、[Reddit](https://www.reddit.com/r/bludit/)で
|
||||
- トークとチャットは[Discord](https://discord.gg/CFaXEdZWds)で
|
||||
- ヘルプとサポートは[フォーラム](https://forum.bludit.org)で
|
||||
- バグレポートは[Github Issues](https://github.com/bludit/bludit/issues)で
|
||||
|
||||
## 要件
|
||||
|
||||
- PHPをサポートするウェブサーバー。
|
||||
- PHPバージョン8.0以上。
|
||||
- UTF-8の完全サポートのためのPHP [mbstring](http://php.net/manual/en/book.mbstring.php)モジュール。
|
||||
- 画像処理のためのPHP [gd](http://php.net/manual/en/book.image.php)モジュール。
|
||||
- DOM操作のためのPHP [dom](http://php.net/manual/en/book.dom.php)モジュール。
|
||||
- JSON操作のためのPHP [json](http://php.net/manual/en/book.json.php)モジュール。
|
||||
|
||||
## インストール
|
||||
|
||||
1. 公式ページから最新バージョンをダウンロード:[Bludit.com](https://www.bludit.com)
|
||||
2. zipファイルをディレクトリに展開、例えば`bludit`。
|
||||
3. `bludit`ディレクトリをウェブサーバーまたはホスティングにアップロード。
|
||||
4. ドメインにアクセス(例: https://example.com/bludit/)。
|
||||
5. Bluditインストーラーに従ってサイトを設定。
|
||||
|
||||
## テストのためのクイックインストール
|
||||
|
||||
PHPの組み込みウェブサーバー(`php -S localhost:8000`)またはDockerを使用できます:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
その後 http://localhost:8000 を開いてください
|
||||
|
||||
## Bluditのアップグレード
|
||||
|
||||
Bluditをアップグレードする前に、**必ずサイトをバックアップしてください**。これには以下が含まれます:
|
||||
- `bl-content/` フォルダ全体(ページ、データベース、メディア、設定を含みます)
|
||||
- テーマやプラグインへのカスタマイズ
|
||||
|
||||
### アップグレード手順
|
||||
|
||||
1. **最新バージョンをダウンロード**: [公式ウェブサイト](https://www.bludit.com)または[GitHub](https://github.com/bludit/bludit/releases)からBluditの最新バージョンを入手
|
||||
|
||||
2. **バックアップを作成**: 以下のフォルダを安全な場所にコピー:
|
||||
- `bl-content/`(最も重要 - すべてのデータが含まれています)
|
||||
- 変更したカスタムテーマやプラグイン
|
||||
|
||||
3. **古いフォルダを削除**: 現在のBluditインストールから以下のフォルダを削除:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
|
||||
4. **新しいファイルをアップロード**: 新しいBluditパッケージから以下をアップロード:
|
||||
- `bl-kernel/`
|
||||
- `bl-languages/`
|
||||
- `bl-plugins/`
|
||||
- `bl-themes/`
|
||||
- `index.php`
|
||||
- `install.php`
|
||||
- `.htaccess`(存在する場合)
|
||||
|
||||
5. **コンテンツを保持**: `bl-content/` フォルダは**置き換えないでください** - すべてのデータが含まれています
|
||||
|
||||
6. **Bluditを更新**: ブラウザでサイトを開きます。Bluditは新しいバージョンを検出し、自動的にアップグレードプロセスを実行します
|
||||
|
||||
7. **サイトを検証**: アップグレード後:
|
||||
- 管理パネルにログイン
|
||||
- コンテンツが正しく表示されることを確認
|
||||
- テーマとプラグインをテスト
|
||||
- 設定を確認
|
||||
|
||||
8. **キャッシュをクリア**: 問題が発生した場合:
|
||||
- ブラウザのキャッシュをクリア
|
||||
- キャッシングプラグインを使用している場合は、そのキャッシュをクリア
|
||||
- エラーがないかサーバーログを確認
|
||||
|
||||
> **注意**: Bluditはすべてのデータを`bl-content/databases/`にJSONファイルとして保存します。このフォルダを無傷に保つ限り、データは安全です。
|
||||
|
||||
## Bluditをサポート
|
||||
|
||||
Bluditはオープンソースで無料ですが、プロジェクトが有用だと感じて開発をサポートしたい場合は、[Patreon](https://www.patreon.com/join/bludit)で貢献できます。私たちの感謝の印として、サポーターはBludit PROを受け取ります。
|
||||
|
||||
好みに応じて、コーヒーやビールを買うための1回限りの寄付も可能です。すべての貢献がBluditの改善とユーザーへの最高の体験提供に役立ちます。
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## ライセンス
|
||||
|
||||
Bluditは[MITライセンス](https://tldrlegal.com/license/mit-license)下のオープンソースソフトウェアです。
|
||||
@@ -1,85 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - o CMS simples, rápido e flexível.
|
||||
|
||||
Com o Bludit, você pode criar seu próprio site ou blog em segundos. É completamente gratuito, de código aberto e fácil de usar. O Bludit armazena o conteúdo em formato JSON, eliminando a necessidade de instalação ou configuração de banco de dados. Tudo o que você precisa é de um servidor web com suporte a PHP.
|
||||
|
||||
Como um CMS de arquivos planos, o Bludit oferece flexibilidade e velocidade incomparáveis. Além disso, com suporte a código Markdown e HTML, criar e gerenciar conteúdo nunca foi tão fácil.
|
||||
|
||||
## Recursos
|
||||
|
||||
- [Plugins](https://plugins.bludit.com)
|
||||
- [Temas](https://themes.bludit.com)
|
||||
- [Documentação](https://docs.bludit.com)
|
||||
- Notícias e anúncios no [Twitter](https://twitter.com/bludit), [Facebook](https://www.facebook.com/bluditcms) e [Reddit](https://www.reddit.com/r/bludit/)
|
||||
- Conversa e chat no [Discord](https://discord.gg/CFaXEdZWds)
|
||||
- Ajuda e suporte no [Fórum](https://forum.bludit.org)
|
||||
- Relatórios de bugs no [Github Issues](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## Requisitos
|
||||
|
||||
- Servidor web com suporte a PHP.
|
||||
- PHP v8.0 ou versão superior.
|
||||
- Módulo PHP [mbstring](http://php.net/manual/en/book.mbstring.php) para suporte completo a UTF-8.
|
||||
- Módulo PHP [gd](http://php.net/manual/en/book.image.php) para processamento de imagens.
|
||||
- Módulo PHP [dom](http://php.net/manual/en/book.dom.php) para manipulação de DOM.
|
||||
- Módulo PHP [json](http://php.net/manual/en/book.json.php) para manipulação de JSON.
|
||||
|
||||
## Instalação
|
||||
|
||||
1. Baixe a versão mais recente da página oficial: [Bludit.com](https://www.bludit.com)
|
||||
2. Extraia o arquivo zip em um diretório, como `bludit`.
|
||||
3. Carregue o diretório `bludit` para o seu servidor web ou hospedagem.
|
||||
4. Visite o seu domínio (ex.: https://example.com/bludit/).
|
||||
5. Siga o instalador do Bludit para configurar o seu site.
|
||||
|
||||
## Instalação rápida para testes
|
||||
|
||||
Você pode usar o servidor web integrado do PHP (`php -S localhost:8000`) ou Docker:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
Em seguida, abra http://localhost:8000
|
||||
|
||||
## Atualizar o Bludit
|
||||
|
||||
As etapas a seguir são válidas para atualizar para qualquer versão do Bludit da mesma versão principal. A versão principal é o primeiro dígito no número da versão, por exemplo, Bludit v3.x.
|
||||
|
||||
1. **Faça um backup completo**, sem discussão aqui, backup completo dos arquivos e diretórios. Isso significa copiar TODOS os arquivos para uma nova pasta.
|
||||
2. **Lembre-se de qual versão do Bludit você está usando** para um possível rollback.
|
||||
3. **Baixe a versão mais recente** da [página oficial](https://www.bludit.com).
|
||||
4. **Extraia o arquivo zip**.
|
||||
5. **Substitua os arquivos existentes** pelos novos arquivos.
|
||||
6. **Limpe o cache do seu navegador**, e por favor leia a nota abaixo.
|
||||
7. **Faça login na área de administração** e verifique suas configurações.
|
||||
8. Concluído.
|
||||
|
||||
> **Nota:** Se o seu site estiver atrás de algum tipo de sistema de cache de servidor (por exemplo, Cloudflare fornece um por padrão), você precisa limpar os arquivos lá também. Também é uma boa ideia limpar o cache do seu navegador. O Bludit tenta recarregar os arquivos com os novos, mas alguns componentes como TinyMCE podem não recarregar e provocar problemas na interface do usuário ou gerar erros de JavaScript.
|
||||
|
||||
## Apoie o Bludit
|
||||
|
||||
O Bludit é de código aberto e gratuito para uso, mas se você achar o projeto útil e quiser apoiar seu desenvolvimento, pode contribuir no [Patreon](https://www.patreon.com/join/bludit). Como sinal de nossa apreciação, os apoiadores receberão o Bludit PRO.
|
||||
|
||||
Se preferir, você também pode fazer uma doação única para nos comprar um café ou uma cerveja. Cada contribuição nos ajuda a continuar melhorando o Bludit e fornecer a melhor experiência possível aos nossos usuários.
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## Licença
|
||||
|
||||
O Bludit é software de código aberto licenciado sob a [licença MIT](https://tldrlegal.com/license/mit-license).
|
||||
@@ -1,83 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - простой, быстрый и гибкий CMS.
|
||||
|
||||
С Bludit вы можете создать собственный веб-сайт или блог всего за несколько секунд. Это полностью бесплатный, с открытым исходным кодом и простой в использовании CMS. Bludit хранит контент в формате JSON, что устраняет необходимость установки или настройки базы данных. Все, что вам нужно — это веб-сервер с поддержкой PHP.
|
||||
|
||||
Как Flat-File CMS, Bludit предлагает непревзойденную гибкость и скорость. Кроме того, с поддержкой как Markdown, так и HTML кода, создание и управление контентом стало еще проще.
|
||||
|
||||
## Ресурсы
|
||||
|
||||
- [Плагины](https://plugins.bludit.com)
|
||||
- [Темы](https://themes.bludit.com)
|
||||
- [Документация](https://docs.bludit.com)
|
||||
- Новости и объявления в [Твиттере](https://twitter.com/bludit), [Фейсбуке](https://www.facebook.com/bluditcms) и [Реддите](https://www.reddit.com/r/bludit/)
|
||||
- Общение и чат в [Discord](https://discord.gg/CFaXEdZWds)
|
||||
- Помощь и поддержка на [форуме](https://forum.bludit.org)
|
||||
- Сообщения об ошибках на [Github Issues](https://github.com/bludit/bludit/issues)
|
||||
|
||||
## Требования
|
||||
|
||||
- Веб-сервер с поддержкой PHP.
|
||||
- PHP версии 8.0 или выше.
|
||||
- PHP-модуль [mbstring](http://php.net/manual/en/book.mbstring.php) для полной поддержки UTF-8.
|
||||
- PHP-модуль [gd](http://php.net/manual/en/book.image.php) для обработки изображений.
|
||||
- PHP-модуль [dom](http://php.net/manual/en/book.dom.php) для работы с DOM.
|
||||
- PHP-модуль [json](http://php.net/manual/en/book.json.php) для работы с JSON.
|
||||
|
||||
## Установка
|
||||
|
||||
1. Скачайте последнюю версию с официальной страницы: [Bludit.com](https://www.bludit.com)
|
||||
2. Распакуйте zip-файл в каталог, например `bludit`.
|
||||
3. Загрузите каталог `bludit` на ваш веб-сервер или хостинг.
|
||||
4. Перейдите на ваш домен (например, https://example.com/bludit/).
|
||||
5. Следуйте установщику Bludit для настройки вашего сайта.
|
||||
|
||||
## Быстрая установка для тестирования
|
||||
|
||||
Вы можете использовать встроенный веб-сервер PHP (`php -S localhost:8000`) или Docker:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
Затем откройте http://localhost:8000
|
||||
## Обновление Bludit
|
||||
|
||||
Следующие шаги действительны для обновления до любой версии Bludit той же основной версии. Основная версия - это первая цифра в номере версии, например, Bludit v3.x.
|
||||
|
||||
1. **Сделайте полную резервную копию**, никаких обсуждений, полная резервная копия файлов и каталогов. Это означает копирование ВСЕХ файлов в новую папку.
|
||||
2. **Запомните, какую версию Bludit вы используете** для возможного отката.
|
||||
3. **Загрузите последнюю версию** с [официальной страницы](https://www.bludit.com).
|
||||
4. **Извлеките zip-файл**.
|
||||
5. **Замените существующие файлы** новыми файлами.
|
||||
6. **Очистите кеш браузера**, и пожалуйста, прочитайте примечание ниже.
|
||||
7. **Войдите в административную область** и проверьте свои настройки.
|
||||
8. Готово.
|
||||
|
||||
> **Примечание:** Если ваш веб-сайт находится за какой-либо системой кеширования сервера (например, Cloudflare предоставляет ее по умолчанию), вам также необходимо очистить файлы там. Также рекомендуется очистить кеш браузера. Bludit пытается перезагрузить файлы с новыми, но некоторые компоненты, такие как TinyMCE, могут не перезагрузиться и вызвать проблемы в пользовательском интерфейсе или вызвать ошибки JavaScript.
|
||||
## Поддержать Bludit
|
||||
|
||||
Bludit - это проект с открытым исходным кодом и бесплатный для использования, но если вы считаете его полезным и хотите поддержать развитие, вы можете сделать пожертвование на [Patreon](https://www.patreon.com/join/bludit). В знак нашей благодарности, поддерживающие получат Bludit PRO.
|
||||
|
||||
Если хотите, вы также можете сделать одноразовое пожертвование, чтобы угостить нас кофе или пивом. Каждое пожертвование помогает нам продолжать улучшать Bludit и предоставлять лучший опыт нашим пользователям.
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## Лицензия
|
||||
|
||||
Bludit - это программное обеспечение с открытым исходным кодом, лицензированное по [MIT лицензии](https://tldrlegal.com/license/mit-license).
|
||||
@@ -1,83 +0,0 @@
|
||||
# [Bludit](https://www.bludit.com/)
|
||||
|
||||
[](README.md)
|
||||
[](README.es.md)
|
||||
[](README.ar.md)
|
||||
[](README.zh.md)
|
||||
[](README.fr.md)
|
||||
[](README.de.md)
|
||||
[](README.hi.md)
|
||||
[](README.ja.md)
|
||||
[](README.pt.md)
|
||||
[](README.ru.md)
|
||||
|
||||
Bludit - 简单、快速、灵活的CMS。
|
||||
|
||||
使用Bludit,您可以在几秒钟内构建自己的网站或博客。它完全免费、开源且易于使用。Bludit将内容存储在JSON格式中,消除了安装或配置数据库的需要。您只需要一个支持PHP的Web服务器。
|
||||
|
||||
作为Flat-File CMS,Bludit提供了无与伦比的灵活性和速度。而且,支持Markdown和HTML代码,创建和管理内容从未如此简单。
|
||||
|
||||
## 资源
|
||||
|
||||
- [插件](https://plugins.bludit.com)
|
||||
- [主题](https://themes.bludit.com)
|
||||
- [文档](https://docs.bludit.com)
|
||||
- 新闻和公告在[Twitter](https://twitter.com/bludit)、[Facebook](https://www.facebook.com/bluditcms)和[Reddit](https://www.reddit.com/r/bludit/)上
|
||||
- 对话和聊天在[Discord](https://discord.gg/CFaXEdZWds)上
|
||||
- 帮助和支持在[论坛](https://forum.bludit.org)上
|
||||
- 错误报告在[Github Issues](https://github.com/bludit/bludit/issues)上
|
||||
|
||||
## 要求
|
||||
|
||||
- 支持PHP的Web服务器。
|
||||
- PHP版本8.0或更高。
|
||||
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php)模块用于完整的UTF-8支持。
|
||||
- PHP [gd](http://php.net/manual/en/book.image.php)模块用于图像处理。
|
||||
- PHP [dom](http://php.net/manual/en/book.dom.php)模块用于DOM操作。
|
||||
- PHP [json](http://php.net/manual/en/book.json.php)模块用于JSON操作。
|
||||
|
||||
## 安装
|
||||
|
||||
1. 从官方页面下载最新版本:[Bludit.com](https://www.bludit.com)
|
||||
2. 将zip文件解压到目录中,例如`bludit`。
|
||||
3. 将`bludit`目录上传到您的Web服务器或托管。
|
||||
4. 访问您的域名(例如,https://example.com/bludit/)。
|
||||
5. 按照Bludit安装程序设置您的网站。
|
||||
|
||||
## 测试的快速安装
|
||||
|
||||
您可以使用PHP内置Web服务器(`php -S localhost:8000`)或 Docker:
|
||||
|
||||
```bash
|
||||
docker pull bludit/docker:latest
|
||||
docker run -d --name bludit -p 8000:80 bludit/docker:latest
|
||||
```
|
||||
|
||||
然后打开 http://localhost:8000
|
||||
## 升级 Bludit
|
||||
|
||||
以下步骤适用于从相同主版本升级到 Bludit 的任何版本。主版本是版本号中的第一位数字,例如 Bludit v3.x。
|
||||
|
||||
1. **进行完整备份**,这里不讨论,完整备份文件和目录。这意味着将所有文件复制到一个新文件夹。
|
||||
2. **记住您正在使用的 Bludit 版本**,以便可能的回滚。
|
||||
3. **从[官方页面](https://www.bludit.com)下载最新版本**。
|
||||
4. **解压 zip 文件**。
|
||||
5. **用新文件替换现有文件**。
|
||||
6. **清除浏览器缓存**,请阅读下面的注释。
|
||||
7. **登录管理区域**并检查您的设置。
|
||||
8. 完成。
|
||||
|
||||
> **注意:** 如果您的网站位于某种服务器缓存系统后面(例如,Cloudflare 默认提供一个),您也需要在那里清除文件。清除浏览器缓存也是一个好主意。Bludit 尝试用新文件重新加载文件,但某些组件(如 TinyMCE)可能无法重新加载,并在 UI 中引发一些问题或抛出 JavaScript 错误。
|
||||
## 支持Bludit
|
||||
|
||||
Bludit是开源且免费使用的,但如果您发现该项目有用并希望支持其开发,您可以在[Patreon](https://www.patreon.com/join/bludit)上贡献。作为我们感激的象征,支持者将收到Bludit PRO。
|
||||
|
||||
如果您愿意,您也可以进行一次性捐赠,为我们买杯咖啡或啤酒。每笔贡献都帮助我们继续改进Bludit并为用户提供最佳体验。
|
||||
|
||||
- [PayPal](https://www.paypal.me/bludit/10)
|
||||
- BTC (Bitcoin): [bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph](https://www.blockchain.com/explorer/addresses/btc/bc1qtets5pdj73uyysjpegfh2gar4pfywra4rglcph)
|
||||
- ETH (Ethereum): [0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7](https://www.blockchain.com/explorer/addresses/eth/0x0d7D58D848aA5f175D75Ce4bC746bAC107f331b7)
|
||||
|
||||
## 许可证
|
||||
|
||||
Bludit是根据[MIT许可证](https://tldrlegal.com/license/mit-license)许可的开源软件。
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user