*** empty log message ***

This commit is contained in:
david 2001-12-25 01:13:46 +00:00
parent 06fc4dca9f
commit ea9db2bd93
2 changed files with 38 additions and 2 deletions

36
LDP/README Normal file
View File

@ -0,0 +1,36 @@
Welcome to the LDP cvs tree.
builder/ scripts and stylesheets to publish documents to the website
db2omf/ perl script to extract omf directly from docbook documents
dsssl/ the ldp sgml stylesheet
ldp_print/ perl script to generate pdf output ldp html sources
xsl/ ldp extensions to norm walsh's docbook xsl stylesheets
database/ the ldp database built on postgresql
db2db/ python script to parse docbook dom and update database
ldpwn/ perl script to generate the ldp weekly news
tables/ sql scripts to create tables
omf.pl perl script to generate omf xml from database
xml.pl perl script to generate ldp xml from database
faq/ frequently asked questions
docbook/ faqs in docbook format
linuxdoc/ faqs in linuxdoc format
guide/ book-length documents
docbook/ guides in docbook format
linuxdoc/ guides in linuxdoc format
howto/ linux howtos
docbook/ howtos in docbook format
archived/ archived docbook documents
linuxdoc/ howtos in linuxdoc format
archived/ archived linuxdoc documents
ref/ quick references
scrollserver/ python based web application server front end to scrollkeeper
pub/ packaging script and packaged releases
stylesheets/ xsl stylesheets for xml -> html conversion
www/ www.scrollserver.org website
test/ to test your cvs without disturbing things, use this
www/ websites
db./ ldp database website
cgi-bin/ perl scripts for the ldp database
help/ help for the ldp database
linuxdoc.org/ www.linuxdoc.org website
list./ ldp mailing list archives website

View File

@ -1,10 +1,10 @@
#!/usr/bin/python
import commands # Import requierd modules
import commands # Import required modules
import locale
from xml.dom.minidom import parse
lang = locale.setlocale(locale.LC_ALL) # hard code an ISO languaeg here to test it
lang = locale.setlocale(locale.LC_ALL) # hard code an ISO language here to test it
#lang = "de" # but it must match in the scrollserver.py
# These classes are instantiated when the