[interchange-docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Wed Nov 14 15:25:03 EST 2007


User:      docelic
Date:      2007-11-14 20:25:03 GMT
Modified:  .        TODO
Modified:  bin      refs-autogen
Log:
* In HTML output, make the filenames in source section clickable.
  They link to that file in cvsweb.

Revision  Changes    Path
1.112     +1 -3      xmldocs/TODO


rev 1.112, prev_rev 1.111
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- TODO	14 Nov 2007 18:50:30 -0000	1.111
+++ TODO	14 Nov 2007 20:25:02 -0000	1.112
@@ -1,9 +1,7 @@
 Bugs:
 - work on bin/mkreport
 - search doc se nevidi jer je search neki actionmap
-- on online docs, mention that obsolete examples are obsolete, 
-  provide search box, provide static files for download, 
-	describe keys like alt+n
+- provide static files for download, describe keys like alt+n
 - u CVS listi, da je fajl nejm link na CVS 
 - documentation for bounce and restrict is ignored
 - some small error in glossary/pragma at the bottom, [tag pragma]0[/tag]



1.124     +5 -1      xmldocs/bin/refs-autogen


rev 1.124, prev_rev 1.123
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- refs-autogen	12 Nov 2007 02:24:57 -0000	1.123
+++ refs-autogen	14 Nov 2007 20:25:02 -0000	1.124
@@ -281,6 +281,7 @@
 			$_ .
 			qq{ "<ulink url='http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/} .
 			$MANIFEST[$i] . $i{cvstag} . "'>" .
+			#'?rev=' . $hash{revision}{$_}->[0] . ';content-type=text/plain' .  "'>" .
 			$MANIFEST[$i] . qq{</ulink>"} . ">\n";
 
 		# If this is the last version we generate docs for, also provide
@@ -292,6 +293,7 @@
 				$_ .
 				qq{ "<ulink url='http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/}.
 				$MANIFEST[$i] . $i{cvstag} . "'>" .
+			#'?rev=' . $hash{revision}{$_}->[0] . ';content-type=text/plain' .  "'>" .
 				$MANIFEST[$i] . qq{</ulink>"} . ">\n";
 		}
 	}
@@ -567,11 +569,13 @@
 					{ no warnings; # XXX If someone can figure out which of the used vars here is undefined...
 #<screen linenumbering='numbered' startinglinenumber='$ls'>
 					my $id = make_ok_for_id('context', "$loc $revinfo$ctxmeta", 1);
+					( my $loc_for_link = $loc) =~ s/\//_/g;
+					my $r = $hash{revision}{$loc}->[0];
 					$$ag{source} .= <<ENDD;
 <para>
 </para>
 <figure id="$id">
-<title>$loc $revinfo$ctxmeta</title>
+<title>&cvsfile$i{series}-$loc_for_link; $revinfo$ctxmeta</title>
 
 <screen>
 <![CDATA[$ctxsdata]]>








More information about the docs mailing list