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

infozone/prowler



Hi ,

after reading and reading again the mails about prowler
I finally got the infozone working (included a gif as proof :) )
i must say i like the interface (you can almost visually compose those
xpath query's ).

now come the difficult part XSP:
as i understand XSP and the lib function i wil need to add
some definition like
processor.xsp.logicsheet.prowler.java=/home/keesj/processor/prowler.xsl
what should that be?

are there any plans to produce a English version?
i will need an English version (witch i wil write if no one is faster then
me) or did you think about amulti-lingual interface?

for the moment i just use babelfish.

Kees Jongenbuger.
ps . included commands_en.xml 

screen shot

<?xml version="1.0" encoding="UTF-8"?>

<?cocoon-process type="xslt"?>
<?xml-stylesheet href="/ozone-users/06-2000/commands.xsl" type="text/xsl"?>

<menu>
  <commandlist>
    <seperator/>
    <command><link href="/ozone-users/06-2000/prowlerLogin.html">Login</link></command>
    <command><link href="/ozone-users/06-2000/logoutReply.xml">Logout</link></command>
    <seperator/>
    <command><link href="/ozone-users/06-2000/rootDocument.xml">Root Document</link></command>
    <command><link href="/ozone-users/06-2000/addPath.xml">Create new Path</link></command>
    <command><link href="/ozone-users/06-2000/deletePath.xml">Remove Path</link></command>
    <command><link href="/ozone-users/06-2000/createRoot.xml">Create Root Document</link></command>
    <command><link href="/ozone-users/06-2000/addXLink.xml">Create new reference</link></command>
    <command><link href="/ozone-users/06-2000/xpathQuery.html">XPath query</link></command>
    <seperator/>
    <command><link href="/ozone-users/06-2000/userList.xml">Show users</link></command>
    <command><link href="/ozone-users/06-2000/newUser.html">Create new User</link></command>
    <command><link href="/ozone-users/06-2000/setUserPassword.html">Change user password</link></command>
    <seperator/>
    <command><link href="/ozone-users/06-2000/groupList.xml">Show groups</link></command>
    <command><link href="/ozone-users/06-2000/newGroup.html">Create new group</link></command>
    <seperator/>
    <command><link href="/ozone-users/06-2000/addUser2Group.xml">Add user to Group</link></command> 
    <command><link href="/ozone-users/06-2000/groupList.xml">Remove user from group</link></command> 
    <seperator/>
    <command><link href="/ozone-users/06-2000/deleteUserOrGroup.xml">User or group delete</link></command>
  </commandlist>
</menu>