<?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/pglogger/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pglogger/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Jul 2018 22:43:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pglogger/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -1 +1 @@
-[[include repo=code path=/documentation/home.md]]
+[[include repo=code path=/trunk/documentation/home.md]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 22:43:45 -0000</pubDate><guid>https://sourceforge.netd4c25b202589c273ed639fb02bb6c52d109055c3</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -1,53 +1 @@
-# pglogger #
-pglogger is a logging framework for PostgreSQL. It is inspired by log4j.
-
-[[download_button]]
-
-[TOC]
-
-## Thanks ##
-Thanks belongs to all the project members and to the folks developing
-[PostgreSQL](http://www.postgresql.org) and all [its community](https://www.postgresql.org/community/).
-Special tanks to Adrian Klaver, Pavel Stehule and Laurenz Albe for sharing their
-insights and precious time. Thanks to BIZX, LLC to provide SourceForge so we can
-publish our works to a broader audience. Hopefully it stays clean from add ware
-and other nuisances or worse things.
-
-## Features ##
-[[include repo=code path=/documentation/features.md]]
-
-## Screenshots ##
-[[project_screenshots]]
-
-## Architecture ##
-![Architecture Scalable Vector Graphic](../../code/HEAD/tree/documentation/flow_diagram.svg?format=raw)
-
-## Installation ##
-[[include repo=code path=/documentation/installation.md]]
-
-## Usage ##
-[[include repo=code path=/documentation/usage.md]]
-
-## Code Documentation ##
-The [documentation of the code](https://pglogger.sourceforge.io/) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
-
-## Main Known Issues ##
-*   Asynchronous logging to tables does not work [#1]
-*   Provide setter functions for all the predefined properties [#2]
-*   Provide getter functions for all the predefined properties but
-    DBLINK_CONNECT_STRING (contains the logger user password) [#3]
-
-## Issue Tracking ##
-For issue tracking the [SourceForge Tracker](../../tickets) is employed.
-
-## Code Repository ##
-As code repository the [Subversion installation of SourceForge](../../code/HEAD/tree) is used.
-
-## License ##
-pglogger is under the [Lesser Gnu Public License v3 (LGPLv3)](https://www.gnu.org/licenses/lgpl.html) or later.
-
-## Project Members ##
-[[members]]
-
-## Miscelaneous ##
-$Header: svn+ssh://thiemo@svn.code.sf.net/p/pglogger/code/documentation/home.md 30 2018-07-12 17:58:52Z thiemo $
+[[include repo=code path=/documentation/home.md]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 21:41:59 -0000</pubDate><guid>https://sourceforge.netfed1064ed4436ad73d1220abf001dd9b49cbd35e</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -26,7 +26,7 @@
 [[include repo=code path=/documentation/installation.md]]

 ## Usage ##
-[[include repo=code path=/documentation/use.md]]
+[[include repo=code path=/documentation/usage.md]]

 ## Code Documentation ##
 The [documentation of the code](https://pglogger.sourceforge.io/) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 21:40:27 -0000</pubDate><guid>https://sourceforge.netb2dd2e0c1af42e2cf657ecfc593add7cad7d5935</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,5 +1,5 @@
 # pglogger #
-pglogger is a logging frame work for PostgreSQL. It is inspired by log4j.
+pglogger is a logging framework for PostgreSQL. It is inspired by log4j.

 [[download_button]]

@@ -7,7 +7,7 @@

 ## Thanks ##
 Thanks belongs to all the project members and to the folks developing
-[PostgreSQL](http://www.postgresql.org) and all [its community](http://www.postgresql.org/communitywas).
+[PostgreSQL](http://www.postgresql.org) and all [its community](https://www.postgresql.org/community/).
 Special tanks to Adrian Klaver, Pavel Stehule and Laurenz Albe for sharing their
 insights and precious time. Thanks to BIZX, LLC to provide SourceForge so we can
 publish our works to a broader audience. Hopefully it stays clean from add ware
@@ -32,10 +32,10 @@
 The [documentation of the code](https://pglogger.sourceforge.io/) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).

 ## Main Known Issues ##
-*   Asynchronous logging to tables does not work [bugs:#1]
-*   Provide setter functions for all the predefined properties [features:#2]
+*   Asynchronous logging to tables does not work [#1]
+*   Provide setter functions for all the predefined properties [#2]
 *   Provide getter functions for all the predefined properties but
-    DBLINK_CONNECT_STRING (contains the logger user password) [features:#3]
+    DBLINK_CONNECT_STRING (contains the logger user password) [#3]

 ## Issue Tracking ##
 For issue tracking the [SourceForge Tracker](../../tickets) is employed.
@@ -44,7 +44,7 @@
 As code repository the [Subversion installation of SourceForge](../../code/HEAD/tree) is used.

 ## License ##
-pglogger is under the [Lesser Gnu Public License v3 (LGPLv3)](https://www.gnu.org/licenses/#LGPL) or later.
+pglogger is under the [Lesser Gnu Public License v3 (LGPLv3)](https://www.gnu.org/licenses/lgpl.html) or later.

 ## Project Members ##
 [[members]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 21:35:51 -0000</pubDate><guid>https://sourceforge.netee45060b911b6003cae55f2cbda306728a9890e5</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,2 +1,53 @@
+# pglogger #
+pglogger is a logging frame work for PostgreSQL. It is inspired by log4j.
+
+[[download_button]]
+
+[TOC]
+
+## Thanks ##
+Thanks belongs to all the project members and to the folks developing
+[PostgreSQL](http://www.postgresql.org) and all [its community](http://www.postgresql.org/communitywas).
+Special tanks to Adrian Klaver, Pavel Stehule and Laurenz Albe for sharing their
+insights and precious time. Thanks to BIZX, LLC to provide SourceForge so we can
+publish our works to a broader audience. Hopefully it stays clean from add ware
+and other nuisances or worse things.
+
+## Features ##
+[[include repo=code path=/documentation/features.md]]
+
+## Screenshots ##
+[[project_screenshots]]
+
+## Architecture ##
+![Architecture Scalable Vector Graphic](../../code/HEAD/tree/documentation/flow_diagram.svg?format=raw)
+
+## Installation ##
+[[include repo=code path=/documentation/installation.md]]
+
+## Usage ##
+[[include repo=code path=/documentation/use.md]]
+
 ## Code Documentation ##
 The [documentation of the code](https://pglogger.sourceforge.io/) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
+
+## Main Known Issues ##
+*   Asynchronous logging to tables does not work [bugs:#1]
+*   Provide setter functions for all the predefined properties [features:#2]
+*   Provide getter functions for all the predefined properties but
+    DBLINK_CONNECT_STRING (contains the logger user password) [features:#3]
+
+## Issue Tracking ##
+For issue tracking the [SourceForge Tracker](../../tickets) is employed.
+
+## Code Repository ##
+As code repository the [Subversion installation of SourceForge](../../code/HEAD/tree) is used.
+
+## License ##
+pglogger is under the [Lesser Gnu Public License v3 (LGPLv3)](https://www.gnu.org/licenses/#LGPL) or later.
+
+## Project Members ##
+[[members]]
+
+## Miscelaneous ##
+$Header: svn+ssh://thiemo@svn.code.sf.net/p/pglogger/code/documentation/home.md 30 2018-07-12 17:58:52Z thiemo $
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 21:28:44 -0000</pubDate><guid>https://sourceforge.netdf39b4cbff7db1f3a3fe0438b98eccfd3dc61a04</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,5 +1,2 @@
 ## Code Documentation ##
-The [documentation of the code](../../code/HEAD/tree/documentation/index.html?format=raw) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
-
-## Architecture ##
-![Architecture Scalable Vector Graphic](../../code/HEAD/tree/documentation/flow_diagram.svg?format=raw)
+The [documentation of the code](https://pglogger.sourceforge.io/) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 21:25:37 -0000</pubDate><guid>https://sourceforge.net0765c3976aea3110695adc335311678d0ff5aed7</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -2,4 +2,4 @@
 The [documentation of the code](../../code/HEAD/tree/documentation/index.html?format=raw) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).

 ## Architecture ##
-![Architecture Scalable Vector Graphic](https://sourceforge.net/p/pglogger/code/HEAD/tree/documentation/flow_diagram.svg?format=raw)
+![Architecture Scalable Vector Graphic](../../code/HEAD/tree/documentation/flow_diagram.svg?format=raw)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 20:58:19 -0000</pubDate><guid>https://sourceforge.net03597e2de92b5cec855904a2843af318c231b81d</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,5 +1,5 @@
 ## Code Documentation ##
-The [documentation of the code](../../code/HEAD/tree/documentation/index.html) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
+The [documentation of the code](../../code/HEAD/tree/documentation/index.html?format=raw) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).

 ## Architecture ##
-![Architecture Scalable Vector Graphic](https://sourceforge.net/p/pglogger/code/HEAD/tree/documentation/flow_diagram.svg)
+![Architecture Scalable Vector Graphic](https://sourceforge.net/p/pglogger/code/HEAD/tree/documentation/flow_diagram.svg?format=raw)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 20:53:57 -0000</pubDate><guid>https://sourceforge.net87058d6cfaf9f0bc580d9e4e5ff2fcbd8e4d4ba4</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,5 +1,5 @@
 ## Code Documentation ##
-The [documentation of the code](../../code/documentation/index.html) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
+The [documentation of the code](../../code/HEAD/tree/documentation/index.html) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).

 ## Architecture ##
 ![Architecture Scalable Vector Graphic](https://sourceforge.net/p/pglogger/code/HEAD/tree/documentation/flow_diagram.svg)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 20:46:50 -0000</pubDate><guid>https://sourceforge.net61159186d2da9abd24979b42b9d209d1f7e1944a</guid></item><item><title>Home modified by Thiemo Kellner</title><link>https://sourceforge.net/p/pglogger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,2 +1,5 @@
+## Code Documentation ##
+The [documentation of the code](../../code/documentation/index.html) is generated by [HyperSQL](https://github.com/IzzySoft/HyperSQL/wiki).
+
 ## Architecture ##
 ![Architecture Scalable Vector Graphic](https://sourceforge.net/p/pglogger/code/HEAD/tree/documentation/flow_diagram.svg)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiemo Kellner</dc:creator><pubDate>Thu, 12 Jul 2018 20:45:09 -0000</pubDate><guid>https://sourceforge.net1d5e8364faa3611f8b5e246b2eabaf5b8120638a</guid></item></channel></rss>