* Typo in keyboard-shortcuts.html
* Changes on all pages and CSS for - min/max width - topic title to the left under the logo - a new logo (thanks Jorge) - refurbished navi bar - some more printing tweaks There are a few CSS issues where I can use some help. I'll post about it on the documentation mailing list. +alphabranch git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,21 +21,23 @@
|
||||
<body>
|
||||
|
||||
<div class="logo">
|
||||
<img src="../images/logo.png" alt="logo" width="372" height="86" />
|
||||
<div class="title">Bash and Scripting</div>
|
||||
<img src="./images/logo.png" alt="logo" class="noprint" id="logo" name="logo" />
|
||||
|
||||
</div>
|
||||
<div class="topnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="preferences.html">Preferences</a>
|
||||
<!--    
|
||||
Next: <a href="filesystem-layout.html">Filesystem layout</a>
|
||||
«  <a href="preferences.html">Preferences</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
<!--   ::  
|
||||
<a href="filesystem-layout.html">Filesystem layout</a>  »
|
||||
--> </p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="title">Bash and Scripting</div>
|
||||
|
||||
<p>"Scripting" is the technique of automating procedures by stringing together commands and saving it all as text files, so called "scripts". Every time you run such a script, the commands are processed one after the other just like they would if you entered them into the <a href="applications/apps-terminal.html">Terminal</a> by hand.<br />
|
||||
Scripts can range from simply executing a few commands in a specific order to sophisticated pieces of code that solve complex tasks.</p>
|
||||
|
||||
@@ -71,11 +73,11 @@ If they don't exist already, you'll have to create the needed files yourself. Ot
|
||||
|
||||
<div class="bottomnav">
|
||||
<p>
|
||||
<a href="contents.html">Contents</a>
|
||||
   
|
||||
Previous: <a href="preferences.html">Preferences</a>
|
||||
<!--    
|
||||
Next: <a href="filesystem-layout.html">Filesystem layout</a>
|
||||
«  <a href="preferences.html">Preferences</a>
|
||||
  ::  
|
||||
<a href="contents.html" class="uplink">Contents</a>
|
||||
<!--   ::  
|
||||
<a href="filesystem-layout.html">Filesystem layout</a>  »
|
||||
--> </p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user