logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

simplyhtml — A Java editor based on HTML and CSS.

Author

       This manual page was written by Eric Lavarde deb@zorglub.s.bawue.de for the Debian  system  (but  may  be
       used  by  others).  Permission is granted to copy, distribute and/or modify this document under the terms
       of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.

       On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-
       licenses/GPL.

                                                                                                   SIMPLYHTML(1)

Description

       This manual page documents briefly the simplyhtml command.

       This  manual  page  was  written for the Debian distribution because the original program does not have a
       manual page.  Instead, it has online documentation (see Help menu in SimplyHTML).

   ProjectDescription
       With project SimplyHTML an application is built for working  with  text  documents.  Text  documents  are
       stored in HTML and CSS format, but the application is meant as a word processor rather than a code editor
       or web site builder.

   Opentothemaximum
       SimplyHTML  is  built  with  the  aim to document as much of its functionality and usage as possible. The
       application is written in Java and distributed with full source codes.

       By using Java, HTML, CSS and PDF all parts of the project are 100% platform independent and can  be  used
       on almost any machine.

   Extensivedocumentation
       Source codes are commented in Javadoc format and additional inline comments. The sources are created with
       good legibility and structure in mind.

       In addition, an extensive tutorial is delivered covering both usage of the application and its internals.
       The  tutorial is available in JavaHelp format and can be used as online help out of SimplyHTML. Or it can
       be read with a plain web browser. A PDF version of the tutorial is available too.

   WhyanotherHTMLeditor?
       SimplyHTML is not an HTML editor in first place. It is a text processing application being based on  HTML
       and CSS files.

       Although  it has a simple HTML editor built in as well, the application focuses on text processing rather
       than web page creation.

       SimplyHTML tries to distinguish from comparable applications by combining simplicity,  ease  of  use  and
       transparency for both users and developers.

Environment Variables

DEBUG     If   this  environment  variable  is set, SimplyHTML gives more information on how it finds its
                 different elements, as well as some other information.

       JAVACMD   Default value for the java virtual machine (the java command).

       JAVA_BINDIR
                 If $JAVACMD is not set, the java virtual machine is searched under $JAVA_BINDIR/java.

       JAVA_HOME If $JAVACMD and  $JAVA_BINDIR  are  not  set,  the  java  virtual  machine  is  searched  under
                 $JAVA_HOME/bin/java.

       PATH      If all $JAVA... environment variables fail, the java virtual machine command (java) is searched
                 in the $PATH (with which).

       CLASSPATHADD_JARS
                 The  $CLASSPATH  variable  also lets one specify additional jars, which is good, if you want to
                 add a new Look&Feel jar (the motif one is so ugly...). Alternatively, the content of  $ADD_JARS
                 will be prepended to $CLASSPATH.

Files

/usr/bin/java
                 If  all searches through environment variables fail, the java virtual machine is expected to be
                 /usr/bin/java; if not, simplyhtml exits with an error.

Name

       simplyhtml — A Java editor based on HTML and CSS.

Options

       This program does not have any option. Just start it!

See Also

       The online documentation under http://simplyhtml.sf.net/, especially the Linux related one under the Wiki
       page link http://simplyhtml.sourceforge.net/wiki/index.php/SimplyHTML_on_Linux.

Synopsis

simplyhtml [no_options]

See Also