summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/js/Gnowmacs/test/.svn/text-base/gnowmacs.html.svn-base
blob: 68ab86c1b9d8f2c0a8fe97efb8ac744621b31a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!-- This file is part of Gnowmacs for GNOWSYS: Gnowledge Networking  -->
<!-- and Organizing System. -->

<!-- Gnowmacs is free software; you can redistribute it and/or modify -->
<!-- it under the terms of the GNU Affero General Public License as -->
<!-- published by the Free Software Foundation; either version 3 of -->
<!-- the License, or (at your option) any later version. -->

<!-- Gnowmacs is distributed in the hope that it will be useful, but -->
<!-- WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
<!-- GNU General Public License for more details. -->

<!-- You should have received a copy of the GNU Affero General Public -->
<!-- License along with Gnowmacs (agpl.txt); if not, write to the -->
<!-- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -->
<!-- Boston, MA  02110-1301  USA59 Temple Place, Suite 330, -->

<!-- Author: Divya <divyas15@gmail.com> -->

<html>
  <head>
    <title>Gnowmacs -- An Emacs-like editor with org notations for the Web</title>
    <link rel="stylesheet" type="text/css" href="dl/css/default.css" />
    <link rel="stylesheet" type="text/css" href="../src/css/ymacs.css" />
    <link rel="stylesheet" type="text/css" href="test.css" />
  </head>
  <body>

    <script>
      window.Dynarch_Base_Url = "./dl";
      window.YMACS_SRC_PATH = "../src/js/";
    </script>
    <script src="dl/js/thelib.js"></script>
    <script src="../src/js/ymacs.js"></script>
    <script src="../src/js/ymacs-keyboard.js"></script>
    <script src="../src/js/ymacs-regexp.js"></script>
    <script src="../src/js/ymacs-frame.js"></script>
    <script src="../src/js/ymacs-textprop.js"></script>
    <script src="../src/js/ymacs-exception.js"></script>
    <script src="../src/js/ymacs-interactive.js"></script>
    <script src="../src/js/ymacs-buffer.js"></script>
    <script src="../src/js/ymacs-marker.js"></script>
    <script src="../src/js/ymacs-commands.js"></script>
    <script src="../src/js/ymacs-commands-utils.js"></script>
    <script src="../src/js/ymacs-keymap.js"></script>
    <script src="../src/js/ymacs-keymap-emacs.js"></script>
    <script src="../src/js/ymacs-keymap-isearch.js"></script>
    <script src="../src/js/ymacs-minibuffer.js"></script>
    <script src="../src/js/ymacs-tokenizer.js"></script>
    <script src="../src/js/ymacs-mode-paren-match.js"></script>
    <script src="../src/js/gnowmacs.js"></script>

    <div id="gnow">
      <script src="gnow-test.js"></script>
    </div>
    <div style="position:absolute; top:550px;">
    <br/><br/>Get the source code of the project form <a href="http://svn.savannah.gnu.org/viewvc/gnowmacs/?root=gnowsys">GNOWSYS svn repository</a>
    </div>
  </body>
</html>