aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-28 16:47:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-28 16:47:53 -0400
commit2a8f0bed0e3cb6b7bd645d2596cc9e38eab6c31d (patch)
treeca0911cd7b00469c5f5436b4cd35007fc63e0c47
parent3b980ce4ffedb16cad5baf91a1590fb95bc5bdbb (diff)
downloadtextadept-2a8f0bed0e3cb6b7bd645d2596cc9e38eab6c31d.tar.gz
textadept-2a8f0bed0e3cb6b7bd645d2596cc9e38eab6c31d.zip
Updated manual for offline use, sidebar links.
-rw-r--r--core/ext/menu.lua2
-rw-r--r--doc/sidebar.md18
-rwxr-xr-xscripts/update_doc1
3 files changed, 11 insertions, 10 deletions
diff --git a/core/ext/menu.lua b/core/ext/menu.lua
index c603ab81..502f1f1a 100644
--- a/core/ext/menu.lua
+++ b/core/ext/menu.lua
@@ -506,7 +506,7 @@ local actions = {
function() if view.size then view.size = view.size - 10 end end
},
-- Help
- [ID.MANUAL] = { open_webpage, _HOME..'/doc/manual.html' },
+ [ID.MANUAL] = { open_webpage, _HOME..'/doc/manual/1_Introduction.html' },
[ID.LUADOC] = { open_webpage, _HOME..'/doc/index.html' },
}
if MAC then actions[ID.PASTE] = { m_editing.smart_paste } end -- fix paste issue
diff --git a/doc/sidebar.md b/doc/sidebar.md
index 1c258ca9..bd61ea1a 100644
--- a/doc/sidebar.md
+++ b/doc/sidebar.md
@@ -2,22 +2,24 @@
# Manual
-* [Introduction](manual/1_Introduction.html)
-* [Installation](manual/2_Installation.html)
-* [Compiling](manual/3_Compiling.html)
-* [User Interface](manual/4_UserInterface.html)
-* [Folder Structure](manual/5_FolderStructure.html)
-* [Startup](manual/6_Startup.html)
-* [Lua Interface](manual/7_LuaInterface.html)
+* [Introduction](1_Introduction.html)
+* [Installation](2_Installation.html)
+* [Compiling](3_Compiling.html)
+* [User Interface](4_UserInterface.html)
+* [Folder Structure](5_FolderStructure.html)
+* [Startup](6_Startup.html)
+* [Lua Interface](7_LuaInterface.html)
# Links
* [Caladbolg.net](http://caladbolg.net)
-* [LuaDoc](index.html)
+* [LuaDoc](../index.html)
* [Download](http://code.google.com/p/textadept/downloads/list)
* [Mailing List](http://groups.google.com/group/textadept)
* [Mercurial Repository](http://code.google.com/p/textadept/source/browse)
* [Wiki](http://caladbolg.net/textadeptwiki)
+* [Bug Tracker](http://code.google.com/p/textadept/issues/list)
+* [Ohloh](http://ohloh.net/projects/textadept)
# Donate
diff --git a/scripts/update_doc b/scripts/update_doc
index c3360e43..217ed7a9 100755
--- a/scripts/update_doc
+++ b/scripts/update_doc
@@ -61,7 +61,6 @@ for mdfile in p:lines() do
<html>
<head>
<title>Textadept Manual</title>
- <base href="http://caladbolg.net/luadoc/textadept/" />
<link rel="stylesheet" href="luadoc.css" type="text/css" />
</head>