https://github.com/weppos/docbook5-tmbundle
TextMate bundle for DocBook 5.
https://github.com/weppos/docbook5-tmbundle
Last synced: 5 months ago
JSON representation
TextMate bundle for DocBook 5.
- Host: GitHub
- URL: https://github.com/weppos/docbook5-tmbundle
- Owner: weppos
- Created: 2008-06-10T21:19:17.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2009-05-28T07:02:22.000Z (about 17 years ago)
- Last Synced: 2025-01-30T07:30:13.695Z (over 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
Awesome Lists containing this project
README
# DocBook 5 TextMate bundle
This bundle provides a basic support for editing DocBook 5 documents in TextMate.
**Contributions are more than welcome!**
**WARNING**: This library has not been released yet. This package seems stable, but should be considered a development release.
Changes to specifications may occur at any time and without notice. For the full list of changes look at the CHANGELOG file.
## Installation
To install via Git:
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/weppos/docbook5-tmbundle.git "DocBook 5.tmbundle"
Source can be viewed or forked via GitHub: [http://github.com/weppos/docbook5-tmbundle/tree/master](http://github.com/weppos/docbook5-tmbundle/tree/master)
To install without Git:
wget http://github.com/weppos/docbook5-tmbundle/tarball/master
open weppos-docbook5-tmbundle*
rm weppos-docbook5-tmbundle*.tar.gz
mv weppos-docbook5-tmbundle* "DocBook 5.tmbundle"
Either way, restart TextMate or select "Reload Bundles" from the Bundles >> Bundle Editor menu.
If you don't want to leave the command line, type the following command:
osascript -e 'tell app "TextMate" to reload bundles'
## Author
[Simone Carletti](http://www.simonecarletti.com) ()
## Thanks to
[Dr Nic Williams](http://drnicwilliams.com/) (this README is a merely adapted from his github-tmbundle project)