Changeset 6058
- Timestamp:
- 11/14/11 13:50:45 (6 months ago)
- Location:
- trunk/pustefix-docbook/src/docbkx/reference
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-docbook/src/docbkx/reference/configuration.xml
r6035 r6058 231 231 </xml-generator> 232 232 233 <!-- automatically generate searchengine sitemap file sitemaps.xml 234 (according to sitemaps protocol from http://www.sitemaps.org) --> 235 <searchengine-sitemap/> 236 233 237 <!-- Sets the session tracking strategy. Default is 'COOKIE'. 234 238 Alternatively you can set 'URL' to force session tracking -
trunk/pustefix-docbook/src/docbkx/reference/news.xml
r6035 r6058 116 116 </section> 117 117 118 <section xml:id="news.0_18_2.sitemap"> 119 <title>Search-engine sitemap generation</title> 120 <para> 121 Pustefix now supports generating search-engine sitemaps according to the sitemaps protocol (see 122 <link xlink:href="http://www.sitemaps.org/protocol.html">Sitemaps protocol specification</link>). 123 Sitemap generation can be enabled by adding the <literal><searchengine-sitemap/></literal> element to the 124 project configuration (see <xref linkend="configuration.project.projectxml"/>). 125 </para> 126 </section> 127 128 <section xml:id="news.0_18_2.pagealts"> 129 <title>Direct page alternative linking</title> 130 <para> 131 In prior Pustefix versions links to page alternatives created with <literal><pfx:button></literal> referenced the logical page 132 and the application logic was responsible for detecting/setting the page alternative and thus triggering a redirect to the 133 according page alternative by Pustefix. 134 </para> 135 <para> 136 Now <literal><pfx:button></literal> supports directly setting the page alternative key using the <literal>altkey</literal> 137 attribute or <literal><pfx:altkey></literal> element. Thus Pustefix can directly reference the according page alternative 138 name without having to do a redirect (see <xref linkend="xslt.pfx.button"/>). 139 </para> 140 </section> 141 142 <section xml:id="news.0_18_2.oxm"> 143 <title>OXM support for BigDecimal and BigInteger</title> 144 <para> 145 Pustefix's object-to-XML mapping mechanism now can serialize BigDecimal and BigInteger objects. 146 </para> 147 </section> 148 118 149 </section> 119 150 -
trunk/pustefix-docbook/src/docbkx/reference/xslt.xml
r5794 r6058 219 219 and builds up valid, url encoded query strings. 220 220 </para> 221 <programlisting language="xml"><