absolute?
Matthias
--
--
Matthias Müller-Prove
User Experience Principal & Manager Software Development
http://blogs.oracle.com/mprove
http://oracle.com/us/technologies/virtualization/061153.html
+49 (0)40 236 46 - 888
ORACLE Deutschland B.V. & Co. KG | Nagelsweg 55 | 20097 Hamburg
ORACLE Deu
On Sep 10, 2010, at 3:09 AM, Dave wrote:
> On Mon, Sep 6, 2010 at 5:15 AM, Matthias Müller-Prove
> wrote:
>> Hi Dave,
>> I want to have and provide a comprehensive overview about my blog content.
>> This is what I have right now (though I have more that 100 posts):
es? Maybe there is
> another way to do what you need to do.
>
> - Dave
>
>
>
>
>
> On Wed, Sep 1, 2010 at 3:04 AM, Matthias Müller-Prove
> wrote:
>> Hi,
>> I wonder if it is possible to display more than 100 recent entries. The
>> following code just re
PS_ Images come from
http://www.packtpub.com/article/working-with-templates-in-apache-roller-4
On Sep 1, 2010, at 4:38 PM, Matthias Müller-Prove wrote:
> Hi,
>
> this is the place to add a new page:
> http://www.packtpub.com/sites/default/files/Article-Images/apache4-article1
Hi,
this is the place to add a new page:
http://www.packtpub.com/sites/default/files/Article-Images/apache4-article1-image02.png
And here you define the values:
http://www.packtpub.com/sites/default/files/Article-Images/apache4-article1-image04.png
Name: index (does not matter what you choose)
L
Hi,
each custom template has a Name and a Link (and a Description and the content).
The Link field is used to define the URL of the new special page. Just use this
link.
I just chose index.html for mine at http://blogs.sun.com/mprove/page/index.html
-Matthias
On Sep 1, 2010, at 2:05 PM, Scappatu
Hi,
I wonder if it is possible to display more than 100 recent entries. The
following code just reveals 100 max.
#set($numEntries = 500)
#set($entriesList = $model.weblog.getRecentWeblogEntries(nil, $numEntries))
#if($entriesList.size() > 0)
#foreach ($entry in $entriesList)
$entry.title