From 154f59bac346564fe2d9da3fd3d182e2b66fc4f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Wed, 12 Oct 2011 21:28:29 +0200 Subject: [PATCH] Prepare for Github, as berlios.de is closing by the end of 2011 --- {rstdocs => doc}/.templates/layout.html | 0 Makefile => doc/Makefile | 0 {rstdocs => doc}/_static/favicon.ico | Bin {rstdocs => doc}/_static/pylit-sphinx.css | 0 {rstdocs => doc}/conf.py | 0 {rstdocs => doc}/download/index.txt | 0 {rstdocs => doc}/download/pylit | 0 {rstdocs => doc}/examples/99bottles.py.txt | 0 {rstdocs => doc}/examples/index.txt | 0 {rstdocs => doc}/examples/iterqueue.py.txt | 0 {rstdocs => doc}/examples/iterqueue_speed_test.py.txt | 0 {rstdocs => doc}/examples/iterqueue_test.py.txt | 0 {rstdocs => doc}/examples/listings-python-options.sty.txt | 0 {rstdocs => doc}/examples/listings-tex-options.sty.txt | 0 {rstdocs => doc}/examples/literate-doctests.txt | 0 .../examples/palatino-helvetica-courier.sty.txt | 0 {rstdocs => doc}/examples/pygments-default.css.txt | 0 {rstdocs => doc}/examples/pylit_test.py.txt | 0 {rstdocs => doc}/examples/simplestates.py.txt | 0 {rstdocs => doc}/examples/simplestates_test.py.txt | 0 {rstdocs => doc}/examples/testfile_literate.py.txt | 0 {rstdocs => doc}/examples/testmod_literate.py.txt | 0 {rstdocs => doc}/features.txt | 0 {rstdocs => doc}/filename-extensions.txt | 0 {rstdocs => doc}/index.txt | 0 {rstdocs => doc}/literate-programming.txt | 0 {rstdocs => doc}/logo/PyLit-tt.svg | 0 {rstdocs => doc}/logo/PyLit.svg | 0 {rstdocs => doc}/logo/pl-tt.svg | 0 {rstdocs => doc}/logo/pl.svg | 0 {rstdocs => doc}/logo/pyLit-bold-framed.svg | 0 {rstdocs => doc}/logo/pylit-bold-framed.svg | 0 {rstdocs => doc}/logo/pylit-bold.svg | 0 {rstdocs => doc}/logo/pylit-framed.svg | 0 {rstdocs => doc}/pylit.css | 0 {rstdocs => doc}/tutorial/greeting.py | 0 {rstdocs => doc}/tutorial/greeting.py.txt | 0 {rstdocs => doc}/tutorial/hello.py | 0 {rstdocs => doc}/tutorial/hello.py.txt | 0 {rstdocs => doc}/tutorial/hello_2.py | 0 {rstdocs => doc}/tutorial/hello_2.py.txt | 0 {rstdocs => doc}/tutorial/hello_multifile.py | 0 {rstdocs => doc}/tutorial/hello_multifile.py.txt | 0 {rstdocs => doc}/tutorial/hello_with_doctest.py | 0 {rstdocs => doc}/tutorial/hello_with_doctest.py.txt | 0 {rstdocs => doc}/tutorial/hello_with_doctest_2.py | 0 {rstdocs => doc}/tutorial/hello_with_header.py | 0 {rstdocs => doc}/tutorial/hello_with_header.py.txt | 0 {rstdocs => doc}/tutorial/index.txt | 0 {rstdocs => doc}/usage.txt | 0 src/pylit.py => pylit.py | 0 51 files changed, 0 insertions(+), 0 deletions(-) rename {rstdocs => doc}/.templates/layout.html (100%) rename Makefile => doc/Makefile (100%) rename {rstdocs => doc}/_static/favicon.ico (100%) rename {rstdocs => doc}/_static/pylit-sphinx.css (100%) rename {rstdocs => doc}/conf.py (100%) rename {rstdocs => doc}/download/index.txt (100%) rename {rstdocs => doc}/download/pylit (100%) rename {rstdocs => doc}/examples/99bottles.py.txt (100%) rename {rstdocs => doc}/examples/index.txt (100%) rename {rstdocs => doc}/examples/iterqueue.py.txt (100%) rename {rstdocs => doc}/examples/iterqueue_speed_test.py.txt (100%) rename {rstdocs => doc}/examples/iterqueue_test.py.txt (100%) rename {rstdocs => doc}/examples/listings-python-options.sty.txt (100%) rename {rstdocs => doc}/examples/listings-tex-options.sty.txt (100%) rename {rstdocs => doc}/examples/literate-doctests.txt (100%) rename {rstdocs => doc}/examples/palatino-helvetica-courier.sty.txt (100%) rename {rstdocs => doc}/examples/pygments-default.css.txt (100%) rename {rstdocs => doc}/examples/pylit_test.py.txt (100%) rename {rstdocs => doc}/examples/simplestates.py.txt (100%) rename {rstdocs => doc}/examples/simplestates_test.py.txt (100%) rename {rstdocs => doc}/examples/testfile_literate.py.txt (100%) rename {rstdocs => doc}/examples/testmod_literate.py.txt (100%) rename {rstdocs => doc}/features.txt (100%) rename {rstdocs => doc}/filename-extensions.txt (100%) rename {rstdocs => doc}/index.txt (100%) rename {rstdocs => doc}/literate-programming.txt (100%) rename {rstdocs => doc}/logo/PyLit-tt.svg (100%) rename {rstdocs => doc}/logo/PyLit.svg (100%) rename {rstdocs => doc}/logo/pl-tt.svg (100%) rename {rstdocs => doc}/logo/pl.svg (100%) rename {rstdocs => doc}/logo/pyLit-bold-framed.svg (100%) rename {rstdocs => doc}/logo/pylit-bold-framed.svg (100%) rename {rstdocs => doc}/logo/pylit-bold.svg (100%) rename {rstdocs => doc}/logo/pylit-framed.svg (100%) rename {rstdocs => doc}/pylit.css (100%) rename {rstdocs => doc}/tutorial/greeting.py (100%) rename {rstdocs => doc}/tutorial/greeting.py.txt (100%) rename {rstdocs => doc}/tutorial/hello.py (100%) rename {rstdocs => doc}/tutorial/hello.py.txt (100%) rename {rstdocs => doc}/tutorial/hello_2.py (100%) rename {rstdocs => doc}/tutorial/hello_2.py.txt (100%) rename {rstdocs => doc}/tutorial/hello_multifile.py (100%) rename {rstdocs => doc}/tutorial/hello_multifile.py.txt (100%) rename {rstdocs => doc}/tutorial/hello_with_doctest.py (100%) rename {rstdocs => doc}/tutorial/hello_with_doctest.py.txt (100%) rename {rstdocs => doc}/tutorial/hello_with_doctest_2.py (100%) rename {rstdocs => doc}/tutorial/hello_with_header.py (100%) rename {rstdocs => doc}/tutorial/hello_with_header.py.txt (100%) rename {rstdocs => doc}/tutorial/index.txt (100%) rename {rstdocs => doc}/usage.txt (100%) rename src/pylit.py => pylit.py (100%) diff --git a/rstdocs/.templates/layout.html b/doc/.templates/layout.html similarity index 100% rename from rstdocs/.templates/layout.html rename to doc/.templates/layout.html diff --git a/Makefile b/doc/Makefile similarity index 100% rename from Makefile rename to doc/Makefile diff --git a/rstdocs/_static/favicon.ico b/doc/_static/favicon.ico similarity index 100% rename from rstdocs/_static/favicon.ico rename to doc/_static/favicon.ico diff --git a/rstdocs/_static/pylit-sphinx.css b/doc/_static/pylit-sphinx.css similarity index 100% rename from rstdocs/_static/pylit-sphinx.css rename to doc/_static/pylit-sphinx.css diff --git a/rstdocs/conf.py b/doc/conf.py similarity index 100% rename from rstdocs/conf.py rename to doc/conf.py diff --git a/rstdocs/download/index.txt b/doc/download/index.txt similarity index 100% rename from rstdocs/download/index.txt rename to doc/download/index.txt diff --git a/rstdocs/download/pylit b/doc/download/pylit similarity index 100% rename from rstdocs/download/pylit rename to doc/download/pylit diff --git a/rstdocs/examples/99bottles.py.txt b/doc/examples/99bottles.py.txt similarity index 100% rename from rstdocs/examples/99bottles.py.txt rename to doc/examples/99bottles.py.txt diff --git a/rstdocs/examples/index.txt b/doc/examples/index.txt similarity index 100% rename from rstdocs/examples/index.txt rename to doc/examples/index.txt diff --git a/rstdocs/examples/iterqueue.py.txt b/doc/examples/iterqueue.py.txt similarity index 100% rename from rstdocs/examples/iterqueue.py.txt rename to doc/examples/iterqueue.py.txt diff --git a/rstdocs/examples/iterqueue_speed_test.py.txt b/doc/examples/iterqueue_speed_test.py.txt similarity index 100% rename from rstdocs/examples/iterqueue_speed_test.py.txt rename to doc/examples/iterqueue_speed_test.py.txt diff --git a/rstdocs/examples/iterqueue_test.py.txt b/doc/examples/iterqueue_test.py.txt similarity index 100% rename from rstdocs/examples/iterqueue_test.py.txt rename to doc/examples/iterqueue_test.py.txt diff --git a/rstdocs/examples/listings-python-options.sty.txt b/doc/examples/listings-python-options.sty.txt similarity index 100% rename from rstdocs/examples/listings-python-options.sty.txt rename to doc/examples/listings-python-options.sty.txt diff --git a/rstdocs/examples/listings-tex-options.sty.txt b/doc/examples/listings-tex-options.sty.txt similarity index 100% rename from rstdocs/examples/listings-tex-options.sty.txt rename to doc/examples/listings-tex-options.sty.txt diff --git a/rstdocs/examples/literate-doctests.txt b/doc/examples/literate-doctests.txt similarity index 100% rename from rstdocs/examples/literate-doctests.txt rename to doc/examples/literate-doctests.txt diff --git a/rstdocs/examples/palatino-helvetica-courier.sty.txt b/doc/examples/palatino-helvetica-courier.sty.txt similarity index 100% rename from rstdocs/examples/palatino-helvetica-courier.sty.txt rename to doc/examples/palatino-helvetica-courier.sty.txt diff --git a/rstdocs/examples/pygments-default.css.txt b/doc/examples/pygments-default.css.txt similarity index 100% rename from rstdocs/examples/pygments-default.css.txt rename to doc/examples/pygments-default.css.txt diff --git a/rstdocs/examples/pylit_test.py.txt b/doc/examples/pylit_test.py.txt similarity index 100% rename from rstdocs/examples/pylit_test.py.txt rename to doc/examples/pylit_test.py.txt diff --git a/rstdocs/examples/simplestates.py.txt b/doc/examples/simplestates.py.txt similarity index 100% rename from rstdocs/examples/simplestates.py.txt rename to doc/examples/simplestates.py.txt diff --git a/rstdocs/examples/simplestates_test.py.txt b/doc/examples/simplestates_test.py.txt similarity index 100% rename from rstdocs/examples/simplestates_test.py.txt rename to doc/examples/simplestates_test.py.txt diff --git a/rstdocs/examples/testfile_literate.py.txt b/doc/examples/testfile_literate.py.txt similarity index 100% rename from rstdocs/examples/testfile_literate.py.txt rename to doc/examples/testfile_literate.py.txt diff --git a/rstdocs/examples/testmod_literate.py.txt b/doc/examples/testmod_literate.py.txt similarity index 100% rename from rstdocs/examples/testmod_literate.py.txt rename to doc/examples/testmod_literate.py.txt diff --git a/rstdocs/features.txt b/doc/features.txt similarity index 100% rename from rstdocs/features.txt rename to doc/features.txt diff --git a/rstdocs/filename-extensions.txt b/doc/filename-extensions.txt similarity index 100% rename from rstdocs/filename-extensions.txt rename to doc/filename-extensions.txt diff --git a/rstdocs/index.txt b/doc/index.txt similarity index 100% rename from rstdocs/index.txt rename to doc/index.txt diff --git a/rstdocs/literate-programming.txt b/doc/literate-programming.txt similarity index 100% rename from rstdocs/literate-programming.txt rename to doc/literate-programming.txt diff --git a/rstdocs/logo/PyLit-tt.svg b/doc/logo/PyLit-tt.svg similarity index 100% rename from rstdocs/logo/PyLit-tt.svg rename to doc/logo/PyLit-tt.svg diff --git a/rstdocs/logo/PyLit.svg b/doc/logo/PyLit.svg similarity index 100% rename from rstdocs/logo/PyLit.svg rename to doc/logo/PyLit.svg diff --git a/rstdocs/logo/pl-tt.svg b/doc/logo/pl-tt.svg similarity index 100% rename from rstdocs/logo/pl-tt.svg rename to doc/logo/pl-tt.svg diff --git a/rstdocs/logo/pl.svg b/doc/logo/pl.svg similarity index 100% rename from rstdocs/logo/pl.svg rename to doc/logo/pl.svg diff --git a/rstdocs/logo/pyLit-bold-framed.svg b/doc/logo/pyLit-bold-framed.svg similarity index 100% rename from rstdocs/logo/pyLit-bold-framed.svg rename to doc/logo/pyLit-bold-framed.svg diff --git a/rstdocs/logo/pylit-bold-framed.svg b/doc/logo/pylit-bold-framed.svg similarity index 100% rename from rstdocs/logo/pylit-bold-framed.svg rename to doc/logo/pylit-bold-framed.svg diff --git a/rstdocs/logo/pylit-bold.svg b/doc/logo/pylit-bold.svg similarity index 100% rename from rstdocs/logo/pylit-bold.svg rename to doc/logo/pylit-bold.svg diff --git a/rstdocs/logo/pylit-framed.svg b/doc/logo/pylit-framed.svg similarity index 100% rename from rstdocs/logo/pylit-framed.svg rename to doc/logo/pylit-framed.svg diff --git a/rstdocs/pylit.css b/doc/pylit.css similarity index 100% rename from rstdocs/pylit.css rename to doc/pylit.css diff --git a/rstdocs/tutorial/greeting.py b/doc/tutorial/greeting.py similarity index 100% rename from rstdocs/tutorial/greeting.py rename to doc/tutorial/greeting.py diff --git a/rstdocs/tutorial/greeting.py.txt b/doc/tutorial/greeting.py.txt similarity index 100% rename from rstdocs/tutorial/greeting.py.txt rename to doc/tutorial/greeting.py.txt diff --git a/rstdocs/tutorial/hello.py b/doc/tutorial/hello.py similarity index 100% rename from rstdocs/tutorial/hello.py rename to doc/tutorial/hello.py diff --git a/rstdocs/tutorial/hello.py.txt b/doc/tutorial/hello.py.txt similarity index 100% rename from rstdocs/tutorial/hello.py.txt rename to doc/tutorial/hello.py.txt diff --git a/rstdocs/tutorial/hello_2.py b/doc/tutorial/hello_2.py similarity index 100% rename from rstdocs/tutorial/hello_2.py rename to doc/tutorial/hello_2.py diff --git a/rstdocs/tutorial/hello_2.py.txt b/doc/tutorial/hello_2.py.txt similarity index 100% rename from rstdocs/tutorial/hello_2.py.txt rename to doc/tutorial/hello_2.py.txt diff --git a/rstdocs/tutorial/hello_multifile.py b/doc/tutorial/hello_multifile.py similarity index 100% rename from rstdocs/tutorial/hello_multifile.py rename to doc/tutorial/hello_multifile.py diff --git a/rstdocs/tutorial/hello_multifile.py.txt b/doc/tutorial/hello_multifile.py.txt similarity index 100% rename from rstdocs/tutorial/hello_multifile.py.txt rename to doc/tutorial/hello_multifile.py.txt diff --git a/rstdocs/tutorial/hello_with_doctest.py b/doc/tutorial/hello_with_doctest.py similarity index 100% rename from rstdocs/tutorial/hello_with_doctest.py rename to doc/tutorial/hello_with_doctest.py diff --git a/rstdocs/tutorial/hello_with_doctest.py.txt b/doc/tutorial/hello_with_doctest.py.txt similarity index 100% rename from rstdocs/tutorial/hello_with_doctest.py.txt rename to doc/tutorial/hello_with_doctest.py.txt diff --git a/rstdocs/tutorial/hello_with_doctest_2.py b/doc/tutorial/hello_with_doctest_2.py similarity index 100% rename from rstdocs/tutorial/hello_with_doctest_2.py rename to doc/tutorial/hello_with_doctest_2.py diff --git a/rstdocs/tutorial/hello_with_header.py b/doc/tutorial/hello_with_header.py similarity index 100% rename from rstdocs/tutorial/hello_with_header.py rename to doc/tutorial/hello_with_header.py diff --git a/rstdocs/tutorial/hello_with_header.py.txt b/doc/tutorial/hello_with_header.py.txt similarity index 100% rename from rstdocs/tutorial/hello_with_header.py.txt rename to doc/tutorial/hello_with_header.py.txt diff --git a/rstdocs/tutorial/index.txt b/doc/tutorial/index.txt similarity index 100% rename from rstdocs/tutorial/index.txt rename to doc/tutorial/index.txt diff --git a/rstdocs/usage.txt b/doc/usage.txt similarity index 100% rename from rstdocs/usage.txt rename to doc/usage.txt diff --git a/src/pylit.py b/pylit.py similarity index 100% rename from src/pylit.py rename to pylit.py -- 2.11.4.GIT