Annotation of doc/loncapafiles/buildfiles.lpml, revision 1.6
1.1 harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
3: <!-- buildfiles.lpml -->
4: <!-- Scott Harrison -->
5:
1.6 ! harris41 6: <!-- $Id: buildfiles.lpml,v 1.5 2002/12/13 18:26:26 albertel Exp $ -->
1.1 harris41 7:
8: <!--
9:
10: Copyright Michigan State University Board of Trustees
11:
12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
13:
14: LON-CAPA is free software; you can redistribute it and/or modify
15: it under the terms of the GNU General Public License as published by
16: the Free Software Foundation; either version 2 of the License, or
17: (at your option) any later version.
18:
19: LON-CAPA is distributed in the hope that it will be useful,
20: but WITHOUT ANY WARRANTY; without even the implied warranty of
21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22: GNU General Public License for more details.
23:
24: You should have received a copy of the GNU General Public License
25: along with LON-CAPA; if not, write to the Free Software
26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27:
28: /home/httpd/html/adm/gpl.txt
29:
30: http://www.lon-capa.org/
31:
32: -->
33:
34: <!-- Default values must be defined before specific values. -->
35: <!-- If no 'dist' attribute is specified, then it is always installed. -->
36: <!-- If 'dist' attribute is set to 'default', then the specification. -->
37: <!-- is accepted if an alternative distribution is not requested or not -->
38: <!-- defined. -->
39:
40: <lpml>
41: <specialnotices>
42: <specialnotice dist='default'>
43: </specialnotice>
44: </specialnotices>
45: <targetroot>/build</targetroot>
46: <sourceroot>/home/user/loncapa/</sourceroot>
47: <categories>
48: <category name="system file" type="runtime">
49: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
50: <abbreviation>systemfile</abbreviation>
51: </category>
52: <category name="system file" type="development">
53: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
54: <abbreviation>systemfile</abbreviation>
55: </category>
56: <category name="standard" type="runtime">
57: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
58: <abbreviation>directory</abbreviation>
59: </category>
60: <category name="standard" type="development">
61: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
62: <abbreviation>directory</abbreviation>
63: </category>
64: </categories>
65: <directories>
66: </directories>
67: <files>
68: <file>
69: <source>loncom/build/Makefile</source>
70: <target dist='default'>Makefile</target>
71: <categoryname>system file</categoryname>
72: <description>
73: Makefile for LON-CAPA
74: </description>
75: <note>
76: </note>
1.5 albertel 77: <dependencies>
78: doc/loncapafiles/configurable.gif;
79: doc/loncapafiles/directory.gif;
80: doc/loncapafiles/emptydirectory.gif;
81: doc/loncapafiles/graphicfile.gif;
82: doc/loncapafiles/handler.gif;
83: doc/loncapafiles/interfacefile.gif;
84: doc/loncapafiles/link.gif;
85: doc/loncapafiles/rootscript.gif;
86: doc/loncapafiles/script.gif;
87: doc/loncapafiles/setuid.gif;
88: doc/loncapafiles/static.gif;
89: doc/loncapafiles/systemfile.gif
90: </dependencies>
1.1 harris41 91: </file>
92: <file>
93: <source>doc/loncapafiles/loncapafiles.lpml</source>
94: <target dist='default'>loncapafiles.lpml</target>
95: <categoryname>system file</categoryname>
96: <description>
97: Describes the files that implement LON-CAPA on the filesystem
98: </description>
99: <note>
100: </note>
101: </file>
102: <file>
103: <source>doc/loncapafiles/buildfiles.lpml</source>
104: <target dist='default'>buildfiles.lpml</target>
105: <categoryname>system file</categoryname>
106: <description>
107: Describes the files that implement the building of LON-CAPA inside the source
108: file tree.
1.6 ! harris41 109: </description>
! 110: <note>
! 111: </note>
! 112: </file>
! 113: <file>
! 114: <source>doc/loncapafiles/installfiles.lpml</source>
! 115: <target dist='default'>installfiles.lpml</target>
! 116: <categoryname>system file</categoryname>
! 117: <description>
! 118: Describes the files that help automate LON-CAPA installations on specific
! 119: operating systems.
1.1 harris41 120: </description>
121: <note>
122: </note>
123: </file>
124: <file>
125: <source>doc/loncapafiles/webserver.piml</source>
126: <target dist='default'>webserver.piml</target>
127: <categoryname>system file</categoryname>
128: <description>
129: Post-installation of web server configuration files
1.3 albertel 130: </description>
131: <note>
132: </note>
133: </file>
134: <file>
135: <source>doc/loncapafiles/reseval_fixup.piml</source>
136: <target dist='default'>reseval_fixup.piml</target>
137: <categoryname>system file</categoryname>
138: <description>
139: Migrates reseval.db to nohist_eseval.db, deletes useless hist file
1.1 harris41 140: </description>
141: <note>
142: </note>
143: </file>
144: <file>
1.4 albertel 145: <source>doc/loncapafiles/clearoutoldspreadsheetcache.piml</source>
146: <target dist='default'>clearoutoldspreadsheetcache.piml</target>
147: <categoryname>system file</categoryname>
148: <description>
149: Deletes all of the old spreadsheet cache files, the ones generated prior
150: to version 0.6 were incorrect
151: </description>
152: <note>
153: </note>
154: </file>
155: <file>
1.1 harris41 156: <source>doc/loncapafiles/sanitycheck.piml</source>
157: <target dist='default'>sanitycheck.piml</target>
1.2 harris41 158: <categoryname>system file</categoryname>
159: <description>
160: Checks LON-CAPA system for frequently occuring bugs.
161: </description>
162: <note>
163: </note>
164: </file>
165: <file>
166: <source>doc/loncapafiles/updatequery.piml</source>
167: <target dist='default'>updatequery.piml</target>
1.1 harris41 168: <categoryname>system file</categoryname>
169: <description>
170: Checks LON-CAPA system for frequently occuring bugs.
1.4 albertel 171: </description>
172: <note>
173: </note>
174: </file>
175: <file>
176: <source>doc/loncapafiles/sendmail_fix.piml</source>
177: <target dist='default'>sendmail_fix.piml</target>
178: <categoryname>system file</categoryname>
179: <description>
180: Checks LON-CAPA system for sendmail permissions error.
1.1 harris41 181: </description>
182: <note>
183: </note>
184: </file>
185: <file>
186: <source>doc/loncapafiles/valid_hosts.xfml</source>
187: <target dist='default'>valid_hosts.xfml</target>
188: <categoryname>system file</categoryname>
189: <description>
190: Useful for extracting (and pushing/pulling) information relevant
191: to hosts.tab.
192: </description>
193: <note>
194: </note>
195: </file>
196: <file>
197: <source>loncom/build/check-rpms</source>
198: <target dist='default'>check-rpms</target>
199: <categoryname>system file</categoryname>
200: <description>
201: script for checking RPMS against an RPM repository
202: </description>
203: <note>
204: </note>
205: </file>
206: <file>
207: <source>loncom/build/distprobe</source>
208: <target dist='default'>distprobe</target>
209: <categoryname>system file</categoryname>
210: <description>
211: for probing operating system flavor and version
212: </description>
213: <note>
214: </note>
215: </file>
216: <file>
217: <source>loncom/build/doc_template.pl</source>
218: <target dist='default'>doc_template.pl</target>
219: <categoryname>system file</categoryname>
220: <description>
221: for making fancy install.lon-capa.org pages
222: </description>
223: <note>
224: </note>
225: </file>
226: <file>
227: <source>loncom/build/filecompare.pl</source>
228: <target dist='default'>filecompare.pl</target>
229: <categoryname>system file</categoryname>
230: <description>
231: rigorously compare many different values associated between files
232: </description>
233: <note>
234: </note>
235: </file>
236: <file>
237: <source>loncom/build/loncaparestoreconfigurations</source>
238: <target dist='default'>loncaparestoreconfigurations</target>
239: <categoryname>system file</categoryname>
240: <description>
241: intelligently restore configuration values
242: </description>
243: <note>
244: </note>
245: </file>
246: <file>
247: <source>loncom/build/lpml.dtd</source>
248: <target dist='default'>lpml.dtd</target>
249: <categoryname>system file</categoryname>
250: <description>
251: DocumentType for LPML
252: </description>
253: <note>
254: </note>
255: </file>
256: <file>
257: <source>loncom/build/lpml_html_posteval.pl</source>
258: <target dist='default'>lpml_html_posteval.pl</target>
259: <categoryname>system file</categoryname>
260: <description>
261: </description>
262: <note>
263: </note>
264: </file>
265: <file>
266: <source>loncom/build/lpml_parse.pl</source>
267: <target dist='default'>lpml_parse.pl</target>
268: <categoryname>system file</categoryname>
269: <description>
270: parse apart the loncapafiles.lpml and buildfiles.lpml
271: </description>
272: <note>
273: </note>
274: </file>
275: <file>
276: <source>loncom/build/make_domain_coordinator.pl</source>
277: <target dist='default'>make_domain_coordinator.pl</target>
278: <categoryname>system file</categoryname>
279: <description>
280: make a domain coordinator on a new LON-CAPA system
281: </description>
282: <note>
283: </note>
284: </file>
285: <file>
286: <source>loncom/build/piml.dtd</source>
287: <target dist='default'>piml.dtd</target>
288: <categoryname>system file</categoryname>
289: <description>
290: DocumentType definition for PIML (part of the LPML system)
291: </description>
292: <note>
293: </note>
294: </file>
295: <file>
296: <source>loncom/build/piml_parse.pl</source>
297: <target dist='default'>piml_parse.pl</target>
298: <categoryname>system file</categoryname>
299: <description>
300: parse a PIML file
301: </description>
302: <note>
303: </note>
304: </file>
305: <file>
306: <source>loncom/build/pod2html.sh</source>
307: <target dist='default'>pod2html.sh</target>
308: <categoryname>system file</categoryname>
309: <description>
310: make HTML documentation pages
311: </description>
312: <note>
313: </note>
314: </file>
315: <file>
316: <source>loncom/build/pod2man.sh</source>
317: <target dist='default'>pod2man.sh</target>
318: <categoryname>system file</categoryname>
319: <description>
320: make UNIX-style manual pages
321: </description>
322: <note>
323: </note>
324: </file>
325: <file>
326: <source>loncom/build/verify.pl</source>
327: <target dist='default'>verify.pl</target>
328: <categoryname>system file</categoryname>
329: <description>
330: wraps around filecompare.pl for posteval LPML statements
331: </description>
332: <note>
333: </note>
334: </file>
335: <file>
336: <source>loncom/build/verifymodown.pl</source>
337: <target dist='default'>verifymodown.pl</target>
338: <categoryname>system file</categoryname>
339: <description>
340: double-checks modification and ownership on files
341: </description>
342: <note>
343: </note>
344: </file>
345: <file>
346: <source>loncom/build/xfml.dtd</source>
347: <target dist='default'>xfml.dtd</target>
348: <categoryname>system file</categoryname>
349: <description>
350: DocumentType definition for XFML (part of the LPML system)
351: </description>
352: <note>
353: </note>
354: </file>
355: <file>
356: <source>loncom/build/xfml_parse.pl</source>
357: <target dist='default'>xfml_parse.pl</target>
358: <categoryname>system file</categoryname>
359: <description>
360: parses XFML files
361: </description>
362: <note>
363: </note>
364: </file>
365: </files>
366: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>