Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
b8e02663
Commit
b8e02663
authored
8 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Docmenta authoring software
parent
3c50ae8a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Doc/Tdoc/Ref/Screen/docmenta.png
+0
-0
0 additions, 0 deletions
Doc/Tdoc/Ref/Screen/docmenta.png
Doc/Tdoc/general.xml
+109
-42
109 additions, 42 deletions
Doc/Tdoc/general.xml
Doc/Tdoc/software.xml
+63
-0
63 additions, 0 deletions
Doc/Tdoc/software.xml
Doc/lectures.xml
+3
-2
3 additions, 2 deletions
Doc/lectures.xml
with
175 additions
and
44 deletions
Doc/Tdoc/Ref/Screen/docmenta.png
0 → 100644
+
0
−
0
View file @
b8e02663
179 KiB
This diff is collapsed.
Click to expand it.
Doc/Tdoc/general.xml
+
109
−
42
View file @
b8e02663
...
...
@@ -153,6 +153,73 @@
</informaltable>
</section>
<section
xml:id=
"sectTdocBlocksInternref"
>
<title>
Internal References
</title>
<informaltable
border=
"1"
>
<colgroup
width=
"5%"
/>
<colgroup
width=
"40%"
/>
<colgroup
width=
"10%"
/>
<colgroup
width=
"5%"
/>
<colgroup
width=
"40%"
/>
<tr>
<th>
HTML
</th>
<td><programlisting
language=
"none"
><code>
<
p id="fun"
>
Have fun!
<
/p
>
...
<
p
>
Find a
<
a href="fun"
>
distraction
<
/a
>
.
<
/p
>
</code></programlisting></td>
<td/>
<th>
Docbook
</th>
<td><programlisting
language=
"none"
><code>
<
informaltable
>
<
tr
>
<
td
>
a1
<
/td
>
<
td
>
a2
<
/td
>
<
/tr
>
<
tr
>
<
td
>
b1
<
/td
>
<
td
>
b2
<
/td
>
<
/tr
>
<
/informaltable
>
</code></programlisting></td>
</tr>
<tr>
<th>
LaTeX
</th>
<td><programlisting
language=
"none"
><code>
\begin{tabular}{ll}
a1
&
a2 \\
b1
&
b2 \\
\end{tabular}
</code></programlisting></td>
<td/>
<th>
Rendering
</th>
<td><informaltable
border=
"1"
>
<tr>
<td
valign=
"top"
>
a1
</td>
<td>
a1
</td>
</tr>
<tr>
<td>
b1
</td>
<td>
b2
</td>
</tr>
</informaltable></td>
</tr>
</informaltable>
</section>
<section
xml:id=
"sectTdocMath"
>
<title>
Mathematical formulas
</title>
...
...
@@ -245,48 +312,6 @@
</informaltable>
</section>
<section
xml:id=
"sectTdocModularDocs"
>
<title>
Modular document sources
</title>
<informaltable
border=
"1"
>
<colgroup
width=
"10%"
/>
<colgroup
width=
"90%"
/>
<tr>
<th>
HTML
</th>
<td><programlisting
language=
"none"
><code>
<
body
>
...
<
object name="foo" type="text/html" data="table.html"/
>
...
<
/body
>
</code></programlisting></td>
</tr>
<tr>
<th>
Docbook
</th>
<td><programlisting
language=
"none"
><code>
<
part xml:id="sd1"
>
<
title
>
Software development 1
<
/title
>
<
xi:include href="Sd1/gettingStarted.xml" xpointer="element(/1)"/
>
<
xi:include href="Sd1/languageFundamentals.xml" xpointer="element(/1)"/
>
...
</code></programlisting></td>
</tr>
<tr>
<th>
LaTeX
</th>
<td><programlisting
language=
"none"
><code>
\documentclass{article}
\input{mydefs.tex}
\begin{document}
...
\include{math.tex}
...
\end{document}
</code></programlisting></td>
</tr>
</informaltable>
</section>
<section
xml:id=
"sectTdocSectioning"
>
<title>
Document sectioning
</title>
...
...
@@ -351,4 +376,46 @@
<para>
Additional support for Html5 and
<productname>
Docbook
</productname>
.
</para>
</section>
<section
xml:id=
"sectTdocModularDocs"
>
<title>
Modular document components
</title>
<informaltable
border=
"1"
>
<colgroup
width=
"10%"
/>
<colgroup
width=
"90%"
/>
<tr>
<th>
HTML
</th>
<td><programlisting
language=
"none"
><code>
<
body
>
...
<
object name="foo" type="text/html" data="table.html"/
>
...
<
/body
>
</code></programlisting></td>
</tr>
<tr>
<th>
Docbook
</th>
<td><programlisting
language=
"none"
><code>
<
part xml:id="sd1"
>
<
title
>
Software development 1
<
/title
>
<
xi:include href="Sd1/gettingStarted.xml" xpointer="element(/1)"/
>
<
xi:include href="Sd1/languageFundamentals.xml" xpointer="element(/1)"/
>
...
</code></programlisting></td>
</tr>
<tr>
<th>
LaTeX
</th>
<td><programlisting
language=
"none"
><code>
\documentclass{article}
\input{mydefs.tex}
\begin{document}
...
\include{math.tex}
...
\end{document}
</code></programlisting></td>
</tr>
</informaltable>
</section>
</chapter>
This diff is collapsed.
Click to expand it.
Doc/Tdoc/software.xml
0 → 100644
+
63
−
0
View file @
b8e02663
<?xml version="1.0" encoding="UTF-8"?>
<chapter
version=
"5.0"
xml:id=
"tdocSoftware"
xmlns=
"http://docbook.org/ns/docbook"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:xila=
"http://www.w3.org/2001/XInclude/local-attributes"
xmlns:xi=
"http://www.w3.org/2001/XInclude"
xmlns:trans=
"http://docbook.org/ns/transclusion"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns:m=
"http://www.w3.org/1998/Math/MathML"
xmlns:html=
"http://www.w3.org/1999/xhtml"
xmlns:db=
"http://docbook.org/ns/docbook"
>
<title>
Software
</title>
<annotation
role=
"slide"
>
<para>
This section and its children will appear as slides as well.
</para>
</annotation>
<section
xml:id=
"chapTdocSoftwareDocmenta"
>
<title>
Docmenta
</title>
<mediaobject>
<imageobject>
<imagedata
fileref=
"Ref/Screen/docmenta.png"
/>
</imageobject>
</mediaobject>
</section>
<section
xml:id=
"chapTdocSoftwareDocmentaDetail"
>
<title>
Docmenta details
</title>
<informaltable
border=
"1"
>
<colgroup
width=
"16%"
/>
<colgroup
width=
"84%"
/>
<tr>
<th
align=
"right"
>
User Interface
</th>
<td>
Browser
</td>
</tr>
<tr>
<th
align=
"right"
>
Output formats
</th>
<td>
Webhelp,
<xref
linkend=
"glo_HTML"
/>
,
<xref
linkend=
"glo_PDF"
/>
,
<xref
linkend=
"glo_EPUB"
/>
, Docbook
</td>
</tr>
<tr>
<th
align=
"right"
>
Pros
</th>
<td>
Easy installation + tutorial, translation + versioning support,
collaborative editing
</td>
</tr>
<tr>
<th
align=
"right"
>
Cons
</th>
<td>
No link consistency checks
</td>
</tr>
</informaltable>
</section>
</chapter>
This diff is collapsed.
Click to expand it.
Doc/lectures.xml
+
3
−
2
View file @
b8e02663
...
...
@@ -3,6 +3,7 @@
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:xila=
"http://www.w3.org/2001/XInclude/local-attributes"
xmlns:xi=
"http://www.w3.org/2001/XInclude"
xmlns:trans=
"http://docbook.org/ns/transclusion"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns:m=
"http://www.w3.org/1998/Math/MathML"
xmlns:html=
"http://www.w3.org/1999/xhtml"
...
...
@@ -207,13 +208,13 @@
</part>
<part
xml:id=
"tdoc"
>
<title>
Technical
d
ocumentation
</title>
<title>
Technical
D
ocumentation
</title>
<xi:include
href=
"Tdoc/general.xml"
xpointer=
"element(/1)"
/>
<xi:include
href=
"Tdoc/software.xml"
xpointer=
"element(/1)"
/>
</part>
<part
xml:id=
"sda2"
>
<title>
Structured Data and Applications 2
</title>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment