File: README

package info (click to toggle)
rednotebook 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,044 kB
  • ctags: 1,231
  • sloc: python: 9,848; sh: 72; makefile: 10
file content (69 lines) | stat: -rw-r--r-- 2,500 bytes parent folder | download
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
64
65
66
67
68
69
===== Short Instructions =====

Install all dependencies, translate the application and run RedNotebook
without installation:

$ ./run



===== Detailed Instructions =====

There are many packages available for different distributions, so you might
want to check the Downloads page first.

It is recommended to install the distribution's appropriate package,
but of course sometimes you want to try out the bleeding edge, hot new stuff.

If you don't want to mess with your distribution's package system, you might
want to just run the program, without installing it by using the command above.

==== REQUIREMENTS ====
  - Python (2.6/2.7) (www.python.org)
  - PyYaml (>=3.05) (www.pyyaml.org)
  - PyGTK (>=2.16) (www.pygtk.org)
  - pywebkitgtk (>=1.1.5) (http://code.google.com/p/pywebkitgtk/)

  - Optionally:
    - python-chardet (http://chardet.feedparser.org)
      Better recognition of file encodings

==== INSTALLATION ====
Please pay attention: Installing is very easy, uninstalling however can only be
done by removing the installed files manually.

$ sudo python setup.py install --record installed-files

(installs into path-to-python/site-packages/ and saves a list of installed
files in "installed-files" to make an uninstallation easier)



===== THANKS =====

- The authors of the programs listed under 'requirements'. Remember that without
  them, RedNotebook would not be possible.
- Everaldo Coelho (www.everaldo.com) for the original icon (easymoblog.png) and
  Ciaran for the excellent redesign.
- The txt2tags team (http://txt2tags.sf.net) for their super cool markup tool.
- The people behind the Tango Icon Project and the creators of the Human Theme.
  Their work can be downloaded from http://tango.freedesktop.org/
- Ahmet Öztürk and Lifeograph for his markup highlighting idea
- Hannes Matuschek: The code for markup highlighting uses a specialized version
  of his pygtkcodebuffer module (http://code.google.com/p/pygtkcodebuffer/).
- Dieter Verfaillie: For his elib.intl module
  (https://github.com/dieterv/elib.intl)
- Eitan Isaacson: RedNotebook took his idea and some code for converting HTML
  documents to PDF (http://github.com/eeejay/interwibble/).



===== NOTES =====

RedNotebook is published either under the terms of the GPL version 2 or any
later version of the license. It includes the elib.intl module
(https://github.com/dieterv/elib.intl) which is released under the LGPLv3+.
This means that the resulting work is licensed under the GPLv3+.


Enjoy!