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
47227d6f
Commit
47227d6f
authored
Dec 17, 2015
by
Jean Vintache
Browse files
Merge branch 'master' of gitlab.utc.fr:crozatst/hdoc
parents
c3921209
0576d85e
Changes
3
Hide whitespace changes
Inline
Side-by-side
hdoc_to_optim/README.txt
0 → 100644
View file @
47227d6f
Pour réaliser votre conversion vous devez ajouter un fichier .hdoc dans le dossier input. Veillez à n'en placer qu'un seul dedans. Ensuite il suffit d'appeler le script (.bat ou .sh).
\ No newline at end of file
hdoc_to_optim/input/sample.hdoc
0 → 100644
View file @
47227d6f
File added
opale_to_hdoc/opale_to_hdoc.ant
View file @
47227d6f
...
...
@@ -15,21 +15,17 @@
<!-- Beginning -->
<target name="convert">
<antcall target="clean" />
<antcall target="unzip_scar" />
<antcall target="check_source_xml" />
<antcall target="hdoc_structure" />
<antcall target="fusion_xml" />
<antcall target="content_xml" />
<antcall target="zip" />
<antcall target="clean" />
</target>
<!-- Clean : delete old files -->
<target name="clean">
<!-- create folders (to be sure) -->
<mkdir dir="${UnzipSourcePath}"/>
<mkdir dir="${TmpPath}"/>
<mkdir dir="${HdocPath}"/>
<!-- delete folders -->
<delete dir="${UnzipSourcePath}"/>
<delete dir="${TmpPath}"/>
...
...
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