]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Manual/Flox.pod
fixed bug 22899 + broken link in manual contents, removed some warnings, fixed DFV...
[maypole.git] / lib / Maypole / Manual / Flox.pod
index e2c47d2c8f0a38c721005fff42434645b3088d6b..df3cff889c3969d509e589e0987fe810d4995cfe 100644 (file)
@@ -1,4 +1,8 @@
-=head1 Flox: A Free Social Networking Site
+=head1 NAME
+
+Maypole::Manual::Flox - Flox: A Free Social Networking Site
+
+=head1 DESCRIPTION
 
 Friendster, Tribe, and now Google's Orkut - it seems like in early 2004,
 everyone wanted to be a social networking site. At the time, I was too
@@ -389,7 +393,7 @@ profile.
                     "That user already seems to exist on Flox. ".
                     "Is this the one you meant?";
 
-                $self->redirect_to_user($r,$user);
+                $self->redirect_to_user($r, $user);
             } 
 
 Where C<redirect_to_user> looks like this:
@@ -501,5 +505,5 @@ L<http://cvs.simon-cozens.org/viewcvs.cgi/flox>.
 
 L<Contents|Maypole::Manual>,
 Next L<The Maypole iBuySpy Portal|Maypole::Manual::BuySpy>,
-Previous L<Maypole Request Hacking Cookbook|Maypole::Manual::Request>
+Previous L<Maypole Request Hacking Cookbook|Maypole::Manual::Cookbook>