[docs] xmldocs - docelic modified 4 files

docs at icdevgroup.org docs at icdevgroup.org
Fri May 20 11:24:24 EDT 2005


User:      docelic
Date:      2005-05-20 15:24:24 GMT
Modified:  .        Makefile
Modified:  refs     Feature
Added:     glossary variable
Removed:   glossary variables
Log:
Simple fixes

Revision  Changes    Path
1.57      +4 -3      xmldocs/Makefile


rev 1.57, prev_rev 1.56
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Makefile	8 Feb 2005 10:23:29 -0000	1.56
+++ Makefile	20 May 2005 15:24:24 -0000	1.57
@@ -7,7 +7,7 @@
 #
 
 # Those two need to be adjusted with time
-export XMLDOCS_CUR_DEVEL = 5.3.0
+export XMLDOCS_CUR_DEVEL = 5.3.1
 IC_VERSIONS = 4.6.0 4.8.0 5.0.0 5.2.0 cvs-head
 
 #############################################################
@@ -43,8 +43,9 @@
 #############################################################
 # Complete build
 all: $(foreach icver,$(IC_VERSIONS),cache/$(icver)/.cache.bin) \
-  skel refxmls olinks-nc olinks-c                              \
-  glossary howtos guides symbols
+  skel refxmls glossary howtos                                 \
+	olinks-nc olinks-c                                           \
+	guides symbols
 
 guides:   $(foreach doc,$(GUIDES),$O/$(doc).html  )            \
           $(foreach doc,$(GUIDES),$O/$(doc))



1.1                  xmldocs/glossary/variable


rev 1.1, prev_rev 1.0
Index: variable
===================================================================
<!-- 
TODO
LI1: Global program variables

If you are programming a GlobalSub or global UserTag, you have access
to all Interchange facilities including all the preset variables and
configuration directives.

The C<Global> package is used to hold variables that are set at
program start and whose value is retained.

The C<Vend> package is used for variables that might be set at some
point during program execution, but that will always be reset to 
undefined at the end of the transaction.

One example is C<$Vend::Cookie>, which holds the raw cookie value
sent by the user. 

If you are going to set or access these variables, you should be
getting your documentation from the source code.  
-->



1.2       +1 -1      xmldocs/refs/Feature


rev 1.2, prev_rev 1.1
Index: Feature
===================================================================
RCS file: /var/cvs/xmldocs/refs/Feature,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Feature	20 May 2005 15:01:03 -0000	1.1
+++ Feature	20 May 2005 15:24:24 -0000	1.2
@@ -17,7 +17,7 @@
 &glos-feature; glossary entry.
 __END__
 
-__NAME__ example: Setting FeatureDir
+__NAME__ example: Activating a feature
 <programlisting>
 Feature quickpoll
 </programlisting>








More information about the docs mailing list