Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
7217f262
Commit
7217f262
authored
Dec 12, 2016
by
Etienne Chognard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Passage de etherpad à framapad
parent
623bb18c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
16 deletions
+16
-16
framapad_to_hdoc/README.md
framapad_to_hdoc/README.md
+3
-3
framapad_to_hdoc/framapad_to_hdoc.ant
framapad_to_hdoc/framapad_to_hdoc.ant
+1
-1
framapad_to_hdoc/framapad_to_hdoc.properties
framapad_to_hdoc/framapad_to_hdoc.properties
+0
-0
framapad_to_hdoc/run.bat
framapad_to_hdoc/run.bat
+1
-1
framapad_to_hdoc/run.sh
framapad_to_hdoc/run.sh
+1
-1
framapad_to_opale/framapad_to_opale.ant
framapad_to_opale/framapad_to_opale.ant
+5
-5
framapad_to_opale/framapad_to_opale.properties
framapad_to_opale/framapad_to_opale.properties
+3
-3
framapad_to_opale/run.bat
framapad_to_opale/run.bat
+1
-1
framapad_to_opale/run.sh
framapad_to_opale/run.sh
+1
-1
No files found.
framapad_to_hdoc/README.md
View file @
7217f262
...
...
@@ -6,8 +6,8 @@ http://www.gnu.org/licenses/gpl-3.0.txt
## Credits
-
2016
-
- Etienne Chognard
-
- Fabien Boucaud
-
Etienne Chognard
-
Fabien Boucaud
-
2015
-
Jean-Côme Douteau
-
Gabrielle Rit
...
...
@@ -85,4 +85,4 @@ Currently available on: https://framemo.org/framapad_to_opale
-
br -> p
## Capitalisation
Using regular expression with xsl is a good way to parse a non xml file.
\ No newline at end of file
Using regular expression with xsl is a good way to parse a non xml file.
framapad_to_hdoc/
ether
pad_to_hdoc.ant
→
framapad_to_hdoc/
frama
pad_to_hdoc.ant
View file @
7217f262
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"
ether
pad_to_hdoc.properties"
/>
<property
file=
"
frama
pad_to_hdoc.properties"
/>
<!-- import classes -->
<taskdef
resource=
"net/sf/antcontrib/antlib.xml"
/>
<taskdef
name=
"htmlcleaner"
classname=
"org.htmlcleaner.HtmlCleanerForAnt"
/>
...
...
framapad_to_hdoc/
ether
pad_to_hdoc.properties
→
framapad_to_hdoc/
frama
pad_to_hdoc.properties
View file @
7217f262
File moved
framapad_to_hdoc/run.bat
View file @
7217f262
@echo
off
set
lib
=
lib
set
ant
=
ether
pad_to_hdoc
.ant
set
ant
=
frama
pad_to_hdoc
.ant
set
antparam
=
-Dprogram
.param
=
%
1
set
scJarList
=
%lib%
\
*
...
...
framapad_to_hdoc/run.sh
View file @
7217f262
#!/bin/sh
lib
=
"lib"
ant
=
"
ether
pad_to_hdoc.ant"
ant
=
"
frama
pad_to_hdoc.ant"
antparam
=
"-Dprogram.param=
$1
"
#Recherche de java et controle que se soit une version SUN
...
...
framapad_to_opale/
ether
pad_to_opale.ant
→
framapad_to_opale/
frama
pad_to_opale.ant
View file @
7217f262
<?xml version="1.0" encoding="UTF-8"?>
<project
basedir=
"."
name=
"myantce"
default=
"main"
>
<property
file=
"
ether
pad_to_opale.properties"
/>
<property
file=
"
frama
pad_to_opale.properties"
/>
<!-- CHECK FOR OS FAMILY -->
<condition
property=
"is_windows"
>
<os
family=
"windows"
/>
...
...
@@ -24,7 +24,7 @@
<include
name=
"*.html"
/>
</fileset>
</copy>
<exec
dir=
"../
ether
pad_to_hdoc"
executable=
"run.bat"
/>
<exec
dir=
"../
frama
pad_to_hdoc"
executable=
"run.bat"
/>
</target>
<target
name=
"to_hdoc_unix"
if=
"${is_unix}"
>
...
...
@@ -38,8 +38,8 @@
<include
name=
"*.html"
/>
</fileset>
</copy>
<exec
executable=
"/bin/bash"
dir=
"../
ether
pad_to_hdoc"
>
<arg
value=
"../
ether
pad_to_hdoc/run.sh"
/>
<exec
executable=
"/bin/bash"
dir=
"../
frama
pad_to_hdoc"
>
<arg
value=
"../
frama
pad_to_hdoc/run.sh"
/>
</exec>
</target>
...
...
@@ -90,4 +90,4 @@
<antcall
target=
"to_opale_windows"
/>
<antcall
target=
"to_opale_end"
/>
</target>
</project>
\ No newline at end of file
</project>
framapad_to_opale/
ether
pad_to_opale.properties
→
framapad_to_opale/
frama
pad_to_opale.properties
View file @
7217f262
...
...
@@ -5,8 +5,8 @@ xsl = ${basedir}/xsl
lib
=
${basedir}/lib
log
=
${basedir}/log
eth_in
=
../
ether
pad_to_hdoc/input
eth_out
=
../
ether
pad_to_hdoc/output
eth_in
=
../
frama
pad_to_hdoc/input
eth_out
=
../
frama
pad_to_hdoc/output
opa_in
=
../hdoc_to_opale/input
opa_out
=
../hdoc_to_opale/output
rootfilename
=
content.xml
\ No newline at end of file
rootfilename
=
content.xml
framapad_to_opale/run.bat
View file @
7217f262
@echo
off
set
lib
=
lib
set
ant
=
ether
pad_to_opale
.ant
set
ant
=
frama
pad_to_opale
.ant
set
antparam
=
-Dprogram
.param
=
%
1
set
scJarList
=
%lib%
\
*
...
...
framapad_to_opale/run.sh
View file @
7217f262
#!/bin/sh
lib
=
"lib"
ant
=
"
ether
pad_to_opale.ant"
ant
=
"
frama
pad_to_opale.ant"
antparam
=
"-Dprogram.param=
$1
"
#Recherche de java et controle que se soit une version SUN
...
...
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