WebHome
From AbiWiki
(Difference between revisions)
(→Starting Points) |
(→Starting Points) |
||
Line 4: | Line 4: | ||
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: | 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. |
* [[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. | ** [[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 ".docx" file format (ECMA standard). | + | ** [[OpenXMLImport|OpenXMLImport]] Philippe Milot will create an import filter for the [[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. | ||
Line 19: | Line 19: | ||
The complete list of available items can be found in the [[WebIndex|WebIndex]]. | The complete list of available items can be found in the [[WebIndex|WebIndex]]. | ||
- | |||
- |
Revision as of 19:02, 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 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.
- KeyBindings - The most recent versions of AbiWord and libAbiWord allow programmers to change the keybindings via a an ascii description.
The complete list of available items can be found in the WebIndex.