Commit Graph

425 Commits

Author SHA1 Message Date
Nick Burch
9e9dc0e4d9 Add Yegor's documention on the Shapes and Pictures stuff
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@393575 13f79535-47bb-0310-9956-ffa450edef68
2006-04-12 18:47:44 +00:00
Rainer Klute
f213a74d5a Added a reference to Wotsit's Format.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@388403 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 06:18:45 +00:00
Nick Burch
30cfb74730 Update docs with info on new code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@387014 13f79535-47bb-0310-9956-ffa450edef68
2006-03-19 18:43:40 +00:00
Rainer Klute
bb7ebd3492 * Writing support added to the SummaryInformation and DocumentSummaryInformation classes. These classes now have methods for setting and removing properties. Coherent extensions are:
** Documentation section about writing standard properties added to the HPSF HOW-TO.
** Example application added showing how to modify the document summary information.
** Testcases added for testing modifying summary information and document summary information.
** PropertySetFactory extended to create SummaryInformation and DocumentSummaryInformation instances.

* Added MutablePropertySet.write(DirectoryEntry, String) to ease writing a property set to a POI filesystem document.

* Improved codepage handling.

* Bug fixed: Integral values were read and written as unsigned instead of signed.

* Reworked the mapping between variant types and Java types: Variant.VT_I4 is mapped to Integer now and Variant.VT_I8 to Long. This might cause incompatibilities if you are doing low-level HPSF programming. 

* Changed SectionIDMap.DOCUMENT_SUMMARY_INFORMATION_ID from a byte[] to a byte[][] in order to contain the format ID of the first and the second section. This is an incompatible change!

* Added PropertySet.getFirstSection(). This method is similar to getSingleSection() won't choke if the property set has more than one section.

* Support for low-level reading and writing of Variant.VT_I8 type properties added.

* Unnecessary casts removed.

* Poibrowser's display format changed slightly.



git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@382887 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 16:57:55 +00:00
Nick Burch
85610bdb25 Update scratchpad link, and mention extractor for hwpf
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@377382 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 14:09:03 +00:00
Rainer Klute
3dae9ee8ef Replaced "CVS" in the top-lvel files by "Subversion".
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@376062 13f79535-47bb-0310-9956-ffa450edef68
2006-02-08 20:50:58 +00:00
Nick Burch
a5d4a16967 Added information from Yegor on font storage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353786 13f79535-47bb-0310-9956-ffa450edef68
2005-09-17 15:40:15 +00:00
Nick Burch
d4add2e368 List Yegor as co-author on file, since his information on Font and Text
Styling is now included


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353784 13f79535-47bb-0310-9956-ffa450edef68
2005-09-05 09:34:07 +00:00
Nick Burch
08276ffe43 NCB: Updated documentation on StyleTextPropAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353783 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 20:09:11 +00:00
Nick Burch
4e01b6989f Add some information on fonts, paragraph stylings etc. (Holds the latest
knowledge as encapsulated in StyleTextPropAtom.java)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353761 13f79535-47bb-0310-9956-ffa450edef68
2005-08-07 15:04:46 +00:00
Amol S. Deshmukh
3bb1a854df Added quick-guide entry for how to create NamedRanges and NamedCells using HSSFName
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353749 13f79535-47bb-0310-9956-ffa450edef68
2005-07-13 13:15:05 +00:00
Nick Burch
feec0fdaca Add information about HSLF support that's now present in 3.0 alpha 1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353738 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 11:38:50 +00:00
Glen Stampoultzis
ec8c35c2cb Validation issues
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353737 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 10:32:49 +00:00
Glen Stampoultzis
c9084795b9 Changed for upcoming build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353736 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 09:59:03 +00:00
Nick Burch
ed83ff62b1 A few small updates to the HSLF useage docs, and adding some initial documentation on the PowerPoint file format
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353707 13f79535-47bb-0310-9956-ffa450edef68
2005-06-09 13:12:59 +00:00
Avik Sengupta
903dc20dd6 documentation for powerpoint support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353702 13f79535-47bb-0310-9956-ffa450edef68
2005-05-28 19:28:22 +00:00
Avik Sengupta
6073bdbbdd small update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353699 13f79535-47bb-0310-9956-ffa450edef68
2005-05-24 14:23:03 +00:00
Andrew C. Oliver
4c4f14a2ad removed old links to an alternatives page which no longer is useful to the project
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353697 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 20:25:29 +00:00
Andrew C. Oliver
d18495c966 No other project really does this and it has outlived its usefulness to poi
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353696 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 20:22:25 +00:00
Avik Sengupta
4a5d185c23 new formula eval docs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353686 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 10:36:06 +00:00
Avik Sengupta
3dfeef4a30 documentation for formula Evaluation. Thanks Amol!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353679 13f79535-47bb-0310-9956-ffa450edef68
2005-05-13 14:52:42 +00:00
Glen Stampoultzis
b94ddd0e9f Added image support for POI. See the quick guide for details. Sponsored through superlink software.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353660 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 11:26:18 +00:00
Rainer Klute
80db4fa339 Added some prose about our search for an HWPF pointman.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353635 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23 19:32:18 +00:00
Avik Sengupta
d52b44464e fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353633 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 10:03:55 +00:00
Avik Sengupta
a3c9832718 docs for ruby bindings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353632 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 06:36:09 +00:00
Rainer Klute
68c9b04b37 - Compiling POI now includes the example classes.
- Javadoc now includes the example classes.
- Added usage instructions to the POI Browser documentation.
- Added references to the examples and the contributed software to the POI overview.
- Added a missing import to an HPSF example class.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353626 13f79535-47bb-0310-9956-ffa450edef68
2005-01-25 20:08:18 +00:00
Glen Stampoultzis
cc6688f3ae Doh! One of our case study sites has changed to a porn site. Fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353625 13f79535-47bb-0310-9956-ffa450edef68
2005-01-24 20:12:49 +00:00
Glen Stampoultzis
2c31ef7631 Fixed bugzilla references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353619 13f79535-47bb-0310-9956-ffa450edef68
2005-01-01 06:59:32 +00:00
Rainer Klute
cc0e14adcd *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353615 13f79535-47bb-0310-9956-ffa450edef68
2004-12-31 06:49:41 +00:00
Glen Stampoultzis
550682d2b3 Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353589 13f79535-47bb-0310-9956-ffa450edef68
2004-08-26 03:17:56 +00:00
Glen Stampoultzis
eeef2a1b12 Merged REL_2_BRANCH to head.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
2004-08-23 08:52:54 +00:00
Rainer Klute
e6d500243c Made it explicit that you need J2SE 1.4 or better for a reasonable codepage support.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353580 13f79535-47bb-0310-9956-ffa450edef68
2004-08-13 20:42:04 +00:00
Rainer Klute
13dd384a09 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353563 13f79535-47bb-0310-9956-ffa450edef68
2004-06-22 16:16:33 +00:00
Glen Stampoultzis
a4047ad573 New licence changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 13:05:39 +00:00
Glen Stampoultzis
d335e740b6 Ported the drawing stuff from the rel_2_branch. Given the effort this took I'm really really wanting to move to subversion.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353542 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 11:45:38 +00:00
Glen Stampoultzis
bca4b281d6 Copied in the new change details into the status file of head. Boy I'll be glad when the 2.0 branch is dead.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353492 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 11:19:46 +00:00
Avik Sengupta
e1e1c18652 getting forrest to build on HEAD. Sorry Glen :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353486 13f79535-47bb-0310-9956-ffa450edef68
2004-01-17 19:29:00 +00:00
Avik Sengupta
220a4e5c9d Auguste's Spanish Transaltions. Thanks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353469 13f79535-47bb-0310-9956-ffa450edef68
2003-12-30 17:47:48 +00:00
Rainer Klute
131bb9d0bd HPSF: codepage support added
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353460 13f79535-47bb-0310-9956-ffa450edef68
2003-12-02 17:46:01 +00:00
Andrew C. Oliver
8f4ba6a951 new case study. Thanks!!!
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353457 13f79535-47bb-0310-9956-ffa450edef68
2003-11-23 19:49:11 +00:00
Avik Sengupta
0d1e4189e5 documentation update for 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353455 13f79535-47bb-0310-9956-ffa450edef68
2003-11-19 19:01:23 +00:00
Glen Stampoultzis
2ce99096db Applied change log to HEAD
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353436 13f79535-47bb-0310-9956-ffa450edef68
2003-11-02 23:29:44 +00:00
Shawn Laubach
53b75e9c11 Updated documentation so that Fix To example is named properly.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353408 13f79535-47bb-0310-9956-ffa450edef68
2003-10-23 17:20:41 +00:00
Glen Stampoultzis
5ae8d17af2 Change to heading
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353405 13f79535-47bb-0310-9956-ffa450edef68
2003-10-19 09:54:06 +00:00
Tetsuya Kitahata
c19d4583c2 Added "Apache POI TOP" (Left-side navi)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353388 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 09:43:02 +00:00
Glen Stampoultzis
41707255d3 Changes is old and doesn't work too well in forrest 0.5 anywho.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353366 13f79535-47bb-0310-9956-ffa450edef68
2003-09-22 07:38:15 +00:00
Glen Stampoultzis
9400e9f3cb Fixed to work with forrest 0.5
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353365 13f79535-47bb-0310-9956-ffa450edef68
2003-09-22 03:44:51 +00:00
Rainer Klute
8bd4b39387 - Comparing sections refined: For the dictionary (property 0) only the value (Map) is relevant. The dictionary's codepage (property 1) is disregarded.
- New sample application CopyCompare. I'll turn that into a testcase later.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353362 13f79535-47bb-0310-9956-ffa450edef68
2003-09-20 15:43:08 +00:00
Glen Stampoultzis
ac57389456 Fixed validation error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353361 13f79535-47bb-0310-9956-ffa450edef68
2003-09-19 14:20:02 +00:00
Rainer Klute
59a0fb6b4e HPSF writing property sets documentation completed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353353 13f79535-47bb-0310-9956-ffa450edef68
2003-09-16 15:58:30 +00:00
Rainer Klute
85570b5c07 More HPSF property writing documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353351 13f79535-47bb-0310-9956-ffa450edef68
2003-09-15 20:13:01 +00:00
Rainer Klute
703ae9b031 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353347 13f79535-47bb-0310-9956-ffa450edef68
2003-09-13 12:17:24 +00:00
Rainer Klute
f1182ce38a Column headers swapped.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353345 13f79535-47bb-0310-9956-ffa450edef68
2003-09-11 21:48:47 +00:00
Rainer Klute
4e42b0877d I reverted my changes to the "section" element. Now it no longer complies with the DTD but Forrest can process it. :-(
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353337 13f79535-47bb-0310-9956-ffa450edef68
2003-09-04 19:48:01 +00:00
Rainer Klute
5b6df1dd86 More HPSF documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353330 13f79535-47bb-0310-9956-ffa450edef68
2003-09-01 18:48:20 +00:00
Rainer Klute
0b6549ab56 German translation fixes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353324 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:20:11 +00:00
Rainer Klute
8e2ec11a70 Small documentation updates for HPSF writing capabilities.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353323 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:19:04 +00:00
Rainer Klute
75e9b60135 Typo fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353322 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:18:15 +00:00
Glen Stampoultzis
3bde9312dd Point to new mirrored downloads
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353318 13f79535-47bb-0310-9956-ffa450edef68
2003-08-29 00:45:14 +00:00
Tetsuya Kitahata
e7266f81c9 PR:18846
Obtained from:
Submitted by:	kamoshida.toshiaki@future.co.jp (Toshiaki Kamoshida)
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353304 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 14:07:40 +00:00
Rainer Klute
350f3e1bcf *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353302 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 05:23:04 +00:00
Tetsuya Kitahata
e70135991f changes.xml: type attribute should be changed properly later
Temporarily, "unknown" to "add" .. please rewrite >> those who know the *past*


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353301 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 04:10:39 +00:00
Tetsuya Kitahata
f171a67e9c changes.xml: added many 'type="unknown"'s to avoid the build error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353300 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 03:06:15 +00:00
Tetsuya Kitahata
8ff11e457e HDF -> HWPF : HDF directory is obsolete
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353299 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 03:00:07 +00:00
Rainer Klute
b0604e9210 Headline changed because it is *very* misleading.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353298 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 18:49:31 +00:00
Tetsuya Kitahata
351f4a0888 Glen's e-mail address to poi-user at jakarta
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353297 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:57:33 +00:00
Tetsuya Kitahata
a2aa97ae86 Forgot to perform the XML Validation: fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353296 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:52:29 +00:00
Tetsuya Kitahata
eb62dfbdb9 Deleted the word, "Horrible" for (re)branding...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353295 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:45:16 +00:00
Tetsuya Kitahata
c145c0aab8 ES Translation: Reverted and Made changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353294 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:30:39 +00:00
Rainer Klute
6881971ed3 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353291 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 20:52:25 +00:00
Tetsuya Kitahata
7925e41b55 HDF -> HWPF
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353289 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 04:00:14 +00:00
Tetsuya Kitahata
f194f97ce2 Poi -> POI
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353287 13f79535-47bb-0310-9956-ffa450edef68
2003-08-04 04:20:29 +00:00
Tetsuya Kitahata
b5eabd5d58 Poi -> POI
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353286 13f79535-47bb-0310-9956-ffa450edef68
2003-08-04 03:42:47 +00:00
Tetsuya Kitahata
86d3ea980d FIXED miscs (mail.html --> mail2.html etc)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353271 13f79535-47bb-0310-9956-ffa450edef68
2003-07-29 10:40:19 +00:00
Tetsuya Kitahata
04bf7ac501 Comment out: CVS Changelog
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353270 13f79535-47bb-0310-9956-ffa450edef68
2003-07-29 10:26:33 +00:00
Tetsuya Kitahata
b36dd93dd5 Who.xml: Updated Committers/Emeritus Committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353265 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 12:24:08 +00:00
Tetsuya Kitahata
2c9fbb1bdc Who.xml: Updated Committers/Emeritus Committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353264 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 12:16:52 +00:00
Tetsuya Kitahata
e0bfda17ad Who.xml: Updated Committers/Emeritus Committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353263 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 12:14:54 +00:00
Tetsuya Kitahata
2ca5f129f5 book.xml: <MailingList>: directl link to jakarta.apache.org/site/mail2.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353255 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 00:55:26 +00:00
Avik Sengupta
08c12b2d02 merge from REL 2 BR: documented xalan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353245 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 19:51:38 +00:00
Andrew C. Oliver
3e2ab28868 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20358
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353238 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 16:45:19 +00:00
Tetsuya Kitahata
bdd470b994 Added "Translators" section, etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353237 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 16:36:40 +00:00
Tetsuya Kitahata
b92e4d834b Surgery on the author tag :D
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353233 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:56:24 +00:00
Tetsuya Kitahata
122c06a686 POI -> Poi
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353232 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:45:50 +00:00
Tetsuya Kitahata
a303e45bc8 Andrew's mail address -> apache.org
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353231 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:42:17 +00:00
Tetsuya Kitahata
00f4aca7d9 Andy -> Andrew / cocoon url change / removed the word "horrible" etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353230 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:37:30 +00:00
Andrew C. Oliver
6277d09d31 no PR bunnies were hurt in the making of this commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353229 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:15:14 +00:00
Tetsuya Kitahata
442cbe5ea0 Our Wish -- Poi to become bigger :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353228 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:53:47 +00:00
Tetsuya Kitahata
e442ae7e7a legal -> Legal
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353227 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:41:34 +00:00
Tetsuya Kitahata
4ff6b823bc Added Legal Stuff
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353226 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:38:29 +00:00
Tetsuya Kitahata
dcda8adaa5 Legal Stuff: Initial
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353225 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:35:54 +00:00
Glen Stampoultzis
951f9b714c Some fixes & removal of my name
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353219 13f79535-47bb-0310-9956-ffa450edef68
2003-07-18 12:19:28 +00:00
Said Ryan Ackley
17f2e9d05d validated
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353214 13f79535-47bb-0310-9956-ffa450edef68
2003-07-16 11:42:32 +00:00
Tetsuya Kitahata
8750fe6fe1 allurement to this website from google
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353206 13f79535-47bb-0310-9956-ffa450edef68
2003-07-13 02:56:50 +00:00
Said Ryan Ackley
7b0787251a project plan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353202 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 12:25:16 +00:00
Said Ryan Ackley
99af69d0c8 added link to project plan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353201 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 12:24:42 +00:00
Tetsuya Kitahata
c9b1bf67e4 Pigeonholed book.xml/ etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353195 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 04:22:55 +00:00
Tetsuya Kitahata
12bbd9535c Misspelling in the transliteration: Russkii Yazyk
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353194 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 02:50:44 +00:00
Glen Stampoultzis
449e5f214b Moved location of DTD files to correct place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353190 13f79535-47bb-0310-9956-ffa450edef68
2003-07-06 05:58:45 +00:00
Andrew C. Oliver
05d10e5ff8 pandering to google
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353189 13f79535-47bb-0310-9956-ffa450edef68
2003-07-03 18:42:13 +00:00
Tetsuya Kitahata
04e0debf06 "How TO Build" .. slightly commented about optional.jar
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353151 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 04:02:31 +00:00
Tetsuya Kitahata
1ab69aeaf5 TIPS: If there's nothing in <title/> tag on XMLs, Forrest would not create PDFs correspond to them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353150 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 01:42:40 +00:00
Tetsuya Kitahata
9fd00bc371 TIPS: If there's nothing in <titile/> tag on XMLs, Forrest would not create PDFs correspond to them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353149 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 23:08:56 +00:00
Tetsuya Kitahata
2b408f13c4 "Fran&#231;is -> Fran&#231;ais" :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353145 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 11:37:50 +00:00
Tetsuya Kitahata
eb5115b528 Changed some chars to "Character Mnemonic Entities"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353144 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 11:35:22 +00:00
Tetsuya Kitahata
67279b51ba changed links to avoid forrest build error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353143 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 11:00:56 +00:00
Tetsuya Kitahata
c3cbc29914 Deleted redundant <p> and </p>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353142 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 10:57:10 +00:00
Tetsuya Kitahata
26d47f273f Refactoring: Refactored All of book.xml to standarize the left-side navi formats
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353141 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 03:20:54 +00:00
Tetsuya Kitahata
e1743a234b appended 'type="unkonwn"' attribute to action element: To avoid Forrest Build Error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353138 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:33:20 +00:00
Tetsuya Kitahata
a85834b880 Added link to "Korean" Translations of Poi site, etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353136 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:08:53 +00:00
Tetsuya Kitahata
3ec7bc7e4f Added link to "Korean" Translations of Poi site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353135 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:00:05 +00:00
Tetsuya Kitahata
673f8cfaa3 "Translation Guideline" -- fixed some typos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353134 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 05:57:18 +00:00
Tetsuya Kitahata
46f4f802d1 "Who We Are" -- made slight changes and added Tetsuya
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353133 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 05:31:23 +00:00
Tetsuya Kitahata
916c3c53ea "In the news" -- several changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353132 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 05:21:22 +00:00
Tetsuya Kitahata
b241f94719 Translated Japanese URL changed:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353131 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 03:16:14 +00:00
Tetsuya Kitahata
8590d66d58 Translations Guildeline: Fixed to be fit to the Forrest Build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353130 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 03:10:42 +00:00
Glen Stampoultzis
08d99690d8 New case study. Added after some excited poking from Tetsuya. :-) It may not be pushed to the website immediately however. Need to poke Andy to get his nightly build going again. Either that or just do one myself.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353128 13f79535-47bb-0310-9956-ffa450edef68
2003-06-14 05:46:36 +00:00
Glen Stampoultzis
30e81536a7 downloads using ext refereces
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353106 13f79535-47bb-0310-9956-ffa450edef68
2003-05-18 01:50:28 +00:00
Glen Stampoultzis
60b2f7c280 Altered index to point to news service.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353098 13f79535-47bb-0310-9956-ffa450edef68
2003-05-11 01:07:35 +00:00
Glen Stampoultzis
971f472ef5 Fixed a mistake I made in the how to build section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353097 13f79535-47bb-0310-9956-ffa450edef68
2003-05-11 00:52:25 +00:00
Glen Stampoultzis
de05ae172b Added change list for new upcoming release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353096 13f79535-47bb-0310-9956-ffa450edef68
2003-05-11 00:40:06 +00:00
Glen Stampoultzis
06da334819 Added how to run build documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 11:06:55 +00:00
Glen Stampoultzis
0009446947 no message
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353092 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 10:12:58 +00:00
Glen Stampoultzis
2e6a5e2048 Fixed a small error in documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353077 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:38:39 +00:00
Glen Stampoultzis
01f9f064c8 Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 00:53:41 +00:00