AugustinaBlair
Size: 1662
Comment:
|
← Revision 29 as of 2009-11-19 07:31:07 ⇥
Size: 3439
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
I currently use Ubuntu (Gnome) and Ubuntu Server Edition (with and without ubuntu-desktop). I've been using Ubuntu since 5.10 and I am also an organizer for the Seattle LinuxChix chapter. | 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. |
Line 6: | Line 6: |
I'm a "Jill of all trades" in the tech industry. I have a BA/BS in Linguistic Anthropology and Computer Science. I've worked in a variety of roles, as a Systems Engineer, a Release Engineer, and Web Developer. I'm currently pursuing a certification in Technical Communications, specializing in Programmer Writing. I am contributing to the Ubuntu Documentation Project to develop my skills and to give a little something back to my favorite flavor of Linux. | 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 |
Line 11: | Line 17: |
||Installation Guide||Writer|| ||Helping Nathan with Personas, Divvying up outline with other writers|| ||Usb-Creator||Make USB Startup Disk Documentation||/MakeUsbStartupDraft||In Progress|| |
||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 <<BR>> /InstallGuideFAQ <<BR>> /InstallGuideAlternateCD||Working on Intro, FAQ, and Alternate CD sections with Murray|| |
Line 14: | Line 20: |
||Open Source Style Guide||Contributer||none||Will propose ideas after Style Guide class in October.|| | |
Line 19: | Line 26: |
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|| |
|
Line 20: | Line 33: |
Email: <<MailTo(missaugustina AT SPAMFREE gmail DOT com)>> | Email: <<MailTo(missaugustina AT SPAMFREE gmail DOT com)>><<BR>> Launchpad: [[https://launchpad.net/~missaugustina]]<<BR>> Identi.Ca: [[http://identi.ca/missaugustina]]<<BR>> URL1: [[http://www.augustinalareina.com]]<<BR>> URL2: [[http://augustinalareina.wordpress.com]]<<BR>> URL3: [[http://missaugustina.blogspot.com]]<<BR>> URL4: [[http://leggomyobento.blogspot.com]]<<BR>> ---- |
Line 22: | Line 42: |
Launchpad: https://launchpad.net/~missaugustina | == Bzr Cheatsheet == |
Line 24: | Line 44: |
Identi.Ca: http://identi.ca/missaugustina | === 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. |
Line 26: | Line 51: |
URL1: http://www.augustinalareina.com URL2: http://augustinalareina.wordpress.com URL3: http://missaugustina.blogspot.com URL4: http://leggomyobento.blogspot.com ---- |
=== 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. |
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 |
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 |
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 |
|
Open Week Presentation |
Writing Process IRC Presentation |
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
- Branch ubuntu-docs to local machine under a folder with the project name, e.g. ubuntu-docs.usb-creator
- Create a folder with new documentation project name, e.g. usb-creator. Add to bzr and commit the changes.
- Create a new branch under your username in Launchpad, e.g. ~misaugustina/ubuntu-docs/usb-creator
- Push local branch to this new branch.
- When updating, merge from the ubuntu-docs branch to make sure the ubuntu-docs stuff is current.
Editing Existing Docs
- Branch ubuntu-docs to local machine under a folder with the project name, e.g. ubuntu-docs.usb-creator
- Make changes to existing document/s. Add any new docs to bzr and commit the changes.
- Create a new branch under your username in Launchpad, e.g. ~misaugustina/ubuntu-docs/usb-creator
- Push local branch to this new branch.
- 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)