]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - examples/index.xbf
Improved example.
[software/bife/bife-all.git] / examples / index.xbf
index 4ace0c30055e6ecf4f73d0361fa298b2ef69405c..df29c3625fe134f38331fc35cd82bbc5b2a60a40 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Page title="Hola mundo!" menu="true">
-    <Title>Datos!</Title>
-    <H3>Photo album</H3>
-    <Album:Thumbs dir="../.." columns="8"/>
-    <HR color="blue" size="3"/>
+<Page title="Hello world!">
+    <Title>BIFE is working!</Title>
+    <H3>Translate Fallback is working too!</H3>
+    <P>This is a very bad use for BIFE, because I'm writing HTML :-P</P>
+    <Title>A little of 'real' use</Title>
+    <P>Here's a <Link bife="link.xbf">link</Link> to another BIFE file</P>
+    <HR color="blue" size="30"/>
 </Page>