diff options
author | 2006-01-11 18:16:00 +0000 | |
---|---|---|
committer | 2006-01-11 18:16:00 +0000 | |
commit | 676c5e57fdd0c28a77d045b846f066226da73639 (patch) | |
tree | fc5dc79729b863b83fc31ed6106ec9a6441dfb2b /app-emacs/muse/metadata.xml | |
parent | more initscript changes (diff) | |
download | gentoo-2-676c5e57fdd0c28a77d045b846f066226da73639.tar.gz gentoo-2-676c5e57fdd0c28a77d045b846f066226da73639.tar.bz2 gentoo-2-676c5e57fdd0c28a77d045b846f066226da73639.zip |
Added the emacs muse-mode to portage.
(Portage version: 2.0.53)
Diffstat (limited to 'app-emacs/muse/metadata.xml')
-rw-r--r-- | app-emacs/muse/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-emacs/muse/metadata.xml b/app-emacs/muse/metadata.xml new file mode 100644 index 000000000000..135da40f247e --- /dev/null +++ b/app-emacs/muse/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<longdescription> +Emacs Muse is an authoring and publishing environment for Emacs. It +simplifies the process of writing documents and publishing them to +various output formats. + +Muse consists of two main parts: an enhanced text-mode for authoring +documents and navigating within Muse projects, and a set of publishing +styles for generating different kinds of output. + +This idea is not in any way new. Numerous systems exist - even one +other for Emacs itself (Bhl Mode). What Muse adds to the picture is a +more modular environment, with a rather simple core, in which "styles" +are derived from to create new styles. Much of Muse's overall +functionality is optional. For example, you can use the publisher +without the major-mode, or the mode without doing any publishing; or +if you don't load the Texinfo or LaTeX modules, those styles won't be +available. + +The Muse codebase is a departure from emacs-wiki.el version 2.44. The +code has been restructured and rewritten, especially its publishing +functions. The focus in this revision is on the authoring and +publishing aspects, and the "wikiness" has been removed as a default +behavior (available as the optional module muse-wiki.el). CamelCase +words are no longer special by default. +</longdescription> +</pkgmetadata> |