]",
"Starts a standalone LDF Triple Pattern server. Options:", options, "");
}
@@ -52,13 +47,13 @@ public static void main(String[] args) throws Exception {
CommandLineParser parser = new DefaultParser();
CommandLine commandLine = parser.parse(options, args);
-
+
String config = null;
if (!commandLine.getArgList().isEmpty()) {
config = commandLine.getArgs()[0];
}
- if (config == null || commandLine.hasOption('h')) {
+ if (commandLine.hasOption('h')) {
printHelp(options);
System.exit(-1);
}
diff --git a/src/main/resources/views/base.ftl.html b/src/main/resources/views/base.ftl.html
index 78ef1a5..c7bd137 100644
--- a/src/main/resources/views/base.ftl.html
+++ b/src/main/resources/views/base.ftl.html
@@ -4,7 +4,8 @@
- ${ title!header!"Linked Data Fragments Server" }
+ ${ title!header!"Linked Data Fragments Server" }
+
@@ -22,7 +23,7 @@
diff --git a/src/main/resources/views/fragment.ftl.html b/src/main/resources/views/fragment.ftl.html
index 55fb4b2..d7b2327 100644
--- a/src/main/resources/views/fragment.ftl.html
+++ b/src/main/resources/views/fragment.ftl.html
@@ -52,14 +52,38 @@