You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Christian Posta <ch...@gmail.com> on 2013/07/10 23:37:34 UTC

Site Generator screwing up pages

All,

I've recently updated two pages:

websites/production/activemq/content/message-redelivery-
and-dlq-handling.html
websites/production/activemq/content/stomp.html

The site generator seems to remove all the code snippets:

http://activemq.apache.org/stomp.html

http://activemq.apache.org/message-redelivery-and-dlq-handling.html

The wiki itself shows just fine:
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Redelivery+and+DLQ+Handling

In one of the pages, it seems the script highlighting stuff changed a
little, and preformatted sections are removed:

-<pre class="code-java">
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
 RedeliveryPolicy policy = connection.getRedeliveryPolicy();
 policy.setInitialRedeliveryDelay(500);
 policy.setBackOffMultiplier(2);
-policy.setUseExponentialBackOff(<span class="code-keyword">true</span>);
+policy.setUseExponentialBackOff(true);
 policy.setMaximumRedeliveries(2);
-</pre>
+]]></script>

Where does one go to fix this?

Thanks,
Christian

-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Re: Site Generator screwing up pages

Posted by Dejan Bosanac <de...@nighttale.net>.
Fixed styling as well

Regards
--
Dejan Bosanac
----------------------
Red Hat, Inc.
FuseSource is now part of Red Hat
dbosanac@redhat.com
Twitter: @dejanb
Blog: http://sensatic.net
ActiveMQ in Action: http://www.manning.com/snyder/


On Fri, Jul 12, 2013 at 2:51 PM, Dejan Bosanac <de...@nighttale.net> wrote:

> This should be now fixed, but I need to check why styling is a bit weird.
>
> Regards
> --
> Dejan Bosanac
> ----------------------
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> dbosanac@redhat.com
> Twitter: @dejanb
> Blog: http://sensatic.net
> ActiveMQ in Action: http://www.manning.com/snyder/
>
>
> On Thu, Jul 11, 2013 at 8:19 AM, Claus Ibsen <cl...@gmail.com>wrote:
>
>> Hi
>>
>> ASF Infra have upgrade confluence recently and I think some migration
>> is needed on our end to make it work.
>>
>> eg Dan Kulp did this for CXF and Camel sites. And he posted some details
>> here:
>>
>> http://camel.465427.n5.nabble.com/Web-site-more-or-less-ready-for-new-confluence-tp5734450.html
>>
>>
>>
>> On Wed, Jul 10, 2013 at 11:37 PM, Christian Posta
>> <ch...@gmail.com> wrote:
>> > All,
>> >
>> > I've recently updated two pages:
>> >
>> > websites/production/activemq/content/message-redelivery-
>> > and-dlq-handling.html
>> > websites/production/activemq/content/stomp.html
>> >
>> > The site generator seems to remove all the code snippets:
>> >
>> > http://activemq.apache.org/stomp.html
>> >
>> > http://activemq.apache.org/message-redelivery-and-dlq-handling.html
>> >
>> > The wiki itself shows just fine:
>> > https://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp
>> >
>> https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Redelivery+and+DLQ+Handling
>> >
>> > In one of the pages, it seems the script highlighting stuff changed a
>> > little, and preformatted sections are removed:
>> >
>> > -<pre class="code-java">
>> > +<script class="theme: Default; brush: java; gutter: false"
>> > type="syntaxhighlighter"><![CDATA[
>> >  RedeliveryPolicy policy = connection.getRedeliveryPolicy();
>> >  policy.setInitialRedeliveryDelay(500);
>> >  policy.setBackOffMultiplier(2);
>> > -policy.setUseExponentialBackOff(<span
>> class="code-keyword">true</span>);
>> > +policy.setUseExponentialBackOff(true);
>> >  policy.setMaximumRedeliveries(2);
>> > -</pre>
>> > +]]></script>
>> >
>> > Where does one go to fix this?
>> >
>> > Thanks,
>> > Christian
>> >
>> > --
>> > *Christian Posta*
>> > http://www.christianposta.com/blog
>> > twitter: @christianposta
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> Red Hat, Inc.
>> Email: cibsen@redhat.com
>> Twitter: davsclaus
>> Blog: http://davsclaus.com
>> Author of Camel in Action: http://www.manning.com/ibsen
>>
>
>

Re: Site Generator screwing up pages

Posted by Dejan Bosanac <de...@nighttale.net>.
This should be now fixed, but I need to check why styling is a bit weird.

Regards
--
Dejan Bosanac
----------------------
Red Hat, Inc.
FuseSource is now part of Red Hat
dbosanac@redhat.com
Twitter: @dejanb
Blog: http://sensatic.net
ActiveMQ in Action: http://www.manning.com/snyder/


On Thu, Jul 11, 2013 at 8:19 AM, Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> ASF Infra have upgrade confluence recently and I think some migration
> is needed on our end to make it work.
>
> eg Dan Kulp did this for CXF and Camel sites. And he posted some details
> here:
>
> http://camel.465427.n5.nabble.com/Web-site-more-or-less-ready-for-new-confluence-tp5734450.html
>
>
>
> On Wed, Jul 10, 2013 at 11:37 PM, Christian Posta
> <ch...@gmail.com> wrote:
> > All,
> >
> > I've recently updated two pages:
> >
> > websites/production/activemq/content/message-redelivery-
> > and-dlq-handling.html
> > websites/production/activemq/content/stomp.html
> >
> > The site generator seems to remove all the code snippets:
> >
> > http://activemq.apache.org/stomp.html
> >
> > http://activemq.apache.org/message-redelivery-and-dlq-handling.html
> >
> > The wiki itself shows just fine:
> > https://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp
> >
> https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Redelivery+and+DLQ+Handling
> >
> > In one of the pages, it seems the script highlighting stuff changed a
> > little, and preformatted sections are removed:
> >
> > -<pre class="code-java">
> > +<script class="theme: Default; brush: java; gutter: false"
> > type="syntaxhighlighter"><![CDATA[
> >  RedeliveryPolicy policy = connection.getRedeliveryPolicy();
> >  policy.setInitialRedeliveryDelay(500);
> >  policy.setBackOffMultiplier(2);
> > -policy.setUseExponentialBackOff(<span class="code-keyword">true</span>);
> > +policy.setUseExponentialBackOff(true);
> >  policy.setMaximumRedeliveries(2);
> > -</pre>
> > +]]></script>
> >
> > Where does one go to fix this?
> >
> > Thanks,
> > Christian
> >
> > --
> > *Christian Posta*
> > http://www.christianposta.com/blog
> > twitter: @christianposta
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cibsen@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
>

Re: Site Generator screwing up pages

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

ASF Infra have upgrade confluence recently and I think some migration
is needed on our end to make it work.

eg Dan Kulp did this for CXF and Camel sites. And he posted some details here:
http://camel.465427.n5.nabble.com/Web-site-more-or-less-ready-for-new-confluence-tp5734450.html



On Wed, Jul 10, 2013 at 11:37 PM, Christian Posta
<ch...@gmail.com> wrote:
> All,
>
> I've recently updated two pages:
>
> websites/production/activemq/content/message-redelivery-
> and-dlq-handling.html
> websites/production/activemq/content/stomp.html
>
> The site generator seems to remove all the code snippets:
>
> http://activemq.apache.org/stomp.html
>
> http://activemq.apache.org/message-redelivery-and-dlq-handling.html
>
> The wiki itself shows just fine:
> https://cwiki.apache.org/confluence/display/ACTIVEMQ/Stomp
> https://cwiki.apache.org/confluence/display/ACTIVEMQ/Message+Redelivery+and+DLQ+Handling
>
> In one of the pages, it seems the script highlighting stuff changed a
> little, and preformatted sections are removed:
>
> -<pre class="code-java">
> +<script class="theme: Default; brush: java; gutter: false"
> type="syntaxhighlighter"><![CDATA[
>  RedeliveryPolicy policy = connection.getRedeliveryPolicy();
>  policy.setInitialRedeliveryDelay(500);
>  policy.setBackOffMultiplier(2);
> -policy.setUseExponentialBackOff(<span class="code-keyword">true</span>);
> +policy.setUseExponentialBackOff(true);
>  policy.setMaximumRedeliveries(2);
> -</pre>
> +]]></script>
>
> Where does one go to fix this?
>
> Thanks,
> Christian
>
> --
> *Christian Posta*
> http://www.christianposta.com/blog
> twitter: @christianposta



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen