Merge branch 'master' of github.com:dignajar/bludit
This commit is contained in:
commit
1600972b48
15
README.md
15
README.md
|
@ -6,6 +6,8 @@ Bludit is a web application to build your own **website** or **blog** in seconds
|
||||||
|
|
||||||
Bludit supports **Markdown** and **HTML code** for the content.
|
Bludit supports **Markdown** and **HTML code** for the content.
|
||||||
|
|
||||||
|
Bludit is a **Flat-File** CMS.
|
||||||
|
|
||||||
- [Documentation](https://docs.bludit.com)
|
- [Documentation](https://docs.bludit.com)
|
||||||
- [Help and Support](https://forum.bludit.org)
|
- [Help and Support](https://forum.bludit.org)
|
||||||
- [Plugins](https://plugins.bludit.com)
|
- [Plugins](https://plugins.bludit.com)
|
||||||
|
@ -29,29 +31,20 @@ Requirements
|
||||||
|
|
||||||
You just need a web server with PHP support.
|
You just need a web server with PHP support.
|
||||||
|
|
||||||
PHP v5.3 or higher.
|
|
||||||
PHP mbstring module for full UTF-8 support.
|
|
||||||
PHP gd module for image processing.
|
|
||||||
PHP dom module for DOM manipulation.
|
|
||||||
PHP json module for JSON manipulation.
|
|
||||||
Supported web servers:
|
|
||||||
Bludit supports almost every webserver
|
|
||||||
PHP Built-in web server
|
|
||||||
|
|
||||||
- PHP v5.3 or higher.
|
- PHP v5.3 or higher.
|
||||||
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
|
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
|
||||||
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
|
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
|
||||||
- PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation.
|
- PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation.
|
||||||
- PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.
|
- PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.
|
||||||
- Supported web servers:
|
- Supported web servers:
|
||||||
* Bludit supports almost every webserver
|
* Bludit supports almost every web server
|
||||||
* PHP Built-in web server (`php -S localhost:8000`)
|
* PHP Built-in web server (`php -S localhost:8000`)
|
||||||
|
|
||||||
Installation Guide
|
Installation Guide
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com)
|
1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com)
|
||||||
2. Extract the zip file into a directory like bludit.
|
2. Extract the zip file into a directory like `bludit`.
|
||||||
3. Upload the directory `bludit` to your web server or hosting.
|
3. Upload the directory `bludit` to your web server or hosting.
|
||||||
4. Visit your domain https://example.com/bludit/
|
4. Visit your domain https://example.com/bludit/
|
||||||
5. Follow the Bludit Installer to configure the website.
|
5. Follow the Bludit Installer to configure the website.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"native": "Deutsch (Schweiz)",
|
"native": "Deutsch (Schweiz)",
|
||||||
"english-name": "German",
|
"english-name": "German",
|
||||||
"locale": "de, de_CH",
|
"locale": "de, de_CH",
|
||||||
"last-update": "2018-02-27",
|
"last-update": "2018-03-04",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Clickwork https:\/\/clickwork.ch",
|
"Clickwork https:\/\/clickwork.ch",
|
||||||
"blog2read https:\/\/github.com\/blog2read",
|
"blog2read https:\/\/github.com\/blog2read",
|
||||||
|
@ -281,12 +281,12 @@
|
||||||
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
|
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
|
||||||
"read-more": "Weiterlesen",
|
"read-more": "Weiterlesen",
|
||||||
"remember-me": "Angemeldet bleiben",
|
"remember-me": "Angemeldet bleiben",
|
||||||
"plugins-position": "Plugin position",
|
"plugins-position": "Reihenfolge der Plugins",
|
||||||
"plugins-sorted": "Plugins sorted",
|
"plugins-sorted": "Reihenfolge der Plugins geändert",
|
||||||
"plugins-position-changed": "Die Reihenfolge der Plugins wurde geändert.",
|
"plugins-position-changed": "Die Reihenfolge der Plugins wurde geändert.",
|
||||||
"drag-and-drop-to-set-the-position-of-the-plugin": "Die Reihenfolge der Plugins kann mit \"Drag and Drop\" geändert werden",
|
"drag-and-drop-to-set-the-position-of-the-plugin": "Die Reihenfolge der Plugins kann mit \"Drag and Drop\" geändert werden",
|
||||||
"change-the-position-of-the-plugins": "Reihenfolge der Plugins bearbeiten",
|
"change-the-position-of-the-plugins": "Reihenfolge der Plugins bearbeiten",
|
||||||
"reading-time": "Reading time",
|
"reading-time": "Lesezeit",
|
||||||
"minutes": "Minuten",
|
"minutes": "Minuten",
|
||||||
"minute": "Minute",
|
"minute": "Minute",
|
||||||
"example-page-1-slug": "veroeffentliche-deine-inhalte",
|
"example-page-1-slug": "veroeffentliche-deine-inhalte",
|
||||||
|
@ -295,10 +295,10 @@
|
||||||
"example-page-2-slug": "richte-deine-website-ein",
|
"example-page-2-slug": "richte-deine-website-ein",
|
||||||
"example-page-2-title": "Richte deine Website ein",
|
"example-page-2-title": "Richte deine Website ein",
|
||||||
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings-general) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
|
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings-general) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
|
||||||
"example-page-3-slug": "follow-bludit",
|
"example-page-3-slug": "folge-bludit",
|
||||||
"example-page-3-title": "Follow Bludit",
|
"example-page-3-title": "Folge Bludit",
|
||||||
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
|
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, neue Themes, und neue Plugins in den sozialen Netzwerken [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) und [GooglePlus](https:\/\/plus.google.com\/+Bluditcms), über den [Blog](https:\/\/blog.bludit.com) oder indem du den [deutschsprachigen Newsletter](http:\/\/eepurl.com/b6mpKf) abonnierst.",
|
||||||
"example-page-4-slug": "ueber",
|
"example-page-4-slug": "ueber",
|
||||||
"example-page-4-title": "Über",
|
"example-page-4-title": "Über",
|
||||||
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc."
|
"example-page-4-content": "Die Seite \"Über\" ist eine vielbeachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw."
|
||||||
}
|
}
|
||||||
|
|
|
@ -282,24 +282,24 @@
|
||||||
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
|
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Dieses Theme wird möglicherweise von der installierten Version von Bludit nicht unterstützt.",
|
||||||
"read-more": "Weiterlesen",
|
"read-more": "Weiterlesen",
|
||||||
"remember-me": "Angemeldet bleiben",
|
"remember-me": "Angemeldet bleiben",
|
||||||
"plugins-position": "Plugin position",
|
"plugins-position": "Reihenfolge der Plugins",
|
||||||
"plugins-sorted": "Plugins sorted",
|
"plugins-sorted": "Reihenfolge der Plugins geändert",
|
||||||
"plugins-position-changed": "Plugin position changed",
|
"plugins-position-changed": "Die Reihenfolge der Plugins wurde geändert.",
|
||||||
"drag-and-drop-to-set-the-position-of-the-plugin": "Drag and Drop to set the position of the plugins",
|
"drag-and-drop-to-set-the-position-of-the-plugin": "Die Reihenfolge der Plugins kann mit \"Drag and Drop\" geändert werden",
|
||||||
"change-the-position-of-the-plugins": "Change the position of the plugins",
|
"change-the-position-of-the-plugins": "Reihenfolge der Plugins bearbeiten",
|
||||||
"reading-time": "Reading time",
|
"reading-time": "Lesezeit",
|
||||||
"minutes": "minutes",
|
"minutes": "Minuten",
|
||||||
"minute": "minute",
|
"minute": "Minute",
|
||||||
"example-page-1-slug": "create-your-own-content",
|
"example-page-1-slug": "veroeffentliche-deine-inhalte",
|
||||||
"example-page-1-title": "Create your own content",
|
"example-page-1-title": "Veröffentliche deine Inhalte",
|
||||||
"example-page-1-content": "Start writing your own content or edit the current to fit your needs. To create, edit or remove content you need to login to the [admin panel](.\/admin) with the username `admin` and the password you set on the installation process.",
|
"example-page-1-content": "Veröffentliche deine eigenen Inhalte oder passe die vorhandenen deinen Bedürfnissen an. Um Inhalte zu veröffentlichen, zu bearbeiten oder zu löschen, musst du dich im [Administrationsbereich](.\/admin) anmelden mit dem Benutzernamen `admin` und dem Passwort, das Du bei der Installation eingegeben hast.",
|
||||||
"example-page-2-slug": "set-up-your-new-site",
|
"example-page-2-slug": "richte-deine-website-ein",
|
||||||
"example-page-2-title": "Set up your new site",
|
"example-page-2-title": "Richte deine Website ein",
|
||||||
"example-page-2-content": "Update the settings of your site from the [admin panel](.\/admin), you can change the title, description and the social networks from [Settings > General](.\/admin\/settings-general).",
|
"example-page-2-content": "Passe die Einstellungen deiner Website im [Administrationsbereich](.\/admin) an. Unter [Einstellungen > Allgemein](.\/admin\/settings-general) kannst Du beispielsweise den Titel und die Beschreibung der Website ändern oder Links zu sozialen Netzwerken eingeben.",
|
||||||
"example-page-3-slug": "follow-bludit",
|
"example-page-3-slug": "folge-bludit",
|
||||||
"example-page-3-title": "Follow Bludit",
|
"example-page-3-title": "Folge Bludit",
|
||||||
"example-page-3-content": "Get information about news, new releases, new themes or new plugins on our social networks [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) and [GooglePlus](https:\/\/plus.google.com\/+Bluditcms) or visit our [Blog](https:\/\/blog.bludit.com).",
|
"example-page-3-content": "Halte dich auf dem Laufenden über neue Versionen, neue Themes, und neue Plugins in den sozialen Netzwerken [Facebook](https:\/\/www.facebook.com\/bluditcms\/), [Twitter](https:\/\/twitter.com\/bludit) und [GooglePlus](https:\/\/plus.google.com\/+Bluditcms), über den [Blog](https:\/\/blog.bludit.com) oder indem du den [deutschsprachigen Newsletter](http:\/\/eepurl.com/b6mpKf) abonnierst.",
|
||||||
"example-page-4-slug": "about",
|
"example-page-4-slug": "ueber",
|
||||||
"example-page-4-title": "About",
|
"example-page-4-title": "Über",
|
||||||
"example-page-4-content": "Your About page is typically one of the most visited pages on your site, need to be simple with a few key things, such as your name, who are you, how can contact you, a small story, etc."
|
"example-page-4-content": "Die Seite \"Über\" ist eine vielbeachtete Seite. Denn viele wollen wissen, wer einen Blog oder eine Website betreibt, welche Idee dahinter steht, wie du erreichbar bist usw."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue