Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Routing-DE-EFA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
Travel-Routing-DE-EFA
Commits
382fc245
Commit
382fc245
authored
14 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Slight makefile/manpage cleanups, release v1.1.1 while at it
parent
b1a2658b
No related branches found
Branches containing commit
Tags
1.1.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Changelog
+4
-0
4 additions, 0 deletions
Changelog
Makefile
+10
-8
10 additions, 8 deletions
Makefile
bin/efa
+9
-9
9 additions, 9 deletions
bin/efa
with
23 additions
and
17 deletions
Changelog
+
4
−
0
View file @
382fc245
efa 1.1.1 - Mon Apr 26 2010
* Add short options
efa 1.1 - Sun Jan 17 2010
* Code cleanup and DRY-ing
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
10
−
8
View file @
382fc245
prefix
?=
/usr/local
PREFIX
?=
/usr/local
basedir
=
${
DESTDIR
}${
PREFIX
}
build/efa.1
:
bin/efa
mkdir
-p
build
pod2man
$<
>
$@
install
:
build/efa.1
mkdir
-p
$
(
prefix
)
/bin
$(
prefix
)
/share/man/man1
cp
bin/efa
$
(
prefix
)
/bin/efa
cp
build/efa.1
$
(
prefix
)
/share/man/man1/efa.1
chmod
755
$
(
prefix
)
/bin/efa
chmod
644
$
(
prefix
)
/share/man/man1/efa.1
mkdir
-p
$
{
basedir
}
/bin
${
basedir
}
/share/man/man1
cp
bin/efa
$
{
basedir
}
/bin/efa
cp
build/efa.1
$
{
basedir
}
/share/man/man1/efa.1
chmod
755
$
{
basedir
}
/bin/efa
chmod
644
$
{
basedir
}
/share/man/man1/efa.1
uninstall
:
rm
-f
$
(
prefix
)
/bin/efa
rm
-f
$
(
prefix
)
/share/man/man1/efa.1
rm
-f
$
{
basedir
}
/bin/efa
rm
-f
$
{
basedir
}
/share/man/man1/efa.1
clean
:
rm
-rf
build
...
...
This diff is collapsed.
Click to expand it.
bin/efa
+
9
−
9
View file @
382fc245
...
...
@@ -13,7 +13,7 @@ use WWW::Mechanize;
my
$firsturl
=
'
http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr
';
my
$posturl
=
'
http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2
';
my
$version
=
'
1.1+git
';
my
$version
=
'
1.1
.1
+git
';
my
$content
;
my
%post
;
my
$www
=
WWW::
Mechanize
->
new
(
...
...
@@ -407,7 +407,7 @@ efa - unofficial efa.vrr.de command line client
=head1 DESCRIPTION
B<efa> is a command line client for the L<http://efa.vrr.de> web interface.
It sends the specified information to the online form and displays the results
It sends the specified information to the online form and displays the results
.
=head1 OPTIONS
...
...
@@ -430,8 +430,8 @@ Travel via this place
Designate type of the I<stop> for from/to/via.
Possible I<type>s: B<stop> (default), B<address>, B<poi> (point of interest)
A
s an a
lternative
to these options, it is possible to specify the I<stop>
of the to/from/via options as
"addr:I<stop>" or "poi:I<stop>", respectively
.
Alternative
ly, you can specify the I<stop> of the from/to/via options as
"addr:I<stop>" or "poi:I<stop>", respectively
=item B<-t>|B<--time>|B<--depart> I<hh>:I<mm>
...
...
@@ -447,7 +447,7 @@ Journey date
=item B<-b>|B<--bike>
Choose connections
where you can take a bike with you
Choose connections
allowing to carry a bike
=item B<-e>|B<--exclude> I<transports>
...
...
@@ -512,7 +512,7 @@ Accepted values: normal (default), fast, slow
=item B<-I>|B<--ignore-info> [ I<regex> ]
Ignore additional information matching I<regex> (default: /Fahrradmitnahme/)
.
Ignore additional information matching I<regex> (default: /Fahrradmitnahme/)
If I<regex> is not supplied, removes the default regex (-E<gt> nothing will be ignored)
...
...
@@ -527,7 +527,7 @@ Add I<key> with I<value> to the HTTP POST request sent to the EFA server.
This can be used to use setting B<efa> does not yet cover, like
C<--post lineRestriction=400> to also show IC and ICE trains.
Note that B<--post> will be overridden by the standard efa options, such as
B<--time>
.
B<--time>
=item B<-v>|B<--version>
...
...
@@ -537,5 +537,5 @@ Print version information
=head1 BUGS
Arguments to B<efa> should be plain ASCII. Unicode may w
or
k
,
but it cannot be
guaranteed
.
The Unicode handling is slightly messed up. Theref
or
e
,
arguments to B<efa>
should always be plain ASCII (ue instead of E<uuml> etc)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment