Difference between revisions of "Platform Evolution"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Libraries: COIN description)
m (Libraries)
 
(One intermediate revision by one other user not shown)
Line 54: Line 54:
 
* libraries for connectivity
 
* libraries for connectivity
 
** [http://curl.haxx.se/libcurl/ libcurl] (Multi-Protocol File Transfers)
 
** [http://curl.haxx.se/libcurl/ libcurl] (Multi-Protocol File Transfers)
** [http://code.google.com/p/serf/ serf] (Asynchronous HTTP Client)  
+
** [https://serf.apache.org/ serf] (Asynchronous HTTP Client)
 
** [http://hsqldb.org hsqldb] (HyperSQL Java DataBase)
 
** [http://hsqldb.org hsqldb] (HyperSQL Java DataBase)
 
** [http://www.seamonkey-project.org seamonkey] (for Address Book support)  
 
** [http://www.seamonkey-project.org seamonkey] (for Address Book support)  
Line 87: Line 87:
 
* [http://en.wikipedia.org/wiki/Portable_Network_Graphics PNG] graphics
 
* [http://en.wikipedia.org/wiki/Portable_Network_Graphics PNG] graphics
 
* [http://en.wikipedia.org/wiki/Gif GIF] graphics
 
* [http://en.wikipedia.org/wiki/Gif GIF] graphics
 +
 +
[[Category:EN]]
 +
[[Category:Development]]
 +
[[Category:External]]

Latest revision as of 13:42, 6 August 2017

OpenOffice has many dependencies on external technologies. If these external dependencies change then OpenOffice needs to adapt.


Operating Systems

Programming Languages

Libraries

  • standard template library
  • boost
  • libraries for supporting security features
    • nss (Network Security Services)
    • openssl (Secure Socket and Transport Layer)
    • xmlsec (XML Security Library)
  • libraries for supporting internationalization
    • ICU (International Components for Unicode)
    • hunspell (Spell Checker)
    • hyphen (Hyphenation)
    • mythes (Thesaurus)
    • graphite (Rendering for Complex Scripts)
  • graphics libraries
  • libraries for handling multimedia file formats
  • libraries for handling external document formats
    • XML (Extensible Markup Language) processing
      • libxml2 (XML Parser and Toolkit)
      • libxslt (XSL Transformation)
      • saxon (XSLT and XQuery Processor)
      • expat (XML Parser Library)
      • xsltml (XSLT Math Library)
    • RDF (Resource Description Framework) support
  • libraries for connectivity
    • libcurl (Multi-Protocol File Transfers)
    • serf (Asynchronous HTTP Client)
    • hsqldb (HyperSQL Java DataBase)
    • seamonkey (for Address Book support)
  • libraries for supporting different extension programming languages
  • other libraries
    • zlib (Compression Library)
    • coinmp (Common Optimization Interface: Operations Research Solver)
    • lucene (Java-based indexing and search technology)
    • apr/apr-util (Apache Portable Runtime)
    • ucpp (Source Preprocessor)
    • Creadur (Release Audit Tool)

Standards

Personal tools