From 00ff980ef559a417c66c8aa45564b2e591a28d69 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 13 Aug 2016 21:14:07 +0200 Subject: [PATCH] [How to create a new Bridge?] Add new page --- How-to-create-a-new-Bridge?.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 How-to-create-a-new-Bridge?.md diff --git a/How-to-create-a-new-Bridge?.md b/How-to-create-a-new-Bridge?.md new file mode 100644 index 0000000..d7d60a1 --- /dev/null +++ b/How-to-create-a-new-Bridge?.md @@ -0,0 +1,23 @@ +Create a new file in the `bridges/` folder (see [Folder structure](Folder-structure)). + +The file name begins with the name of the site, followed by the word 'Bridge' and the file type PHP. + +**Examples:** + +Site | Filename +-----|--------- +Wikipedia | **Wikipedia**Bridge.php +Facebook | **Facebook**Bridge.php +GitHub | **GitHub**Bridge.php + +The file must start with the PHP tags and end with an empty line. The closing tag `?>` is [omitted](http://php.net/basic-syntax.instruction-separation). + +**Example:** + +```PHP +