diff --git a/LDP/README b/LDP/README new file mode 100644 index 00000000..36478f76 --- /dev/null +++ b/LDP/README @@ -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 diff --git a/LDP/scrollserver/scrollkeeper.py b/LDP/scrollserver/scrollkeeper.py index 62342874..164f2c6d 100755 --- a/LDP/scrollserver/scrollkeeper.py +++ b/LDP/scrollserver/scrollkeeper.py @@ -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