##master-page:HomepageTemplate
#format wiki
== About ==
I am a technical writer and Linux enthusiast. 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||none||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||URL||
||Usb-Creator||Make USB Startup Disk Documentation||[[https://help.ubuntu.com/9.10/usb-creator/C/index.html]]||
||Open Week Presentation||Writing Process IRC Presentation||/HowToWritingProcess||
== Contact ==
Email: <><
>
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
1. Create a folder with new documentation project name, e.g. usb-creator. Add to bzr and commit the changes.
1. Create a new branch under your username in Launchpad, e.g. ~misaugustina/ubuntu-docs/usb-creator
1. Push local branch to this new branch.
1. 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
1. Make changes to existing document/s. Add any new docs to bzr and commit the changes.
1. Create a new branch under your username in Launchpad, e.g. ~misaugustina/ubuntu-docs/usb-creator
1. Push local branch to this new branch.
1. When updating, merge from the ubuntu-docs branch to make sure the ubuntu-docs stuff is current.