Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/article.html
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-05-23 16:10:55 (GMT)
committer Manuel Kaufmann <humitos@gmail.com>2012-05-23 16:10:55 (GMT)
commitcfdc23f0baa5b749a2e2ef62c4f8f62a37e2f9ee (patch)
treeecd66af165012810a108f2deec1a4a97ad8f72a0 /article.html
parent2897ffae4f850d9f6f6ed7b8a6513305e192d6bd (diff)
Export content as HTML SL #3608
Added HTML files to the bundle so this content can be opened with Browse Activity. The old dita/ditamap files are not removed because they are parsed to generate the new HTML files. Besides, the HTML generation uses these dita files to not be too aggressive with the code in this cycle. We will improve this code in the future and we will remove completely the dita generation.
Diffstat (limited to 'article.html')
-rw-r--r--article.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/article.html b/article.html
new file mode 100644
index 0000000..f57266a
--- /dev/null
+++ b/article.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>%(title)s</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link rel="stylesheet" href="ditastyle.css" type="text/css" />
+ </head>
+ <body>%(body)s</body>
+</html>