On Thu, Jan 9, 2025 at 1:26 PM Lindsay Lawrence <
lawrence.lindsayj...@gmail.com> wrote:
>
> PS: After all of that, I realize another, and perhaps contextually better,
> solution may be to modify the 'wikiLink function, ={ .. } syntax, to handle
> '#' when parsing the document name?
>
With this c
On Thu, Jan 9, 2025 at 5:18 AM Alexander Burger
wrote:
>
> Cool! If this works, could we also introduce it into the original
> version?
>
> Of course.
The ;{ .. } change is straightforward and is useful for more than simple
linking.
But: Doesn't this conflict with with other URLs having an argu
On Thu, Jan 09, 2025 at 03:20:30AM -0800, Lindsay Lawrence wrote:
> My working version for linking into a wiki page (handling sessions) and
> support for raw html looks like the code below
> which lets me write wiki code like
>
> .
> Goto my ^{?DevForum#viprc viprc}
> .
>
> and on the DevForum pa
On Thu, Jan 09, 2025 at 12:43:50AM -0800, Lindsay Lawrence wrote:
> In http.l 'server why is '*Port1 initialized this way?
>
> *Port1 (or (sys "NAME") Port)
This is for the interaction with httpGate
@doc/httpGate.html
For a serious application, httpGate is stongly recommended.
> As it happ
> This is easy. Set in your initial code
>
>(setq *HPorts (8040 . 8079))
>
> for such a range.
>
> Thanks!... I was almost there :)
One other minor point, with resulting question, I worked through;
In http.l 'server why is '*Port1 initialized this way?
*Port1 (or (sys "NAME") Port)
As it ha
On Thu, Jan 9, 2025 at 1:25 AM Alexander Burger
wrote:
>
> This is for the interaction with httpGate
>
>@doc/httpGate.html
>
> Thank you.
My working version for linking into a wiki page (handling sessions) and
support for raw html looks like the code below
which lets me write wiki code like