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 [2017/04/15 08:13] – -> github pietrogedit-crypto [2020/12/30 13:33] (versione attuale) – fixed markdown pietro
Linea 1: Linea 1:
-===== What is this? =====+{{ :gedit-crypto:gedit-plugin-crypto-0.5.tar.gz | Click here to download version 0.5 of gedit-crypto}} ​ (gedit 3.12 and later - see below for older versions) //md5sum f59eeee23787b680a9dbb6d9e33497c6//​  
  
-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 with GPG.+<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),
Linea 12: 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 19: 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 
-  mkdir /usr/share/gedit/plugins/crypto +ln -s `pwd`/crypto /usr/lib/gedit/plugins/crypto 
-  ln -s crypto/crypto.glade /usr/share/gedit/plugins/crypto/crypto.glade+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 must be installed for the plugin to work.+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, +In particular, current versions need gedit 3.12 or later; if you're using a 
-{{:gedit-crypto:gedit-plugin-crypto-0.3.tar.gz|download version 0.3 of gedit-crypto.}}+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 {{:gedit-crypto:gedit-plugin-crypto-0.2.tar.gz|version 0.2 of gedit-crypto.}}+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).
  
-===== Code =====+### Code
  
 You can browse/clone/fork the git repo at You can browse/clone/fork the git repo at
-[[https://github.com/toobaz/gedit_crypto ]] . I'm willing to integrate+https://github.com/toobaz/gedit_crypto . I'm willing to integrate
 enhancements/bug fixes, so feel free to open PRs. enhancements/bug fixes, so feel free to open PRs.
 +</markdown>
gedit-crypto.1492236814.txt.gz · Ultima modifica: 2017/04/15 08:13 da pietro