Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
07e8ace4
Commit
07e8ace4
authored
Dec 17, 2015
by
edepuiff
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.utc.fr/crozatst/hdoc
parents
9ecb2df8
5d3a6774
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
7 deletions
+16
-7
input/sect.hdoc/sect.hdoc
input/sect.hdoc/sect.hdoc
+0
-0
opale_to_hdoc/input/sample.scar
opale_to_hdoc/input/sample.scar
+0
-0
optim_to_hdoc/lib/container.xml
optim_to_hdoc/lib/container.xml
+7
-0
optim_to_hdoc/optim_to_hdoc.ant
optim_to_hdoc/optim_to_hdoc.ant
+9
-7
No files found.
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