/extra/webapps/help/help.xml
http://github.com/abeaumont/factor · XML · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · b57149f965cc2d423cb10f648833ddc1 MD5 · raw file
- <?xml version="1.0"?>
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Factor Documentation</title>
- <t:base t:href="$help-webapp" />
- </head>
- <frameset cols="30%, 70%">
- <frame src="search" name="search" />
- <frame src="content/article-handbook.html" name="content" />
- </frameset>
- </html>
- </t:chloe>