2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 19:12:15 +00:00
Files
website/feed/ext.qbk
Daniel James a77b554359 Website: Merge notice implementation from beta.
Will only kick in next time the site is rebuilt, but it's good to include the
css change. Will probably still have problems with cached css, but it will
hopefully reduce them.


[SVN r81415]
2012-11-18 15:45:37 +00:00

47 lines
1.5 KiB
Plaintext

[/
Copyright 2006 Rene Rivera
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
]
[/ i[ref alt]
Image element with alternate text.
ref := Reference to image.
alt := Alternate text data.
]
[template i[ref alt]'''<inlinemediaobject><imageobject><imagedata fileref="'''[ref]'''"></imagedata></imageobject><textobject><phrase role="alt">'''[alt]'''</phrase></textobject></inlinemediaobject>''']
[/ phrase[role text]
Demarcate a section of text with a given role.
role := The role for the text, this is added as the role property.
text := The text to mark.
]
[template phrase[role text]'''<phrase role="'''[role]'''">'''[text]'''</phrase>''']
[/ download[link]
Indicate the download link of a download or news item.
]
[template download[link]'''<download><![CDATA['''[`link]''']]></download>''']
[/ documentation[link]
Indicate the documentation link of a download or news item.
]
[template documentation[link]'''<documentation><![CDATA['''[`link]''']]></documentation>''']
[/ status[value]
The release status, currently beta or release
]
[template status[value]'''<status>'''[value]'''</status>''']
[/ ticket[number]
Link to the ticket number
]
[template ticket[number]'''<ulink url="https://svn.boost.org/trac/boost/ticket/'''[number]'''">'''#[number]'''</ulink>''']
[/ notice[link..text]
Prominent link to a special notice.
]
[template notice[href text]'''<notice url="'''[href]'''">'''[text]'''</notice>''']