Skip to content

Commit

Permalink
Update authors and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarcia committed May 8, 2010
1 parent e440516 commit 20292f8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
30 changes: 14 additions & 16 deletions README.md
@@ -1,6 +1,6 @@
Zen Coding for Gedit
====================
A new way of writing HTML and CSS code for Gedit.
A new way of writing HTML and CSS code for Gedit

Information
-----------
Expand All @@ -13,45 +13,43 @@ expand expressions—similar to CSS selectors—into HTML code.
- [Demo video](http://vimeo.com/7405114)
- [Examples and usage](http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/)

This is a Gedit plugin that fully integrates Zen Coding into Gedit.
This plugin fully integrates Zen Coding into Gedit.

Features
--------

Zen Coding isn't only a decent abbreviations expander, but also a set of handy tools for common XHTML tasks.
Read [this page](http://code.google.com/p/zen-coding/wiki/Actions) carefully for details and boost your productivity
even more. Note that almost every action highly depends on current caret position inside text editor.
Zen Coding isn't only a decent abbreviations expander but also a set of handy tools for common XHTML tasks.
Read [this page](http://code.google.com/p/zen-coding/wiki/Actions) thoroughly for details.
Note that almost every action highly depends on current caret position inside text editor.

With this plugin, you can:

- Expand abbreviation with `Ctrl+E`
- Wrap with abbreviation with `Ctrl+Shift+E`
- Balance tag inward or outward with `Ctrl+Alt+I` or `Ctrl+Alt+O`
- Merge lines with `Ctrl+Alt+M`
- Go to previous or next edit point with `Alt+Left` and `Alt+Right`
- Update tag image size with `Ctrl+Alt+S` (needs ImageMagick, see Installation and Credits)
- Update tag image size with `Ctrl+Alt+S`
- Remove tag with `Ctrl+Alt+R`
- Split or join tags with `Ctrl+Alt+J`
- Toggle comment with `Ctrl+Alt+C`

Menu entries are also available in the Edit menu.
- Create your own abbreviations and snippets.

Shortcuts can be changed in `~/.gnome2/gedit/plugins/zencoding/plugin.py` to fit your needs.

Besides, you can write your own abbreviations and snippets.

Installation
------------

1. Download [zip](http://github.com/fmarcia/zen-coding-gedit/zipball/master) or [tar](http://github.com/fmarcia/zen-coding-gedit/tarball/master) source and unpack it
1. Download [zip](http://github.com/fmarcia/zen-coding-gedit/zipball/master) or [tar](http://github.com/fmarcia/zen-coding-gedit/tarball/master) source and unpack it.
2. Run `./install.sh`
3. In order to use "Update tag image size", install `imagemagick` using your distribution's package manager.
3. In order to use "Update tag image size", install `imagemagick`
4. In Gedit, go to Edit -> Preferences -> Plugins to find and enable the plugin.
5. Try it out!

Credits
-------
- [Sergey Chikuyonok](http://chikuyonok.ru/) - the music makers, the dreamers of the dream
- [Mike Crittenden](http://mikethecoder.com) - the maintainer of the Gedit plugin
- [Franck Marcia](http://github.com/fmarcia) - the author of the Gedit plugin
- [Sergey Chikuyonok](http://chikuyonok.ru/) - the creator of Zen Coding
- [Franck Marcia](http://github.com/fmarcia) - the author of this Gedit plugin
- [Mike Crittenden](http://mikethecoder.com) - the author of the previous Gedit plugin
- [Stuart Langridge](http://www.kryogenix.org/days/2009/09/21/zen-coding-for-gedit) - the author of the original Gedit plugin
- [ImageMagick](http://www.imagemagick.org/) - a software suite to create, edit, and compose bitmap images

10 changes: 5 additions & 5 deletions zencoding.gedit-plugin
Expand Up @@ -3,9 +3,9 @@ Loader=python
Module=zencoding
IAge=2
Name=Zen Coding
Description=Enables Zen Coding's CSS and HTML shorthand tools for Gedit.
Description[fr]=Des sélecteurs CSS pour écrire du code HTML.
Authors=Mike Crittenden <mike@mikethecoder.com>, Zen Coding team\nFranck Marcia <franck.marcia@gmail.com>
Copyright=Mike Crittenden <mike@mikethecoder.com>\nFranck Marcia <franck.marcia@gmail.com>
Website=http://github.com/mikecrittenden/zen-coding-gedit
Description=Expand expressions similar to CSS selectors into HTML, CSS or XSLT code
Description[fr]=Développe des expressions similaires à des sélecteurs CSS en code HTML, CSS ou XSLT
Authors=Franck Marcia <franck.marcia@gmail.com>
Copyright=Franck Marcia <franck.marcia@gmail.com>
Website=http://github.com/fmarcia/zen-coding-gedit

0 comments on commit 20292f8

Please sign in to comment.