2009/6/24 Manoj Srivastava <[email protected]>:
> From: Manoj Srivastava <[email protected]>
>
> This patch fixes a number of typographical errors that was creating
> dangling links in the generated HTML pages.
>
> Running linklint on the generated pages before this patch:
> Linklint found 239 files in 7 directories and checked 212 html files.
> There were 9 missing files. 10 files had broken links.
> 38 errors, no warnings.
> ERROR 7 missing html files
> ERROR 2 missing other files
> ERROR 29 missing named anchors
>
> After this patch:
> Linklint found 242 files in 7 directories and checked 214 html files.
> There were 2 missing files. 3 files had broken links.
> 28 errors, no warnings.
Was this patch generated against CVS? I had a minor conflict when
trying to patch groupedCommands.html -- please can you test the patch
attached?
-- Thomas Adam
Index: doc/allCommands.html
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/allCommands.html,v
retrieving revision 1.6
diff -u -r1.6 allCommands.html
--- doc/allCommands.html 8 Jan 2008 11:13:49 -0000 1.6
+++ doc/allCommands.html 24 Jun 2009 07:35:10 -0000
@@ -86,7 +86,7 @@
<td></td><td><a href="commands/UpdateDecor.html">UpdateDecor</a></td>
</tr>
<tr>
-<td></td><td><a href="commands/Asteric.html">Asteric</a></td>
+<td></td><td><a href="commands/Asterisk.html">Asterisk</a></td>
<td></td><td><a href="commands/DesktopName.html">DesktopName</a></td>
<td align="right"><b>K </b></td><td><a href="commands/Key.html">Key</a></td>
<td></td><td><a href="commands/Refresh.html">Refresh</a></td>
Index: doc/groupedCommands.html
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/groupedCommands.html,v
retrieving revision 1.10
diff -u -r1.10 groupedCommands.html
--- doc/groupedCommands.html 8 Jan 2008 11:13:49 -0000 1.10
+++ doc/groupedCommands.html 24 Jun 2009 07:35:10 -0000
@@ -66,7 +66,7 @@
<td valign="top">
<ul>
<li><a href="commands/AddToMenu.html">AddToMenu</a></li>
- <li><a href="commands/ChangeMenuStyle">ChangeMenuStyle</a></li>
+ <li><a href="commands/ChangeMenuStyle.html">ChangeMenuStyle</a></li>
<li><a href="commands/CopyMenuStyle.html">CopyMenuStyle</a></li>
<li><a href="commands/DestroyMenu.html">DestroyMenu</a></li>
<li><a href="commands/DestroyMenuStyle.html">DestroyMenuStyle</a></li>
Index: doc/modules.html
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/modules.html,v
retrieving revision 1.3
diff -u -r1.3 modules.html
--- doc/modules.html 8 Jan 2008 11:13:49 -0000 1.3
+++ doc/modules.html 24 Jun 2009 07:35:10 -0000
@@ -82,6 +82,6 @@
<p></p><address></address><hr><div align="center">
<table border="0" cellspacing="0" width="100%"><tbody><tr class="address">
<td width="30%"><img src="images/fvwm.logo2.png"></td>
-<td align="center" width="40%"><a href="todo.html">???</a></td>
+<td align="center" width="40%"><a href="modules/todo.html">???</a></td>
<td align="right" width="30%"><div align="right">fvwm 2.5.x</div></td>
</tr></tbody></table></div></body></html>
Index: doc/commands/DesktopName.xml
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/commands/DesktopName.xml,v
retrieving revision 1.3
diff -u -r1.3 DesktopName.xml
--- doc/commands/DesktopName.xml 16 Jun 2007 12:38:46 -0000 1.3
+++ doc/commands/DesktopName.xml 24 Jun 2009 07:35:10 -0000
@@ -30,7 +30,7 @@
command and in the
<fvwmref mod="FvwmPager"/>
where it override the
-<fvwmref mod="FvmwPager" opt="Label"/>
+<fvwmref mod="FvwmPager" opt="Label"/>
configuration option. Moreover, if consecutive names starting from
desktop 0 are defined, then these names can be used by any <acronym>EWMH</acronym>
compliant application (as a pager).</para>
Index: doc/commands/GotoPage.xml
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/commands/GotoPage.xml,v
retrieving revision 1.3
diff -u -r1.3 GotoPage.xml
--- doc/commands/GotoPage.xml 16 Jun 2007 12:38:46 -0000 1.3
+++ doc/commands/GotoPage.xml 24 Jun 2009 07:35:10 -0000
@@ -35,10 +35,10 @@
Moves the desktop viewport to page (x,y). The upper left page is
(0,0), the upper right is (M,0), where M is one less than the
current number of horizontal pages specified in the
-<fvwmref cmd="DeskTopSize"/>
+<fvwmref cmd="DesktopSize"/>
command. The lower left page is (0,N), and the lower right page
is (M,N), where N is the desktop's vertical size as specified in the
-<fvwmref cmd="DeskTopSize"/>
+<fvwmref cmd="DesktopSize"/>
command. To switch to a page relative to the current one add a
trailing
'<fvwmopt cmd="GotoPage" opt="p"/>'
Index: doc/commands/ResizeMove.xml
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/commands/ResizeMove.xml,v
retrieving revision 1.3
diff -u -r1.3 ResizeMove.xml
--- doc/commands/ResizeMove.xml 16 Jun 2007 12:38:46 -0000 1.3
+++ doc/commands/ResizeMove.xml 24 Jun 2009 07:35:10 -0000
@@ -53,7 +53,7 @@
<para>Note: Fvwm may not be able to parse the command properly if the
option
-<fvwmref cmd="Reize" opt="bottomright"/>
+<fvwmref cmd="Resize" opt="bottomright"/>
of the
<fvwmref cmd="Resize"/>
command is used.</para>
Index: doc/modules/Makefile.am
===================================================================
RCS file: /home/cvs/fvwm/fvwm/doc/modules/Makefile.am,v
retrieving revision 1.15
diff -u -r1.15 Makefile.am
--- doc/modules/Makefile.am 26 Feb 2008 14:35:08 -0000 1.15
+++ doc/modules/Makefile.am 24 Jun 2009 07:35:10 -0000
@@ -16,7 +16,7 @@
FvwmProxy FvwmRearrange FvwmSave FvwmSaveDesk FvwmScript FvwmScroll \
FvwmTabs FvwmTaskBar FvwmTheme FvwmWharf FvwmWindowMenu FvwmWinList
MODULES_XML = FvwmTabs.xml
-HTML_FILES = @DOC_MODULES_HTML@
+HTML_FILES = @DOC_MODULES_HTML@ todo.html
XML_FILES = $(MODULES_XML) todo.xml
EXTRA_DIST = $(XML_FILES)