Difference between revisions of "Slib"

From ProgClub
Jump to: navigation, search
Line 50: Line 50:
 
* Document functional specification
 
* Document functional specification
 
* Document technical specification
 
* Document technical specification
 +
* Copy in existing code
  
 
[[Category:TODO]]
 
[[Category:TODO]]

Revision as of 20:00, 8 December 2011

Slib is the ProgClub PHP framework software. That's the software that provides a framework for your PHP applications. For other projects see projects.

Project status

Under way. Not released yet, there's stuff TODO.

Contributors

Members who have contributed to this project. Newest on top.

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Copyright

Copyright 2011, Contributors. Licensed under the GPL.

Source code

The repository can be browsed online:

http://www.progclub.org/pcrepo/slib/trunk

The code for slib is publicly available from svn:

http://www.progclub.org/svnro/pcrepo/slib/tags/latest

Or privately available for read-write access:

https://www.progclub.org/svn/pcrepo/slib/trunk

Links

No links at this time.

Functional specification

The software provides a web-framework for PHP applications.

Technical specification

TODO.

TODO

Things to do, in rough order of priority:

  • Create the project in svn
  • Document functional specification
  • Document technical specification
  • Copy in existing code

Done

Stuff that's done. Latest stuff on top.

  • JE 2011-12-08: created project page

Notes for implementers

If you are interested in incorporating the ProgClub {project name} into your project, here's what you need to know:

You probably want to setup an svn:externals from your svn repository to the public release tag:

http://www.progclub.org/svnro/pcrepo/slib/tags/latest

That way you'll get changes to the framework as they're released.