Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Graeme Geldenhuys
On 2016-03-14 12:49, Michael Van Canneyt wrote:
> AFAICS It's on Github:
> https://github.com/z505/powtils/

It seems so, though I see the "simple-scm" demo is not included any
more, though the "simple-wiki" is still there. I can't remember what the
difference was. I know my wiki/cms was based on the "simple-scm" demo,
with some of my own mods like a special listing page, more tags, the
start of Creole 1.0 tag support etc.

Also, from memory (but this was like 4-5 years ago) post PWU v1.6.0.2
was a rewrite of PWU and pretty unstable for a long time. So I kept
using v1.6.0.2 for my projects that used PWU. Maybe v1.7+ became stable
again - not sure. I just checked, I still have the original archive for
the v1.6.0.2 release and my custom simple-cms code still compiles and
runs (just tested on 32-bit FreeBSD with FPC 2.6.4).

  http://geldenhuys.co.uk/wiki/wiki.cgi?p=Main-Page
  http://geldenhuys.co.uk/wiki/wiki.cgi?p=Special:Index


So try the latest from Github and see how it goes. Alternatively, I can
give you a copy of what I have.


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

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Dmitry Boyarintsev
On Mon, Mar 14, 2016 at 9:25 AM, Mattias Gaertner  wrote:

>
> The Windows/Linux scheme was not available til yesterday. How did you
> use it?
>

Lazarus has been providing 3 schemas. One of them was more or less close to
Windows/Linux schema.
It did require some manual adjustment to match exactly, but it typically
took only 10-15 minutes to reconfigure.

thanks,
Dmitry
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Mattias Gaertner
On Mon, 14 Mar 2016 09:13:08 -0400
Dmitry Boyarintsev  wrote:

> On Mon, Mar 14, 2016 at 7:03 AM, Mattias Gaertner  > wrote:
> 
> > I don't know anyone who wants the Windows/Linux (Lazarus default)
> > scheme under OS X without Ctrl-Meta mapping.
> >
> 
> Count me in.
> I typically start by going to OSX preferences and disabling OSX defaults
> not to interfere with the IDE.
> Can't use Lazarus without Windows/Linux scheme (quite a torture).

The Windows/Linux scheme was not available til yesterday. How did you
use it?

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Dmitry Boyarintsev
On Mon, Mar 14, 2016 at 7:03 AM, Mattias Gaertner  wrote:

> I don't know anyone who wants the Windows/Linux (Lazarus default)
> scheme under OS X without Ctrl-Meta mapping.
>

Count me in.
I typically start by going to OSX preferences and disabling OSX defaults
not to interfere with the IDE.
Can't use Lazarus without Windows/Linux scheme (quite a torture).

thanks,
Dmitry
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Juha Manninen
On Mon, Mar 14, 2016 at 1:03 PM, Mattias Gaertner
 wrote:
> If there are no objections I can do that.

Yes please.
My understanding is that the mappings for OS/X are not only different
but also limited. They have not been updated as diligently as the
default for other platforms.
I guess that was the fundamental motivation for the patch.
I was hoping comments from other OS/X users, too.

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Michael Van Canneyt



On Mon, 14 Mar 2016, Graeme Geldenhuys wrote:


On 2016-03-12 09:25, Michael Van Canneyt wrote:

Is there one written in Object Pascal ?


Yes, PWU (aka Powtils) included one. I used it to run a small wiki on my
server some years ago. The content was in a plain text file, and the
SCMS (aka wiki.cgi) inject a menu, header and footer.

It came as part of the PWU examples. I have the SCMS project files I
used. I can archive it and email you a copy (or make it available for
download on my server) if you want.


AFAICS It's on Github:
https://github.com/z505/powtils/

Michael.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Graeme Geldenhuys
On 2016-03-14 11:42, Graeme Geldenhuys wrote:
> It came as part of the PWU examples.

Did a quick Google search to see if the Powtils examples are still
available online:.

  http://z505.com/powtils/examples.shtml

The online demo below still works. :) The default password to edit and
create pages is 'simplecms' - if you wanted to see how the editing works.

=
Simple Content Management System

Try Demo  [http://z505.com/cgi-bin/scms/scms.cgi?p=main-page]

SCMS is a bone simple content management system! It uses no database and
therefore is only a small learning example (no external reliances).
=


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

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Graeme Geldenhuys
On 2016-03-12 09:25, Michael Van Canneyt wrote:
> Is there one written in Object Pascal ?

Yes, PWU (aka Powtils) included one. I used it to run a small wiki on my
server some years ago. The content was in a plain text file, and the
SCMS (aka wiki.cgi) inject a menu, header and footer.

It came as part of the PWU examples. I have the SCMS project files I
used. I can archive it and email you a copy (or make it available for
download on my server) if you want.


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

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus