MOStlyCE 3.0.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MOStlyCE 3.0.5 (Default branch)
# 1  
Old 03-30-2008
MOStlyCE 3.0.5 (Default branch)

Image MOStlyCE is a "What You See Is What You Get" (WYSIWYG) editor for the Mambo content management system (CMS). MOStlyCE aims to bring simple, powerful HTML editing capabilities into the hands on the average user. MOStlyCE is based on the TinyMCE editor produced by Moxicode. License: GNU Lesser General Public License (LGPL) Changes:
MOStlyCE has been upgraded to the latest TinyMCE 3.0.5 core, which was a full rewrite for the project. This includes many bugfixes, better cross browser support, cleaner code, etc. Security holes were closed and additional security checks were added. Outstanding compression and spellchecker issues were resolved. A new pagebreak toolbar option was added, which inserts a more visible indicator. New dropdown selection lists were added for images stored under /images/stories and for linking to existing sections, categories, or content.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
VITMP(1)						      General Commands Manual							  VITMP(1)

NAME
vitmp - edit temporary files SYNOPSIS
vitmp [VIM options] FILE... DESCRIPTION
vitmp is a wrapper around the VIM editor which may be used to invoke the editor in a way that is guaranteed to be suitable for editing tem- porary files used with programs such as crontab(1) and edquota(8). The instance of the editor that is invoked is /bin/vi. In particular, it is guaranteed that the file, if edited, will be overwritten in place such that the modified contents may be read back via a previously obtained file descriptor. Invoking the editor via vitmp also makes sure that no additional editor temporary files are used. Please note that vitmp offers no crash recovery capabilities. If the editor crashes during the overwrite, data may be lost. HISTORY
vitmp first appeared in Openwall GNU/*/Linux 1.0. AUTHORS
Solar Designer <solar@owl.openwall.com> SEE ALSO
crontab(1), vi(1), vim(1), edquota(8) Openwall Project 25 April 2002 VITMP(1)