Editing Google Season of Docs/Project Ideas

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 10: Line 10:
 
Remember that project descriptions are just ''rough ideas''.  You must expand with [[Summer_of_Code/Application_Guidelines|considerably more detail]].  Set goals that fit your experience and interest.
 
Remember that project descriptions are just ''rough ideas''.  You must expand with [[Summer_of_Code/Application_Guidelines|considerably more detail]].  Set goals that fit your experience and interest.
  
<!--
+
 
= Write an "Introduction to BRL-CAD" =
+
= Write an Introduction to BRL-CAD =
  
 
{|bgcolor=#fff
 
{|bgcolor=#fff
Line 28: Line 28:
 
|width=10% align=center bgcolor=#eee|morrison, rossberg
 
|width=10% align=center bgcolor=#eee|morrison, rossberg
 
|}
 
|}
-->
 
  
 
+
= Organize all existing BRL-CAD user documentation =
= Migrate doc infrastructure =
 
  
 
{| bgcolor=#fff
 
{| bgcolor=#fff
Line 39: Line 37:
 
!align=center|Contacts
 
!align=center|Contacts
 
|-
 
|-
|width=62%|BRL-CAD has extensive documentation infrastructure using Docbook XML whereby we "compile" them into HTML, PDF, and other formats.  This approach helps ensure docs remain up-to-date, without syntax/structure errors, and allows the documentation to be composed and reused in different ways (e.g., an tutorial on some topic might get embedded as an appendix in one document or a chapter to another).  That said, the underlying format is tedious to write and hard for contributors.  We'd like to migrate to a newer system like [https://antora.org Antora] or [https://docusaurus.io Docusaurus] or [https://www.mkdocs.org MkDocs], converting everything over while still retaining build system integration.
+
|width=62%|Tame the beast.  BRL-CAD has more than a million words of documentation spread across hundreds of documents.  Some are huge, some are small.  There are books, articles, presentations, manual pages, diagrams, reference cards, and more in a variety of formats and locations.  The goal of this task to to conduct a complete audit of all existing documentation, categorize and organize documentation, make recommendations and/or facilitate with merging overlapping documentation, and present all available documentation in a new web index.
References:
 
* see doc/docbook in a source checkout
 
* http://brlcad.org/HACKING_BRL-CAD.pdf
 
* https://docbook.org
 
* https://antora.org
 
|width=18% align=center bgcolor=#eee|Docbook XML, AsciiDoc, Markdown, Antora
 
|width=10% align=center|Medium
 
|width=10% align=center bgcolor=#eee|morrison, rossberg, yapp
 
|}
 
 
 
= Organize all existing user docs =
 
 
 
{| bgcolor=#fff
 
!
 
!align=center|Technologies
 
!align=center|Difficulty
 
!align=center|Contacts
 
|-
 
|width=62%|Tame the beast.  BRL-CAD has more than a million words of documentation spread across hundreds of documents.  Some are huge, some are small.  There are books, articles, presentations, manual pages, diagrams, reference cards, and more in a variety of formats and locations.  The goal of this task to to conduct a complete audit of all existing documentation, catalog them, make recommendations and/or facilitate with merging overlapping documentation, and present all available documentation in a new web index.
 
 
References:
 
References:
 
* see doc/ hierarchy in a Subversion checkout
 
* see doc/ hierarchy in a Subversion checkout
Line 66: Line 45:
  
 
|width=18% align=center bgcolor=#eee|Mediawiki, Docbook XML, Subversion
 
|width=18% align=center bgcolor=#eee|Mediawiki, Docbook XML, Subversion
|width=10% align=center|Easy
+
|width=10% align=center|Medium
 
|width=10% align=center bgcolor=#eee|yapp, morrison, rossberg
 
|width=10% align=center bgcolor=#eee|yapp, morrison, rossberg
 
|}
 
|}
  
= Write a "BRL-CAD Primitives" manual =
+
= Write a BRL-CAD Primitives manual =
  
 
{| bgcolor=#fff
 
{| bgcolor=#fff
Line 85: Line 64:
 
* http://brlcad.org/tmp/primitives/
 
* http://brlcad.org/tmp/primitives/
 
|width=18% align=center bgcolor=#eee|Docbook XML, Subversion, basic reading of C/C++
 
|width=18% align=center bgcolor=#eee|Docbook XML, Subversion, basic reading of C/C++
|width=10% align=center|Hard
+
|width=10% align=center|Medium
 
|width=10% align=center bgcolor=#eee|morrison, rossberg
 
|width=10% align=center bgcolor=#eee|morrison, rossberg
 
|}
 
|}
  
= Organize and publish developer docs =
+
= Organize and publish BRL-CAD developer documentation =
  
 
{| bgcolor=#fff
 
{| bgcolor=#fff
Line 107: Line 86:
 
|}
 
|}
  
 
+
= Upgrade doc infrastructure =
= Convert unmanaged to managed =
 
  
 
{| bgcolor=#fff
 
{| bgcolor=#fff
Line 116: Line 94:
 
!align=center|Contacts
 
!align=center|Contacts
 
|-
 
|-
|width=62%|BRL-CAD has several books, presentations, and other documentation written in familiar publishing tools like Microsoft Word, Microsoft Powerpoint, Adobe InDesign, LaTeX, Apple Pages, and more.  They are "unmanaged" in the sense that they are not easily kept in sync, unlike the majority of BRL-CAD's docs that are compiled alongside code and easily updated with a text editor (i.e., "managed").  The main reason they are unmanaged is because they have specific layout and formattingFor this project, the goal is to figure out how to manage them so that they're in an editable markup format like AsciiDoc **and** any custom formatting is preserved (e.g., through the use of stylesheets).
+
|width=62%|BRL-CAD has extensive documentation infrastructure using Docbook XML whereby we "compile" them into HTML, PDF, and other formats.  This approach helps ensure docs remain up-to-date, without syntax/structure errors, and allows the documentation to be composed and reused in different ways (e.g., an tutorial on some topic might get embedded as an appendix in one document or a chapter to another).  That said, the underlying format is tedious to write and hard for contributorsWe'd like to migrate to a newer system like [https://docusaurus.io Docusaurus] or [https://antora.org Antora], converting everything over while still retaining build system integration.
 
References:
 
References:
* https://github.com/Ardemius/asciidoctor-presentation
+
* see doc/docbook in a source checkout
* https://asciidoctor.org/docs/asciidoctor-revealjs/#convert-asciidoc-into-slides
+
* http://brlcad.org/HACKING_BRL-CAD.pdf
* http://rhythmus.be/md2indd/
+
* https://docbook.org
* https://pandoc.org
+
* https://docusaurus.io
|width=18% align=center bgcolor=#eee|AsciiDoc, Pandoc, Markdown, Docbook XML
+
|width=18% align=center bgcolor=#eee|Docbook XML, Markdown, Subversion, Docusaurus
 
|width=10% align=center|Hard
 
|width=10% align=center|Hard
 
|width=10% align=center bgcolor=#eee|yapp, morrison, rossberg
 
|width=10% align=center bgcolor=#eee|yapp, morrison, rossberg
 
|}
 
|}

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)