Blame view

sources/apps/files_versions/appinfo/info.xml 1.16 KB
03e52840d   Kload   Init
1
2
3
4
5
  <?xml version="1.0"?>
  <info>
  	<id>files_versions</id>
  	<name>Versions</name>
  	<licence>AGPL</licence>
6d9380f96   Cédric Dupont   Update sources OC...
6
7
  	<author>Frank Karlitschek, Bjoern Schiessle</author>
  	<requiremin>4.93</requiremin>
03e52840d   Kload   Init
8
9
10
11
  	<shipped>true</shipped>
  	<description>
  	ownCloud supports simple version control for files.	The versioning app
  	expires old versions automatically to make sure that
6d9380f96   Cédric Dupont   Update sources OC...
12
  	the user doesn't run out of space. The following pattern is used to delete
03e52840d   Kload   Init
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  	old versions:
  	For the first 10 seconds ownCloud keeps one version every 2 seconds;
  	For the first hour ownCloud keeps one version every minute;
  	For the first 24 hours ownCloud keeps one version every hour;
  	For the first 30 days ownCloud keeps one version every day;
  	After the first 30 days ownCloud keeps one version every week.
  
  	The versions are adjusted along this pattern every time a new version gets
  	created.
  
  	Beside that the version app takes care to never use more that 50% of the users
  	currently available free space. If the stored versions exceed this limit
  	ownCloud deletes the oldest versions until it meets the memory usage limit
  	again.
  	</description>
  	<types>
  		<filesystem/>
  	</types>
  	<default_enable/>
6d9380f96   Cédric Dupont   Update sources OC...
32
  	<ocsid>166053</ocsid>
03e52840d   Kload   Init
33
  </info>