Plugin Directory

Changeset 1170017


Ignore:
Timestamp:
05/29/2015 09:39:14 AM (11 years ago)
Author:
smoo1337
Message:

Wrong shortcode

Location:
wp-impressum/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-impressum/trunk/README.txt

    r1168670 r1170017  
    22Contributors: smoo1337 , dcis
    33Donate link: http://www.zentraler-impressum.de
    4 Tags: comments, spam
     4Tags: impressum
    55Requires at least: 3.0.1
    66Tested up to: 4.2.2
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Load your Imprint (Impressum) from a central space you own.
     11Store and manage sites such as Imprint etc. on a central web space and integrate them on your websites
    1212
    1313== Description ==
    1414
    15 Every site need a imprint. If you own more then one page you get problem with change your imprint for all site.
    16 With wp_impressum you will never forget update a imprint for all of your sites.
    17 Put your imprint to a local Space like dropbox and load the file for all your imprint pages.
     15Speicher und verwalte Seiten wie Impressum etc. zentral auf einem Webspace und integriere sie auf allen Webseiten
     16
     17Store and manage sites such as Imprint etc. on a central web space and integrate them on your websites
     18
     19Jede (deutsche) Webseite benötigt Unterseiten mit Impressum, Datenschutzvereinbarungen, Haftungsausschluss und eventuell noch „Allgemeine Geschäftsbedingungen“.
     20
     21Diese Seiten müssen immer auf dem aktuellen Stand gehalten werden. Hat man mehrere Webseiten so ist es nervig diese Angaben auf allen Webseiten händisch zu ändern.
     22
     23Es ist daher zeitsparender, diese rechtlichen Seiten einmalig zu erstellen und auf einem eigenen Webspace abzuspeichern. Da diese Seiten immer erreichbar sein müssen, empfiehlt es sich, diese auf einem Server abzuspeichern der hochverfügbar ist wie z.B. Dropbox oder Amazon Web Services (AWS).
     24
     25Mit "WP Impressum" ist es nun sehr einfach diese Seite auf allen Webseiten zu implementieren. Wann immer eine Änderung notwendig ist, ändert man nun lediglich an einer Stelle und aktualisiert damit alle eigenen Webseiten auf denen das Plugin installiert wurde.
     26
     27Weiterführende Informationen sind auf der Webseite [http://zentrales-impressum.de](http://zentrales-impressum.de/ "http://zentrales-impressum.de") zu finden.
     28
     29English:
     30
     31Each German website requires subpages with Imprint, "Data Protection Agreements", Disclaimer and perhaps “General Terms and Conditions”.
     32
     33These pages must be kept up to date. If you have several web pages so it is annoying to change this information manually at all sites.
     34
     35Therefore, it is less time-consuming to create these legal pages once and save it on your own web space. Because these pages must always be accessible, it is recommended store them on a server that is highly available, such as Dropbox or Amazon Web Services (AWS).
     36
     37With "WP Impressum" it is now very easy to implement this site on any websites. Whenever a change is necessary you now change it only in one place and thus updates each own website where the plugin is installed.
     38
     39Further information can be found on the website [http://zentrales-impressum.de](http://zentrales-impressum.de/ "http://zentrales-impressum.de")
    1840
    1941
     
    4264== Changelog ==
    4365
     66= 1.0.1 =
     67* Bugfix: wrong shortcode
     68
    4469= 1.0 =
    4570* Start of Plugin
  • wp-impressum/trunk/public/class-wp_impressum-public.php

    r1168670 r1170017  
    103103    public function add_shortcodes(){
    104104   
    105         add_shortcode('code',array( &$this, 'dataInclude'));
     105        add_shortcode('wp_impressum',array( &$this, 'dataInclude'));
    106106   
    107107    }
  • wp-impressum/trunk/wp_impressum.php

    r1168670 r1170017  
    1414 *
    1515 * @wordpress-plugin
    16  * Plugin Name:       wp_impressum
    17  * Plugin URI:        http://www.conversion-junkies.de
    18  * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           1.0.0
     16 * Plugin Name:       WP Impressum
     17 * Plugin URI:        http://www.zentrales-impressum.de
     18 * Description:       Store and manage sites such as Imprint etc. on a central web space and integrate them on your websites
     19 * Version:           1.0.1
    2020 * Author:            Marcus Franke
    21  * Author URI:        http://www.conversion-junkies.de
     21 * Author URI:        http://www.zentrales-impressum.de
    2222 * License:           GPL-2.0+
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.