diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/apasted.html | 8 | ||||
| -rw-r--r-- | doc/index.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 6 |
3 files changed, 14 insertions, 2 deletions
diff --git a/doc/apasted.html b/doc/apasted.html index 8840ff3..28acbd0 100644 --- a/doc/apasted.html +++ b/doc/apasted.html @@ -30,7 +30,7 @@ stored files. <h2> Interface </h2> <pre> - apasted [ -r <em>rtimeout</em> ] [ -w <em>wtimeout</em> ] [ -d <em>rootdir</em> ] [ -p <em>prefix</em> ] [ -n <em>maxfiles</em> ] [ -s <em>maxsize</em> ] + apasted [ -r <em>rtimeout</em> ] [ -w <em>wtimeout</em> ] [ -d <em>rootdir</em> ] [ -p <em>prefix</em> ] [ -n <em>maxfiles</em> ] [ -s <em>maxsize</em> ] [ -S <em>maxtotalsize</em> ] </pre> <ul> @@ -92,6 +92,12 @@ wants and apasted will still store them if it is possible. </dd> <dd> Accept a maximum of <em>maxsize</em> bytes for each file. 0 means unlimited: the files can be as big as the client wants, which is not a very good idea. The default is 1 MB. </dd> + + <dt> -S <em>maxtotalsize</em> </dt> + <dd> Accept a maximum of <em>maxtotalsize</em> bytes for a single +apaste transaction, all files included. +0 means unlimited: the transaction can be as large as the client +wants, which is not a very good idea. The default is 10 MB. </dd> </dl> <h2> Typical usage </h2> diff --git a/doc/index.html b/doc/index.html index 6697333..d10289a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,7 @@ that provides the network connection. </li> <ul> <li> The current released version of apaste is -<a href="apaste-0.0.1.0.tar.gz">0.0.1.0</a>. </li> +<a href="apaste-0.0.2.0.tar.gz">0.0.2.0</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/apaste/">apaste git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index c8650e5..42a4336 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in apaste </h1> +<h2> in 0.0.2.0 </h2> + +<ul> + <li> New <tt>-S</tt> option to <a href="apasted.html">apasted</a>. </li> +</ul> + <h2> in 0.0.1.0 </h2> <ul> |
