[Erp5-report] r11724 - in /erp5/trunk/utils/erp5admin: INSTALL Makefile README

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 14 14:36:14 CET 2006


Author: luke
Date: Thu Dec 14 14:36:12 2006
New Revision: 11724

URL: http://svn.erp5.org?rev=11724&view=rev
Log:
 - updated README and INSTALL, little Makefile correction

Modified:
    erp5/trunk/utils/erp5admin/INSTALL
    erp5/trunk/utils/erp5admin/Makefile
    erp5/trunk/utils/erp5admin/README

Modified: erp5/trunk/utils/erp5admin/INSTALL
URL: http://svn.erp5.org/erp5/trunk/utils/erp5admin/INSTALL?rev=11724&r1=11723&r2=11724&view=diff
==============================================================================
--- erp5/trunk/utils/erp5admin/INSTALL (original)
+++ erp5/trunk/utils/erp5admin/INSTALL Thu Dec 14 14:36:12 2006
@@ -1,7 +1,11 @@
-Open the file erp5admin.xpi in Firefox (File->Open).
+Navigate to
+http://svn.erp5.org/*checkout*/erp5/trunk/utils/erp5admin/erp5admin.xpi?content-type=application%2Fx-xpinstall
+Install extension.
 Restart Firefox.
 Done.
 
-If you want to customize menu, edit /content/erp5admin/erp5admin.xul file to your liking; then run "make" and repeat the above procedure.
+If you want to customize menu, fetch sources from SVN:
+  https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5admin/
 
-References site can be changed (from http://127.0.0.1:9080/erp5/) by going to about:config (in Firefox) and adding a preference named "erp5.erp5admin.reference_site", value should be a complete name of the reference site (incl. protocol, port, site id and terminating slash).
+Then edit /content/erp5admin/erp5admin.xul file to your liking;
+then run "make" and repeat the above procedure.

Modified: erp5/trunk/utils/erp5admin/Makefile
URL: http://svn.erp5.org/erp5/trunk/utils/erp5admin/Makefile?rev=11724&r1=11723&r2=11724&view=diff
==============================================================================
--- erp5/trunk/utils/erp5admin/Makefile (original)
+++ erp5/trunk/utils/erp5admin/Makefile Thu Dec 14 14:36:12 2006
@@ -1,4 +1,3 @@
-
 all: clean
 	@mkdir -p chrome
 	zip chrome/erp5admin.jar content/erp5admin/*.rdf content/erp5admin/*.xul content/erp5admin/*.js

Modified: erp5/trunk/utils/erp5admin/README
URL: http://svn.erp5.org/erp5/trunk/utils/erp5admin/README?rev=11724&r1=11723&r2=11724&view=diff
==============================================================================
--- erp5/trunk/utils/erp5admin/README (original)
+++ erp5/trunk/utils/erp5admin/README Thu Dec 14 14:36:12 2006
@@ -1,17 +1,36 @@
+Tweaks
+------
+
+Reference site can be changed (from http://127.0.0.1:9080/erp5/) by
+going to about:config (in Firefox) and adding a preference named
+"erp5.erp5admin.reference_site", value should be a complete name of the
+reference site (incl. protocol, port, site id and terminating slash).
+
+About
+-----
+
 A small extension to Firefox, does the following:
 
-- adds a submenu to the "Tools" menu with links to some of the management tools of ERP5 instance you are currently working on (easily customiseable)
+- adds a submenu to the "Tools" menu with links to some of the
+  management tools of ERP5 instance you are currently working on (easily
+  customisable)
 
 - adds a toolbar with same type of links
 
-- if you select a name (on a page or in textarea or text input), right-click and select "inspect selected", jumps straight to manage_main of selected object; you can select more then just a name, regexps will find the right match
+- if you select a name (on a page or in textarea or text input),
+  right-click and select "inspect selected", jumps straight to
+  manage_main of selected object; you can select more then just a name,
+  regexps will find the right match
 
 - you can open the same page on another ("reference") site by one click
 
-Tested on Firefox 1.0.6 and 1.5.0.3 (Linux).
+Tested on:
+ Firefox 1.0.x, 1.5.x and 2.0 (Linux)
+ Firefox 1.5.x and 2.0 (Windows)
 
-Author: Bartłomiej Górny, RedPoint Consulting (bartek at redpoint.mn.pl).
+Authors:
+ Bartłomiej Górny, RedPoint Consulting <bartek at redpoint.mn.pl>
+ Łukasz Nowak, Ventis s.c. <lukasz.nowak at ventis.com.pl>
 
 License: GPL
-
 Version: 1.0rc7




More information about the Erp5-report mailing list