~ubuntu-branches/ubuntu/vivid/safe-rm/vivid

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2009-04-02 23:05:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090402230545-asgml69orjonb2j3
Tags: 0.5-1
* New upstream release:
- support for wildcards in protected paths

* Bump Standards-Version up to 3.8.1
* Bump debhelper up to 7
* debian/rules: make use of dh_prep and dh_lintian
* debian/copyright: fix lintian notice

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
safe-rm - http://www.safe-rm.org.nz
2
2
prevention of accidental deletions using a directory blacklist
3
3
 
4
 
Copyright (C) 2008  Francois Marier <francois@debian.org>
 
4
Copyright (C) 2008-2009  Francois Marier <francois@safe-rm.org.nz>
5
5
 
6
6
   This program is free software: you can redistribute it and/or modify
7
7
   it under the terms of the GNU General Public License as published by
35
35
The user-specific blacklist lives in ~/.safe-rm and could include things like:
36
36
 
37
37
  /home/username/documents
 
38
  /home/username/documents/*
38
39
  /home/username/.mozilla
39
40
 
40
41
 
66
67
 
67
68
  libtrashcan
68
69
  http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libtrash-0.2/readme.html
 
70
 
 
71
There are also projects which implement the FreeDesktop.org trashcan spec. For example:
 
72
 
 
73
  trash-cli
 
74
  http://code.google.com/p/trash-cli/