From: <ki...@us...> - 2003-04-22 20:38:05
|
Update of /cvsroot/pymerase/Docs/faq In directory sc8-pr-cvs1:/tmp/cvs-serv29200 Modified Files: faq.tex Log Message: Added information about Jython and parseXMI Added prouncing Pymerase Index: faq.tex =================================================================== RCS file: /cvsroot/pymerase/Docs/faq/faq.tex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** faq.tex 22 Apr 2003 00:42:09 -0000 1.4 --- faq.tex 22 Apr 2003 20:37:56 -0000 1.5 *************** *** 28,32 **** \author{Brandon King \& Diane Trout\\ Copyright \copyright California Institute of Technology} ! \date{Version 0.1.4\\\today} \maketitle \thispagestyle{empty} --- 28,32 ---- \author{Brandon King \& Diane Trout\\ Copyright \copyright California Institute of Technology} ! \date{Version 0.1.5\\\today} \maketitle \thispagestyle{empty} *************** *** 42,46 **** %GENERAL \section{\cb FAQ - General} ! \subsection{\cb Why the name ''Pymerase''?} Pymerase is the combination of 'Python', the primary language Pymerase is written in, and 'Polymerase'. Polymerase, in short, is a molecule --- 42,51 ---- %GENERAL \section{\cb FAQ - General} ! \subsection{\cb How do you pronounce Pymerase?} ! Pie\textperiodcentered mer\textperiodcentered ase - The Py in Pymerase ! comes from Py in Python and the merase comes from the word ! Polymerase. See section \ref{whypymerase} for more information. ! ! \subsection{\cb Why the name 'Pymerase'?}\label{whypymerase} Pymerase is the combination of 'Python', the primary language Pymerase is written in, and 'Polymerase'. Polymerase, in short, is a molecule *************** *** 81,84 **** --- 86,99 ---- Please see section \ref{argouml} for more information. + %GLOSARY + \section{\cb FAQ - Glosary} + \subsection{\cb What does API stand for and what does it mean?} + API - Application Programming Interface + + An API provides set of standard building blocks for programmers to use + to make custom applications which interface to a particular resource. + + + %CONTRIBUTING TO PYMERASE \section{\cb FAQ - Contributing to Pymerase} *************** *** 143,147 **** versions. Supporting XMI was difficult in the first place as it's a complicated standard. The XMI parser that was used in parseXMI was ! written in Java, so Jython has to be used when running parseXMI. I will have to find out what the latest version of ArgoUML that can be --- 158,164 ---- versions. Supporting XMI was difficult in the first place as it's a complicated standard. The XMI parser that was used in parseXMI was ! written in Java, so Jython has to be used when running ! parseXMI. Please read section \ref{jython} as it contains important ! information about XMI and Jython. I will have to find out what the latest version of ArgoUML that can be *************** *** 154,162 **** \subsubsection{\cb Why does parseXMI only work with ! Jython?} Finding an XMI parser that is developed enough and has documentation on how to use it is difficult at this point in time. The XMI parser that Diane used in parseXMI is written in Java, so Jython has to be ! used when using the parseXMI input module. %OUTPUT MODULES --- 171,187 ---- \subsubsection{\cb Why does parseXMI only work with ! Jython?}\label{jythonxmi} Finding an XMI parser that is developed enough and has documentation on how to use it is difficult at this point in time. The XMI parser that Diane used in parseXMI is written in Java, so Jython has to be ! used when using the parseXMI input module. Please read section ! \ref{jython} for important information about near future changes to ! Pymerase. ! ! \subsubsection{\cb What about this Jython dependancy? It's really annoying!}\label{jython} ! The dependancy on and support for Jython will be removed in the ! near future. Diane has discovered a way of allowing parseXMI to work ! under Python. The changes will be checked into CVS in the near ! future. (4/22/2003) %OUTPUT MODULES |