~ubuntu-branches/ubuntu/quantal/ark/quantal

« back to all changes in this revision

Viewing changes to README.coding

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-06 18:50:49 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120606185049-z43lsy5wwp3wtrgt
Tags: 4:4.8.80-0ubuntu1
* Merge with Debian git repository, remaining changes:
  - Suggest instead of recommend p7zip-full
  - Add and install utilities-file-archiver.xpm
* New upstream beta release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
A few rules that need to be followed in the codebase
2
 
 
3
 
*** Trailing slashes in filenames
4
 
All filenames emitted from plugins should have trailing slashes appended
5
 
to directory names. The ark internals can then always assume that a path
6
 
with a slash appended will be a directory and not a file.