<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.evergreen-ils.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="https://wiki.evergreen-ils.org/feed.php">
        <title>Evergreen DokuWiki - mozilla-devel</title>
        <description></description>
        <link>https://wiki.evergreen-ils.org/</link>
        <image rdf:resource="https://wiki.evergreen-ils.org/lib/exe/fetch.php?media=wiki:logo.svg" />
       <dc:date>2026-05-03T01:01:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:a_walk-through_of_the_source_code_alpha&amp;rev=1644518097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:a_walk-through_of_the_source_code&amp;rev=1753625789&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client_alpha&amp;rev=1644518097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client_old_world&amp;rev=1644518097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client&amp;rev=1644518097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:deploying_automatic_updates&amp;rev=1644518097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:introduction_and_technology&amp;rev=1644518097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:staff_client_change_log&amp;rev=1644518097&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.evergreen-ils.org/lib/exe/fetch.php?media=wiki:logo.svg">
        <title>Evergreen DokuWiki</title>
        <link>https://wiki.evergreen-ils.org/</link>
        <url>https://wiki.evergreen-ils.org/lib/exe/fetch.php?media=wiki:logo.svg</url>
    </image>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:a_walk-through_of_the_source_code_alpha&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>a_walk-through_of_the_source_code_alpha</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:a_walk-through_of_the_source_code_alpha&amp;rev=1644518097&amp;do=diff</link>
        <description>A Walk-Through of the Source Code (Alpha Version)
 File  Description  Repository  chrome/</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:a_walk-through_of_the_source_code&amp;rev=1753625789&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-27T14:16:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>a_walk-through_of_the_source_code</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:a_walk-through_of_the_source_code&amp;rev=1753625789&amp;do=diff</link>
        <description>User Comments

A Walk-Through of the Source Code (Alpha Version)

Relocated

A Walk-Through of the Source Code (Post-Alpha, a rewrite)

Rationale

I'm using this space as a scratch pad as I rewrite the staff client.  The main goal of this rewrite is to ease future development.  This will be done by serving as much as the XUL and Javascript remotely as possible.  Local code should be limited to the bare minimum required for offline/standalone support.  We could potentially have a complete &quot;web&quot; a…</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client_alpha&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>building_the_staff_client_alpha</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client_alpha&amp;rev=1644518097&amp;do=diff</link>
        <description>Building the Staff Client

Makefile and generated/retrieved files

For our alpha release, the staff client build requires you have the server and OPAC already installed and running.  You also need to build the client in the same source tree.  Until we have an integrated build process, you will need to edit three variables in this</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client_old_world&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>building_the_staff_client_old_world</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client_old_world&amp;rev=1644518097&amp;do=diff</link>
        <description>Automatic Install

There are now build targets for the staff client in the top-level Makefiles, but I need for someone else to explain how to use those.  Also, during Evergreen config, the &quot;Web domain for OPAC in Staff Client&quot;, &quot;Package Name for Staff Client&quot;, and &quot;Package Label for Staff Client&quot; queries are no longer used.  We need to rip those out. :)</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>building_the_staff_client</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:building_the_staff_client&amp;rev=1644518097&amp;do=diff</link>
        <description>User Comments

Old Alpha release instructions

Instructions for 2.0, 1.6 and earlier

Building the staff client

The staff client server side components are built as part of the &quot;make install&quot; process in a normal load. One can also build them by going to the Open-ILS/xul/staff_client directory and typing &quot;make build&quot;. There are a number of options that can be specified, either during &quot;make install&quot; or &quot;make build&quot;.</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:deploying_automatic_updates&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>deploying_automatic_updates</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:deploying_automatic_updates&amp;rev=1644518097&amp;do=diff</link>
        <description>Automatic updates for the staff client are wonderful, provided you know how to deploy them. For basic information on building the staff client you should see Building the Staff Client.

Initial installs

If you want to support partial updates you should go through the process of making updates even on your first install. As a side benefit you get a pre-made windows client.</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:introduction_and_technology&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>introduction_and_technology</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:introduction_and_technology&amp;rev=1644518097&amp;do=diff</link>
        <description>User Comments

Introduction and Technology

Introduction

We wanted the Evergreen staff client for PINES to be built on a platform that was powerful, cross-platform, standards compliant, and suited for RAD.  To this end, we settled on the Mozilla framework.  Some applications that use this platform include:</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:staff_client_change_log&amp;rev=1644518097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-10T18:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>staff_client_change_log</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=mozilla-devel:staff_client_change_log&amp;rev=1644518097&amp;do=diff</link>
        <description>Alright, I'm abandoning this page. There are changelogs on the download page

Server-side code is undergoing a lot of rapid debugging that we might not take the time to document here.  I'm just going to list the changes to client-side code (of which there is very little) for stamped releases of the staff client for now.</description>
    </item>
</rdf:RDF>
