Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Libreoffice Open South Code
Search
Xisco
May 06, 2017
Technology
0
110
Libreoffice Open South Code
Presentación hecha en Málaga ( Open South Code ) el 6 de Mayo de 2017
Xisco
May 06, 2017
Tweet
Share
More Decks by Xisco
See All by Xisco
Control de Calidad y Desarrollo en proyectos de Software Libre
x1sc0
0
53
Other Decks in Technology
See All in Technology
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.6k
Hotwire光の道とStimulus
nay3
6
2.4k
独自ツール開発でスタジオ撮影をDX!「VLS(Virtual LED Studio)」 / dx-studio-vls
cyberagentdevelopers
PRO
1
170
アジャイルと契約 エッセンシャル版 / Agile Contracts Essential Edition
fkino
0
110
AWSコンテナ本出版から3年経った今、もし改めて執筆し直すなら / If I revise our container book
iselegant
13
3.7k
visionOSでの空間表現実装とImmersive Video表示について / ai-immersive-visionos
cyberagentdevelopers
PRO
1
100
なんで、私がAWS Heroに!? 〜社外の広い世界に一歩踏み出そう〜
minorun365
PRO
6
1k
StreamlitとLangChainを使った表画像OCRアプリの実装
aoikumadaki
2
110
グローバル展開を見据えたサービスにおける機械翻訳プラクティス / dp-ai-translating
cyberagentdevelopers
PRO
1
140
プロダクトチームへのSystem Risk Records導入・運用事例の紹介/Introduction and Case Studies on Implementing and Operating System Risk Records for Product Teams
taddy_919
1
130
pandasはPolarsに性能面で追いつき追い越せるのか
vaaaaanquish
4
2.7k
【LT】ソフトウェア産業は進化しているのか? -Javaの想い出とともに- #jjug_ccc
takabow
0
160
Featured
See All Featured
Embracing the Ebb and Flow
colly
84
4.4k
Why Our Code Smells
bkeepers
PRO
334
57k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Typedesign – Prime Four
hannesfritz
39
2.4k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
46
2.1k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Into the Great Unknown - MozCon
thekraken
31
1.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
27
1.9k
We Have a Design System, Now What?
morganepeng
50
7.2k
Thoughts on Productivity
jonyablonski
67
4.3k
Building an army of robots
kneath
302
42k
Transcript
The Document Foundation y LibreOffice por Xisco Faulí
Xisco Fauli Estudiante de la UGR Ingeniero QA en ‘The
Document Foundation‘
[email protected]
x1sc0 / @xiscofauli Sobre mi
Historia Fuente: https://en.wikipedia.org/wiki/LibreOffice
The Document Foundation • Creada 28/10/2010 por 8 personas •
Fundación indepediente sin ánimo de lucro • Sede en Berlin • Continuar trabajo OpenOffice • Abierta a cualquier individuo • Invita a la participación de empresas Link: https://www.documentfoundation.org
The Document Foundation • Presidenta: Martina Latini • Board of
Directors: 7 miembros y 3 sustitutos • 189 miembros Link: https://www.documentfoundation.org/governance/board/
The Document Foundation
The Document Foundation
The Document Liberation Project Link: https://www.documentliberation.org/ Usado por: • Abiword
• Calligra • CorelDRAW file Viewer • Inkscape • Scribus • LibreOffice Importar • Libabw (Abiword) • Libe-book (ebooks) • Iibetonyek ( Apple) • Libvisio ( MSO Visio ) • Libwps ( Lotus ) • Libwpg ( Corel WP ) • Libstaroffce ( StarOffice ) • Libpagemaker (Adobe PageMaker) • Libmspub ( MSO Publisher ) Exportar • Libodfgen ( ODF) • Libe-book ( EPUB) • Iibrvngabw ( AbiWord )
LibreOffice Link: http://www.libreoffice.org/
StarOffice
OpenOffice 1.0
OpenOffice 3.3
LibreOffice 5.3
Descargas Fuente: https://blog.documentfoundation.org/blog/2016/01/01/libreoffice-the-numbers/
Release plan Fuente: https://wiki.documentfoundation.org/ReleasePlan
Libreoffice 5.3 Fuente: https://wiki.documentfoundation.org/ReleasePlan
Libreoffice 5.3 - Safe Mode Fuente: https://wiki.documentfoundation.org/ReleaseNotes/5.3
LibreOffice 5.3 – Firma Documentos PDF Fuente: https://wiki.documentfoundation.org/ReleaseNotes/5.3
LibreOffice 5.3 – Notebook bar Fuente: https://wiki.documentfoundation.org/ReleaseNotes/5.3
LibreOffice 5.3 – Crash Report Link: http://crashreport.libreoffice.org/stats/
LibreOffice 5.4 Fuente: https://wiki.documentfoundation.org/ReleasePlan/5.4
LibreOffice Online
LibreOffice Impress Remote
LibreOffice Viewer
Commits Fuente: https://www.openhub.net/p/libreoffice
Linias de Código Fuente: https://www.openhub.net/p/libreoffice
Commits por mes Fuente: https://people.gnome.org/~michael/blog/2017-02-01-under-the-hood-5-3.html
Committers por mes Fuente: https://people.gnome.org/~michael/blog/2017-02-01-under-the-hood-5-3.html
Compilar $ git clone git://anongit.freedesktop.org/libreoffice/core libreoffice $ cd libreoffice $
./autogen.sh $ make Fuente: https://wiki.documentfoundation.org/Development/BuildingOnLinux
EasyHacks Fuente: https://wiki.documentfoundation.org/Development/EasyHacks
EasyHacks Fuente: https://bugs.documentfoundation.org/show_bug.cgi?id=84323
Submit $ git checkout -b <a_local_branch_name_of_your_choice> # Do your code
changes $ git add file [file ...] $ git commit $ ./logerrit submit master Fuente:https://wiki.documentfoundation.org/Development/gerrit
Gerrit Link: https://gerrit.libreoffice.org/#/q/status:open
Bugzilla TOTAL 51007 ABIERTOS 12652 ARREGLADOS 19067 DUPLICADOS 8890 OTROS
10398 NUEVOS ~150 SEMANA Link: https://bugs.documentfoundation.org/
Control de Calidad • Si encuentras un problema, reportalo. •
Triage nuevos bugs reportados – Duplicados – Regresiones – Sistema operativo – Severidad / Prioridad • Git bisect • Callgrind logging • Backtraces • Test automáticos → UI Test • Test manuales → https://wiki.documentfoundation.org/TestLink Link: https://wiki.documentfoundation.org/QA
Bug Hunting Session Link: https://wiki.documentfoundation.org/QA/BugHuntingSession
Localización Link: https://translations.documentfoundation.org/es/
Documentación Link: https://www.libreoffice.org/get-help/documentation/
Diseño Link: https://wiki.documentfoundation.org/Design
Unete! https://www.libreoffice.org/community/get-involved/
Google Summer of Code • Ideas: https://wiki.documentfoundation.org/Development/GSoC/Ideas • Web: https://developers.google.com/open-source/gsoc/
Contacto • Telegram – Español:https://t.me/libreoffice_es – Inglés: https://t.me/libreoffice • IRC
– General: https://webchat.freenode.net/?channels=#libreoffice – Desarrollo: https://webchat.freenode.net/?channels=#libreoffice-dev – Documentación: https://webchat.freenode.net/?channels=#libreoffice-doc – QA: https://webchat.freenode.net/?channels=#libreoffice-qa – Design: https://webchat.freenode.net/?channels=#libreoffice-design
Preguntas