qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/xuleditor Changes Makefile README


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor Changes Makefile README
Date: Mon, 26 Jun 2006 16:04:34 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/06/26 16:04:34

Modified files:
        apps/xuleditor : Changes Makefile README 

Log message:
        Version 0.3 of xuleditor

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Changes?cvsroot=qsos&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Makefile?cvsroot=qsos&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/README?cvsroot=qsos&r1=1.2&r2=1.3

Patches:
Index: Changes
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Changes     31 May 2006 15:34:05 -0000      1.2
+++ Changes     26 Jun 2006 16:04:34 -0000      1.3
@@ -10,3 +10,7 @@
       - New XML serializer
       - Drill-down charting added (requires SVG support in xulrunner)
 
+0.03  2006/06/26
+      - Localization (English and French versions are available)
+      - Firefox extention packaging
+      - Makefile with "app' and "ext" targets for xulrunner application and 
Firefox extention packaging

Index: Makefile
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile    22 Jun 2006 23:21:31 -0000      1.2
+++ Makefile    26 Jun 2006 16:04:34 -0000      1.3
@@ -16,7 +16,7 @@
 #
 #
 # QSOS XUL Editor Makefile
-# $Id: Makefile,v 1.2 2006/06/22 23:21:31 rsemeteys Exp $
+# $Id: Makefile,v 1.3 2006/06/26 16:04:34 rsemeteys Exp $
 
 APPPACK=application.ini Changes chrome.manifest LICENSE README xuleditor 
xuleditor.bat
 EXTPACK=Changes chrome.manifest install.rdf LICENSE README
@@ -30,11 +30,13 @@
 
 PREFS=defaults/preferences/qsos-xuled.js
 
+VERSION=0.3
+
 ext:
-       rm -f xuleditor.xpi
+       rm -f xuleditor-firefox-${VERSION}.xpi
        zip -r xuleditor $(EXTPACK) $(EXTSRC) $(LOCALE) $(SKIN)
-       mv xuleditor.zip xuleditor.xpi
+       mv xuleditor.zip xuleditor-firefox-${VERSION}.xpi
 
 app:
-       rm -f xuleditor.zip
-       zip -r xuleditor $(APPPACK) $(APPSRC) $(LOCALE) $(SKIN) $(PREFS)
\ No newline at end of file
+       rm -f xuleditor-application-${VERSION}.zip
+       zip -r xuleditor-application-${VERSION}.zip $(APPPACK) $(APPSRC) 
$(LOCALE) $(SKIN) $(PREFS)
\ No newline at end of file

Index: README
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- README      14 Apr 2006 07:07:55 -0000      1.2
+++ README      26 Jun 2006 16:04:34 -0000      1.3
@@ -6,9 +6,9 @@
 
 QSOS XML mozilla-javascript library: Document.js (included in chrome/content/ 
folder)
 Mozilla Javascript
-xulrunner 1.8+
+Xulrunner 1.8+ OR Mozilla Firefox 1.5+
 
-INSTALLING
+INSTALLING ON XULRUNNER
 
 If not done yet, install xulrunner and register it (xulrunner 
--register-global).
 Copy xuleditor folder where it fits you.
@@ -25,6 +25,14 @@
 or
 xulrunner.exe application.ini
 
+INSTALLING IN FIREFOX
+
+Open the XPI file with Firefox and choose "Install".
+
+LAUNCHING IN FIREFOX
+
+Menu "Tools/QSOS Editor".
+
 STATUS
 
 QSOS XUL Editor is still under development.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]