[pLog-svn] r1904 - templates/trunk/greenmarinee

Oscar Renalias oscar at renalias.net
Mon Apr 25 16:54:58 GMT 2005


yeah I know it's a pain :))) And I haven't had time to create any 
scripts for automatic building of a particular template set *and* the 
_all_templates.zip packages... Guess I'll have to get round to that 
sometime soon!

Oscar

On 25 Apr 2005, at 19:50, Jon Daley wrote:

> 	It would be nice if there were an automated way to do this, but I 
> guess it would be pretty hard with the anonymous ftp, and other stuff 
> you have to do to get sf.net to seee the new files.
>
> On Mon, 25 Apr 2005, Jon Daley wrote:
>
>> 	No, I am lazy.
>>
>> On Mon, 25 Apr 2005, Oscar Renalias wrote:
>>> has this been updated in sf.net?
>>> Oscar
>>> On 25 Apr 2005, at 14:29, jondaley at devel.plogworld.net wrote:
>>>> Author: jondaley
>>>> Date: 2005-04-25 11:29:25 +0000 (Mon, 25 Apr 2005)
>>>> New Revision: 1904
>>>> Modified:
>>>>    templates/trunk/greenmarinee/README.txt
>>>>    templates/trunk/greenmarinee/panel.template
>>>>    templates/trunk/greenmarinee/postandcomments.template
>>>>    templates/trunk/greenmarinee/posttrackbacks.template
>>>> Log:
>>>> latest updates from knight
>>>> Modified: templates/trunk/greenmarinee/README.txt
>>>> ===================================================================
>>>> --- templates/trunk/greenmarinee/README.txt	2005-04-25 10:43:04 UTC 
>>>> (rev 1903)
>>>> +++ templates/trunk/greenmarinee/README.txt	2005-04-25 11:29:25 UTC 
>>>> (rev 1904)
>>>> @@ -31,6 +31,8 @@
>>>>          </ul>
>>>>  	</div>
>>>> +23 april 2005
>>>> +fix the title not display current entry
>>>>  20 april 2005
>>>>  fix the comments locale problem
>>>> Modified: templates/trunk/greenmarinee/panel.template
>>>> ===================================================================
>>>> --- templates/trunk/greenmarinee/panel.template	2005-04-25 10:43:04 
>>>> UTC (rev 1903)
>>>> +++ templates/trunk/greenmarinee/panel.template	2005-04-25 11:29:25 
>>>> UTC (rev 1904)
>>>> @@ -27,9 +27,9 @@
>>>>  <h3>{$locale->tr("recently")|capitalize}</h3>
>>>>    <ul>
>>>> -  {foreach from=$recentposts item=post}
>>>> -   <li><a title="{$post->getText()|truncate:15:"..."|escape}"
>>>> -		  href="{$url->postLink($post)}">{$post->getTopic()}</a></li>
>>>> +  {foreach from=$recentposts item=rpost}
>>>> +   <li><a title="{$rpost->getText()|truncate:15:"..."|escape}"
>>>> + href="{$url->postLink($rpost)}">{$rpost->getTopic()}</a></li>
>>>>    {/foreach}
>>>>    </ul>
>>>> Modified: templates/trunk/greenmarinee/postandcomments.template
>>>> ===================================================================
>>>> --- 
>>>> templates/trunk/greenmarinee/postandcomments.template	2005-04-25 
>>>> 10:43:04 UTC (rev 1903)
>>>> +++ 
>>>> templates/trunk/greenmarinee/postandcomments.template	2005-04-25 
>>>> 11:29:25 UTC (rev 1904)
>>>> @@ -1,10 +1,10 @@
>>>> -{include file="$blogtemplate/header.template"}
>>>> -{include file="$blogtemplate/panel.template"}
>>>>  {assign var="postPageTitle" value=$post->getTopic()}
>>>>  {assign var="postPageTitle" value=" | $postPageTitle"}
>>>>  {assign var="postDate" value=$post->getDateObject()}
>>>>  {assign var="postOwner" value=$post->getUserInfo()}
>>>>  {assign var="oddcomment" value='alt'}
>>>> +{include file="$blogtemplate/header.template"}
>>>> +{include file="$blogtemplate/panel.template"}
>>>>  <div id="content">
>>>>   {include file="$blogtemplate/post.template"}
>>>> Modified: templates/trunk/greenmarinee/posttrackbacks.template
>>>> ===================================================================
>>>> --- templates/trunk/greenmarinee/posttrackbacks.template	2005-04-25 
>>>> 10:43:04 UTC (rev 1903)
>>>> +++ templates/trunk/greenmarinee/posttrackbacks.template	2005-04-25 
>>>> 11:29:25 UTC (rev 1904)
>>>> @@ -1,3 +1,5 @@
>>>> +{assign var="postPageTitle" value=$post->getTopic()}
>>>> +{assign var="postPageTitle" value=" | $postPageTitle"}
>>>>  {include file="$blogtemplate/header.template"}
>>>>  {include file="$blogtemplate/panel.template"}
>>>>  <div id="content">
>>>> _______________________________________________
>>>> pLog-svn mailing list
>>>> pLog-svn at devel.plogworld.net
>>>> http://devel.plogworld.net/mailman/listinfo/plog-svn
>>> _______________________________________________
>>> pLog-svn mailing list
>>> pLog-svn at devel.plogworld.net
>>> http://devel.plogworld.net/mailman/listinfo/plog-svn
>>
>> **************************************************************
>> *     Jonathan M. Daley     *   Who is General Failure and   *
>> *   jondaley at snurgle.org    *    why is he reading my hard   *
>> * www.snurgle.org/~jondaley *              disk?             *
>> **************************************************************
>>
>
> **************************************************************
> *     Jonathan M. Daley     *   Laughter: A universal bond   *
> *   jondaley at snurgle.org    *   that draws all men closer.   *
> * www.snurgle.org/~jondaley *              -- Nathan Ausubel *
> **************************************************************
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>




More information about the pLog-svn mailing list