瀏覽代碼

Debian stable

Bob Mottram 8 年之前
父節點
當前提交
629615fd2e
共有 2 個文件被更改,包括 12 次插入6 次删除
  1. 3
    1
      doc/EN/devguide.org
  2. 9
    5
      website/EN/devguide.html

+ 3
- 1
doc/EN/devguide.org 查看文件

15
 #+end_export
15
 #+end_export
16
 
16
 
17
 * Adding extra apps
17
 * Adding extra apps
18
-Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. On an installed system the app scripts go into the directory:
18
+Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. The script should be designed to work with the current stable version of Debian.
19
+
20
+On an installed system the app scripts go into the directory:
19
 
21
 
20
 #+begin_src bash
22
 #+begin_src bash
21
 /usr/share/freedombone/apps
23
 /usr/share/freedombone/apps

+ 9
- 5
website/EN/devguide.html 查看文件

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-10-12 Wed 17:14 -->
6
+<!-- 2016-10-12 Wed 17:17 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
245
 
245
 
246
 <center><h1>Developers Guide</h1></center>
246
 <center><h1>Developers Guide</h1></center>
247
 
247
 
248
-<div id="outline-container-orgb179e3c" class="outline-2">
249
-<h2 id="orgb179e3c">Adding extra apps</h2>
250
-<div class="outline-text-2" id="text-orgb179e3c">
248
+<div id="outline-container-org928199a" class="outline-2">
249
+<h2 id="org928199a">Adding extra apps</h2>
250
+<div class="outline-text-2" id="text-org928199a">
251
 <p>
251
 <p>
252
-Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. On an installed system the app scripts go into the directory:
252
+Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. The script should be designed to work with the current stable version of Debian.
253
+</p>
254
+
255
+<p>
256
+On an installed system the app scripts go into the directory:
253
 </p>
257
 </p>
254
 
258
 
255
 <div class="org-src-container">
259
 <div class="org-src-container">