Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
5d3a6774
Commit
5d3a6774
authored
Dec 17, 2015
by
crzt
Browse files
Merge branch 'master' of
https://gitlab.utc.fr/crozatst/hdoc
parents
6f8cae92
2e21fd43
Changes
3
Hide whitespace changes
Inline
Side-by-side
opale_to_hdoc/input/sample.scar
0 → 100644
View file @
5d3a6774
File added
optim_to_hdoc/lib/container.xml
0 → 100644
View file @
5d3a6774
<?xml version="1.0"?>
<?oxygen RNGSchema="http://scenari.utc.fr/hdoc/schemas/container/hdoc1-container.rng" type="xml" ?>
<container
version=
"1.0"
xmlns=
"urn:utc.fr:ics:hdoc:container"
>
<rootfiles>
<rootfile
full-path=
"content.xml"
media-type=
"text/xml"
/>
</rootfiles>
</container>
\ No newline at end of file
optim_to_hdoc/optim_to_hdoc.ant
View file @
5d3a6774
...
...
@@ -50,7 +50,6 @@
<xslt
basedir=
"${tmp}/internationalisation"
destdir=
"${out}"
style=
"${xsl}/optim_to_hdoc.xsl"
/>
<echo
message=
"Copy ressources files..."
/>
...
...
@@ -65,19 +64,22 @@
</fileset>
</copy>
<!--<for param="folder">
<echo
message=
"Build hdoc format..."
/>
<for
param=
"folder"
>
<path>
<dirset
dir=
"${out}"
includes=
"*"
/>
</path>
<sequential>
<local
name=
"folder_name"
/>
<basename
property=
"folder_name"
file=
"@{folder}"
/>
<copy todir="@{folder}">
<fileset dir="${tmp}/extract">
</fileset>
</copy>
<copy
file=
"${lib}/container.xml"
todir=
"@{folder}/META-INF/"
/>
<first
id=
"first"
>
<fileset
dir=
"@{folder}"
includes=
"*.html"
/>
</first>
<move
file=
"${toString:first}"
tofile=
"@{folder}/content.xml"
/>
</sequential>
</for>
-->
</for>
<echo
message=
"Zip result..."
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment