From: Jean-Philippe Orsini Date: Thu, 30 Jun 2016 07:32:07 +0000 (+0200) Subject: renaming files X-Git-Url: https://git.wpitchoune.net/gitweb/?p=asciidoctor_to_rss.git;a=commitdiff_plain;h=fbabb3bcc20b5c2cf429f21784efe7cebee2a64c renaming files --- diff --git a/asciidoctor_to_rss.sh b/asciidoctor_to_rss.sh new file mode 100755 index 0000000..1758471 --- /dev/null +++ b/asciidoctor_to_rss.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +java -classpath target/classes:lib/asciidoctorj-1.5.4.jar:lib/jruby-complete-1.7.21.jar:target/net.wpitchoune.asciidoctor-1.0.jar:lib/rome-1.6.0.jar:lib/slf4j-api-1.7.6.jar:lib/slf4j-nop-1.7.6.jar:lib/jdom2-2.0.6.jar:lib/rome-utils-1.6.0.jar Main $* diff --git a/asciidoctorfeed.props b/asciidoctorfeed.props deleted file mode 100644 index 1e487af..0000000 --- a/asciidoctorfeed.props +++ /dev/null @@ -1,4 +0,0 @@ -feed.title=The feed title -feed.description=The description of the feed -feed.link=http://wpitchoune.net/news/feed.xml -feed.baseurl=http://wpitchoune.net/news \ No newline at end of file diff --git a/asciidoctorrss.props b/asciidoctorrss.props new file mode 100644 index 0000000..1e487af --- /dev/null +++ b/asciidoctorrss.props @@ -0,0 +1,4 @@ +feed.title=The feed title +feed.description=The description of the feed +feed.link=http://wpitchoune.net/news/feed.xml +feed.baseurl=http://wpitchoune.net/news \ No newline at end of file diff --git a/pdoc.sh b/pdoc.sh deleted file mode 100755 index 1758471..0000000 --- a/pdoc.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -java -classpath target/classes:lib/asciidoctorj-1.5.4.jar:lib/jruby-complete-1.7.21.jar:target/net.wpitchoune.asciidoctor-1.0.jar:lib/rome-1.6.0.jar:lib/slf4j-api-1.7.6.jar:lib/slf4j-nop-1.7.6.jar:lib/jdom2-2.0.6.jar:lib/rome-utils-1.6.0.jar Main $*