/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

  1. <?xml version="1.0"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  5. <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <title>Factor Documentation</title>
  9. <t:base t:href="$help-webapp" />
  10. </head>
  11. <frameset cols="30%, 70%">
  12. <frame src="search" name="search" />
  13. <frame src="content/article-handbook.html" name="content" />
  14. </frameset>
  15. </html>
  16. </t:chloe>