-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
60 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Import from local directory | ||
|
||
This section describes how you can import files from a local directory on the project hosting. | ||
|
||
## Requirements | ||
|
||
You only need the absolute path of the directory. You can see this under Tools > Website status > Info. | ||
|
||
## Note | ||
|
||
The absolute path must be specified with a leading `file://`. | ||
|
||
Example: `file:///var/www/website/httpdocs/picture.png` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Import von lokalem Verzeichnis | ||
|
||
Hier wird beschrieben wie Du Dateien von einem lokalen Verzeichnis auf dem Hosting des Projektes importieren kannst. | ||
|
||
## Voraussetzungen | ||
|
||
Du benötigst von dem Verzeichnis lediglich den absoluten Pfad. Du kannst den ggfs. unter Werkzeuge > Website-Zustand > Info sehen. | ||
|
||
## Hinweis | ||
|
||
Der absolute Pfad muss mit führendem `file://` angegeben werden. | ||
|
||
Beispiel: `file:///var/www/website/httpdocs/picture.png` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Protocols | ||
|
||
The plugin currently supports the following protocols for integrating external files into WordPress: | ||
|
||
* [http://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/http.md) | ||
* [https://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/http.md) | ||
* [ftp://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/ftp.md) | ||
* [ftps://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/ftp.md) | ||
* [sftp://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/sftp.md) | ||
* [file://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/file.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# Protokolle | ||
|
||
Das Plugin unterstützt derzeit die folgenden Protokolle um externe Dateien in WordPress einzubinden: | ||
Das Plugin unterstützt derzeit die folgenden Protokolle, um externe Dateien in WordPress einzubinden: | ||
|
||
* http:// | ||
* https:// | ||
* ftp:// | ||
* ftps:// | ||
* sftp:// | ||
* [http://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/http_de.md) | ||
* [https://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/http_de.md) | ||
* [ftp://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/ftp_de.md) | ||
* [ftps://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/ftp_de.md) | ||
* [sftp://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/sftp_de.md) | ||
* [file://](https://github.com/threadi/external-files-in-media-library/blob/master/docs/import/file_de.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters