Strumenti Utente

Strumenti Sito


gedit-crypto

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
gedit-crypto [2013/10/08 15:15] – .local/share pietrogedit-crypto [2020/12/30 13:33] (versione attuale) – fixed markdown pietro
Linea 1: Linea 1:
-{{:gedit-crypto:gedit-plugin-crypto-0.3.tar.gz|Click here to download version 0.of gedit-crypto.}} +{{ :gedit-crypto:gedit-plugin-crypto-0.5.tar.gz | Click here to download version 0.of gedit-crypto}} ​ (gedit 3.12 and later - see below for older versions) //md5sum f59eeee23787b680a9dbb6d9e33497c6//​  
-===== What is this? =====+
  
-Crypto is a simple plugin for the Gedit +{{ :gedit-crypto:gedit-crypto-plugin_0.5-1_all.deb |Click here for the Debian package}} //md5sum eaa56ffeb8ba38dc7680221d33e55e99//​  
-( http://projects.gnome.org/gedit/ ) editor, allowing you to quickly + 
-encrypt/decrypt text documents.+<markdown> 
 +## What is this? 
 + 
 + 
 +Crypto is a simple plugin for the [gedit]( http://projects.gnome.org/gedit/ ) 
 +editor, allowing you to quickly encrypt/decrypt text documents with GPG.
  
 Once installed and activated (through the "Preferences" window, "Plugin" tab), Once installed and activated (through the "Preferences" window, "Plugin" tab),
-it will add a submenu to the "File" menu, with two options allowing you to+it will add a submenu to the "Gear" menu, with two options allowing you to
 encrypt or decrypt the currently open document. encrypt or decrypt the currently open document.
  
-Notice that to encrypt/decrypt, you should already have set up your key using+Notice that to encrypt/decrypt, you should have already set up your key using
 gpg or seahorse. gpg or seahorse.
  
-===== How to install? =====+### How to install?
  
-To install for a single user: 
  
-  cd gedit-plugin-crypto-* +If you are a user of Debian (or any derivative such as Ubuntu or Mint), 
-  ln -s crypto.plugin ~/.local/share/gedit/plugins/crypto.plugin +the simplest way is to download and install the .deb package above. 
-  ln -s crypto ~/.local/share/gedit/plugins/crypto+ 
 +Otherwise, to install for a single user, extract the archive and then: 
 + 
 +```python 
 +cd gedit-plugin-crypto-* 
 +mkdir -p ~/.local/share/gedit/plugins/ 
 +ln -s `pwd`/crypto.plugin ~/.local/share/gedit/plugins/crypto.plugin 
 +ln -s `pwd`/crypto ~/.local/share/gedit/plugins/crypto 
 +```
  
 To install systemwise (as root): To install systemwise (as root):
  
-  cd gedit-plugin-crypto-* +```python 
-  ln -s crypto.plugin /usr/lib/gedit/plugins/crypto.plugin +cd gedit-plugin-crypto-* 
-  ln -s crypto /usr/lib/gedit/plugins/crypto+ln -s `pwd`/crypto.plugin /usr/lib/gedit/plugins/crypto.plugin 
 +ln -s `pwd`/crypto /usr/lib/gedit/plugins/crypto 
 +mkdir /usr/share/gedit/plugins/crypto 
 +ln -s `pwd`/crypto/crypto.glade /usr/share/gedit/plugins/crypto/crypto.glade 
 +```
  
-===== Who should I blame if this sucks? =====+### Who should I blame if this sucks?
  
 Pietro Battiston - <me@pietrobattiston.it> Pietro Battiston - <me@pietrobattiston.it>
  
-===== Technicalities =====+### Technicalities
  
-This plugin relies on the Seahorse ( https://projects.gnome.org/seahorse) dbus+This plugin relies on the [Seahorse](https://projects.gnome.org/seahorse) dbus
 service, which does the real work. service, which does the real work.
  
-===== Requirements =====+### Requirements 
 + 
 +Gedit version 3 or later and the Seahorse daemon (package ``seahorse-daemon`` 
 +on debian-based systems) must be installed for the plugin to work. 
 + 
 +In particular, current versions need gedit 3.12 or later; if you're using a 
 +previous version of gedit, 
 +[download version 0.3 of gedit-crypto](https://pietrobattiston.it/wiki/_media/gedit-crypto:gedit-plugin-crypto-0.3.tar.gz). 
 + 
 +If your version of gedit is even older than 3.8, you need 
 +[version 0.2 of gedit-crypto](https://pietrobattiston.it/wiki/_media/gedit-crypto:gedit-plugin-crypto-0.2.tar.gz).
  
-Gedit version 3 or later and Seahorse must be installed for the plugin to work.+### Code
  
-In particular, current versions need gedit 3.8 or later; if instead you're using a previous version of gedit{{:gedit-crypto:gedit-plugin-crypto-0.2.tar.gz|download version 0.2 of gedit-crypto.}}+You can browse/clone/fork the git repo at 
 +https://github.com/toobaz/gedit_crypto . I'm willing to integrate 
 +enhancements/bug fixesso feel free to open PRs. 
 +</markdown>
gedit-crypto.1381238157.txt.gz · Ultima modifica: 2013/10/08 15:15 da pietro