|
For other uses, see WYSIWYM (disambiguation). WYSIWYM is an acronym for What You See Is What You Mean and refers to the paradigm for document editing. It is an alternative to the better known WYSIWYG paradigm. For other uses, see Paradigm (disambiguation). ...
For the Chumbawamba album, see WYSIWYG (album). ...
In a WYSIWYM editor, the user writes the contents in a structured way, following their semantic value, instead of designing their aesthetic. For example, the user tells the editor that he is writing a title, a section, or an author. Because of this, one needs to know the structure of the document (contents semantic) before editing it. Moreover, the editor also needs an exporting system that generates the final format of the document, following the used structure and the written text. The main advantage of this system is the total separation of presentation and content. Thus, the user can concentrate his efforts on writing the contents and structuring them, without concern about the appearance, because it is left to the export system. Another advantage is that the same content can be exported to different formats. Separation of presentation and content (or separate content from presentation) is common idiom, a design philosophy, and a methodology applied in various technical contexts, including information retrieval, template processing, web design, web development, and model-driven development. ...
WYSIWYM word processors
The first WYSIWYM word processor (and also first editor) was LyX.[1] LyX is a graphic editor build on top of a LaTeX processor, so it is focused upon, but not limited to, the edition of scientific documents. (written as LyX in plain text) is a document processor following the self-coined what you see is what you mean paradigm (WYSIWYM), as opposed to the WYSIWYG ideas used by word processors. ...
Inside LyX, the structure of the documents is given as LyX document layouts. Each of these layouts rely on a LaTeX document class. In its turn, the export process is performed in two steps, first the contents are transformed from an internal format to LaTeX, and then, the LaTeX processor generates the document in the requested format (DVI, PDF, etc.) This article is about the typesetting system. ...
The Device independent file format (DVI) is the output file format of the TeX typesetting program, designed by David R. Fuchs in 1979. ...
PDF is an abbreviation with several meanings: Portable Document Format Post-doctoral fellowship Probability density function There also is an electronic design automation company named PDF Solutions. ...
WYSIWYM in web environments Web page edition is clearly dominated by the WYSIWYG editing model. But, this model has been criticized,[2][3] primarily because of the low quality of the generated code, and there are voices advocating a change to the WYSIWYM model.[4][5][6] For the Chumbawamba album, see WYSIWYG (album). ...
The first WYSIWYM Web page editor was WYMEditor.[7] In this editor the structure of the documents is defined by CSS classes for HTML elements. These classes also contain the information about the final appearance of the document. Although it follows a WYSIWYM model, the document format is always HTML, so the new structures to be defined are limited to add new classes. And the final document will be build by applying presentational elements to these classes. There is a project[8] whose objective is defining a new architecture that allows the use of pure WYSIWYM editors. The structure of the documents is defined with a language, called WebCS, specifically designed for this goal. The created contents are saved in XML, tagged with its semantic values. In order to give the contents their final appearance, the WebCS structures have an associated XSL transformation, which guides the conversion of this XML to its final format (XHTML or whatever desired file format). In this system, the separation of presentation and content if performed by the pair XML-XSL, so it is made in an upper level of the separation given by HTML-CSS. On the other hand, the definition of new structures and transformations are a bit harder, and require more knowledge. Although implementing final software in not a goal of this project, there is an editor (WebCS Editor)[9] available for demonstrating purposes.
See also For the Chumbawamba album, see WYSIWYG (album). ...
WYSIAYG describes a user interface under which What You See Is All You Get: an unhappy variant of WYSIWYG. Visual, `point-and-shoot-style interfaces tend to have easy initial learning curves, but also to lack depth; they often frustrate advanced users who would be better served by a command...
Separation of presentation and content (or separate content from presentation) is common idiom, a design philosophy, and a methodology applied in various technical contexts, including information retrieval, template processing, web design, web development, and model-driven development. ...
External links - WYMeditor - Standards compliant open source WYSIWYM web-based editor
- LyX - LyX, a WYSIWYM text processor.
- scenari-platform.org - Scenari, a WYSIWYM XML-based editing and publishing Open Source software
References - ^ Lyx Web site
- ^ Sauer, C.: WYSIWIKI - Questioning WYSIWYG in the Internet Age. In: Wikimania (2006)
- ^ Spiesser, J., Kitchen, L.: Optimization of html automatically generated by WYSIWYG programs. In: 13th International Conference on World Wide Web, pp. 355--364. WWW '04. ACM, New York, NY (New York, NY, USA, May 17-20, 2004)
- ^ 456BereaStreet
- ^ standards-schmandards
- ^ Thom Shannon's blog
- ^ WYMean Editor
- ^ WebCS Project
- ^ WebCS Editor
|