Man 1 pr01: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ __NOEDITSECTION__ {{Man1top |lang=en |rev=1.0.6 |Title=Preface |prev=Man 1 index |Subtitle=  |next=Man 1 pr01s02 }} == Preface == <div style="float:right; backgrou…')
 
m (typo)
Line 27: Line 27:
The manual targets the ''end user''. To that end, we have tried to use a simple, well-explained approach whenever possible. Some typographic conventions are denoted below:
The manual targets the ''end user''. To that end, we have tried to use a simple, well-explained approach whenever possible. Some typographic conventions are denoted below:


* Any URLs are denoted like this: [http://bluefish.openoffice.nl/]
* Any URLs are denoted like this: <nowiki>http://bluefish.openoffice.nl/</nowiki>
* Shortcuts look like this: '''Ctrl'''+'''S'''
* Shortcuts look like this: '''Ctrl'''+'''S'''
* Menu options are displayed like this: File. However, many of Bluefish's menus are quite complex. When referring to submenus, options are separated by an arrow, like: File → Open ('''Ctrl+O'''). The default keyboard shortcut is shown in parenthesis.
* Menu options are displayed like this: File. However, many of Bluefish's menus are quite complex. When referring to submenus, options are separated by an arrow, like: File → Open ('''Ctrl+O'''). The default keyboard shortcut is shown in parenthesis.
* When referring to user input, like issuing commands to the command prompt, a monotype font is used: <br/>  '''$''' foo -bar | bang -l
* When referring to user input, like issuing commands to the command prompt, a monotype font is used: <br/>  <tt>'''$''' foo -bar | bang -l</tt>




[[File:Man1_note.png]] Do not write the <tt>$</tt> character - it simply identifies the command prompt. For commands requiring root access, the prompt is shown as a <tt><nowiki>#</nowiki></tt>.
[[File:Man1_note.png]] Do not write the <tt>'''$'''</tt> character - it simply identifies the command prompt. For commands requiring root access, the prompt is shown as a <tt><nowiki>'''#'''</nowiki></tt>.


Finally, if you find errors or omissions in this manual, fill in a [[Man 1 pr01s02.html#bluefish-contact| documentation bug report]].
Finally, if you find errors or omissions in this manual, fill in a [[Man 1 pr01s02.html#bluefish-contact| documentation bug report]].

Revision as of 11:24, 27 December 2009


Please consider to upgrade to Bluefish 2!

Please consider to edit the Manual 2!

How To edit the Wiki Manual
{{#if:Preface|
Preface
}}
Prev }}
 
}}
 Next
}}

Preface

1. About this Manual

Bluefish has a large feature set, allowing the user to customize the editing experience in numerous ways. This manual targets both novice and advanced users, providing a full resource for everyone.

Part 1, “Getting and Installing Bluefish” and Part 2, “Using Bluefish” are highly recommended for anyone new to Bluefish. They present general information, installation instructions, an introduction to the main features of Bluefish, and available shortcuts.

Part 3, “Developing Bluefish” is oriented towards developers and testers. It explains how to debug Bluefish, contains the list of features, includes code formatting styles and a reference for all source files.

The manual targets the end user. To that end, we have tried to use a simple, well-explained approach whenever possible. Some typographic conventions are denoted below:

  • Any URLs are denoted like this: http://bluefish.openoffice.nl/
  • Shortcuts look like this: Ctrl+S
  • Menu options are displayed like this: File. However, many of Bluefish's menus are quite complex. When referring to submenus, options are separated by an arrow, like: File → Open (Ctrl+O). The default keyboard shortcut is shown in parenthesis.
  • When referring to user input, like issuing commands to the command prompt, a monotype font is used:
    $ foo -bar | bang -l


Man1 note.png Do not write the $ character - it simply identifies the command prompt. For commands requiring root access, the prompt is shown as a '''#'''.

Finally, if you find errors or omissions in this manual, fill in a documentation bug report.


Prev }}
[[|Up]]
}}
 Next
}}
Bluefish: The Definitive Guide}}
Home | ToC
 2. What is Bluefish?
}}