<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:07:32 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[DOCU-270] Microformat support in STK</title>
                <link>https://jira.magnolia-cms.com/browse/DOCU-270</link>
                <project id="10190" key="DOCU">Documentation</project>
                    <description>&lt;p&gt;Document microformat support in STK. STK adds microformat markup to contacts (hCard) and events (hCalendar) by default. Support for other formats can be added through customization.&lt;/p&gt;

&lt;p&gt;Topics to cover:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Introduction: What are microformats?&lt;/li&gt;
	&lt;li&gt;How to see the pre-built microformat support in STK?
	&lt;ol&gt;
		&lt;li&gt;Install a browser plugin that supports microformats such as &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/operator/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Operator&lt;/a&gt; for Firefox.&lt;/li&gt;
		&lt;li&gt;Go to a Web page that provides a microformat such as an &lt;a href=&quot;http://demopublic.magnolia-cms.com/demo-features/content-templates/event.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;event&lt;/a&gt; or a &lt;a href=&quot;http://demopublic.magnolia-cms.com/demo-project/news-and-events/news-overview.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;contact&lt;/a&gt;.&lt;/li&gt;
		&lt;li&gt;Click a button in the browser plugin to add the event to your calendar or contact to your address book.&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
	&lt;li&gt;Microformat attributes in HTML elements. Show the HTML source for a contact or an event. Explain how the semantic microformat &lt;tt&gt;class&lt;/tt&gt; attributes are added to HTML elements, see &lt;a href=&quot;http://microformats.org/wiki/hcard&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hCard&lt;/a&gt; for an example. Show how the attributes are added in the template scripts (&lt;tt&gt;/templating-kit/components/teasers/contact.ftl&lt;/tt&gt;, &lt;tt&gt;/templating-kit/pages/content/event/infoblock.ftl&lt;/tt&gt;).&lt;/li&gt;
	&lt;li&gt;Customizing
	&lt;ul&gt;
		&lt;li&gt;&lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/Sample+events&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Sample events&lt;/a&gt; - a recipe for creating events with vCard support. Link to wiki page with a brief summary.&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/Magnolia+Twigs+Module&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Twigs module&lt;/a&gt;. Plans to improve and expand support for microformats. See for example &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MTWIGS-32&quot; title=&quot;Create Event Templates and Paragraphs that save and read event content from the data module.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MTWIGS-32&quot;&gt;MTWIGS-32&lt;/a&gt; and &lt;a href=&quot;http://forum.magnolia-cms.com/forum/thread.html?threadId=28a3f78e-98ca-460b-8a94-7852267a1b64&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;team meeting notes&lt;/a&gt;. The module is not yet migrated to 4.5. Link to wiki page with a brief summary.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Resources:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://microformats.org/about&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;What are microformats&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Microformat&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Wikipedia: Microformat&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://microformats.org/wiki/hCard&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hCard&lt;/a&gt;, example in demo-project: &lt;a href=&quot;http://demopublic.magnolia-cms.com/demo-project/news-and-events/news-overview.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://microformats.org/wiki/hCalendar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hCalendar&lt;/a&gt;, example in demo-project: &lt;a href=&quot;http://demopublic.magnolia-cms.com/demo-project/news-and-events/events-overview/new-year-s-eve.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Event&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
        <key id="23660">DOCU-270</key>
            <summary>Microformat support in STK</summary>
                <type id="3" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10898&amp;avatarType=issuetype">Task</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="ruths">Ruth Stocks</assignee>
                                    <reporter username="ahietala">Antti Hietala</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 Apr 2012 09:47:41 +0200</created>
                <updated>Tue, 3 Nov 2015 14:40:14 +0100</updated>
                                                                            <component>content</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="46327" author="ruths" created="Fri, 13 Apr 2012 15:03:47 +0200"  >&lt;p&gt;Draft page at - &lt;a href=&quot;http://docuauthor.magnolia-cms.com/templates/microformats.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docuauthor.magnolia-cms.com/templates/microformats.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Notes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;I have not assigned this back to you because I need some help (see below).&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;I didn&apos;t use or link to - &lt;a href=&quot;http://wiki.magnolia-cms.com/display/WIKI/Sample+events&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.magnolia-cms.com/display/WIKI/Sample+events&lt;/a&gt; page on the wiki mainly because the content seems to be superceded by the stkEvents template. Also it was written prior to 2008 and the code samples are in jsp. I included a section explaining how STK events work.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;For the customization section, I attempted a new component - Recipe.&lt;/li&gt;
	&lt;li&gt;I have attached my configuration files and a doc named recipe-component-test.docx. This document contains the results of running the component through Google&apos;s testing tool. The main problem is my script file. It does work, but I can&apos;t figure out how to code the times in ISO 8601 format - &lt;a href=&quot;http://www.w3.org/TR/xmlschema-2/#duration&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.w3.org/TR/xmlschema-2/#duration&lt;/a&gt;, and would appreciate some help. From what I have read, it doesn&apos;t need to be quite as complicated as the infoblock.ftl script, but I could be wrong. Another problem (with the script?) is using the caption field in the Image tab of the dialog. When I do this, the component disappears from the page?&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;I have not yet linked to or mentioned the Twigs module. I would like to like to install it and perhaps put up an official module page. Any thoughts?&lt;/li&gt;
&lt;/ul&gt;


</comment>
                            <comment id="46328" author="ruths" created="Fri, 13 Apr 2012 15:14:03 +0200"  >&lt;p&gt;Forgot to mention that the image last image in the hCard section does not use the correct arrow. I couldn&apos;t find a way to use them. As a result, this image does not match the first image on the page. &lt;/p&gt;</comment>
                            <comment id="47267" author="ahietala" created="Fri, 18 May 2012 15:15:58 +0200"  >&lt;p&gt;Article was activated to &lt;a href=&quot;http://documentation.magnolia-cms.com/templates/microformats.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Microformat support in STK&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I used ISO 8601 format for the duration times. This is not a very user-friendly solution since the times need to entered in minutes and they are rendered in minutes, e.g. 1h 30 min is 90 minutes, but it validates.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="16075" name="config.modules.standard-templating-kit.dialogs.components.content.stkRecipe.xml" size="21275" author="ruths" created="Fri, 13 Apr 2012 15:05:23 +0200"/>
                            <attachment id="16076" name="config.modules.standard-templating-kit.templates.components.content.stkRecipe.xml" size="2455" author="ruths" created="Fri, 13 Apr 2012 15:05:23 +0200"/>
                            <attachment id="16077" name="recipe-componet-test.docx" size="16379" author="ruths" created="Fri, 13 Apr 2012 15:07:45 +0200"/>
                            <attachment id="16074" name="website.demo-project.about.recipe.xml" size="31776" author="ruths" created="Fri, 13 Apr 2012 15:05:23 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 13 Apr 2012 15:03:47 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 40 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ahietala</customfieldvalue>
            <customfieldvalue>ruths</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ucf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22526</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14167" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Task DoR</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>