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
36e0bbfc
"README.md" did not exist on "99ca8abacf61a7195e227704984ff96a0a868bc3"
Commit
36e0bbfc
authored
10 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
efa(1): spellcheck
parent
562b6b3c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Build.PL
+1
-0
1 addition, 0 deletions
Build.PL
bin/efa
+7
-9
7 additions, 9 deletions
bin/efa
with
8 additions
and
9 deletions
Build.PL
+
1
−
0
View file @
36e0bbfc
...
...
@@ -23,6 +23,7 @@ Module::Build->new(
'
Class::Accessor
'
=>
0
,
'
Exception::Class
'
=>
0
,
'
Getopt::Long
'
=>
0
,
'
List::Util
'
=>
0
,
'
LWP::UserAgent
'
=>
0
,
'
XML::LibXML
'
=>
0
,
},
...
...
This diff is collapsed.
Click to expand it.
bin/efa
+
7
−
9
View file @
36e0bbfc
...
...
@@ -83,7 +83,7 @@ sub handle_efa_exception {
exit
5
;
}
printf
STDERR
(
"
Unca
tched
exception: %s
\n
%s
",
ref
(
$e
),
$e
->
trace
);
printf
STDERR
(
"
Unca
ught
exception: %s
\n
%s
",
ref
(
$e
),
$e
->
trace
);
exit
10
;
}
...
...
@@ -377,10 +377,10 @@ version 2.07
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 also supports other EFA services than L<http://efa.vrr.de>.
B<efa> has a
builtin list of EFA entry points which can be
us
ed with the
B<-A> and B<-D> options
. You can also specify a custom service using
B<-u> I<url>
or B<-s> I<name>.
It also supports other EFA services than L<http://efa.vrr.de>.
B<efa> has a
builtin list of EFA entry points which can be
prob
ed with the
B<-A> and B<-D>
options and listed with B<-l>
. You can also specify a custom service using
B<-u> I<url>
or B<-s> I<name>.
However, the default EFA service is sufficient in most cases (even ICE
connections all over Germany).
...
...
@@ -412,7 +412,7 @@ Journey end time (overrides --time/--depart)
Probe all known EFA entry points for the specified connection. Print the first
result which was not an error.
Note that this may take a while and will not nec
c
essarily return the best
Note that this may take a while and will not necessarily return the best
result. Also, using this option by default is not recommended, as it puts
EFA services under considerable additional load.
...
...
@@ -468,7 +468,7 @@ Include connections using trains of type I<type>, where I<type> may be:
=item * local (default)
only take local trains ("Verbund-/Nahverkehrslinien"). Slow, but the cheapest
method if you're not travel
l
ing long distance
method if you're not traveling long distance
=item * ic
...
...
@@ -611,8 +611,6 @@ each other it may or may not work. Workaround: Request from -> via using the
normal four-argument efa invocation, read the time, use efa -t time via via to
to to request via -> to.
None known.
=head1 AUTHOR
Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
...
...
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