Loads of cleanup / updating work
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / DevelopmentProcess.pod
index f8883f9..797f950 100644 (file)
@@ -124,11 +124,41 @@ The Catalyst subversion repository can be found at:
 
     http://dev.catalyst.perl.org/repos/Catalyst
 
-and the git repository can be found at FIXME
+and the git repository can be found at:
+
+    http://git.shadowcat.co.uk/cgi-bin/gitweb.cgi
+    
+FIXME
+
+The Catalyst project is happy to provide subversion/git hosting or mailing lists
+etc for your component project on request.
 
 =head2 New Catalyst extensions
 
 As Catalyst is deliberately designed for extension, there is an ecosystem of
 several hundred Catalyst extensions which can be found on CPAN.
 
-FIXME
+See L<Catalyst::Manual::ExtendingCatalyst> for more information on how to extend
+Catalyst in various ways and how to write CPANable components for Catalyst which
+can be reused in many applications.
+
+It is recommended to post a request for comments to the Catalyst mailing list,
+or ask around in the #catalyst irc channel before starting to implement something,
+as another member of the community is likely to have example or prototype code that
+you can reuse, and members of the community and core team are happy to advise on
+the best way to implement a generic solution to a particular problem.
+
+This could save you duplicate work, and will help you produce a betetr thought out
+and designed extension.
+
+=head1 AUTHORS
+
+Catalyst Contributors, see Catalyst.pm
+
+=head1 COPYRIGHT
+
+This library is free software. You can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+=cut
+