Making a kernel with a PRBlog as the default page?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Making a kernel with a PRBlog as the default page?

fritsche.markus
Hello,

I was having a hard time how to create a PRKernel and have it available
under http://<server>/blog with the front page being the actual blog? I
don't like my visitors to hit a landing page first. Could this being
achieved with a doIt?

Regards, Markus


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Making a kernel with a PRBlog as the default page?

Yanni Chiu
On 15/06/13 7:13 AM, Markus Fritsche wrote:
>
> I was having a hard time how to create a PRKernel and have it available
> under http://<server>/blog with the front page being the actual blog? I
> don't like my visitors to hit a landing page first.

Try embedding the blog page on the main page. Edit the main page, and
put only:

   +./blog+

 > Could this being achieved with a doIt?

Just invoke:

   yourPage contents: 'your wiki content'

on the page you want to change.

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki