Difference between revisions of "OpenOffice.org Potential Projects"

From CDOT Wiki
Jump to: navigation, search
(Extensions)
(Extensions)
Line 10: Line 10:
  
 
# generate use case specification skeleton from a UML file
 
# generate use case specification skeleton from a UML file
 +
 +
=== Base Additional Stored-Procedures/Functions ===
 +
 +
# From Oracle: DECODE, INITCAP (Sure there are others)
 +
# From TSQL: REVERSE, STUFF, ISDATE
 +
# From MySQL: LPAD, RPAD
  
 
== Others ==
 
== Others ==

Revision as of 13:39, 22 July 2010

Potential Projects

Extensions

Wiki Editor

  1. read online wiki article and parse to ODF format, and allow editing in OpenOffice.org
  2. parse ODF format to wiki code and save back to wiki site (OpenOffice.org version 3 comes with export as wiki code)
  3. a version comparison feature in OpenOffice.org

Use Case Specification Generator

  1. generate use case specification skeleton from a UML file

Base Additional Stored-Procedures/Functions

  1. From Oracle: DECODE, INITCAP (Sure there are others)
  2. From TSQL: REVERSE, STUFF, ISDATE
  3. From MySQL: LPAD, RPAD

Others

Python Scriptablity project

  1. a set of helper classes etc. that simplifies the general work with the API from Python
  2. a tool or tooling to create oxt packages containing Python macros + other oxt relevant files (description.xml, manifest, xcu, dialogs resources ...)
  3. enhanced codemaker tool to generate Python skeletons simlair to Java/C++
  4. thinking about an IDE support for Python scripting in for example NetBeans where some Python integration work is ongoing. Cool would be edit, deploy and debug features ...

Save as ODF for Web Application

  1. create a library for web application to save article as ODF file and download; for example, save wiki article to ODF (Wiki on Paper project), blog article and so on