<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://synapse.ararat.cz/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://synapse.ararat.cz/feed.php">
        <title>Ararat Synapse</title>
        <description></description>
        <link>http://synapse.ararat.cz/</link>
        <image rdf:resource="http://synapse.ararat.cz/lib/images/favicon.ico" />
       <dc:date>2010-07-29T13:50:43+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/public:wishlist?rev=1279756565&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/public:howto?rev=1271976915&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/public:howto:ftp_progressbar?rev=1271964402&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/public:reference?rev=1269953561&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/survey?rev=1263478648&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/public:howto:proxy?rev=1260829411&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/start?rev=1255095766&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/download?rev=1255095645&amp;do=diff"/>
                <rdf:li rdf:resource="http://synapse.ararat.cz/doku.php/changelog?rev=1255013053&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://synapse.ararat.cz/lib/images/favicon.ico">
        <title>Ararat Synapse</title>
        <link>http://synapse.ararat.cz/</link>
        <url>http://synapse.ararat.cz/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://synapse.ararat.cz/doku.php/public:wishlist?rev=1279756565&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-22T01:56:05+02:00</dc:date>
        <dc:creator>Yegor</dc:creator>
        <title>public:wishlist</title>
        <link>http://synapse.ararat.cz/doku.php/public:wishlist?rev=1279756565&amp;do=diff</link>
        <description>If you need something which is not in Synapse, then you can write your wish here.


	*  Redirects handling (like Indy's idHTTP.HandleRedirects := true;)
	*  IRC client
	*  Delphi8 support (Current D8 support is only experimental. I not plan to finish it! Lukas)
	*  Fuller demonstration code of how to encode a MIME attachment and attach to an oubound message. Present demos seem only to deal with decoding. (dittos on this request)
	*  DHCP Server (tweetyarg@hotmail.com 092004)
	*  LDAP Server (twe…</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/public:howto?rev=1271976915&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-23T00:55:15+02:00</dc:date>
        <dc:creator>Arnulf Sortland</dc:creator>
        <title>public:howto</title>
        <link>http://synapse.ararat.cz/doku.php/public:howto?rev=1271976915&amp;do=diff</link>
        <description>See topics in the categories below which may help you with various issues you encounter with Synapse.

FIXME This page is not completly transferred from old system. Please, wait!

Non-technical

	*  Why Synapse instead of Indy?
	*  Version numbers of Synapse units
	*  Synapse installation</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/public:howto:ftp_progressbar?rev=1271964402&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-22T21:26:42+02:00</dc:date>
        <dc:creator>Arnulf Sortland</dc:creator>
        <title>public:howto:ftp_progressbar</title>
        <link>http://synapse.ararat.cz/doku.php/public:howto:ftp_progressbar?rev=1271964402&amp;do=diff</link>
        <description>Here is some example code for read/ write data:



// CallBack function, add more THookSocketReason events in case ..

procedure TftpForm.SockPutCallBack(Sender: TObject;
  Reason: THookSocketReason; const Value: string);
begin
  case Reason of
    HR_WriteCount: // HR_ReadCount // Value contains number of bytes
      begin
        inc(CurrentBytes, StrToIntDef(Value, 0)); // Increment uploaded bytes
        ProgressBar.Position := Round(1000 * (CurrentBytes / TotalBytes));
      end;
    HR_Con…</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/public:reference?rev=1269953561&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-30T14:52:41+02:00</dc:date>
        <dc:creator>Michael Justin</dc:creator>
        <title>public:reference - links</title>
        <link>http://synapse.ararat.cz/doku.php/public:reference?rev=1269953561&amp;do=diff</link>
        <description>Here is reference list of Synapse software. If you create software using Synapse, please write about it here. Just create account on this page and then you can modify this document directly as you wish. Be careful, all changes are monitored!

It is good for:</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/survey?rev=1263478648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-14T15:17:28+02:00</dc:date>
        <dc:creator>Lukas Gebauer</dc:creator>
        <title>survey</title>
        <link>http://synapse.ararat.cz/doku.php/survey?rev=1263478648&amp;do=diff</link>
        <description>Current survey

Old surveys</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/public:howto:proxy?rev=1260829411&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-14T23:23:31+02:00</dc:date>
        <dc:creator>Lukas Gebauer</dc:creator>
        <title>public:howto:proxy - created</title>
        <link>http://synapse.ararat.cz/doku.php/public:howto:proxy?rev=1260829411&amp;do=diff</link>
        <description>If you don't know what is a proxy, please read wp&gt;proxy_server article on the Wikipedia firts.

This article is about proxy usage in the Synapse library.

Socket based proxies

Can be used for any communication protocol based on this socket types.

UDP proxies

	*  SOCKS5 proxy - support for IPv4, IPv6, server side, client side.</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/start?rev=1255095766&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T15:42:46+02:00</dc:date>
        <dc:creator>Lukas Gebauer</dc:creator>
        <title>start - Synapse Release 39</title>
        <link>http://synapse.ararat.cz/doku.php/start?rev=1255095766&amp;do=diff</link>
        <description>This project deals with network communication by means of blocking (synchronous) sockets or with limited non-blocking mode. This project not using asynchronous sockets! The Project contains simple low level non-visual objects for easiest programming without problems. (no required multithread synchronisation, no need for windows message processing,...) Great for command line utilities, visual projects, NT services,... You can find more after reading about and features.</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/download?rev=1255095645&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T15:40:45+02:00</dc:date>
        <dc:creator>Lukas Gebauer</dc:creator>
        <title>download - Synapse Release 39</title>
        <link>http://synapse.ararat.cz/doku.php/download?rev=1255095645&amp;do=diff</link>
        <description>Synapse TCP/IP library


This project is freeware and open source under modified BSD style license!

Requirements

	*  Win32 operating system (Win9x, WinNT, WinME, Win2k, WinXP,... Not Win32s or WinCE!!!) or Unix/Linux operating system.
	*  TCP/IP protocol
	*  Winsock 2.0 and more (under windows), LIBC under Linux for Kylix, or Sockets support by Frepascal on Unix/Linux
	*  Delphi 3-7, Delphi 2005-2007, C++Builder, Kylix 1-3 or FreePascal 2.x.x
	*  experimental Delphi.NET (Delphi 8+)
	*  experim…</description>
    </item>
    <item rdf:about="http://synapse.ararat.cz/doku.php/changelog?rev=1255013053&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-08T16:44:13+02:00</dc:date>
        <dc:creator>Lukas Gebauer</dc:creator>
        <title>changelog - new SVN based changelog</title>
        <link>http://synapse.ararat.cz/doku.php/changelog?rev=1255013053&amp;do=diff</link>
        <description>SVN based changelog:

	*  Synapse &amp; Synaser


Changelogs prior to Synapse Release 38:


	*  Synapse
	*  SynaSer</description>
    </item>
</rdf:RDF>
