FACTOID # 108: Japan leads the world in car production, producing almost 50% more cars than either of its next closest competitors, Germany and the United StatesInteresting industry facts »
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "Litestep" also viewed:
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Litestep
screenshot of a LiteStep enabled Windows computer, running the NonStep II theme
screenshot of a LiteStep enabled Windows computer, running the NonStep II theme
Free software Portal

LiteStep is a Windows shell replacement licensed under the GPL, for Windows 9x and up. It was inspired by AfterStep, which in turn was inspired by NEXTSTEP. LiteStep was initially developed by Francis Gastellu as a closed source project until April of 1998 (version b23), and was then entirely rewritten (versions 24 and up) by the newly assembled development team. LiteStep later inspired DarkStep, which supports scripting, and PureLS. It also inspired Phil Stopford in 1999 to start LDE(X), which is a complete and production-stable LiteStep-based Windows interface replacement. Image File history File links Broom_icon. ... Image File history File links NonStepII-desktop-example. ... Image File history File links NonStepII-desktop-example. ... Image File history File links Portal. ... Microsoft Windows is the name of several families of proprietary software operating systems by Microsoft. ... In computing, a shell is a piece of software that provides an interface for users (command line interpreter). ... The GNU logo The GNU General Public License (GNU GPL or simply GPL) is a widely-used free software license, originally written by Richard Stallman for the GNU project. ... In Unix computing, AfterStep is a window manager for the X Window System. ... NEXTSTEP is the original object-oriented, multitasking operating system that NeXT Computer, Inc. ... The text below is generated by a template, which has been proposed for deletion. ... PureLS was a windows shell replacement that sought to return to the original goals of the AfterSTEP project. ... 1999 (MCMXCIX) was a common year starting on Friday, and was designated the International Year of Older Persons by the United Nations. ... LDE(X) is one of the most mature LiteStep distributions, being developed almost continuously since 1999. ... Microsoft Windows is the name of several families of proprietary software operating systems by Microsoft. ...


LiteStep is one of the oldest remaining Windows shell replacements. Over time, and due to the rise of popularity in freeform skinning, LiteStep desktop designs have tended to drift away from the Afterstep layouts seen under pre-24 versions. In computing, skins and themes are custom graphical appearances (GUIs) that can be applied to certain software and websites in order to suit the different tastes of different users. ... In Unix computing, AfterStep is a window manager for the X Window System. ...


Like most of the commonly known Windows shell replacements, LiteStep is based on the idea of a small core that loads configurable modules (DLLs). LiteStep has the biggest number of modules and this allows all Windows users to configure their environment to be rich and full-featured or minimalistic. When needed, additional modules are now downloaded and installed automatically from the Internet. The Windows shell (%windir%explorer. ... Illustration of an application which may use libvorbisfile. ... Microsoft Windows is the name of several families of proprietary software operating systems by Microsoft. ...


A theme for LiteStep is a collection of configurations, scripts and images stored in a .zip or .lsz file that, when installed, change the visual style of the desktop. When using recent themes with a recent version of LiteStep, installation is automatic.


LiteStep may appeal to people who like their desktop to be visually appealing, people who like to configure their environment, Unix/Linux users, and people who find the Start button interface that comes with Windows to be less than ideal. Filiation of Unix and Unix-like systems Unix (officially trademarked as UNIX®) is a computer operating system originally developed in the 1960s and 1970s by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy. ... Linux (IPA pronunciation: ) is a Unix-like computer operating system family. ... Microsoft Windows is the name of several families of proprietary software operating systems by Microsoft. ...


Modules

The interface of LiteStep is composed of modules, most having the extension .dll. They are loaded through a text configuration file called step.rc. The syntax of step.rc is very simple. To load different modules you would write a line like this:

 LoadModule $ThemeDir$Modulesalitestepmod.dll 

LoadModule tells litestep.exe to load a module where "$ThemeDir$" is the variable defining the location of the theme files. "Modules" is the directory under the theme directory that holds the theme-specific modules, and "alitestepmod.dll" is the filename of the Module being loaded.


Variables are just as easy to set, with many already hardcoded. $LiteStepDir$ is one such variable being the directory that litestep.exe resides in. ...


Other variables can be set by writing a line in step.rc like this:

 Firefox "C:progra~1Mozill~1firefox.exe" 

You could then use the variable $Firefox$ instead of the full path to the executable. Variables can be combined in a statement to provide flexibility and power.

 include "$dirTheme$$rcStep$" 

The variable $dirTheme$ is the directory of the theme being currently used, and $rcStep$ is a variable that calls the theme's specific configuration file.


Modules are what make LiteStep look and behave the way you want it to. There are graphical modules that are used to build GUI elements. There are also non-graphical modules used to create hotkeys, watch window classes, and create Litestep-specific commands called !bang commands.


!bang commands are a flexible and powerful way to define scripting variables that can reference files, folders, namespaces, executables, other LiteStep modules or parts of the current LiteStep interface. Many !bang commands are hardcoded into the LiteStep core, but others can be provided through scripting or through !bang modules. Bangs are also the primary way you control the modules themselves. Bangs can be executed through a hotkey, a popup menu, shortcuts, or through one of the Litestep commandline modules.


Some of the most popular modules include:

  • lsxcommand.dll: One of the oldest continually maintained non-core modules. This is a commandline where you can enter bang commands, filepath commands i.e. notepad.exe or C:, and urls.
  • geekamp.dll: A module that creates bangs to control winamp. The bangs can then be used in User Interface elements such as shortcuts, or hotkeys, etc.
  • hotkey.dll: This type of module lets you create custom hotkeys such as CTRL+R, which can be used to execute a bang command such as !recycle, which reloads all of litesteps configurations from the step.rc, or a module specific bang command such as (for example) !amp_play, which instructs geekamp (or some similar modules) to tell Winamp to play the current song in its playlist.
  • xlabel.dll: The relatively new x-modules are in a state of constant development. xlabel is an extension of label.dll. Most theme developers now use xlabel for its ease of use, backward compatibility, and highly advanced features over its predecessors. This module allocates areas of the desktop for text or images, or a combination of both, to create a truly custom look to windows. Basically anything you would like to display and interact with can be made using xlabel.

External links

  • Project website (Source Code)
  • LiteStep Wiki (Documentation Project)
  • LS Universe
  • Windows Installer
  • Litestep History
  • Litestep Modules Archive
  • Litestep Themes at litestep.net
  • Litestep Themes at ls-themes.org
  • LiteStep Themes at Customize.org
  • Litestep Themes at WinCustomize
  • LiteStep Themes at DeviantArt
  • LiteStep FAQ @ LS-Universe
  • Litestep Tutorials
  • crossedge.net (Japanese docs)

  Results from FactBites:
 
LiteStep - Wikipedia, the free encyclopedia (680 words)
LiteStep was initially developed by Francis Gastellu as a closed source project until April of 1998 (version b23), and was then entirely rewritten (versions 24 and up) by the newly assembled development team.
LiteStep is one of the oldest remaining Windows shell replacements.
LiteStep has the biggest number of modules and this allows all Windows users to configure their environment to be rich and full-featured or minimalistic.
Litestep - a Whatis.com definition (374 words)
Litestep is an alternative user interface (shell) for use with any Windows operating system (Windows 9x/NT).
Litestep is modeled after After Step for X Window System, a shell that comes with the version of the Linux operating system from Red Hat.
Litestep is developed by a small team of graphic designers and programmers that you can reach directly at their set of partnered Web sites.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.