<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/aliveparish/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 30 Mar 2014 17:50:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/aliveparish/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -19,27 +19,22 @@
 Installation
 ------------

-1.  Copy the parish folder under the `DocumentRoot`
-
-2.  In the parent folder of `DocumentRoot`, create a folder named `yii`. Download and place the yii framework folder yii-1.1.13.e9e4a0 under this. The directory structure should be like:
-
+1. Copy the parish folder under the `DocumentRoot`
+2. In the parent folder of `DocumentRoot`, create a folder named `yii`.
+   Download and place the yii framework folder `yii-1.1.13.e9e4a0` under this.
+   The directory structure should be like:
        (parent of DocumentRoot)
-       +-- Document Root
-       |   +-- parish
-       +-- yii
-           +-- yii-1.1.13.e9e4a0
-               +-- framework
-
-3.  In your Apache configuration, ensure that `AllowOverride All` is set
-    for the parish folder
-
-4.  Create a database and grant all privileges to a user
-
+        +-- Document Root
+        |   +-- parish
+        +-- yii
+            +-- yii-1.1.13.e9e4a0
+                +-- framework       
+3. In your Apache configuration, ensure that `AllowOverride All` is set for the parish folder
+4. Create a database and grant all privileges to a user
         CREATE DATABASE parish;
         GRANT ALL PRIVILEGES ON parish.* TO parish_user@localhost IDENTIFIED BY 'secret';
         FLUSH PRIVILEGES;
-
-5.  Point your browser to http://localhost/parish - it should redirect you to the online installer. Follow the instruction steps and complete the installation.
+5. Point your browser to http://localhost/parish - it should redirect you to the online installer. Follow the instruction steps and complete the installation.

 Bugs
 ----
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Sun, 30 Mar 2014 17:50:22 -0000</pubDate><guid>https://sourceforge.nete66425a4ea6f0d950a15d03122afcf439ac5d14a</guid></item><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -21,7 +21,14 @@

 1.  Copy the parish folder under the `DocumentRoot`

-2.  Download and place the yii framework folder yii-1.1.13.e9e4a0 under `DocumentRoot`
+2.  In the parent folder of `DocumentRoot`, create a folder named `yii`. Download and place the yii framework folder yii-1.1.13.e9e4a0 under this. The directory structure should be like:
+
+       (parent of DocumentRoot)
+       +-- Document Root
+       |   +-- parish
+       +-- yii
+           +-- yii-1.1.13.e9e4a0
+               +-- framework

 3.  In your Apache configuration, ensure that `AllowOverride All` is set
     for the parish folder
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Sun, 30 Mar 2014 17:38:00 -0000</pubDate><guid>https://sourceforge.netc08110971d0c7184783536003f6775739f12733e</guid></item><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,8 +5,8 @@

 Alive Parish is a web based software built on the Yii framework on PHP and using a database. It therefore requires a Web server with PHP support and a DBMS along with the Yii framework to run.

-Recommended Software
---------------------
+Pre-Requisites
+--------------

 Recommended Softwares:
 DBMS: MySQL 5.1+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Sun, 30 Mar 2014 17:32:45 -0000</pubDate><guid>https://sourceforge.netd1a17e482f8de5493f4d3e95b20ee99289984e70</guid></item><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,31 +1,38 @@
-Alive Parish - software to manage tomorrow's parish
-===================================================
+Alive Parish - Software for tomorrow's Parish
+=============================================

-This software is written in PHP and based on the Yii framework. It's
-development is sponsored by the [Redemptorist Media Center, Bangalore](http://rmcbangalore.com).
+Alive Parish was developed to be a one-stop place to manage parish data, plus provide survey data to help Pastors better plan programmes to renew the Church. Its initial development has been sponsored by the [Redemptorist Media Center, Bangalore](http://rmcbangalore.com).

-Prerequisites
--------------
+Alive Parish is a web based software built on the Yii framework on PHP and using a database. It therefore requires a Web server with PHP support and a DBMS along with the Yii framework to run.

-MySQL server with permission to create a database and assign a role
+Recommended Software
+--------------------

-Apache or other Web Server that can run PHP applications
+Recommended Softwares:
+DBMS: MySQL 5.1+
+Web Server with PHP: Apache 2.22+ with mod_php (PHP version 5.4.3)
+Yii framework version 1.1.13
+
+Windows users note: WAMP is a quick way to install Apache, MySQL and PHP
+On Mac OS/X, XAMPP can be installed. Let us know if you try this

 Installation
 ------------

 1.  Copy the parish folder under the `DocumentRoot`

-2.  In your Apache configuration, ensure that `AllowOverride All` is set
+2.  Download and place the yii framework folder yii-1.1.13.e9e4a0 under `DocumentRoot`
+
+3.  In your Apache configuration, ensure that `AllowOverride All` is set
     for the parish folder

-3.  Create a database and grant all privileges to a user
+4.  Create a database and grant all privileges to a user

         CREATE DATABASE parish;
         GRANT ALL PRIVILEGES ON parish.* TO parish_user@localhost IDENTIFIED BY 'secret';
         FLUSH PRIVILEGES;

-4.  Point your browser to http://localhost/parish and complete the installation
+5.  Point your browser to http://localhost/parish - it should redirect you to the online installer. Follow the instruction steps and complete the installation.

 Bugs
 ----
@@ -42,7 +49,7 @@
 Authors:
 --------

-- [Terence Monteiro](terence@rmcbangalore.com)
+- Terence Monteiro

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Sun, 30 Mar 2014 17:32:13 -0000</pubDate><guid>https://sourceforge.net11381e99089b6e39789d966c4904d5ad1cae3199</guid></item><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,8 @@
 Alive Parish - software to manage tomorrow's parish
 ===================================================

-This software is written in PHP and based on the Yii framework. It is
-developed by the [Redemptorist Media Center, Bangalore](http://rmcbangalore.com).
+This software is written in PHP and based on the Yii framework. It's
+development is sponsored by the [Redemptorist Media Center, Bangalore](http://rmcbangalore.com).

 Prerequisites
 -------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Wed, 26 Mar 2014 12:52:50 -0000</pubDate><guid>https://sourceforge.net3b889c172fa1dc27e6dd49f1b6343b0578eb2411</guid></item><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,48 @@
-Welcome to your wiki!
+Alive Parish - software to manage tomorrow's parish
+===================================================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This software is written in PHP and based on the Yii framework. It is
+developed by the [Redemptorist Media Center, Bangalore](http://rmcbangalore.com).

-The wiki uses [Markdown](/p/aliveparish/wiki/markdown_syntax/) syntax.
+Prerequisites
+-------------
+
+MySQL server with permission to create a database and assign a role
+
+Apache or other Web Server that can run PHP applications
+
+Installation
+------------
+
+1.  Copy the parish folder under the `DocumentRoot`
+
+2.  In your Apache configuration, ensure that `AllowOverride All` is set
+    for the parish folder
+
+3.  Create a database and grant all privileges to a user
+
+        CREATE DATABASE parish;
+        GRANT ALL PRIVILEGES ON parish.* TO parish_user@localhost IDENTIFIED BY 'secret';
+        FLUSH PRIVILEGES;
+
+4.  Point your browser to http://localhost/parish and complete the installation
+
+Bugs
+----
+
+Please report any issues to issues@stbennos.com . Kindly mention the issue with a
+full text of any error message you may have encountered or a screenshot and also,
+how you got the error and information needed to reproduce the issue.
+
+Licence
+-------
+
+Please read the file `COPYING` included with this software.
+
+Authors:
+--------
+
+- [Terence Monteiro](terence@rmcbangalore.com)

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Wed, 26 Mar 2014 12:51:31 -0000</pubDate><guid>https://sourceforge.netdf65f000b24d3b79936631c3efb93e94ebb937b7</guid></item><item><title>Home modified by Terence Monteiro</title><link>https://sourceforge.net/p/aliveparish/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/aliveparish/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/terencemonteiro/"&gt;Terence Monteiro&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-531d9f2585540d510eb6c801" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Terence Monteiro</dc:creator><pubDate>Mon, 10 Mar 2014 11:16:54 -0000</pubDate><guid>https://sourceforge.net2939d9de24cc55cc3d88749c08d0d75d91fbfe87</guid></item></channel></rss>