Skip to content

Commit 2d031b4

Browse files
committed
README: improve layout and wording
1 parent a3afb2d commit 2d031b4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,17 @@ enforced as of 2013-04-24.
9797
you can automate the import of new changesets by configuring a cron
9898
job on the web server where your Mantis installation resides, as follows:
9999

100-
a. import via curl (could run into timeouts on large repositories,
101-
or block your webserver)
100+
* import via curl (could run into timeouts on large repositories,
101+
or block your webserver)
102102

103-
curl "http://host.domain.tld/mantisbt/plugin.php?page=Source/import&id=all&api_key=<YOUR_API_KEY>"
103+
curl "http://host.domain.tld/mantisbt/plugin.php?page=Source/import&id=all&api_key=<YOUR_API_KEY>"
104104

105-
b. import via shell
105+
* import via shell
106106

107-
php-cgi -f plugin.php page=Source/import id=all api_key=<YOUR_API_KEY>
107+
php-cgi -f plugin.php page=Source/import id=all api_key=<YOUR_API_KEY>
108108

109-
Please be aware of the difference between `php-cgi` and `php-cli`. The import won't run with php-cli. For more information about the difference of php-cli and php-cgi refer to http://www.php-cli.com/php-cli-cgi.shtml.
109+
Please be aware of the [difference between `php-cgi` and `php-cli`](http://www.php-cli.com/php-cli-cgi.shtml).
110+
The import *won't run* with php-cli.
110111

111112
This will import new changesets for all configured repositories.
112113

0 commit comments

Comments
 (0)