Skip to content

Commit

Permalink
update to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-theunsub committed Apr 17, 2021
1 parent 0430c5c commit f800ea2
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 29 deletions.
8 changes: 5 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
CHANGES for nemo-sendto-clamtk:

0.05 - 20190426
0.05 - 20210417
---------------
* Updated language strings: Khmer (km), Thai (th)
* Updated language strings
* Updated years in multiple places
* Updated license information for language strings
* Updated website link to gitlab
* Updated man page
* Updated README.md - updated links, install info, more

0.04 - 20171001
---------------
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
COPYRIGHT AND LICENSE

ClamTk, copyright (C) 2004-2019 Dave M
ClamTk, copyright (C) 2004-2021 Dave M
https://gitlab.com/dave_m/clamtk
https://gitlab.com/dave_m/clamtk/wikis/Home
https://bitbucket.org/davem_/clamtk/
https://github.com/dave-theunsub/clamtk/

Sites no longer used or deprecated:
http://freshmeat.net/projects/clamtk
http://clamtk.sourceforge.net
http://code.google.com/p/clamtk/
https://github.com/dave-theunsub/clamtk/
https://dave-theunsub.github.io/clamtk/
https://bitbucket.org/davem_/clamtk/

All rights reserved. This program is free software; you can
redistribute it and/or modify it under the terms of either:
Expand All @@ -28,7 +28,7 @@ https://help.launchpad.net/Legal/BSDLicense

[Source: http://www.opensource.org/licenses/bsd-license.php]

Copyright (c) 2004-2019, Dave M. All rights reserved.
Copyright (c) 2004-2021, Dave M. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
44 changes: 24 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
README
------
Last updated 20190426
README.md
-----------------------
Last updated 20210417

## About

nemo-sendto-clamtk is a simple plugin to allow a right-click,
context menu scan of files or folders in nemo, the
file manager for Cinnamon.
context menu scan of files or folders in nemo.

nemo-sendto-clamtk is available for Fedora, CentOS, and
Debian|Ubuntu - or probably any system with nemo.

All this plugin does is copy a desktop style file to the
directory where nemo reads such things. If this seems redundant,
that's because it is: this plugin depends on clamtk,
which already has this directory file. So, it stands to
reason we should be able to just find that file and
copy it, rather than having our own copy.
directory where nemo reads such things.

nemo-sendto-clamtk is available for Fedora, CentOS, and
Debian|Ubuntu - or probably any system that can run Cinnamon.
The good news is that this directory - /usr/share/nemo/actions/ - seems pretty standard across nemo installations. So, if you use a distribution using other than rpms or debs that I build, just copy the nemo-sendto-clamtk.nemo_action file from the source to /usr/snemo-sendto-clamtk.nemo_actionzhare/nemo/actions/, like so:

```
tar xf nemo-sendto-clamtk-0.05.tar.xz
cd nemo-sendto-clamtk-0.05
sudo cp nemo-sendto-clamtk.nemo_action /usr/share/nemo/actions/
```

Link to screenshot:
* http://imgur.com/YgzL7xH
Screenshot: http://imgur.com/YgzL7xH

## Dependencies

You shouldn't be using such an old version of clamtk, but technically it would work with version 5.00 and up.

clamtk >= 5.00
nemo
nemo

## Important Links

For feature requests or bugs, it's best to use one of the following:

* https://gitlab.com/dave_m/nemo-sendto-clamtk
* https://bitbucket.org/davem_/nemo-sendto-clamtk/
https://github.com/dave-theunsub/nemo-sendto-clamtk
https://gitlab.com/dave_m/nemo-sendto-clamtk

Deprecated:
* https://github.com/dave-theunsub/nemo-sendto-clamtk
https://bitbucket.org/davem_/nemo-sendto-clamtk/

## Contact

* Dave M, dave.nerd @gmail.com (0x6ADA59DE)
Dave M, dave.nerd @gmail.com (0xF51D19546ADA59DE)
Binary file modified nemo-sendto-clamtk.1.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions nemo-sendto-clamtk.nemo_action
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ClamTk, copyright (C) 2004-2019 Dave M
# ClamTk, copyright (C) 2004-2021 Dave M
#
# This file is part of ClamTk.
# https://github.com/dave-theunsub/nemo-sendto-clamtk
# https://gitlab.com/dave_m/clamtk/wikis/home
#
# nemo-sendto-clamtk.nemo_action 0.05

[Nemo Action]

Name=Scan for threats...
Expand Down Expand Up @@ -48,6 +48,7 @@ Name[it]=Analizza per la ricerca di minacce...
Name[ja]=ウィルスをスキャンします...
Name[km]=វិភាគរកការគំរាមកំហៃង...
Name[ko]=위험 요소를 검사합니다...
Name[mnw_MM]=စိစောတ်ဂၠိုက်ဂၠာဲအန္တရာယ်
Name[ms]=Imbas jika ada ancaman...
Name[nl]=Scannen op virussen…
Name[nb]=Skann etter virus...
Expand Down Expand Up @@ -100,6 +101,7 @@ GenericName[it]=Analizzatore virus
GenericName[ja]=ウイルススキャナ
GenericName[ko]=바이러스 검사기
GenericName[lt]=Virusų suradimo programa
GenericName[mnw_MM]=အရာမဂၠိုက်ဂၠာဲ စၟဳစၟတ်စၟ
GenericName[mr]=धमक्या साठी स्कॅन
GenericName[ms]=Pengimbas Virus
GenericName[nb]=Virusskanner
Expand Down

0 comments on commit f800ea2

Please sign in to comment.