WebHome
From AbiWiki
(Difference between revisions)
(→Starting Points) |
|||
(11 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | === Welcome to the [[AbiWord|AbiWord]] Wiki === | |
- | + | ==== Starting Points ==== | |
- | + | A wiki is usually not organized as a coherent web site, instead it grows dynamically (and often haphazardly) as people recognize the need to add to it. So, how do you find things? There are a few recognized starting points—for the [[AbiWord|AbiWord]] wiki, the following places may be a good place to start: | |
- | + | * [[List of FAQ|AbiWordFAQ]], which contains a lot of Frequently Asked Questions. | |
- | + | ||
- | + | ||
- | + | ||
- | A wiki is usually not organized as a coherent web site, instead it grows dynamically (and often haphazardly) as people recognize the need to add to it. So, how do you find things? There are a few recognized starting points& | + | |
- | * [[ | + | |
* [[AbiWordDevelopment|AbiWordDevelopment]], for information on [[AbiWord|AbiWord]]''s development. | * [[AbiWordDevelopment|AbiWordDevelopment]], for information on [[AbiWord|AbiWord]]''s development. | ||
* [[UserInterface|UserInterface]], UI related notes | * [[UserInterface|UserInterface]], UI related notes | ||
- | * [[ | + | * [[Google Summer of Code 2006]], Projects from 2006 Abiword |
- | * [[ | + | * [[Google Summer of Code 2007|Google Summer Of Code 2007]], for USD$4500.00 grant from Google to work on Abiword |
- | ** [[ | + | ** [[Annotations]] This page is the starting point for Ernesto Rivera''s Google Summer of Code project. |
** [[LibAbiwordDiet|LibAbiwordDiet]] Rob is going to improve the libabiword build system and API. | ** [[LibAbiwordDiet|LibAbiwordDiet]] Rob is going to improve the libabiword build system and API. | ||
- | ** [[OpenXMLImport|OpenXMLImport]] Philippe Milot will create an import filter for the Open XML | + | ** [[OpenXMLImport|OpenXMLImport]] Philippe Milot will create an import filter for the [[Office Open XML]] ".docx" file format (ECMA standard). |
* [[AbiWordSDK|AbiWordSDK]] - As of [[AbiWord|AbiWord]] 2.5.0, [[AbiWord|AbiWord]] can be compiled to create a stand alone library. Within this library is [[AbiWidget|AbiWidget]] which can be embedded in other applications and [[TableCreator|TableCreator]] which is a useful [[GtkWidget|GtkWidget]] used to interactively create tables. | * [[AbiWordSDK|AbiWordSDK]] - As of [[AbiWord|AbiWord]] 2.5.0, [[AbiWord|AbiWord]] can be compiled to create a stand alone library. Within this library is [[AbiWidget|AbiWidget]] which can be embedded in other applications and [[TableCreator|TableCreator]] which is a useful [[GtkWidget|GtkWidget]] used to interactively create tables. | ||
* [[AbiWidget|AbiWidget]] - A rich text canvas with all the power of the [[AbiWord|AbiWord]] layout and editting engines in addition to the import/export filters. | * [[AbiWidget|AbiWidget]] - A rich text canvas with all the power of the [[AbiWord|AbiWord]] layout and editting engines in addition to the import/export filters. | ||
* [[PyAbiWord|PyAbiWord]] - Python wrapper around the [[AbiWidget|AbiWidget]] and [[TableCreator|TableCreator]] which can be easily used in any [http://www.pygtk.org/ [[PyGtk|PyGtk]]] application. It forms the basis of [[AbiWord|AbiWord]] OLPC writing activity. | * [[PyAbiWord|PyAbiWord]] - Python wrapper around the [[AbiWidget|AbiWidget]] and [[TableCreator|TableCreator]] which can be easily used in any [http://www.pygtk.org/ [[PyGtk|PyGtk]]] application. It forms the basis of [[AbiWord|AbiWord]] OLPC writing activity. | ||
* [[AbiCollab|AbiCollab]] - A new feature that allows immediate communication between different documents. This allows users to collaborate on document creation by enabling different users to immediately see changes in a shared document in real time. | * [[AbiCollab|AbiCollab]] - A new feature that allows immediate communication between different documents. This allows users to collaborate on document creation by enabling different users to immediately see changes in a shared document in real time. | ||
- | * [[ | + | * [[Keyboard bindings|Key Bindings]] - The most recent versions of [[AbiWord|AbiWord]] and lib[[AbiWord|AbiWord]] allow programmers to change the keybindings via a an ascii description. |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Current revision as of 22:31, 16 February 2011
Welcome to the AbiWord Wiki
Starting Points
A wiki is usually not organized as a coherent web site, instead it grows dynamically (and often haphazardly) as people recognize the need to add to it. So, how do you find things? There are a few recognized starting points—for the AbiWord wiki, the following places may be a good place to start:
- AbiWordFAQ, which contains a lot of Frequently Asked Questions.
- AbiWordDevelopment, for information on AbiWords development.
- UserInterface, UI related notes
- Google Summer of Code 2006, Projects from 2006 Abiword
- Google Summer Of Code 2007, for USD$4500.00 grant from Google to work on Abiword
- Annotations This page is the starting point for Ernesto Riveras Google Summer of Code project.
- LibAbiwordDiet Rob is going to improve the libabiword build system and API.
- OpenXMLImport Philippe Milot will create an import filter for the Office Open XML ".docx" file format (ECMA standard).
- AbiWordSDK - As of AbiWord 2.5.0, AbiWord can be compiled to create a stand alone library. Within this library is AbiWidget which can be embedded in other applications and TableCreator which is a useful GtkWidget used to interactively create tables.
- AbiWidget - A rich text canvas with all the power of the AbiWord layout and editting engines in addition to the import/export filters.
- PyAbiWord - Python wrapper around the AbiWidget and TableCreator which can be easily used in any PyGtk application. It forms the basis of AbiWord OLPC writing activity.
- AbiCollab - A new feature that allows immediate communication between different documents. This allows users to collaborate on document creation by enabling different users to immediately see changes in a shared document in real time.
- Key Bindings - The most recent versions of AbiWord and libAbiWord allow programmers to change the keybindings via a an ascii description.