Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Allan
On Sun, 30 Oct 2016 22:36:59 +
Graeme Geldenhuys  wrote:

> On 2016-10-30 18:57, Tomas Hajny wrote:
> > 
> > Responding to fpc-other, because it's off-topic.
> 
> I can't see why... but okay.
> 
> 
> > I don't miss any messages, i.e. it isn't a general problem (which
> > obviously doesn't imply that there is no problem).
> 
Neither do I, and I only get this 'maillist' as a newsgroup from
Gmane :-)

> Over the years I have seen so many issues with the mailing lists.
> Missing messages, messages being delivered out of sequence, some
> domains not accept etc etc.
> 
> > On the other hand, NNTP is not guaranteed to be free of spam,
> 
> Yes, the Usenet Newsgroups are often pestered with spam. But if you
> looked at any private NNTP servers, 99.99% of the time there is zero
> spam messages. Plus the newsgroup admin can simply delete such a post,
> and nobody else would see it - that can't be done with mailing lists.

Deleting spam manually from newsgroups means spam did get sent to other
newsservers, and the user that was quick got it. However, newsservers
usually have spamfilters too, that takes most from the start.
 
> > nor ensuring smooth
> > communication for everybody either (as an example, it may not be
> > accessible from corporate environments).
> 
> Over the years I have heard many say that, but I am yet to see such a
> case. That obviously doesn't mean it doesn't happen, it is just very
> unlikely. And even if it does, that is exactly why I host a Web
> Interface to my news server - for those very rare edge cases.

I work at such a company, where only Web is available though a proxy. 
And yes, in that case a webforum on top of a newsserver works fine.
I run such a solution myself - mine does also include a mail <-> news
gateway - so it can still be used as maillist also --  and still running
on good old OS/2 ;-)

> I can also argue that many corporate environments would frown upon
> using a company email account to register to a non-company related
> mailing list. In the past I have also had some issues with company
> email accounts and mailing lists - very dependent on how the company
> emails are set up and how messages are being distributed.

The most notorious problems with people subscribing from office accounts
is IMHO the 'I'm not in the OFFICE now' - a pain for all maillists.

> NNTP has many other benefits too:
[..]
I obliously agree with all of it ;-)

> Hey, we even have an excellent news client written in Object Pascal -
> just take a look an XanaNews! btw: XanaNews supports all the above
> benefits and much much more.
> 
>  Github repository
>https://github.com/graemeg/xananews/
> 
>  XanaNews releases
>   HTTP://github.com/graemeg/xananews/releases

Available for all the OS/platforms that FPC supports ?

Anyway, I agree, that newsservers are the best for this, so it
is nice, that all FPC maillists are on Gmane now.
Unfortunately, that have been some talks about stopping the Gmane
service, so it would be nice to see fpc lists on a more permanent
newsserver.


  Allan.



___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Bo Berglund
On Mon, 31 Oct 2016 02:12:44 +0100, Allan
 wrote:

>Anyway, I agree, that newsservers are the best for this, so it
>is nice, that all FPC maillists are on Gmane now.
>Unfortunately, that have been some talks about stopping the Gmane
>service, so it would be nice to see fpc lists on a more permanent
>newsserver.

By what I have seen is that Lars cannot continue the web interface to
Gmane NNTP, but that the NNTP server will continue.
It was a while since I read it so things may have changed.
(I use GMANE NNTP myself of course.)


-- 
Bo Berglund
Developer in Sweden

___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 02:12, wkitt...@windstream.net wrote:
> what?! no linux or BSD flavor? i'm shocked and kinda disappointed

XanaNews is a Delphi only application at the moment, and has many
Windows specific API calls. I am very tempted at starting a
FPC/LCL/fpGUI port though. Good news is, the current version runs
perfectly under WINE using Linux or FreeBSD.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 01:45, Travis Siegel wrote:
> Does this nntp client compile with fpc?

No, at the moment it is a Delphi only project, but as I mentioned in
another reply, I am very tempted at starting a FPC and LCL/fpGUI port.
It does run perfectly under WINE though - that's how I'm using it under
FreeBSD.

> It's written in delphi, and I've 
> been unable to find a legitimate copy of delphi even though I've 
> searched for one for years.

Embarcadero has a Delphi 10.1 (Berlin) Starter Edition for free at the
moment. I downloaded a copy and can make it available for download if
Embarcadero doesn't offer it any more. I haven't installed it yet (I
don't really use Delphi at all any more), but in the Lazarus Forum's
they mention that it is working well, and Zeos components can be
installed without trouble.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 08:34, Bo Berglund wrote:
> By what I have seen is that Lars cannot continue the web interface to
> Gmane NNTP, but that the NNTP server will continue.

Ah, thanks for clarifying that. I was under the impression that Gmane
was going to close down completely. Nice to hear that part of it (the
most important part) is still going to continue.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Jonas Maebe
Graeme Geldenhuys wrote:
> Embarcadero has a Delphi 10.1 (Berlin) Starter Edition for free at the
> moment. I downloaded a copy and can make it available for download if
> Embarcadero doesn't offer it any more.

The fact that they offered the software as a free download for personal
use does not give you the right to redistribute that software yourself.
Use and (re)distribution are two separate things under copyright.

Please do not offer or encourage infringing on Embarcadero's copyrights
on our mailing lists.


Jonas
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 01:12, Allan wrote:

> Deleting spam manually from newsgroups means spam did get sent to other
> newsservers, and the user that was quick got it.

Hosting a private news server like I do, there are no upstream news
servers. What you describe is common in Usenet, but that is not what I'm
suggesting.

> However, newsservers usually have spamfilters too,

That's correct. Plus one could go a step further and require
registration and user/password authentication to connect to a news
server, but I prefer not to have the latter. It the ten years that I've
been running my news server, I have never had spam messages - just call
me lucky! ;-)


> I work at such a company, where only Web is available though a proxy.

Would a SSL+NNTP connection also be blocked by such a proxy? I would
imagine it wouldn't. So that might also be an option.

Such proxy's are totally ridiculously in any case. Everything gets piped
via HTTP these days, so such proxies or port 80 only firewalls are just
a "make believe" protection.


> I run such a solution myself - mine does also include a mail <-> news
> gateway - so it can still be used as maillist also

Another option I would prefer not to implement. The other nice thing
about news clients I didn't mention - they tend to default to plain text
messages. Contrary to some beliefs, HTML mail doesn't contribute
anything towards a discussion, it only introduces possibilities of email
tracking, javascript viruses and bloats the messages sizes 10-fold.


>>  XanaNews releases
>>   HTTP://github.com/graemeg/xananews/releases
> 
> Available for all the OS/platforms that FPC supports ?

See my other replies.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 09:28, Graeme Geldenhuys wrote:
> XanaNews is a Delphi only application at the moment, and has many
> Windows specific API calls.

Saying that, it uses Indy 10 for communications, and Indy 10 works
perfectly under FPC.

Regards,
  Graeme

___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 09:33, Graeme Geldenhuys wrote:
> Embarcadero has a Delphi 10.1 (Berlin) Starter Edition for free at the
> moment.

The promotion is still on offer.

  https://www.embarcadero.com/products/delphi/starter/promotional-download


They even allow "limited commercial use" with it. I don't know the
details though.

Even TMS Software jumped on to this band wagon, and is offering TMS
Aurelius for free, for the Delphi 10.1 (Berlin) Starter Edition. Offer
valid until 30 Nov 2016.

 http://www.tmssoftware.com/site/aureliusfree.asp



Regards,
  Graeme

___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said:
> They even allow "limited commercial use" with it. I don't know the
> details though.

iirc up to Eur/$ 1000 turnover. I don't know if you can use it in a big
corporation inhouse to send 3 values to your PLC via serial though (since
how to calculate turnover in that case?)
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Mark Morgan Lloyd

On 31/10/16 03:00, Travis Siegel wrote:

On 10/30/2016 6:36 PM, Graeme Geldenhuys wrote:


Hey, we even have an excellent news client written in Object Pascal -
just take a look an XanaNews! btw: XanaNews supports all the above
benefits and much much more.



Does this nntp client compile with fpc? It's written in delphi, and I've
been unable to find a legitimate copy of delphi even though I've
searched for one for years.  Either I'm not looking in the right places,
or nobody is selling one.  I'm not interested in paying $1500 for the
delphi replacement, even if it does run on linux.


There's copies on eBay occasionally, although one obviously has to be 
careful that it's legitimate and can be registered (if that's still 
mandatory).


However the real question is not so much the version of the language and 
VCL that's been used, but how many extra libraries etc. have been pulled 
in that are either no longer available or aren't going to work with 
FPC/Lazarus.


Frankly, I've always found the standard Mozilla family of clients adequate.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Graeme Geldenhuys
On 2016-10-31 10:29, Mark Morgan Lloyd wrote:
> have been pulled 
> in that are either no longer available or aren't going to work with 
> FPC/Lazarus.

In the case of XanaNews, the two primary components is use are Indy and
VirtualTreeview. Both are supported by FPC. I don't see the point of
using VirtualTreeview though, so if I do go ahead with the port, I'll
probably remove that dependency. There are other minor components in
use, but they are custom written and included with XanaNews source code
- easy to port of simply replaced with standard components. The other
obstacle is multiple Win32 API calls and RichEdit.dll usage. I can't
remember exactly for what usage the Win32 API call was used, but it
shouldn't be hard to de-tangle - maybe just time consuming. The
RichEdit.dll usage is easy to remove too.

There as already been some discussion regarding what is needed to port
XanaNews. You are welcome to read about them on my news server, where I
host the official XanaNews support newsgroup too.

  server:geldenhuys.co.uk
  port:  119
  newsgroup: xananews.talk


> 
> Frankly, I've always found the standard Mozilla family of clients adequate.

I would normally agree, and indeed it is the longest standing clients I
have been using for many years. Thunderbird does come with its bugs
though, and I unfortunately often stumble over the same ones for the
last 8 years. eg: unable to save an attachment (randomly occurs), or
moving a message from one account to another account, I loose any
attachments.

Saying that, XanaNews has some excellent newsgroup features, very fast,
and light on memory.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Travis Siegel
They still offer it, but it's a 30-day trial, and it appears that once 
you get the trial activation number, it's good for any of the products, 
only I (using a screen reader) couldn't select which product I wanted, 
so it downloaded and installed their c++ suite of tools instead of the 
delphi ones, so I'm stuck with a delphi free computer (still).  Millions 
of folks may use the thing, but I can tell you none of those millions 
use a screen reader, because I can't get the thing to do much, though it 
does seem usable on the surface, as I dig into the various 
functionality, I find it's not quite as accessible as it first appears 
 I think I'll stick to my text editors, and command-line tools.


(and not use their c++ products at all.  After the 30 day trial, it's 
still almost 300 bucks for their intro version, which admittedly is way 
better than 1400 they want for the pro version, and if I were actually 
making money at this, it would be a worthwhile investment, but since 
it's a personal thing, it's not really worth it, when there's other 
alternatives that are more accessible for me.




On 10/31/2016 5:37 AM, Jonas Maebe wrote:

Graeme Geldenhuys wrote:

Embarcadero has a Delphi 10.1 (Berlin) Starter Edition for free at the
moment. I downloaded a copy and can make it available for download if
Embarcadero doesn't offer it any more.

The fact that they offered the software as a free download for personal
use does not give you the right to redistribute that software yourself.
Use and (re)distribution are two separate things under copyright.

Please do not offer or encourage infringing on Embarcadero's copyrights
on our mailing lists.


Jonas
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] [fpc-pascal] Missing messages

2016-10-31 Thread Travis Siegel

Can't find the right message to reply to, so same thread, here we go.

Thanks for the link to the free promo version of delphi.  It works 
nicely, and I now have a fully registered version of delphi on my 
system, and although it works well enough, I have trouble with too much 
junk onscreen, but that's normal for visual editors, so I'm used to 
that, and will find work arounds eventually.  I've not tried the whole 
lazarus ide yet, because I'm sure it wasn't designed with accessibility 
in mind, and it's generally more frustrating than anything else for me 
trying new environments that have little or no accessibility.  Most 
often, this is a result of the designers not being aware such 
needs/processes exist), so there's no blame there.  I've been an fpc 
user for years, though for the last 10+ years I've been windows free, so 
didn't care that lazarus probably didn't work with screen readers. :)  I 
think it's only fair to give it a fair shake though before I begin 
complaining about it.


Since it's opensource, I may load it up, and attempt to fix said issues 
so it will work for others who might want to use it. Generally, it's 
just a matter of labeling buttons properly, and identifying areas that 
may not be recognized by the screen readers as things like scroll areas, 
pull downs, opening tabs, and the like.  Once those items are properly 
identified to windows, they generally work well.  Of course, sometimes, 
design issues (such as screen layout) prevent screen readers from 
working well, but those are rare).  Anyway, I've hijacked this thread 
long enough.  I just wanted to say thanks for the pointers.



On 10/31/2016 7:13 AM, Graeme Geldenhuys wrote:

On 2016-10-31 10:29, Mark Morgan Lloyd wrote:

have been pulled
in that are either no longer available or aren't going to work with
FPC/Lazarus.

In the case of XanaNews, the two primary components is use are Indy and
VirtualTreeview. Both are supported by FPC. I don't see the point of
using VirtualTreeview though, so if I do go ahead with the port, I'll
probably remove that dependency. There are other minor components in
use, but they are custom written and included with XanaNews source code
- easy to port of simply replaced with standard components. The other
obstacle is multiple Win32 API calls and RichEdit.dll usage. I can't
remember exactly for what usage the Win32 API call was used, but it
shouldn't be hard to de-tangle - maybe just time consuming. The
RichEdit.dll usage is easy to remove too.

There as already been some discussion regarding what is needed to port
XanaNews. You are welcome to read about them on my news server, where I
host the official XanaNews support newsgroup too.

   server:geldenhuys.co.uk
   port:  119
   newsgroup: xananews.talk



Frankly, I've always found the standard Mozilla family of clients adequate.

I would normally agree, and indeed it is the longest standing clients I
have been using for many years. Thunderbird does come with its bugs
though, and I unfortunately often stumble over the same ones for the
last 8 years. eg: unable to save an attachment (randomly occurs), or
moving a message from one account to another account, I loose any
attachments.

Saying that, XanaNews has some excellent newsgroup features, very fast,
and light on memory.

Regards,
   Graeme




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other