]> git.llucax.com Git - software/bife/base.git/blob - examples/index.xbf
Removed default link to index.xbf when url ends with '/'.
[software/bife/base.git] / examples / index.xbf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Page title="Hello world!">
3     <Title>BIFE is working!</Title>
4     <H3>Translate Fallback is working too!</H3>
5     <P>This is a very bad use for BIFE, because I'm writing HTML :-P</P>
6     <Title>A little of 'real' use</Title>
7     <P>Here's a <Link url="link.xbf">link</Link> to another BIFE file</P>
8     <Title>Links to subdirectories</Title>
9     <P>Here's a <Link url="dir/">file in a directory</Link>.</P>
10     <P>And a <Link url="dir/subdir/">file in a subdirectory</Link>.</P>
11     <P>Finally a <Link url="otherdir/">file in a another directory</Link>.</P>
12     <HR noshade="noshade" size="2"/>
13     <Link data-s="1" data-b="1">View BIFE (xbf) source</Link> |
14     <Link data-s="1">View PHP source</Link>
15 </Page>