Difference between revisions of "Documentation Team/Resources"

From Sugar Labs
Jump to navigation Jump to search
(More software, formats, uses)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}</noinclude>
+
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}{{TeamHeader|Documentation Team}}</noinclude>
  
==Repurposing Documents
+
==Repurposing Documents==
  
 
Proprietary software makes it somewhat difficult to separate content from presentation. The inertia of publishers who put out materials in fixed-page-size PDFs and other inflexible formats makes the situation worse. But it doesn't have to be this way.
 
Proprietary software makes it somewhat difficult to separate content from presentation. The inertia of publishers who put out materials in fixed-page-size PDFs and other inflexible formats makes the situation worse. But it doesn't have to be this way.
Line 25: Line 25:
 
Various organizations such as [http://www.tldp.org/ The Linux Documentation Project] have significant workflows worked out and available for others to use.
 
Various organizations such as [http://www.tldp.org/ The Linux Documentation Project] have significant workflows worked out and available for others to use.
  
[[Category:DocumentationTeam]]
+
[[Category:Documentation Team]]
 +
[[Category:Resource]]

Latest revision as of 20:15, 24 February 2010

Team Home   ·   Join   ·   Contacts   ·   Resources   ·   FAQ   ·   Roadmap   ·   To Do   ·   Meetings

Repurposing Documents

Proprietary software makes it somewhat difficult to separate content from presentation. The inertia of publishers who put out materials in fixed-page-size PDFs and other inflexible formats makes the situation worse. But it doesn't have to be this way.

We have Free Software tools for the whole workflow of publishing, and open standards for file formats. Here is a selection.

  • Text editors (EMACS, vi, vim, nano, pico, gedit, kate, Yudit...ASCII, Unicode UTF-8)
  • HTML and XML structure editors (Quanta+)
  • Word processing (Open Office, ODF)
  • Graphics (Inkscape, SVG drawings; GIMP, JPEG images (lossy compression) and PNG bitmap screen captures)
  • Formatting (CSS, XSLT, TeX macros, templates)
  • Page layout (Scribus, TeX, Docbook XML)
  • Math (Tex, OpenOffice)
  • Repositories (cvs, svn, git...)
  • Databases (MySQL, PostGres...)

We can define content in text and image files, and presentation in CSS for HTML, macro files for TeX, and so on.

We need a workflow for bringing in documents in many formats and putting them into whatever other formats our teachers, students, and other users need. This means separating text, graphics, and presentation, and recombining them in various ways. (There are Free Software tools to do this.) It means selecting Free Software tools that can, for example, create freeform PDFs, not just documents with fixed page sizes (and especially not just portrait layout, which is particularly unsuited to computer display).

We also want to be able to generate documents on demand from information in databases.

Various organizations such as The Linux Documentation Project have significant workflows worked out and available for others to use.