=begin options

write = root

=end

=head3 Removed Pages

Pages can be removed from the L<PageIndex|state:pageindex> listing. B<PodWiki>
removes the page from RCS and moves it to the directory B<.attic/> within the
B<data/> directory.

This enables the administrator to restore pages.

Follow these steps to restore a removed page:

=over

=item

Login to the webserver where B<PodWiki> is running and move the removed
page, say "SandBox" from the hidden .attic directory to the templates
directory:

 mv data/.attic/SandBox templates/

make sure the webserver user is able to read the file in the templates
directory. If unsure permit read permissions to all:

 chmod 644 templates/SandBox

=item

Go to your B<PodWiki> site and login as B<root>.

=item

Go to the L<SiteAdmin|state:site_admin> page and click on the
B<L<Update PodWiki Pages and Documentation|state:docupdate_admin>> link
which directs you to a listing of all files within the B<templates/>
directory.

By default all pages are selected. Just select the page to be restored,
e.g. "SandBox" and click on the "Update pages..." link.

=back

Now the restored page has been imported into the RCS revision control system.

Please note, that it has the version number B<1.1> because the page has
been (re-)created from scratch, which is from the PodWiki point of view
an initial import of a new page. That means: RCS properties or RCS history
of a file will disappear forever.

=cut
