Skip to content

Commit

Permalink
Did find and replace, replaced 'Psych Desktop' with 'Lucid Desktop'
Browse files Browse the repository at this point in the history
  • Loading branch information
0chroma committed Jan 22, 2009
1 parent ccbc880 commit d715c0d
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 174 deletions.
4 changes: 2 additions & 2 deletions desktop/dojotoolkit/desktop/apps/FeedReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dojo.declare("desktop.apps.FeedReader", desktop.apps._App, {
children: [
{
id: 1,
label: "Psych Desktop",
title: "Psych Desktop",
label: "Lucid Desktop",
title: "Lucid Desktop",
url: "http://www.psychdesktop.net/rss.xml",
category: false
},
Expand Down
4 changes: 2 additions & 2 deletions desktop/dojotoolkit/desktop/login/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dojo.declare("desktop.login.Form", dijit.form.Form, {
this.errorNode.innerHTML = "Logged in. Window open.";
}
else {
this.errorNode.innerHTML = "Your popup blocker is blocking the Psych Desktop window.";
this.errorNode.innerHTML = "Your popup blocker is blocking the Lucid Desktop window.";
this.submitNode.setDisabled(false);
}
}
Expand All @@ -165,7 +165,7 @@ dojo.declare("desktop.login.Form", dijit.form.Form, {
}
else if(data == "4" || data == "5" || data == "6")
{
this.errorNode.innerHTML = "A database error occured. Check Psych Desktop is installed correctly or contact the Administrator.";
this.errorNode.innerHTML = "A database error occured. Check Lucid Desktop is installed correctly or contact the Administrator.";
this.submitNode.setDisabled(false);
}
else if(data == "7")
Expand Down
2 changes: 1 addition & 1 deletion desktop/dojotoolkit/desktop/ui/Credits.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dojo.declare("desktop.ui.Credits", dijit._Widget, {
startup: function(){

var head = document.createElement("h2");
desktop.textContent(head, "Psych Desktop");
desktop.textContent(head, "Lucid Desktop");
this.domNode.appendChild(head);

var version = document.createElement("b");
Expand Down
2 changes: 1 addition & 1 deletion desktop/dojotoolkit/desktop/ui/nls/es/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"multimedia": "Multimedia",
"office": "Oficina",
"preferences": "Preferencias",
"about": "Acerca de Psych Desktop",
"about": "Acerca de Lucid Desktop",
"logOut": "Cerrar sesión",
"appearance": "Apariencia",
"accountInfo": "Información de la cuenta",
Expand Down
2 changes: 1 addition & 1 deletion desktop/dojotoolkit/desktop/ui/nls/fr/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"office": "Office",
"system": "Système",
"preferences": "Préférences",
"about": "À propos de Psych Desktop",
"about": "À propos de Lucid Desktop",
"logOut": "Déconnexion",
"appearance": "Apparence",
"accountInfo": "Information sur le compte",
Expand Down
2 changes: 1 addition & 1 deletion desktop/dojotoolkit/desktop/ui/nls/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"office": "Office",
"system": "System",
"preferences": "Preferences",
"about": "About Psych Desktop",
"about": "About Lucid Desktop",
"logOut": "Log Out",
"appearance": "Appearance",
"accountInfo": "Account Information",
Expand Down
2 changes: 1 addition & 1 deletion desktop/dojotoolkit/desktop/widget/nls/console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
({
"helpHeader": "--Psych Desktop Console--\nYou can type any javascript you want to evaluate this console.\nOr, you can use these commands:\n",
"helpHeader": "--Lucid Desktop Console--\nYou can type any javascript you want to evaluate this console.\nOr, you can use these commands:\n",
"reloadHelp": "reload the desktop without logging out",
"lsHelp": "list files in [dir]",
"catHelp": "read the file [file] and print it out onto the console",
Expand Down
2 changes: 1 addition & 1 deletion desktop/dojotoolkit/desktop/widget/nls/es/console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
({
"helpHeader": "--Consola de Psych Desktop--\nPuedes escribir cualquier javascript quiera evaluar esta consola.\nO, puede usar estos comandos:\n",
"helpHeader": "--Consola de Lucid Desktop--\nPuedes escribir cualquier javascript quiera evaluar esta consola.\nO, puede usar estos comandos:\n",
"reloadHelp": "Volver a cargar el escritorio sin necesidad de acceder a",
"lsHelp": "En la lista de archivos [dir]",
"catHelp": "Leer el archivo [archivo] y de impresión a cabo en la consola",
Expand Down
4 changes: 2 additions & 2 deletions desktop/dojotoolkit/desktop/widget/nls/fr/console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
({
"helpHeader": "--Console de Psych Desktop--\nVous pouvez utiliser du javascript dans cette console.\nVous pouvez aussi utiliser ces commandes :\n",
"helpHeader": "--Console de Lucid Desktop--\nVous pouvez utiliser du javascript dans cette console.\nVous pouvez aussi utiliser ces commandes :\n",
"reloadHelp": "recharger le bureau sans vous déconnecter",
"lsHelp": "lister les fichiers dans [dir]",
"catHelp": "lire le fichier [file] et l'afficher dans la console",
Expand All @@ -11,7 +11,7 @@
"killHelp": "terminer une instance/pid",
"clearHelp": "effacer l'écran",
"echoHelp": "Affiche le texte dans la console",
"logoutHelp": "vous déconnecte du Psych Desktop",
"logoutHelp": "vous déconnecte du Lucid Desktop",
"instance": "instance",
"file": "fichier",
"dir": "répertoire",
Expand Down
2 changes: 1 addition & 1 deletion desktop/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html role="application">
<head>
<title>Psych Desktop</title>
<title>Lucid Desktop</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<script type="text/javascript">
var djConfig = {
Expand Down
2 changes: 1 addition & 1 deletion documentation/user/install/login-form.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Copy the following code into an HTML file, and upload it to your installation pa
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Psych Desktop - Login</title>
<title>Lucid Desktop - Login</title>
<script type="text/javascript" src="./desktop/dojotoolkit/release/dojo/dojo/dojo.js"></script>
<script type="text/javascript">
dojo.require("desktop.login.Form");
Expand Down
2 changes: 1 addition & 1 deletion documentation/user/install/source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For write access (developers only, you need a password):

Building
========
Unless you plan on installing Psych Desktop locally, you should build it. This compresses the javascript that is sent to the client so the desktop will load faster.
Unless you plan on installing Lucid Desktop locally, you should build it. This compresses the javascript that is sent to the client so the desktop will load faster.
From a terminal, navigate to the ``/desktop/dojotoolkit/util/buildscripts/`` directory. Then run this command (for windows run build.bat instead of build.sh):

.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Psych Desktop - Login</title>
<title>Lucid Desktop - Login</title>
<link href="./index-media/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./desktop/dojotoolkit/dojo/dojo.js"></script>
<script type="text/javascript">
Expand All @@ -25,6 +25,6 @@
<div id="br"></div>
</div>
</div>
<div id="plink">Powered by Psych Desktop</div>
<div id="plink">Powered by Lucid Desktop</div>
</body>
</html>
6 changes: 3 additions & 3 deletions install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Psych Desktop Installer</title>
<title>Lucid Desktop Installer</title>
<script type="text/javascript" src="../desktop/dojotoolkit/dojo/dojo.js" djConfig="parseOnLoad: true"></script>
<script type="text/javascript" src="install.js"></script>
<link href="style.css" rel="stylesheet" media="screen" />
Expand All @@ -29,9 +29,9 @@
</noscript>
<div dojoType="dijit.layout.StackContainer" id="wizard" widgetid="wizard">
<div dojoType="dijit.layout.ContentPane" title="Start" id="start">
<div class="title">Welcome to the Psych Desktop installer!</div>
<div class="title">Welcome to the Lucid Desktop installer!</div>
<p>
This will install and configure Psych Desktop for your server.
This will install and configure Lucid Desktop for your server.
You can use this installer to install a new system, or reset your current system.
</p>
<p>
Expand Down
153 changes: 0 additions & 153 deletions license.txt

This file was deleted.

2 changes: 1 addition & 1 deletion mobile/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html>
<head>
<title>Psych Desktop Mobile</title>
<title>Lucid Desktop Mobile</title>
<style type="text/css">
.login {
text-align: center;
Expand Down

0 comments on commit d715c0d

Please sign in to comment.