Skip to content

Commit

Permalink
version 0.2 imported
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Nov 26, 2014
1 parent 0bb7f62 commit 764b076
Show file tree
Hide file tree
Showing 16 changed files with 2,254 additions and 3 deletions.
54 changes: 51 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenEstate-PHP-Wrapper for CMSms
================================
OpenEstate-PHP-Wrapper for CMSms 0.2
====================================

This module integrates [OpenEstate-PHP-Export](https://github.com/OpenEstate/OpenEstate-PHP-Export)
into a *CMS made simple* based website.
Expand All @@ -15,9 +15,28 @@ for small and medium sized real-estate-agencies all over the world.

As one certain feature of this software, the managed properties can be exported
to any website that supports PHP. Together with this module, the exported
properties can be easily integrated into a *CMS made simple* based website without
properties can be easily integrated into a *CMS made simple* based website without
any frames.

#### How to configure configure the module?

1. Execute a PHP-export from [OpenEstate-ImmoTool](http://en.openestate.org/immotool/)
to your webspace, where *CMS made simple* is installed.
2. Log in to administration of *CMS made simple* and open
`Extensions``OpenEstate PHP-Wrapper``Module Preferences`. Enter path
and URL, that points to the folder with the exported scripts.
3. The `Integration` tab shows, if path & URL is correctly configured.

#### How to use the module?

1. The module can be placed in any page or template with the smarty tag
`{OpenEstatePhpWrapper}`.
2. The wrapping can be configured with certain parameters. Log in to
administration of *CMS made simple* and open
`Extensions``OpenEstate PHP-Wrapper``Integration`. There you can find
a form, to generate parameterized smarty tags.


### Deutsch

Im Rahmen des OpenEstate-Projektes wird unter Anderem eine kostenlose
Expand All @@ -30,6 +49,35 @@ PHP-Skripte auf die eigene Webseite exportiert werden. Mit Hilfe dieses Moduls
kann dieser PHP-Export unkompliziert in eine auf *CMS made simple* basierende
Webseite integriert werden.

#### Wie konfiguriere ich dieses Modul?

1. Führen Sie einen PHP-Export aus [OpenEstate-ImmoTool](http://de.openestate.org/immotool/)
auf Ihren Webspace durch, wo auch *CMS made simple* installiert wurde.
2. Melden Sie sich in der Administration von *CMS made simple* an und klicken
Sie auf `Erweiterungen``OpenEstate PHP-Wrapper``Modul Einstellungen`.
Tragen Sie Pfad und URL ein, die auf den Ordner mit den exportierten
PHP-Skripten verweisen.
3. Im Reiter `Integration` wird geprüft und dargestellt, ob der hinterlegte
Skript-Pfad korrekt ist.

#### Wie verwende ich das Modul?

1. Allgemein kann das Modul durch das Smarty-Tag `{OpenEstatePhpWrapper}` in
eine beliebige Seite (oder Template) eingefügt werden.
2. Die Einbindung kann durch weitere Parameter konfiguriert werden. Melden Sie
sich in der Administration von *CMS made simple* an und klicken Sie auf
`Erweiterungen``OpenEstate PHP-Wrapper``Integration`. Dort finden Sie
ein Formular, mit dessen Hilfe ein Smarty-Tag inkl. Parameter erzeugt werden
kann.


Changelog
---------

### 0.2

- First public release


License
-------
Expand Down
Loading

0 comments on commit 764b076

Please sign in to comment.