<?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/winpweb/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/winpweb/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 May 2016 12:19:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/winpweb/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,21 +1,51 @@
 # **Winpweb**
 (c) 2016 stardigits.com

-Windows portable web &amp;amp; database server with scripting tools for development purpose only.
-It's not recommended for production use.
-This package is another alternative of WTServer, XAMPP, WAMP
+Winpweb is a Free Windows Portable Web Development Stack.
+It's very suitable for full stack developers to build the applications 
+and solutions on Windows platform before they are deployed on the cloud/server hostings.
+This package is another alternative of WTServer, WPN-XM, XAMPP, WAMP.
+
+The portability feature will make it very easy to install and manage the software.
+Windows registy, users profile and settings will not be disturbed.
+And also any administrator authorizations will not be required all the time.
+It will run like as a sandbox.
+
+The package contains Nginx, MariaDB and PHP (with composer).
+It's very lightweight, only (36 MB), simple and easy to use by using CLI tools called 'pweb' 
+for servers operation like (start, stop, config, etc.)
+
+There're also many plugins availabe which feel free for users to install the
+additional softwares based on their needs.
+The available plugins are MongoDB, Nodejs (with npm), Ruby (with gem), Devkit, Git, 
+Perl/Strawberryperl (with ppm), Python/Winpython (with pip)

 ### FEATURES

-* Fully portable, lightweight, simple and easy to use
-* Installation only by unzip the package then run it from windows command prompt
+* Fully trully portable!
+* Lightweight distribution (only 36MB), simple and easy to use
+* Installation done by only unzip the package then run it from windows command prompt
 * No administrator authorization required for installation (except PHP for Microsoft VC++ Redistribution)
-* Do servers operation by CLI tools called 'pweb' 
+* Do servers operation by CLI tools called 'pweb'
+* Extendable distribution package by installing the plugins
+* Plugins: mongodb, postgresql, nodejs, ruby, golang, perl, python

-### DISTRIBUTIONS
+### PACKAGE (version 0.0.14)

-1. Pico (default)
-   Nginx + MariaDB + PHP (with composer)
+* Nginx, version 1.10.0
+* MariaDB, version 1.13.0
+* PHP (with composer), version 5.6.21 (VC11, NTS)
+
+### PACKAGE PLUGINS
+
+* Mongodb, version 3.2.6
+* Nodejs (with npm), version 6.1.0
+* Ruby (with gem), version 2.2.4
+* Devkit, version 2.2.4
+* Git, version 1.9.4
+* Perl/Strawberryperl # N/A yet
+* Python/Winpython # N/A yet
+* Go # N/A yet

 ### REQUIREMENTS

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Mon, 09 May 2016 12:19:11 -0000</pubDate><guid>https://sourceforge.net48cd7dc0aa3122bd748fee87949bf004f0c8a4fc</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -52,19 +52,15 @@
 ### HOWTO

 1. Edit nginx.conf
-
 **`pweb nginx config`**

 2. Edit my.ini
-
 **`pweb mysql config`**

 3. Edit php.ini
-
 **`pweb php config`**

 4. Moving to other drive, directory or USB
-
 After move you have to modify all path configuration on nginx.conf, my.ini and php.ini

 ### CHANGELOG
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 07:10:05 -0000</pubDate><guid>https://sourceforge.nete41b6d509ba67d0948ca2acabb69085add4e1bff</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -36,20 +36,18 @@
 3. Open and run **`console.cmd`**

 4. Init MariaDB data directory by typing
- 
 **`pweb mysql installdb`**

 5. Init Nginx configuration by typing
- 
 **`pweb initcfg`**

 6. Running the servers
-~~~**
+~~~
 pweb nginx start
 pweb mysql start
 start http://localhost
 start http://localhost/phpinfo.php
-**~~~
+~~~

 ### HOWTO

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 07:08:30 -0000</pubDate><guid>https://sourceforge.net658032b26f6c53457d6c58c860970632645dc457</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -35,33 +35,35 @@

 3. Open and run **`console.cmd`**

-4. Init MariaDB data directory by typing 
-`pweb mysql installdb`
+4. Init MariaDB data directory by typing
+ 
+**`pweb mysql installdb`**

-5. Init Nginx configuration by typing 
-`pweb initcfg`
+5. Init Nginx configuration by typing
+ 
+**`pweb initcfg`**

 6. Running the servers
-~~~
+~~~**
 pweb nginx start
 pweb mysql start
 start http://localhost
 start http://localhost/phpinfo.php
-~~~
+**~~~

 ### HOWTO

 1. Edit nginx.conf

-`pweb nginx config`
+**`pweb nginx config`**

 2. Edit my.ini

-`pweb mysql config`
+**`pweb mysql config`**

 3. Edit php.ini

-`pweb php config`
+**`pweb php config`**

 4. Moving to other drive, directory or USB

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 07:07:13 -0000</pubDate><guid>https://sourceforge.net1de996eb4e501cac1bba486872df8c349f6ea4fa</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -30,8 +30,6 @@
 ### INSTALL

 1. Download the package
-
-[[download_button]]

 2. Extract the zip package to your designated path

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 07:05:01 -0000</pubDate><guid>https://sourceforge.net2efddb5afcca966a2e76ff3a501e22b901a6848a</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -30,12 +30,20 @@
 ### INSTALL

 1. Download the package
+
 [[download_button]]
+
 2. Extract the zip package to your designated path
+
 3. Open and run **`console.cmd`**
-4. Init MariaDB data directory by typing `pweb mysql installdb`
-3. Init Nginx configuration by typing `pweb initcfg`
-4. Running the servers
+
+4. Init MariaDB data directory by typing 
+`pweb mysql installdb`
+
+5. Init Nginx configuration by typing 
+`pweb initcfg`
+
+6. Running the servers
 ~~~
 pweb nginx start
 pweb mysql start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 07:04:09 -0000</pubDate><guid>https://sourceforge.net5b1083707615611cdd7b8be91abf33ad2890a3fb</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,3 @@
-[[members limit=20]]
-[[download_button]]
-
 # **Winpweb**
 (c) 2016 stardigits.com

@@ -32,16 +29,12 @@

 ### INSTALL

-1. Open or run **`console.cmd`**
-
-2. Init MariaDB data directory
-
-`pweb mysql installdb`
-
-3. Init Nginx configuration
-
-`pweb initcfg`
-
+1. Download the package
+[[download_button]]
+2. Extract the zip package to your designated path
+3. Open and run **`console.cmd`**
+4. Init MariaDB data directory by typing `pweb mysql installdb`
+3. Init Nginx configuration by typing `pweb initcfg`
 4. Running the servers
 ~~~
 pweb nginx start
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 07:02:11 -0000</pubDate><guid>https://sourceforge.netb5f04f8276eeb6924cef9784f9181b0419c00103</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,77 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/winpweb/wiki/markdown_syntax/) syntax.
-
 [[members limit=20]]
 [[download_button]]
+
+# **Winpweb**
+(c) 2016 stardigits.com
+
+Windows portable web &amp;amp; database server with scripting tools for development purpose only.
+It's not recommended for production use.
+This package is another alternative of WTServer, XAMPP, WAMP
+
+### FEATURES
+
+* Fully portable, lightweight, simple and easy to use
+* Installation only by unzip the package then run it from windows command prompt
+* No administrator authorization required for installation (except PHP for Microsoft VC++ Redistribution)
+* Do servers operation by CLI tools called 'pweb' 
+
+### DISTRIBUTIONS
+
+1. Pico (default)
+   Nginx + MariaDB + PHP (with composer)
+   
+### REQUIREMENTS
+
+* Microsoft VC++ Redistributable for Visual Studio 2012 
+
+### PACKAGES (pico)
+
+1. Nginx, version 1.10.0
+2. MariaDB, version 1.13.0
+3. PHP, version 5.6.21 (VC11, NTS)
+
+### INSTALL
+
+1. Open or run **`console.cmd`**
+
+2. Init MariaDB data directory
+
+`pweb mysql installdb`
+
+3. Init Nginx configuration
+
+`pweb initcfg`
+
+4. Running the servers
+~~~
+pweb nginx start
+pweb mysql start
+start http://localhost
+start http://localhost/phpinfo.php
+~~~
+
+### HOWTO
+
+1. Edit nginx.conf
+
+`pweb nginx config`
+
+2. Edit my.ini
+
+`pweb mysql config`
+
+3. Edit php.ini
+
+`pweb php config`
+
+4. Moving to other drive, directory or USB
+
+After move you have to modify all path configuration on nginx.conf, my.ini and php.ini
+
+### CHANGELOG
+
+* 0.0.12, Initial release on 5/5/2016
+
+### LICENSE
+
+GPLv2
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 06:58:35 -0000</pubDate><guid>https://sourceforge.netb99f2a81882a4be0092531b4ca2f3d06e096b1f5</guid></item><item><title>Home modified by Noviardi</title><link>https://sourceforge.net/p/winpweb/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/winpweb/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&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/noviardi/"&gt;Noviardi&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-572ec61690954763da46b5a1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Noviardi</dc:creator><pubDate>Sun, 08 May 2016 04:52:38 -0000</pubDate><guid>https://sourceforge.net0e17369ab2dbdff8bdefc0f780cc6fdea511923c</guid></item></channel></rss>