about summary refs log tree commit diff stats
# If true, the index is split into individual pages for each letter.#html_split_index = False# If true, links to the reST sources are added to the pages.html_show_sourcelink=False# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.html_show_sphinx=False# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.html_show_copyright=False# If true, an OpenSearch description file will be output, and all pages will# contain a <link> tag referring to it. The value of this option must be the# base URL from which the finished HTML is served.#html_use_opensearch = ''# This is the file name suffix for HTML files (e.g. ".xhtml").#html_file_suffix = None# Language to be used for generating the HTML full-text search index.# Sphinx supports the following languages:# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'#html_search_language = 'en'# A dictionary with options for the search language support, empty by default.# Now only 'ja' uses this config value#html_search_options = {'type': 'default'}# The name of a javascript file (relative to the configuration directory) that# implements a search results scorer. If empty, the default will be used.#html_search_scorer = 'scorer.js'# Output file base name for HTML help builder.htmlhelp_basename='ProfanityPythonPluginsAPIdoc'# -- Options for LaTeX output ---------------------------------------------latex_elements={# The paper size ('letterpaper' or 'a4paper').#'papersize': 'letterpaper',# The font size ('10pt', '11pt' or '12pt').#'pointsize': '10pt',# Additional stuff for the LaTeX preamble.#'preamble': '',# Latex figure (float) alignment#'figure_align': 'htbp',}# Grouping the document tree into LaTeX files. List of tuples# (source start file, target name, title,# author, documentclass [howto, manual, or own class]).latex_documents=[(master_doc,'ProfanityPythonPluginsAPI.tex',u'Profanity Python Plugins API Documentation',u'boothj5','manual'),]# The name of an image file (relative to this directory) to place at the top of# the title page.#latex_logo = None# For "manual" documents, if this is true, then toplevel headings are parts,# not chapters.#latex_use_parts = False# If true, show page references after internal links.#latex_show_pagerefs = False# If true, show URL addresses after external links.#latex_show_urls = False# Documents to append as an appendix to all manuals.#latex_appendices = []# If false, no module index is generated.#latex_domain_indices = True# -- Options for manual page output ---------------------------------------# One entry per manual page. List of tuples# (source start file, name, description, authors, manual section).man_pages=[(master_doc,'profanitypythonpluginsapi',u'Profanity Python Plugins API Documentation',[author],1)]# If true, show URL addresses after external links.#man_show_urls = False# -- Options for Texinfo output -------------------------------------------# Grouping the document tree into Texinfo files. List of tuples# (source start file, target name, title, author,# dir menu entry, description, category)texinfo_documents=[(master_doc,'ProfanityPythonPluginsAPI',u'Profanity Python Plugins API Documentation',author,'ProfanityPythonPluginsAPI','One line description of project.','Miscellaneous'),]# Documents to append as an appendix to all manuals.#texinfo_appendices = []# If false, no module index is generated.#texinfo_domain_indices = True# How to display URL addresses: 'footnote', 'no', or 'inline'.#texinfo_show_urls = 'footnote'# If true, do not generate a @detailmenu in the "Top" node's menu.#texinfo_no_detailmenu = False
Commit message (Collapse)AuthorAgeFilesLines
* Added timestamp to logJames Booth2012-08-191-1/+10
|
* Merge branch 'master' of github.com:boothj5/profanityJames Booth2012-08-192-0/+13
|\
| * Merge pull request #30 from cbrp/masterJames Booth2012-08-171-0/+6
| |\ | | | | | | Quick hack for Fedora 16 detection
| | * Quick hack to check for Fedora 16 and set as Fedora distro.Colin Bradley2012-08-171-0/+6
| |/
| * Update README.mdJames Booth2012-08-171-0/+1
| |
| * Update README.mdJames Booth2012-08-171-0/+6
| |
* | Added dev suffix to versionJames Booth2012-08-191-1/+1
| |
* | Upped version to 0.1.8James Booth2012-08-191-1/+1
| |
* | Added status colour preference supportJames Booth2012-08-191-5/+53
| |
* | Added colour macrosJames Booth2012-08-195-48/+71
| |
* | Added chat status colours to preferences.cJames Booth2012-08-191-0/+40
|/
* No longer set win status new when typingJames Booth2012-08-162-2/+1
|
* Removed typing notification when not in chat winJames Booth2012-08-161-10/+0
|
* Moved typing notification from main chat to title barJames Booth2012-08-163-5/+86
|
* Message about F1 keyJames Booth2012-08-161-7/+4
|
* Show basic help on startupJames Booth2012-08-162-20/+18
|
* Send active stanza in messagesJames Booth2012-08-161-1/+6
| | | | To continue receiving typing notifications
* Improved help on typing notificationsJames Booth2012-08-161-2/+2
|
* Added typing notifications and related preferencesJames Booth2012-08-166-13/+152
|
* Simple incoming typing notificationJames Booth2012-08-151-1/+13
|
* Incremented patch numberJames Booth2012-08-151-1/+1
|
* Refactored command lookupJames Booth2012-08-151-29/+26
|
* Added individual command helpJames Booth2012-08-151-22/+128
|
* Implemented help [command]James Booth2012-08-141-22/+86
|
* Added long help with dummy dataJames Booth2012-08-142-19/+42
|
* Command help now looked upJames Booth2012-08-143-30/+100
| | | | | No longer need to write help strings in windows.c Usage and help are part of the command structure
* Using usage from cmd structJames Booth2012-08-121-84/+166
|
* Split command groupsJames Booth2012-08-111-68/+52
|
* Refactored commandsJames Booth2012-08-111-23/+80
| | | | Now include usage and short help string
* Command list size now calculatedJames Booth2012-08-102-6/+7
| | | | | No longer have to specify size, and keep it up to date when adding new commands
* Removed tinyurl_initJames Booth2012-08-103-8/+0
|
* Fixed autcomplete loginJames Booth2012-07-311-1/+1
|
* Fixed definite memory leaksJames Booth2012-07-312-0/+8
|
* Reverted ncurses cleanupJames Booth2012-07-312-8/+2
| | | | Changed valgrind options, still reachable ignored
* Changed version to 0.1.5James Booth2012-07-311-1/+1
|
* Cleaning up memory allocated by ncurses padsJames Booth2012-07-316-1/+20
|
* Removed comments from configure.acJames Booth2012-07-301-8/+0
|
* Fixed libnotify includesJames Booth2012-07-302-7/+8
|
* Tidy up autotools scripts, removed CFLAGSJames Booth2012-07-302-10/+16
|
* Show tinyurl errors and usage in chat windowsJames Booth2012-07-293-2/+32
|
* Fixed bug in tinyurlJames Booth2012-07-293-17/+24
|
* Changed help on tiny urlsJames Booth2012-07-291-1/+1
|
* Merge branch 'tinyurl'James Booth2012-07-298-7/+158
|\ | | | | | | | | Conflicts: src/command.c
| * Added libcurl-devel to Fedora dependenciesJames Booth2012-07-291-1/+1
| |
| * Added libcurl3-dev to ubuntu dependenciesJames Booth2012-07-291-1/+1
| |
| * Validate tinyurlJames Booth2012-07-293-27/+24