Commit f65712b8955bcc5d71a35e00478d9c448bdf06be

Authored by Sergio Oliveira
1 parent 6329df84
Exists in master and in 90 other branches 3.x, add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup, backup_not_prod, cdtc_configuration, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev-lappis, dev_env_minimal, disable_email_dev, docs, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, performance, prezento, r3, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_backup_emails, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, stable-devel, support_docs, syslog, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

Added basic template for installation

Showing 3 changed files with 47 additions and 23 deletions   Show diff stats
docs/conf.py
... ... @@ -44,7 +44,7 @@ master_doc = 'index'
44 44  
45 45 # General information about the project.
46 46 project = u'softwarepublico'
47   -copyright = u'2014, Universidade de Brasilia. \n Esta documentação está licenciada sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional.'
  47 +copyright = u'2014, Universidade de Brasília - UnB. Documentação licenciada sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional'
48 48  
49 49 # The version info for the project you're documenting, acts as replacement for
50 50 # |version| and |release|, also used in various other places throughout the
... ... @@ -197,7 +197,7 @@ latex_elements = {
197 197 # author, documentclass [howto, manual, or own class]).
198 198 latex_documents = [
199 199 ('index', 'softwarepublico.tex', u'softwarepublico Documentation',
200   - u'Universidade de Brasilia', 'manual'),
  200 + u'Universidade de Brasília', 'manual'),
201 201 ]
202 202  
203 203 # The name of an image file (relative to this directory) to place at the top of
... ... @@ -241,7 +241,7 @@ man_pages = [
241 241 # dir menu entry, description, category)
242 242 texinfo_documents = [
243 243 ('index', 'softwarepublico', u'softwarepublico Documentation',
244   - u'Universidade de Brasilia', 'softwarepublico', 'One line description of project.',
  244 + u'Universidade de Brasília', 'softwarepublico', 'One line description of project.',
245 245 'Miscellaneous'),
246 246 ]
247 247  
... ... @@ -262,9 +262,9 @@ texinfo_documents = [
262 262  
263 263 # Bibliographic Dublin Core info.
264 264 epub_title = u'softwarepublico'
265   -epub_author = u'Universidade de Brasilia'
266   -epub_publisher = u'Universidade de Brasilia'
267   -epub_copyright = u'2014, Universidade de Brasilia'
  265 +epub_author = u'Universidade de Brasília'
  266 +epub_publisher = u'Universidade de Brasília'
  267 +epub_copyright = u'2014, Universidade de Brasília. Documentação licenciada sob a Licença Crea tive Commons Atribuição-CompartilhaIgual 4.0 Internacional'
268 268  
269 269 # The basename for the epub file. It defaults to the project name.
270 270 #epub_basename = u'softwarepublico'
... ...
docs/index.rst
1   -.. softwarepublico documentation master file, created by
2   - sphinx-quickstart on Thu Nov 6 15:48:07 2014.
3   - You can adapt this file completely to your liking, but it should at least
4   - contain the root `toctree` directive.
5 1  
6   -Welcome to softwarepublico's documentation!
7   -===========================================
  2 +Documentação do Software Público Brasileiro (SPB)
  3 +=================================================
8 4  
9   -Contents:
  5 +Bem-vindo a documentação do Portal do Software Público Brasileiro.
10 6  
11 7 .. toctree::
12   - :maxdepth: 2
13   -
14   -
15   -
16   -Indices and tables
17   -==================
18   -
19   -* :ref:`genindex`
20   -* :ref:`modindex`
21   -* :ref:`search`
  8 + :maxdepth: 3
22 9  
  10 + install
... ...
docs/install.rst 0 → 100644
... ... @@ -0,0 +1,36 @@
  1 +Instalação
  2 +==========
  3 +
  4 +Repositório do SPB
  5 +-------------------
  6 +
  7 +
  8 +
  9 +Instalação das Ferramentas (via pacote)
  10 +---------------------------------------
  11 +
  12 +
  13 +
  14 +Configurações
  15 +--------------
  16 +
  17 +
  18 +Nginx
  19 ++++++
  20 +
  21 +
  22 +Colab
  23 ++++++
  24 +
  25 +
  26 +Gitlab
  27 +++++++
  28 +
  29 +
  30 +Noosfero
  31 +++++++++
  32 +
  33 +
  34 +
  35 +Mailman
  36 ++++++++
... ...