]> granicus.if.org Git - zziplib/commitdiff
correct spelling for P indention
authorGuido Draheim <guidod@gmx.de>
Sat, 8 May 2004 17:53:59 +0000 (17:53 +0000)
committerGuido Draheim <guidod@gmx.de>
Sat, 8 May 2004 17:53:59 +0000 (17:53 +0000)
 ()

docs/Makefile.in
docs/body.htm
docs/configs.htm
docs/history.htm
docs/make-dbk.pl
docs/sfx-make.htm
docs/zzip-extio.htm
docs/zzip-sdl-rwops.htm

index a03b9832b9a00c412b70714a22f937d13e331c9d..c25f18aed288c0670fc44afc3e2f89dfa13f6c48 100644 (file)
@@ -158,7 +158,7 @@ doc_FILES = README.MSVC6 README.SDL COPYING.MPL COPYING.LIB COPYING.ZLIB \
 htm_FILES = zzip-index.htm zzip-zip.htm zzip-file.htm zzip-sdl-rwops.htm \
             zzip-extio.htm zzip-xor.htm zzip-api.htm  zzip-parse.htm \
             64on32.htm future.htm configs.htm sfx-make.htm \
-            history.htm referentials.htm  copying.htm      manpages.ar
+            history.htm referentials.htm  copying.htm  manpages.ar
 
 SDL_RWOPS = $(SDL)/SDL_rwops_zzcat.c \
             $(SDL)/SDL_rwops_zzip.c $(SDL)/SDL_rwops_zzip.h
@@ -166,7 +166,7 @@ SDL_RWOPS = $(SDL)/SDL_rwops_zzcat.c \
 changelog = @top_srcdir@/ChangeLog
 
 EXTRA_DIST = make-doc.py $(doc_FILES) $(htm_FILES) $(SDL_RWOPS) \
-             make-doc.pl make-dbk.pl   body.htm
+             make-doc.pl make-dbk.pl   mksite.sh site.htm
 
 CLEANFILES = *.pc *.omf
 DISTCLEANFILES = zziplib.spec manpages.ar htmpages.ar *.html *.xml
@@ -358,7 +358,7 @@ clean-doc clean-docs : clean-unpack
 # -------------------------------------------------------------------
 zziplib.spec : @top_srcdir@/$(PACKAGE).spec
        @ $(LN_S) $? $@ # the two zzip-doc.* will grep thru zziplib.spec
-doc  : $(doc_FILES) $(htm_FILES:.htm=.html)
+doc  : $(doc_FILES) site.html
 docs : doc manpages.ar htmpages.ar
 docu : docs
 zziplib0.html : zziplib0.xml
@@ -497,9 +497,17 @@ install-omf : $(PACKAGE)-doc.omf $(PACKAGE)-man.omf $(PACKAGE).xml
        $(INSTALL_DATA) $(PACKAGE)-man.omf $(DESTDIR)$(pkgomfdir)/
        - test ".$(DESTDIR)" != "." || scrollkeeper-update -v
 
-x : $(htm_FILES:.htm=.html)
-$(htm_FILES:.htm=.html) : body.htm
-%.html : %.htm
+site.htm : body.htm
+       D=$(DATESPEC) ; cat $< \
+       | sed -e "s/<!--VERSION-->/$(VERSION)/" \
+       | sed -e "s/<!--DATE-->/$$D/" \
+       > $@
+site.html : site.htm mksite.sh $(htm_FILES)
+       $(SHELL) $(srcdir)/mksite.sh --srcdir=$(srcdir) site.htm
+
+x : $(htm_FILES:.htm=.htmls)
+$(htm_FILES:.htm=.htmls) : body.htm
+%.htmls : %.htm
        @ title=`grep '<h2>' $< | sed -e 's:</h2>.*::' -e 's:<[^<>]*>::g'` \
        ; D=$(DATESPEC) ; cat $(srcdir)/body.htm \
        | sed -e "s/<!--VERSION-->/$(VERSION)/" \
@@ -522,6 +530,7 @@ $(htm_FILES:.htm=.html) : body.htm
        ; echo "$$D" >> $@ ; echo "$(datetail)" >> $@ ; fi
        @ echo "</td></tr></table></body></html>" >>$@
 
+# ----------------------------------------------- create pdf via docbook xml
 zzip.xml : $(htm_FILES) zziplib.xml make-dbk.pl
        @PERL@ make-dbk.pl $(htm_FILES) zziplib.xml >$@
        test -s "$@" || rm "$@"
index 9d3e41579d9697da05002331caddb2baafa94f1e..97316bda4233f1360ee0c8f4525062db5fd23b8b 100644 (file)
@@ -1,72 +1,60 @@
-<html><head><title>zziplib</title>
+<html><head><title>zziplib <!--$title?--> </title>
   <style>
    a:link          { text-decoration : none ; color : #000080 ; }
    a:visited       { text-decoration : none ; color : #200060 ; }
    .justify        { text-align : justify ; }
+   .navlist        { background-color : #F0F0F0 ; 
+                     width : 9em ; speak : none ; }
+   .navprint       { pause-after : 200ms ; speak : spell-out ; }
+   body            { background-color : white ; }
+   .P              { text-align : justify ; margin-right: 1em ;
+                                            margin-left: 1em ; }
   </style>
 </head><body>
-
-<table width="100%"><tr valign="top"><td bgcolor="#F0F0F0" width="145">
-<center>
+<!--mksite:sectioninfo--> <!--mksite:nosimplevars-->
+<table width="100%"><tr valign="top"><td class="navlist">
+<center><sub>
+  <!--mksite:printerfriendly--> 
+  <a href="${printerfriendly:=site.htm}" title="printer friendly version">
+  <img alt="printer / text mode version" width="8" height="8" border="0" /></a>
+  </sub> &nbsp;
      <big><big><big><b>
      <font color="#800080"><sup>Z</sup>ZIP<sub>lib</sub></font>
      </b></big></big></big>
 <br><big><b> <!--VERSION--> </b></big>
 </center>
-<hr>
-
-<br> <a alt="zzip-index - Overview"
-       href="zzip-index.html">Library</a>
-<br>-<a alt="zzip-zip - Accessing Zip Archives with ZLib Decompression"
-       href="zzip-zip.html">ZIP Access</a>
-<br>-<a alt="zzip-file - Using Zipped Files Transparently"
-       href="zzip-file.html">Transparently</a>
-<br>-<a alt="zzip-sdl-rwops - Example to make an SDL_rwops Inteface" 
-       href="zzip-sdl-rwops.html">SDLrwops Example</a>
-<br>-<a alt="zzip-extio - Customizing the file access" 
-       href="zzip-extio.html">ext/io Customization</a>
-<br>-<a alt="zzip-xor - Using obfuscations like xor"  
-       href="zzip-xor.html">xor/io Obfuscation</a>
-<br>-<a alt="zzip-api - The complete API description"
-       href="zzip-api.html">Library API</a>
-<br>-<a alt="zzip-parse - About zip parsing internals" 
-       href="zzip-parse.html">Parsing ZIPs</a>
-<br>-<a alt="64on32 - About largefile problems" 
-       href="64on32.html">64on32 extras</a>
-<br>-<a alt="future - What next to come" 
-       href="future.html">Next To Come</a>
-<br>-<a alt="configs - To Configure Your zziplib-based software"
-       href="configs.html">Config Helpers</a>
-<br>-<a alt="sfx-make - to combine an EXE with a ZIP archive"
-       href="sfx-make.html">Making a zip/exe</a>
-<br>-<a alt="history - Hints And Links" 
-       href="history.html">Hints And Links</a>
-<br>-<a alt="referentials - Where it is used" 
-       href="referentials.html">Referentials</a>
-<br>-<a alt="zziplib - The Functions List (autogenerated)"
-       href="zziplib.html">Functions List #</a>
+<hr><a href="zzip-index.html">Library</a>
+<br>-<a href="zzip-zip.html"> ZIP Access</a>
+<br>-<a href="zzip-file.html"> Transparently</a>
+<br>-<a href="zzip-sdl-rwops.html"> SDLrwops <small>Example</small></a>
+<br>-<a href="zzip-extio.html"> ext/io <small>Customization</small></a>
+<br>&nbsp;<a href="zzip-xor.html"> xor/io <small>Obfuscation</small></a>
+<br>&nbsp;<a href="zzip-crypt.html"> zip/no <small>Encryption</small></a>
+<br>=<a href="zzip-api.html">Library API</a>
+<br>-<a href="zzip-parse.html"> Parsing ZIPs</a>
+<br>-<a href="64on32.html"> 64on32 extras</a>
+<br>-<a href="future.html"> Next To Come</a>
+<br>-<a href="configs.html"> Config Helpers</a>
+<br>-<a href="sfx-make.html"> Making a zip/exe</a>
+<br>=<a href="history.html">Hints And Links</a>
+<br>-<a href="referentials.html"> Referentials</a>
+<br> -<a href="zziplib.html"> Functions List #</a>
 <!--START-->
-<br>-<a alt="zzip/man - The Manual Pages (autogenerated)"
-       href="man/index.html">The Manual Pages #</a>
+<br> -<a href="man/index.html"> <small>The</small> Manual Pages #</a>
 <!--ENDS-->
 
 <br>&nbsp&nbsp&nbsp <small>(#&nbsp;autogenerated)</small>
 
 <br>&nbsp;<hr>
 
-<br><b><a alt="Tarballs, RPM-archive and windll-ZIPs can be downloaded from" 
-  href="http://sourceforge.net/project/showfiles.php?group_id=6389">
+<br><b><a href="http://sourceforge.net/project/showfiles.php?group_id=6389">
  Download Area *</a></b>
-<br><a alt="Sourceforge Project CVS web access"
-     href="http://sourceforge.net/cvs/?group_id=6389">Sourceforge CVS</a>
-<br><a alt="Sourceforge Project Index Page"
-     href="http://sourceforge.net/projects/zziplib">Sourceforge Project</a>
-<br><a alt="the zziplib webpage at sourceforge"
-     href="http://zziplib.sourceforge.net">zziplib.sf.net 
+<br><a href="http://sourceforge.net/cvs/?group_id=6389">Sourceforge CVS</a>
+<br><a href="http://sourceforge.net/projects/zziplib">Sourceforge Project</a>
+<br><a href="http://zziplib.sourceforge.net">zziplib.sf.net 
                                   <small><i>Home</i></small></a>
 
-<br><small><a alt="zziplib - license details"
-       href="copying.html">LGPL/MPL license</a></small>
+<br><small><a href="copying.html">LGPL/MPL license</a></small>
 <br>&nbsp;
 <hr>
 <center><!--START-->
@@ -74,6 +62,7 @@
         <img src="http://sourceforge.net/sflogo.php?group_id=6389&type=2"
             border="0" alt="sourceforge.net" width="125" height="37">
      </a>
+<br><small><a href="site.html">-sitemap-</a></small>
 </center><!--ENDS-->
 
 <p align="right"><small>
@@ -82,5 +71,8 @@ generated <!--DATE-->
 <br> <small>(C)</small> Guido Draheim
 <br><i> guidod<small>@</small>gmx.de</i>
 </p>
+<!--mksite:emailfooter:guidod@gmx.de?subject=zzip:-->
 
 </td><td> 
+
+</td></tr></table></body></html>
index 62094c57739c860d1d48dcdebd442c7c2ae76db7..83352edceebcea313080d7e22baaba08d49b7439 100644 (file)
@@ -63,6 +63,7 @@
    zzipwrap              zzipwrap - Callback Wrappers for ZZipLib
    zzip-zlib-config      zzip-zlib-config - ZLib Config (for ZZipLib)
    </pre>
+</P><P>
    The two entries like "zzip-sdl-config" and "zzip-zlib-config"
    happen to be ".pc" files for the libz.so and libSDL.so that
    were seen at configure-time of zziplib - you may want to reuse
   combine the flags of a list of library modules that you
   want to have. If it is only zziplib, than you could simply
   use this in your configure.ac:
-  <pre>
-  PKG_CHECK_MODULES([ZZIP],[zziplib >= 0.10.75])
+<pre>
+  <b>PKG_CHECK_MODULES</b>([<b>ZZIP</b>],[zziplib >= 0.10.75])
   </pre>
+</P><P>
   which will provide you with two autoconf/automake variables
-  named ZZIP_CFLAGS and ZZIP_LIBS respectivly.
+  named <b><code>ZZIP_CFLAGS</code></b> and <b><code>ZZIP_LIBS</code></b> 
+  respectivly.
 </P>
 <P>
   Up to 2004, the macro in zziplib.m4 will be however carry
   dependency for your software project. The macro is called
   like shown above PKG_CHECK_ZZIPLIB and you would call it
   like
-  <pre>PKG_CHECK_ZZIPLIB([ZZIP],[0.10.75])</pre>
+<br><code>&nbsp;&nbsp;&nbsp;&nbsp;
+  PKG_CHECK_ZZIPLIB([ZZIP],[0.10.75])</code><br>
   which will give you the two autoconf/automake variables
-  as well, ZZIP_CFLAGS and ZZIP_LIBS.
+  as well,  <code>ZZIP_CFLAGS</code> and <code>ZZIP_LIBS</code>
 </P>
 
index 10381caa156c90836814380c41a78cd4f40d2284..699bcf7629bb1dec55d3f9c315a691bbb2858fd5 100644 (file)
@@ -6,6 +6,7 @@
 
 <h3> A Bit Of History </h3>
 
+<P>
 You'll find <a href="http://www.gzip.org">gzip</a> using the same compression 
 that was written by Jean-loup <a href="http://gailly.net">Gailly</a>
 for the <a href="http://www.info-zip.org">Info-Zip</a> Group
@@ -27,6 +28,7 @@ deflate&nbsp;1.3</a> and
 <a href="ftp://ftp.uu.net/graphics/png/documents/zlib/rfc-gzip.html">
 gzip&nbsp;4.3</a>. The free algorithm can be found in lots of places
 today including PPP packet compression and PNG picture compression.
+</P>
 
 <h3> Installation </h3>
 
index 42496e159bdd48797ca81dbf0e7f70250426f3f6..e1fe56683dfe277a5474aece4d594e68ceee7be7 100644 (file)
@@ -1,3 +1,9 @@
+#! /usr/local/bin/perl
+# this file converts simple html text into a docbook xml variant. 
+# The mapping of markups and links is far from perfect. But all we
+# want is the docbook-to-pdf converter and similar technology being
+# present in the world of docbook-to-anything converters.
+
 use strict;
 
 my %o;
index 1b70886fa69bda2824217c5ce2658ea536b0adc1..2e3fab0233a418d47d513f9d458a694107d0692a 100644 (file)
@@ -88,6 +88,7 @@
   the string argv[0] to the filename stem, i.e. you could
   do like 
     <pre> ZZIP_FILE* f = zzip_fopen ("example.exe/start.gif", "rbi")</pre>
+</P><P>
   however you are advised to use the _ext_io cousin to be
   platform independet - different Operating Systems use
   different file extensions for executables, it's not always
index 86524ca877eaddc360580be073c2853cde0bca5d..9e0ffb2a8282321a287eb978b176c1195709a9a6 100644 (file)
     // fclose (file);
     zzip_fclose (file);
   </pre>
+</P><P>
    and you then need to prefix this code with some additional 
    code to support your own EXT/IO set, so the code will finally
    look like <pre>
index fa8f047e25384d6e653fc6b3c3214844a007d6af..b6d0abc076d26dda78470802726f13935588afff 100644 (file)
@@ -54,8 +54,8 @@
  game-graphic files - these files are stored in shared/myapp
  of course where they belong. When you've done that
  then go to X/share/myapp and 
- <pre>&nbsp;&nbsp;&nbsp;
- `(cd graphics/ && zip -9r ../graphics.zip .)` </pre>
+<br><code>&nbsp;&nbsp;&nbsp;
+ `(cd graphics/ && zip -9r ../graphics.zip .)` </br></code>
  and rename the graphics/ subfolder - and still all your files
  are found: a filepath like X/shared/graphics/game/greetings.bmp 
  will open X/shared/graphics.zip and return the zipped file