Changeset 1170017
- Timestamp:
- 05/29/2015 09:39:14 AM (11 years ago)
- Location:
- wp-impressum/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
public/class-wp_impressum-public.php (modified) (1 diff)
-
wp_impressum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-impressum/trunk/README.txt
r1168670 r1170017 2 2 Contributors: smoo1337 , dcis 3 3 Donate link: http://www.zentraler-impressum.de 4 Tags: comments, spam4 Tags: impressum 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.2.2 … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Load your Imprint (Impressum) from a central space you own. 11 Store and manage sites such as Imprint etc. on a central web space and integrate them on your websites 12 12 13 13 == Description == 14 14 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. 15 Speicher und verwalte Seiten wie Impressum etc. zentral auf einem Webspace und integriere sie auf allen Webseiten 16 17 Store and manage sites such as Imprint etc. on a central web space and integrate them on your websites 18 19 Jede (deutsche) Webseite benötigt Unterseiten mit Impressum, Datenschutzvereinbarungen, Haftungsausschluss und eventuell noch „Allgemeine Geschäftsbedingungen“. 20 21 Diese 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 23 Es 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 25 Mit "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 27 Weiterführende Informationen sind auf der Webseite [http://zentrales-impressum.de](http://zentrales-impressum.de/ "http://zentrales-impressum.de") zu finden. 28 29 English: 30 31 Each German website requires subpages with Imprint, "Data Protection Agreements", Disclaimer and perhaps “General Terms and Conditions”. 32 33 These 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 35 Therefore, 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 37 With "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 39 Further information can be found on the website [http://zentrales-impressum.de](http://zentrales-impressum.de/ "http://zentrales-impressum.de") 18 40 19 41 … … 42 64 == Changelog == 43 65 66 = 1.0.1 = 67 * Bugfix: wrong shortcode 68 44 69 = 1.0 = 45 70 * Start of Plugin -
wp-impressum/trunk/public/class-wp_impressum-public.php
r1168670 r1170017 103 103 public function add_shortcodes(){ 104 104 105 add_shortcode(' code',array( &$this, 'dataInclude'));105 add_shortcode('wp_impressum',array( &$this, 'dataInclude')); 106 106 107 107 } -
wp-impressum/trunk/wp_impressum.php
r1168670 r1170017 14 14 * 15 15 * @wordpress-plugin 16 * Plugin Name: wp_impressum17 * Plugin URI: http://www. conversion-junkies.de18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.19 * Version: 1.0. 016 * 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 20 20 * Author: Marcus Franke 21 * Author URI: http://www. conversion-junkies.de21 * Author URI: http://www.zentrales-impressum.de 22 22 * License: GPL-2.0+ 23 23 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.