summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--lib/TUWF.pod5
2 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index a7e06b0..7fc9e59 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,6 +10,7 @@ lib/TUWF.pm
lib/TUWF.pod
lib/TUWF/DB.pm
lib/TUWF/DB.pod
+lib/TUWF/Intro.pod
lib/TUWF/Misc.pm
lib/TUWF/Misc.pod
lib/TUWF/Request.pm
diff --git a/lib/TUWF.pod b/lib/TUWF.pod
index c6b8e10..7d59cfa 100644
--- a/lib/TUWF.pod
+++ b/lib/TUWF.pod
@@ -8,6 +8,8 @@ TUWF is a small framework designed for writing websites. It provides an
abstraction layer to various environment-specific tasks and has common
functions to ease the creation of both small and large websites.
+For a gentle introduction to TUWF, see L<TUWF::Intro>.
+
=head2 Main features and limitations
@@ -826,7 +828,8 @@ FastCGI:
=head1 SEE ALSO
-L<TUWF::DB>, L<TUWF::Misc>, L<TUWF::Request>, L<TUWF::Response>, L<TUWF::XML>.
+L<TUWF::Intro>, L<TUWF::DB>, L<TUWF::Misc>, L<TUWF::Request>, L<TUWF::Response>,
+L<TUWF::XML>.
The homepage of TUWF can be found at
L<https://dev.yorhel.nl/tuwf|https://dev.yorhel.nl/tuwf>.