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
07e8ace4
Commit
07e8ace4
authored
Dec 17, 2015
by
edepuiff
Browse files
Merge branch 'master' of
https://gitlab.utc.fr/crozatst/hdoc
parents
9ecb2df8
5d3a6774
Changes
4
Hide whitespace changes
Inline
Side-by-side
input/sect.hdoc/sect.hdoc
deleted
100644 → 0
View file @
9ecb2df8
File deleted
opale_to_hdoc/input/sample.scar
0 → 100644
View file @
07e8ace4
File added
optim_to_hdoc/lib/container.xml
0 → 100644
View file @
07e8ace4
<?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 @
07e8ace4
...
...
@@ -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
Markdown
is supported
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