summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/USE.md b/USE.md
new file mode 100644
index 0000000..30c9e22
--- /dev/null
+++ b/USE.md
@@ -0,0 +1,17 @@
+# Structured layout
+
+## Text content from external source
+
+Text content from external source -
+e.g. Word document -
+Cannot be trusted to contain well-structured styling.
+Better to flatten and re-apply styling locally.
+
+1) Track external source in git
+2) Transform external source to markdown
+ make draftfiles
+3) Track local markdown source in git
+4) Transform markdown source to html
+ make importfiles
+5) Import html into Scribus
+6) Adapt styles in Scribus (preserving style names)