[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="commands.xsl" type="text/xsl"?>

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