Hi All,
Is it possible to access the local ( of the HDD ) files with zope so that we can modify them with the zope? How ?
Thanks & Regards, SAMEER :)
P.S. How can I know about the tags used in zope. I know only HTML Any tags are welcome... :)
On Wednesday 12 March 2003 23:55, you wrote: Hi sameer,
Is it possible to access the local ( of the HDD ) files with zope so that we can modify them with the zope? How ?
Can you be more elaborate on what exactly you are trying to do. I work in HBCSE along with Dr. Nagarjuna. We use zope quite extensively so I am sure I will be able to give u some solution.
Also check out www.zope.org they have no of mailing lists for discussions on zope you can join the one you are interested in.
P.S. How can I know about the tags used in zope. I know only HTML Any tags are welcome... :)
You can read zope help pages. Click on the Help link that is present on the Right Hand Side of the Zope Mgmt Interface then click on "Zope Help" Link. and go through the dtml references section.
I will list few tags here any way.
<dtml-var variable> for displaying content of the variable. <dtml-call script> for calling a script(python/perl only) <dtml- if condition> ....... <dtml-else> ........ </dtml-if> if else control sequence <dtml-in expr/variable> ....... </dtml-in> for iteration <dtml-comment> ..... </dtml-comment> for adding comment
These are the most common tags that are required for programming zope using dtml tags.
bye
Shashank
Sameer Shinde writes:
P.S. How can I know about the tags used in zope. I know only HTML Any tags are welcome... :)
Again lack of research on your part. Refer the dtml reference part in the zope book. Start using google.
http://www.zope.org/Documentation/Books/ZopeBook/current/index_html http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixA.stx
Vinayak Hegde APGDST Student NCST-JUHU