<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowtoInstall</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>Recent changes to HowtoInstall</description><atom:link href="https://sourceforge.net/p/openflat/wiki/HowtoInstall/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 03 Oct 2012 17:01:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openflat/wiki/HowtoInstall/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v10
+++ v11
@@ -4,7 +4,7 @@
 Howto install OpenFlat
 
   *  Download all the code from the svn repository
-  *  copy it using your FTP server
+  *  copy it in your FTP server
   *  create a new database
   *  create tables executing queries that you can find in include/database/query_to_create_db.sql
   *  insert one (or more) user using PhpMyAdmin into "login" table, password must be encripted using SHA1
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Wed, 03 Oct 2012 17:01:19 -0000</pubDate><guid>https://sourceforge.net13d781609d0af8dd2750fa5b726014ff62fe2cb0</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -14,14 +14,13 @@
 &lt;?php
 
         $LANGUAGE="en";
-
-        $website_name="WEBSITE_NAME";
-
         $config_db = "MYDBNAME";
         $config_server = "MYDBSERVER";
         $config_username = "MYDBUSER";
         $config_password = "MYDBPASS";
 
+        // FROM VERSION 0.3
+        $website_name="WEBSITE_NAME";
         $mailfrom_name="SENDER_NAME";
         $mailfrom_address="SENDER_MAIL";
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Wed, 03 Oct 2012 16:59:25 -0000</pubDate><guid>https://sourceforge.netd0bd8fce12b4632f45c7c78005e528c513dfae91</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -15,15 +15,15 @@
 
         $LANGUAGE="en";
 
-        $website_name="Bolledisapone";
+        $website_name="WEBSITE_NAME";
 
         $config_db = "MYDBNAME";
         $config_server = "MYDBSERVER";
         $config_username = "MYDBUSER";
         $config_password = "MYDBPASS";
 
-        $mailfrom_name="Bolledisapone";
-        $mailfrom_address="bolledisapone@wybe.it";
+        $mailfrom_name="SENDER_NAME";
+        $mailfrom_address="SENDER_MAIL";
 
 
 ?&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Mon, 01 Oct 2012 13:36:16 -0000</pubDate><guid>https://sourceforge.net075c101803def44f61d00947870dd1f60f937a4f</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -10,7 +10,7 @@
   *  insert one (or more) user using PhpMyAdmin into "login" table, password must be encripted using SHA1
   *  create a new includes/configuration.inc.php as shown below:
 
-~~~
+~~~~~~
 &lt;?php
 
         $LANGUAGE="en";
@@ -27,6 +27,6 @@
 
 
 ?&gt;
-~~~
+~~~~~~
 
   *  go to http://yoururl/openflat-folder/login.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Mon, 01 Oct 2012 13:33:11 -0000</pubDate><guid>https://sourceforge.net6a40dcec13fe5b612a473044dfbc1a68fd53ce9b</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -10,15 +10,23 @@
   *  insert one (or more) user using PhpMyAdmin into "login" table, password must be encripted using SHA1
   *  create a new includes/configuration.inc.php as shown below:
 
-{{{&lt;?php
+~~~
+&lt;?php
 
         $LANGUAGE="en";
+
+        $website_name="Bolledisapone";
 
         $config_db = "MYDBNAME";
         $config_server = "MYDBSERVER";
         $config_username = "MYDBUSER";
         $config_password = "MYDBPASS";
 
-?&gt;}}}
+        $mailfrom_name="Bolledisapone";
+        $mailfrom_address="bolledisapone@wybe.it";
+
+
+?&gt;
+~~~
 
   *  go to http://yoururl/openflat-folder/login.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Mon, 01 Oct 2012 13:28:34 -0000</pubDate><guid>https://sourceforge.net3ba50b167df3781f26283ae0ad5ab2731a783f09</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -10,7 +10,7 @@
   *  insert one (or more) user using PhpMyAdmin into "login" table, password must be encripted using SHA1
   *  create a new includes/configuration.inc.php as shown below:
 
-&lt;?php
+{{{&lt;?php
 
         $LANGUAGE="en";
 
@@ -19,6 +19,6 @@
         $config_username = "MYDBUSER";
         $config_password = "MYDBPASS";
 
-?&gt;
+?&gt;}}}
 
   *  go to http://yoururl/openflat-folder/login.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Thu, 27 Sep 2012 16:26:31 -0000</pubDate><guid>https://sourceforge.net693452aa140fb5e1d64d9ed1b581fdb0e5a846fa</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/openflat/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -1,10 +1,24 @@
 Howto install OpenFlat
 =========================
 
-* Download all the code from the svn repository
-* copy it using your FTP client
-* create a new database
-* create tables executing queries that you can find in *include/database/query_to_create_db.sql*
-* insert one (or more) user using PhpMyAdmin into *"login"* table, password must be encripted using *SHA1*
-* insert database login informations editing the *_construct* of the class *MySQLDatabase* in the file *include/database/MySQLQuery.ink.php*
-* go to http://yoururl/flatmanager-folder/login.php
+Howto install OpenFlat
+
+  *  Download all the code from the svn repository
+  *  copy it using your FTP server
+  *  create a new database
+  *  create tables executing queries that you can find in include/database/query_to_create_db.sql
+  *  insert one (or more) user using PhpMyAdmin into "login" table, password must be encripted using SHA1
+  *  create a new includes/configuration.inc.php as shown below:
+
+&lt;?php
+
+        $LANGUAGE="en";
+
+        $config_db = "MYDBNAME";
+        $config_server = "MYDBSERVER";
+        $config_username = "MYDBUSER";
+        $config_password = "MYDBPASS";
+
+?&gt;
+
+  *  go to http://yoururl/openflat-folder/login.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Thu, 27 Sep 2012 16:24:58 -0000</pubDate><guid>https://sourceforge.net6fb5bd7b50c18790796c6b1f092beae7ce894646</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/flatmanager/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-Howto install FlatManager
+Howto install OpenFlat
 =========================
 
 * Download all the code from the svn repository
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Tue, 18 Sep 2012 10:11:32 -0000</pubDate><guid>https://sourceforge.net2fcef7e9b3a462f576c79150dbd1633f13443659</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/flatmanager/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@
 =========================
 
 * Download all the code from the svn repository
-* copy it using your FTP server
+* copy it using your FTP client
 * create a new database
 * create tables executing queries that you can find in *include/database/query_to_create_db.sql*
 * insert one (or more) user using PhpMyAdmin into *"login"* table, password must be encripted using *SHA1*
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Mon, 17 Sep 2012 14:02:00 -0000</pubDate><guid>https://sourceforge.net19a4417aa13ce08caa8847e843d123feba8a893f</guid></item><item><title>WikiPage HowtoInstall modified by Francesco Apollonio</title><link>https://sourceforge.net/p/flatmanager/wiki/HowtoInstall/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,9 +1,10 @@
-Howto install FlatManager:
+Howto install FlatManager
+=========================
 
 * Download all the code from the svn repository
 * copy it using your FTP server
 * create a new database
-* create tables executing queries that you can find in include/database/query_to_create_db.sql
-* insert one (or more) user using phpmyadmin into "login" table, password must be encripted using sha1
-* insert database login informations editing the _construct of the class MySQLDatabase in the file include/database/MySQLQuery.ink.php 
+* create tables executing queries that you can find in *include/database/query_to_create_db.sql*
+* insert one (or more) user using PhpMyAdmin into *"login"* table, password must be encripted using *SHA1*
+* insert database login informations editing the *_construct* of the class *MySQLDatabase* in the file *include/database/MySQLQuery.ink.php*
 * go to http://yoururl/flatmanager-folder/login.php
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Apollonio</dc:creator><pubDate>Mon, 17 Sep 2012 11:35:45 -0000</pubDate><guid>https://sourceforge.net6d676d08db7a4b22f53031e159b73a6b3629e698</guid></item></channel></rss>