From e49a1c483f1751f129c0766d1061b3da44b60581 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 27 Jan 2009 22:50:47 +0000 Subject: [PATCH] MOD begining of #100 (code broken) --- index.yaws | 12 +++++++----- js/chat/chat.js | 20 ++++++++++++++++++++ js/{pageMinichat => chat}/commandes.js | 0 js/{pageMinichat => chat}/conversation.js | 0 js/{pageMinichat => chat}/conversations.js | 0 js/{pageMinichat => chat}/message.js | 0 js/{pageMinichat => }/pageMinichat.js | 0 7 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 js/chat/chat.js rename js/{pageMinichat => chat}/commandes.js (100%) rename js/{pageMinichat => chat}/conversation.js (100%) rename js/{pageMinichat => chat}/conversations.js (100%) rename js/{pageMinichat => chat}/message.js (100%) rename js/{pageMinichat => }/pageMinichat.js (100%) diff --git a/index.yaws b/index.yaws index 7b391d3..0cf0ca7 100755 --- a/index.yaws +++ b/index.yaws @@ -50,13 +50,15 @@ + + + + + + - - - - - + diff --git a/js/chat/chat.js b/js/chat/chat.js new file mode 100644 index 0000000..a5263e7 --- /dev/null +++ b/js/chat/chat.js @@ -0,0 +1,20 @@ +// coding: utf-8 +// Copyright 2008 Grégory Burri +// +// This file is part of Euphorik. +// +// Euphorik is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Euphorik is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Euphorik. If not, see . + +/*jslint laxbreak:true */ + diff --git a/js/pageMinichat/commandes.js b/js/chat/commandes.js similarity index 100% rename from js/pageMinichat/commandes.js rename to js/chat/commandes.js diff --git a/js/pageMinichat/conversation.js b/js/chat/conversation.js similarity index 100% rename from js/pageMinichat/conversation.js rename to js/chat/conversation.js diff --git a/js/pageMinichat/conversations.js b/js/chat/conversations.js similarity index 100% rename from js/pageMinichat/conversations.js rename to js/chat/conversations.js diff --git a/js/pageMinichat/message.js b/js/chat/message.js similarity index 100% rename from js/pageMinichat/message.js rename to js/chat/message.js diff --git a/js/pageMinichat/pageMinichat.js b/js/pageMinichat.js similarity index 100% rename from js/pageMinichat/pageMinichat.js rename to js/pageMinichat.js -- 2.43.0