<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.lsdev.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.lsdev.org/feed.php">
        <title>LSDev</title>
        <description></description>
        <link>http://www.lsdev.org/</link>
        <image rdf:resource="http://www.lsdev.org/lib/images/favicon.ico" />
       <dc:date>2008-08-27T13:10:18-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:compiling_litestep&amp;rev=1219859564&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:implementation_style&amp;rev=1219336700&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:discussion:containers&amp;rev=1219039541&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=links:whatever&amp;rev=1218743917&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:coding_style&amp;rev=1218654763&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:team&amp;rev=1217951235&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:lssdk&amp;rev=1216800936&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=contact&amp;rev=1214090080&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=index&amp;rev=1214087736&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:discussion:explorer_takeover&amp;rev=1214055182&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:cvs&amp;rev=1212276225&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:credits&amp;rev=1212276025&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=news:2008:05:31:ls_0.24.8_rc1&amp;rev=1212273516&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:downloads&amp;rev=1212270812&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:discussion:installer&amp;rev=1210925240&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=history&amp;rev=1210803178&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:bugs&amp;rev=1208190574&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=news:2008:04:14:state_of_the_step&amp;rev=1208154030&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:index&amp;rev=1207808621&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.lsdev.org/doku.php?id=lsdev:irc&amp;rev=1207618507&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.lsdev.org/lib/images/favicon.ico">
        <title>LSDev</title>
        <link>http://www.lsdev.org/</link>
        <url>http://www.lsdev.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:compiling_litestep&amp;rev=1219859564&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-27T12:52:44-05:00</dc:date>
        <dc:creator>tobbe</dc:creator>
        <title>Compiling Litestep - updated the warning at the top</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:compiling_litestep&amp;rev=1219859564&amp;do=diff</link>
        <description>FIXME





Visual Studio

This articles describes what you need to prepare your build environment and compile Litestep with Visual Studio.


Introduction

These are the build instructions for LiteStep and Microsoft Visual C++ 6.0 or 7.1 (aka MSVC .NET 2003). If you want to use MSVC 7.0 (.NET 2002) you can follow the instructions for version 7.1 below, but you will have to convert the workspace and project files yourself. You can find a neat utility at the following codeproject page which makes t…</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:implementation_style&amp;rev=1219336700&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-21T11:38:20-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Implementation Guidelines - Added Multi Monitor replacment API</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:implementation_style&amp;rev=1219336700&amp;do=diff</link>
        <description>Stub/Sample

FIXME


	*  CreateProcess
		*  Should always use CREATE_DEFAULT_ERROR_MODE
		*  Don't forget to close both handles in PROCESS_INFORMATION
		*  Modules: Don't use this, use LSExecute or LSExecuteEx instead


Multi Monitor Support

Use the following LiteStep API for Multi Monitor support rather than the corresponding Win32 API.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:discussion:containers&amp;rev=1219039541&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-18T01:05:41-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Module Containers - created</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:discussion:containers&amp;rev=1219039541&amp;do=diff</link>
        <description>Problem

LS modules do not dynamically interact with each other in regards to their layout/position.  Many times Module's z-order and relative positions are not controllable, or require scripting hacks to implement partial functionality.

Proposed Solution

Create a Layout Manager and Module Containers.  The Layout Manager dynamically positions and sizes Module Containers relative to each other.  These Module Containers are hosts to modules, providing a working area in which a module can display…</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=links:whatever&amp;rev=1218743917&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-14T14:58:37-05:00</dc:date>
        <dc:creator>ilmcuts</dc:creator>
        <title>The Link Vault - added debugging section</title>
        <link>http://www.lsdev.org/doku.php?id=links:whatever&amp;rev=1218743917&amp;do=diff</link>
        <description>A place to dump random stuff that might be interesting.

 Feel free to sift through or add.

This page might not be in a consistent state (links may be filed in the wrong sections and such) - but it's not designed to be.

System Metrics &amp; Notifications

System/Session

	*  GetVersionEx
		*  See also: OSVERSIONINFO (Win9x constants), OSVERSIONINFOEX</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:coding_style&amp;rev=1218654763&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-13T14:12:43-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>LiteStep Coding Style Convention - more comments, added Discussion section.</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:coding_style&amp;rev=1218654763&amp;do=diff</link>
        <description>About

This is the current coding style convention for the LiteStep core code, which is C/C++. For core coders these serve as rules, for module coders these are merely guidelines. There is also a page with implementation guidelines.

If you find the core code violating these rules, it is because some parts predate any formal style rules and because these rules change occasionally. Changes are usually applied gradually, whenever a piece of code is part of a checkin, rather than in one fell swoop.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:team&amp;rev=1217951235&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-05T10:47:15-05:00</dc:date>
        <dc:creator>ilmcuts</dc:creator>
        <title>LSDev's Home - pasted versioning system quote from earlier discussion</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:team&amp;rev=1217951235&amp;do=diff</link>
        <description>Team related stuff.

This page isn't linked from anywhere except the index. It doesn't need to be presentable just yet.
Explorer Takeover





Team Members


The team currently consists of:


	*  Acidfire
	*  ilmcuts
	*  jugg
	*  Tobbe
	*  Xjill

Privileges/Responsibilities


This section is definitely not comprehensive.

 As team member you get:</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:lssdk&amp;rev=1216800936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-23T03:15:36-05:00</dc:date>
        <dc:creator>ilmcuts</dc:creator>
        <title>LiteStep Module Coding Tutorial - Added calling convention to BangProc</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:lssdk&amp;rev=1216800936&amp;do=diff</link>
        <description>Introduction


This tutorial serves as an introduction to LiteStep module coding. It however does not teach you how to program. If you really want to make a LiteStep module but you can’t program in any (compatible) language, I suggest you go to the cprogramming.com tutorial.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=contact&amp;rev=1214090080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-21T18:14:40-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Contact Us - created</title>
        <link>http://www.lsdev.org/doku.php?id=contact&amp;rev=1214090080&amp;do=diff</link>
        <description>LSDev Team

We are always interested in getting feedback on LiteStep and the LSDev resources.  If you need to contact us, please send us an email to our team address: devteam .at. lsdev.org (do note the address is obfuscated, replace the .at. with @).</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=index&amp;rev=1214087736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-21T17:35:36-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>LiteStep - Added Contact Us link</title>
        <link>http://www.lsdev.org/doku.php?id=index&amp;rev=1214087736&amp;do=diff</link>
        <description>Welcome to the home of the LiteStep Development Team (LSDev).  LSDev is a team of developers that continue to improve LiteStep, originally created by Francis Gastellu.  LiteStep is a replacement shell for the standard Windows® Explorer shell.  LiteStep is released under the GNU General Public License Version 2.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:discussion:explorer_takeover&amp;rev=1214055182&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-21T08:33:02-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Explorer Takeover - Added system version information for test results</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:discussion:explorer_takeover&amp;rev=1214055182&amp;do=diff</link>
        <description>I hope to document what registry configurations on NT based systems successfully keep Explorer from taking over as the Shell, and which ones fail to do so.

The registry keys we are interested in are:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\system.ini\boot
 Shell = SYS:Microsoft\Windows NT\CurrentVersion\Winlogon
 Shell = USR:Software\Microsoft\Windows NT\CurrentVersion\WinlogonHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
 Shell…</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:cvs&amp;rev=1212276225&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-31T18:23:45-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Public CVS - Added v0-24-8-rc1 tag</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:cvs&amp;rev=1212276225&amp;do=diff</link>
        <description>There are two ways to obtain the LiteStep source code from this site. The first is to download a source archive from the downloads section.  The other option is to get it from the CVS repository, as explained below.

The access details are:

Protocol: Password Server (pserver) 

Server: lsdev.org 

Directory: /cvs/litestep 

User: anonymous</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:credits&amp;rev=1212276025&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-31T18:20:25-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Credits - 0.24.8 Developers</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:credits&amp;rev=1212276025&amp;do=diff</link>
        <description>The LiteStep Development Team

	*  Alexander Vermaat (Acidfire)
	*  Chris Rempel (jugg)
	*  Simon (ilmcuts)
	*  Tobbe Lundberg (Tobbe)
	*  Xjill

	*  Joshua Seagoe (RabidCow) inactive
	*  Kevin Schaffer (Maduin) inactive




Special Thanks

	*  Omar Hussain of &lt;http://www.beyondconvention.com/ohussain/&gt; for creating the LiteStep installer.
	*  Phil Stopford of &lt;http://ldex.terica.net/&gt; for hosting 0.24.7 development binaries.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=news:2008:05:31:ls_0.24.8_rc1&amp;rev=1212273516&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-31T17:38:36-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>LiteStep 0.24.8 Release Candidate 1 - created</title>
        <link>http://www.lsdev.org/doku.php?id=news:2008:05:31:ls_0.24.8_rc1&amp;rev=1212273516&amp;do=diff</link>
        <description>Your friendly LiteStep Development Team is proud to announce the first release of LiteStep 0.24.8 as Release Candidate 1.  This release reflects two and a half years of (intermittent) development and +8636/-3301 lines changed in the source code.

Vista Compatibility


Please note that contrary to our last State of the Step post, 32bit Vista is NOT (and will not be) supported in this release cycle.  This release contains none of the Vista compatibility changes that exist in CVS.  Vista support wi…</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:downloads&amp;rev=1212270812&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-31T16:53:32-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Distributions - Updated with 0.24.8 Release Candidate 1</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:downloads&amp;rev=1212270812&amp;do=diff</link>
        <description>*  Litestep Open Source Installer (LOSI)
		*  &lt;http://tlundberg.com/LOSI/&gt;


	*  Omar's Litestep Installer
		*  &lt;http://www.nbi-studio.com/page.php?6&gt;  (Litestep Installation)
		*  &lt;http://www.nbi-studio.com/page.php?11&gt; (Theme Installation)


	*  Dist RU Installer
		*  &lt;http://sourceforge.net/projects/distru&gt;</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:discussion:installer&amp;rev=1210925240&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-16T03:07:20-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Installer Feature Ideas - Added install/uninstall procedure</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:discussion:installer&amp;rev=1210925240&amp;do=diff</link>
        <description>*  Control Panel Applet
	*  Shell Switcher
	*  Theme/Module Manager download agent.

Control Panel Applet

system admin

	*  Manage default (HKLM) shell
	*  Manage AutoRestartShell
	*  Manage Per User Shell mapping

litestep admin

	*  Manage default litestep skeleton profile for new accounts
	*  Manage available themes/modules</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=history&amp;rev=1210803178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-14T17:12:58-05:00</dc:date>
        <dc:creator>acidfire</dc:creator>
        <title>History - Change caps</title>
        <link>http://www.lsdev.org/doku.php?id=history&amp;rev=1210803178&amp;do=diff</link>
        <description>In December of 1997 Francis Gastellu released the first private build (v1.0 ß1)
of what was originally named SimpleStep, a shell replacement for Windows95.
Over the next month several more builds were released, and the project was
renamed to LiteSTEP, and described as LiteSTEP &quot;will give your windows the
AfterSTEP look&amp;feel.&quot;</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:bugs&amp;rev=1208190574&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-14T11:29:34-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Bug Tracker - Updated Reference section</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:bugs&amp;rev=1208190574&amp;do=diff</link>
        <description>Bug Tracker

One should use the bug tracker to report issues with LiteStep only after discussion occurs with another person who can agree with you on the issue.  Ideally this discussion would take place on the LiteStep development mailing list. The usage guidelines for Users should be followed anytime an issue is be submitted, or responded to. The usage guidelines for Developers should be followed anytime you are updating/ resolving a reported issue.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=news:2008:04:14:state_of_the_step&amp;rev=1208154030&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-14T01:20:30-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>April 2008 State of the Step - April 2008 State of the Step</title>
        <link>http://www.lsdev.org/doku.php?id=news:2008:04:14:state_of_the_step&amp;rev=1208154030&amp;do=diff</link>
        <description>Dear LiteSteppers,

When you least expect it... an update from your friendly LiteStep
Development Team:

Welcome to the April 2008 edition of the State of the Step!

On the agenda this time:


	*  The Development Team
	*  LiteStep vs. Litestep
	*  LiteStep 0.24.8
	*  Windows Vista
	*  In Closing...</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:index&amp;rev=1207808621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-10T01:23:41-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>Recent Developments - created</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:index&amp;rev=1207808621&amp;do=diff</link>
        <description>...

FIXME Filler Text.


FIXME List resources, tutorials etc.</description>
    </item>
    <item rdf:about="http://www.lsdev.org/doku.php?id=lsdev:irc&amp;rev=1207618507&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-07T20:35:07-05:00</dc:date>
        <dc:creator>jugg</dc:creator>
        <title>lsdev:irc - Redirect page</title>
        <link>http://www.lsdev.org/doku.php?id=lsdev:irc&amp;rev=1207618507&amp;do=diff</link>
        <description></description>
    </item>
</rdf:RDF>
