AugustinaBlair

Differences between revisions 25 and 26
Revision 25 as of 2009-09-27 02:21:20
Size: 3508
Editor: c-67-183-142-156
Comment:
Revision 26 as of 2009-10-02 15:57:40
Size: 3274
Editor: c-67-183-142-156
Comment: Added completed section and moved Install Guide sections to my personal wiki space.
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
||Complete Packaging Guide||Edit for improved readability and update outdated content|| PackagingGuide (/PackagingGuideEdit)||Posted current edits of Intro + Basic to my wiki. Will start on next sections after other projects are complete||
||Installation Guide||Writer|| [[https://code.launchpad.net/~missaugustina/ubuntuinstallguide/alternate-cd]]<<BR>>[[https://code.launchpad.net/~missaugustina/ubuntuinstallguide/intro]]<<BR>>[[https://code.launchpad.net/~missaugustina/ubuntuinstallguide/FAQ]]||Working on Intro, FAQ, and Alternate CD sections||
||Usb-Creator||Make USB Startup Disk Documentation||/MakeUsbStartupDraft <<BR>> [[https://code.launchpad.net/~missaugustina/ubuntu-docs/usb-creator]]||Submitted branch for review.||
||Complete Packaging Guide||Edit for improved readability and update outdated content|| PackagingGuide (/PackagingGuideEdit)||Posted current edits of Intro + Basic to my wiki. Working with Nathann to edit these sections before moving on to the next.||
||Installation Guide||Writer|| /InstallGuideIntro /InstallGuideFAQ /InstallGuideAlternateCD||Working on Intro, FAQ, and Alternate CD sections with Murray||
Line 26: Line 25:

Completed

||Item||Description||
||Usb-Creator||Make USB Startup Disk Documentation||

About

I am a technical writer and Linux evangelist. I have over a decade of computer industry experience in roles that include Web Development, IT Support, System Administration, Release Engineering, and Technical Communications. I'm a co-organizer for the Seattle LinuxChix chapter and I am currently working on several documents for the next Ubuntu release.

I currently use Ubuntu (Gnome) and Ubuntu Server Edition (with and without ubuntu-desktop). I've been using Ubuntu since 5.10.

For more information about me, visit my personal site at http://www.augustinalareina.com

I also keep a technology blog at http://augustinalareina.wordpress.com

If you live in the Seattle area and would like to find out more about Seattle LinuxChix, visit http://www.seattlelinuxchix.org

Projects

Item

Description

URL

Status

Complete Packaging Guide

Edit for improved readability and update outdated content

PackagingGuide (/PackagingGuideEdit)

Posted current edits of Intro + Basic to my wiki. Working with Nathann to edit these sections before moving on to the next.

Installation Guide

Writer

/InstallGuideIntro /InstallGuideFAQ /InstallGuideAlternateCD

Working on Intro, FAQ, and Alternate CD sections with Murray

Windows Guided Partitioning

Bug# 176343

Pending documentation re-organization

Open Source Style Guide

Contributer

Will propose ideas after Style Guide class in October.

Ubuntu Documentation To Do Items are listed on the wiki here -- https://wiki.ubuntu.com/DocumentationTeam/SystemDocumentation/Tasks

A list of documentation bugs filed in Launchpad can be found here -- https://launchpad.net/ubuntu/+source/ubuntu-docs/+bugs

Completed

Item

Description

Usb-Creator

Make USB Startup Disk Documentation

Contact

Email: <missaugustina AT SPAMFREE gmail DOT com>
Launchpad: https://launchpad.net/~missaugustina
Identi.Ca: http://identi.ca/missaugustina
URL1: http://www.augustinalareina.com
URL2: http://augustinalareina.wordpress.com
URL3: http://missaugustina.blogspot.com
URL4: http://leggomyobento.blogspot.com


Bzr Cheatsheet

Creating New Docs

  1. Branch ubuntu-docs to local machine under a folder with the project name, e.g. ubuntu-docs.usb-creator
  2. Create a folder with new documentation project name, e.g. usb-creator. Add to bzr and commit the changes.
  3. Create a new branch under your username in Launchpad, e.g. ~misaugustina/ubuntu-docs/usb-creator
  4. Push local branch to this new branch.
  5. When updating, merge from the ubuntu-docs branch to make sure the ubuntu-docs stuff is current.

Editing Existing Docs

  1. Branch ubuntu-docs to local machine under a folder with the project name, e.g. ubuntu-docs.usb-creator
  2. Make changes to existing document/s. Add any new docs to bzr and commit the changes.
  3. Create a new branch under your username in Launchpad, e.g. ~misaugustina/ubuntu-docs/usb-creator
  4. Push local branch to this new branch.
  5. When updating, merge from the ubuntu-docs branch to make sure the ubuntu-docs stuff is current.

AugustinaBlair (last edited 2009-11-19 07:31:07 by c-67-183-142-156)