Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moex
Transmorpher
Commits
9968f36e
Commit
9968f36e
authored
Oct 18, 2002
by
Fabien Triolet
Browse files
Changes in cvsHide
parent
c34510a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
transmorpher/samples/biblio/process.xml
View file @
9968f36e
...
...
@@ -24,9 +24,9 @@
</ruleset>
<ruleset
name=
"cvshide"
>
<resubst
match=
"bibliography/@date"
source=
"
\$
Date:
2002-10-18 12:02:53
$"
target=
"$3/$2/$1"
/>
<resubst
match=
"bibliography/@version"
source=
"
\$
Revision:
1.34
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@author"
source=
"
\$
Author:
triolet
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@date"
source=
"Date:
([^/]*)\/([^/]*)\/([^ ]*) [^ ]* \
$"
target=
"$3/$2/$1"
/>
<resubst
match=
"bibliography/@version"
source=
"Revision:
(.*) \
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@author"
source=
"Author:
(.*) \
$"
target=
"$1"
/>
</ruleset>
<query
name=
"troncybrunet"
type=
"tmq"
root=
"bibliography"
>
...
...
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