You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by kl...@apache.org on 2003/08/05 22:51:47 UTC

cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

klute       2003/08/05 13:51:47

  Modified:    src/documentation/content/xdocs/hpsf internals.xml
  Log:
  
  
  Revision  Changes    Path
  1.4       +7 -6      jakarta-poi/src/documentation/content/xdocs/hpsf/internals.xml
  
  Index: internals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hpsf/internals.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- internals.xml	5 Aug 2003 04:00:14 -0000	1.3
  +++ internals.xml	5 Aug 2003 20:51:47 -0000	1.4
  @@ -32,9 +32,9 @@
        <strong>property set stream</strong>.</p>
   
       <p>This document describes the internal structure of a property set stream,
  -     i.e. the <strong>Horrible Property Set Format (HWPF)</strong>.  It does not
  -     describe how a Microsoft Office document is organized internally and how
  -     to retrieve a stream from it. See the <link
  +     i.e. the <strong>Horrible Property Set Format (HPSF)</strong>.  It does
  +     not describe how a Microsoft Office document is organized internally and
  +     how to retrieve a stream from it. See the <link
         href="../poifs/index.html">POIFS documentation</link> for that kind of
        stuff.</p>
   
  @@ -172,9 +172,10 @@
          <td>Denotes the operating system and the OS version under which this
   	 stream was created. The operating system ID is in the DWord's higher
   	 word (after little endian decoding): <code>0x0000</code> for Win16,
  -	 <code>0x0001</code> for Macintosh and <code>0x0002</code> for Win32 - that's
  -	 all. The reader is most likely aware of the fact that there are some
  -	 more operating systems. However, Microsoft does not seem to know.</td>
  +	 <code>0x0001</code> for Macintosh and <code>0x0002</code> for Win32 -
  +         that's all. The reader is most likely aware of the fact that there are
  +         some more operating systems. However, Microsoft does not seem to
  +       know.</td>
         <td></td>
         </tr>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/


Re: (re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

Posted by "Andrew C. Oliver" <ac...@apache.org>.
We do not have to vote on these type of changes.  Lazy consensus is also
possible.  However, it was zealous to change it without asking you out of
courtesy.  The idea is to remove what the abbreviations mean from the
webpage and slowly transition to a more serious internet presence.  Novelty
is no longer an approach that behooves us.  (Though it worked like a charm
in the past).

There is no reason to be irritated, I think you'll find this in your best
interest.  It is not a problem if you cannot agree.  Tetsuya can revert his
change.

Thanks,

-Andy

On 8/6/03 3:02 AM, "rainer.klute@gmx.de" <ra...@gmx.de> wrote:

> Hey! What's that rebranding stuff? Did I miss something? Do our acronyms no
> longer have a meaning? Was there a vote?
> 
> Best regards
> Rainer (Irritated) Klute

-- 
Andrew C. Oliver
http://www.superlinksoftware.com/poi.jsp
Custom enhancements and Commercial Implementation for Jakarta POI

http://jakarta.apache.org/poi
For Java and Excel, Got POI?


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/


Re: (re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

Posted by ra...@gmx.de.
Hey! What's that rebranding stuff? Did I miss something? Do our acronyms no
longer have a meaning? Was there a vote?

Best regards
Rainer (Irritated) Klute

-- 
                  RAINER KLUTE IT-CONSULTING GMBH
Dipl.-Inform.
Rainer Klute      klute@rainer-klute.de
Körner Grund 24   Telefon: +49 172 2324824
D-44143 Dortmund  Telefax: +49 231 5349423

COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/


Re: (re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

Posted by Tetsuya Kitahata <te...@apache.org>.
Done.

-- Tetsuya (tetsuya@apache.org)

On Tue, 05 Aug 2003 17:50:29 -0400
(Subject: (re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml)
"Andrew C. Oliver" <ac...@apache.org> wrote:

> Would you mind (or mind if I) doing:
> 
>  g/Horrible\ Property\ Set\ Format\ \(HPSF\)/s//HPSF/g ?
> 
> -Andy
<snip/>



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/


(re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

Posted by "Andrew C. Oliver" <ac...@apache.org>.
Would you mind (or mind if I) doing:

 g/Horrible\ Property\ Set\ Format\ \(HPSF\)/s//HPSF/g ?

-Andy

On 8/5/03 4:51 PM, "klute@apache.org" <kl...@apache.org> wrote:

> klute       2003/08/05 13:51:47
> 
> Modified:    src/documentation/content/xdocs/hpsf internals.xml
> Log:
> 
> 
> Revision  Changes    Path
> 1.4       +7 -6  
> jakarta-poi/src/documentation/content/xdocs/hpsf/internals.xml
> 
> Index: internals.xml
> ===================================================================
> RCS file: 
> /home/cvs/jakarta-poi/src/documentation/content/xdocs/hpsf/internals.xml,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -r1.3 -r1.4
> --- internals.xml    5 Aug 2003 04:00:14 -0000    1.3
> +++ internals.xml    5 Aug 2003 20:51:47 -0000    1.4
> @@ -32,9 +32,9 @@
>       <strong>property set stream</strong>.</p>
>  
>      <p>This document describes the internal structure of a property set
> stream,
> -     i.e. the <strong>Horrible Property Set Format (HWPF)</strong>.  It does
> not
> -     describe how a Microsoft Office document is organized internally and how
> -     to retrieve a stream from it. See the <link
> +     i.e. the <strong>Horrible Property Set Format (HPSF)</strong>.  It does
> +     not describe how a Microsoft Office document is organized internally and
> +     how to retrieve a stream from it. See the <link
>        href="../poifs/index.html">POIFS documentation</link> for that kind of
>       stuff.</p>
>  
> @@ -172,9 +172,10 @@
>         <td>Denotes the operating system and the OS version under which this
> stream was created. The operating system ID is in the DWord's higher
> word (after little endian decoding): <code>0x0000</code> for Win16,
> -     <code>0x0001</code> for Macintosh and <code>0x0002</code> for Win32 -
> that's
> -     all. The reader is most likely aware of the fact that there are some
> -     more operating systems. However, Microsoft does not seem to know.</td>
> +     <code>0x0001</code> for Macintosh and <code>0x0002</code> for Win32 -
> +         that's all. The reader is most likely aware of the fact that there
> are
> +         some more operating systems. However, Microsoft does not seem to
> +       know.</td>
>        <td></td>
>        </tr>
>  
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
> Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
> The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
> 

-- 
Andrew C. Oliver
http://www.superlinksoftware.com/poi.jsp
Custom enhancements and Commercial Implementation for Jakarta POI

http://jakarta.apache.org/poi
For Java and Excel, Got POI?


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/