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 [2015/10/26 15:28] – md5sum pietrogedit-crypto [2020/12/30 13:33] (versione attuale) – fixed markdown pietro
Linea 1: Linea 1:
-{{:gedit-crypto:gedit-plugin-crypto-0.4.tar.gz|Click here to download version 0.of gedit-crypto}}  (gedit 3.12 and later - see below for older versions) //md5sum d8659c145411a098b5c6e96af2e9f72f//+{{ :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//​  
  
-{{:gedit-crypto:gedit-crypto-plugin_0.4-1_all.deb|Click here for the Debian package}} //md5sum d3d53bc10a2728b52d69e5a5a09029a5 //+{{ :gedit-crypto:gedit-crypto-plugin_0.5-1_all.deb |Click here for the Debian package}} //md5sum eaa56ffeb8ba38dc7680221d33e55e99//​  
  
-===== What is this? =====+<markdown> 
 +## What is this?
  
-Crypto is a simple plugin for the gedit + 
-( http://projects.gnome.org/gedit/ ) editor, allowing you to quickly +Crypto is a simple plugin for the [gedit]( http://projects.gnome.org/gedit/ ) 
-encrypt/decrypt text documents with GPG.+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),
Linea 16: Linea 17:
 gpg or seahorse. gpg or seahorse.
  
-===== How to install? =====+### How to install? 
  
 If you are a user of Debian (or any derivative such as Ubuntu or Mint), If you are a user of Debian (or any derivative such as Ubuntu or Mint),
Linea 23: Linea 25:
 Otherwise, to install for a single user, extract the archive and then: Otherwise, to install for a single user, extract the archive and then:
  
-  cd gedit-plugin-crypto-* +```python 
-  ln -s crypto.plugin ~/.local/share/gedit/plugins/crypto.plugin +cd gedit-plugin-crypto-* 
-  ln -s crypto ~/.local/share/gedit/plugins/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.
  
-Gedit version 3 or later and Seahorse 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).
  
-In particular, current versions need gedit 3.12 or later; if you're using a previous version of gedit,  +If your version of gedit is even older than 3.8, you need 
-{{:gedit-crypto:gedit-plugin-crypto-0.3.tar.gz|download version 0.3 of gedit-crypto.}}+[version 0.2 of gedit-crypto](https://pietrobattiston.it/wiki/_media/gedit-crypto:gedit-plugin-crypto-0.2.tar.gz).
  
-If your version of gedit is even older than 3.8, you need {{:gedit-crypto:gedit-plugin-crypto-0.2.tar.gz|version 0.2 of gedit-crypto.}}+### Code
  
-===== Code ===== +You can browse/clone/fork the git repo at 
-You can browse the git repo [[http://www.pietrobattiston.it/gitweb?p=gedit-crypto.git|here]] or clone with +https://github.com/toobaz/gedit_crypto I'm willing to integrate 
-  git clone git://pietrobattiston.it/gedit-crypto+enhancements/bug fixes, so feel free to open PRs. 
 +</markdown>
gedit-crypto.1445869726.txt.gz · Ultima modifica: 2015/10/26 15:28 da pietro