File: README.html

package info (click to toggle)
pymacs 0.22-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 992 kB
  • ctags: 337
  • sloc: python: 2,519; lisp: 460; makefile: 78; sh: 34
file content (11 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--: Faire
  from Webert import transform
  title, text = transform.transform('README')
:-->
<html>
 <head><title>%(title)s</title></head>
 <body>
%(text)s
 </body>
</html>