/usr/share/doc/sqliteman/en/ch06.html is in sqliteman-doc 1.2.2-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 6. Sqliteman Menu Structure</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="index.html" title="The Sqliteman Handbook"><link rel="prev" href="ch05.html" title="Chapter 5. Sqliteman Main Window"><link rel="next" href="ch06s02.html" title="The Context Menu"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 6. <span class="application">Sqliteman</span> Menu Structure</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch06s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="mainwindow-menu"></a>Chapter 6. <span class="application">Sqliteman</span> Menu Structure</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch06.html#id2455340">The <span class="guimenu">File</span> Menu</a></span></dt><dt><span class="sect1"><a href="ch06s02.html">The <span class="guimenu">Context</span> Menu</a></span></dt><dt><span class="sect1"><a href="ch06s03.html">The <span class="guimenu">Database</span> Menu</a></span></dt><dt><span class="sect1"><a href="ch06s04.html">The <span class="guimenu">System</span> Menu</a></span></dt><dt><span class="sect1"><a href="ch06s05.html">The <span class="guimenu">Help</span> Menu</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2455340"></a>The <span class="guimenu">File</span> Menu</h2></div></div></div><p>
You can open your database files here.
</p><p>
Sqliteman can handle files created by Sqlite version 3. If you are using 2.x, you should migrate your data. Sqlite developers change physical data format for its files quite often (in the 3.x releases too) so there can be some small issues when you cannot e.g. open a 3.3.13 file with 3.3.8 driver etc. See troubleshooting chapter for more info.
</p><p>
</p><div class="variablelist"><dl><dt><span class="term"><span class="guimenu">File</span>-><span class="guimenuitem">New...</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">N</strong></span></strong></span>)</span></dt><dd><p><span class="action">Create a new database file.</span></p></dd><dt><span class="term"><span class="guimenu">File</span>-><span class="guimenuitem">Open...</span> (<span><strong class="shortcut"><span><strong class="keycap">Ctrl</strong></span>+<span><strong class="keycap">O</strong></span></strong></span>)</span></dt><dd><p><span class="action">Open an existing file.</span></p></dd><dt><span class="term"><span class="guimenu">File</span>-><span class="guimenuitem">Recent Databases</span></span></dt><dd><p><span class="action">If you have been using Sqliteman before, you can
see previously opened database files here. Use
this sub-menu for a quick access to these DBs.
</span></p></dd><dt><span class="term"><span class="guimenu">File</span>-><span class="guimenuitem">Preferences...</span></span></dt><dd><p><span class="action">Opens the preferences dialog.
<a href="ch07.html#preferences" title="Preferences">See full Preferences documentation</a></span></p></dd><dt><span class="term"><span class="guimenu">File</span>-><span class="guimenuitem">Exit</span></span></dt><dd><p><span class="action">Quit the application.</span></p></dd></dl></div><p>
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch06s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 5. <span class="application">Sqliteman</span> Main Window </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> The <span class="guimenu">Context</span> Menu</td></tr></table></div></body></html>
|