Files will be written in XML format with the listed
specs :
parent is
<memobee>
</memobee>
first we have to list the program specs and release with :
<specs>
<ver>1.0 </ver>
</specs>
then we list the notes
<notes>
<note>.....</note>
<note>.....</note>
<note>.....</note>...etc
</notes>
and the launhers
<launchers>
<launcher>.....</launcher>
<launcher>.....</launcher>
<launcher>.....</launcher>...etc
</launchers>
the note tag specs are :
<note>
<id>[creation micro date]</id>
<title>the note title</title>
<date>20080131</date>
<body>the body of note</body>
</note>
the launcher specs :
<launcher>
<id>[creation micro date]</id>
<date>20080131</date>
<command>command to launch like firefox,netstat</command>
<terminal>1 or 0 [ run in terminal or not ]</terminal>
</launcher>
specs :
parent is
<memobee>
</memobee>
first we have to list the program specs and release with :
<specs>
<ver>1.0 </ver>
</specs>
then we list the notes
<notes>
<note>.....</note>
<note>.....</note>
<note>.....</note>...etc
</notes>
and the launhers
<launchers>
<launcher>.....</launcher>
<launcher>.....</launcher>
<launcher>.....</launcher>...etc
</launchers>
the note tag specs are :
<note>
<id>[creation micro date]</id>
<title>the note title</title>
<date>20080131</date>
<body>the body of note</body>
</note>
the launcher specs :
<launcher>
<id>[creation micro date]</id>
<date>20080131</date>
<command>command to launch like firefox,netstat</command>
<terminal>1 or 0 [ run in terminal or not ]</terminal>
</launcher>
No comments:
Post a Comment