Difference between revisions of "Pcad"

From ProgClub
Jump to: navigation, search
Line 35: Line 35:
 
* [http://blog.emptycrate.com/node/219 Making a Linux Daemon]
 
* [http://blog.emptycrate.com/node/219 Making a Linux Daemon]
 
* [http://www.linuxhowtos.org/C_C++/socket.htm Sockets Tutorial]
 
* [http://www.linuxhowtos.org/C_C++/socket.htm Sockets Tutorial]
 +
* [http://www.paulgriffiths.net/program/c/echoserv.php Simple TCP/IP echo server]
  
 
== TODO ==
 
== TODO ==

Revision as of 02:56, 10 September 2011

Pcad is the ProgClub administration daemon software. That's the software that does various administration things when a non-privileged user asks for them to be done. For example, it can recreate some MySQL databases on your behalf. 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 New BSD license.

Source code

The repository can be browsed online:

http://www.progclub.org/pcrepo/pcad/

The code for pcad is publicly available from svn:

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

Or privately available for read-write access:

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

Links

TODO

Things to do, in rough order of priority:

  • Make the executable code run forever
  • Make the executable a managed daemon process that gets started and stopped properly
  • Add support from recreating pcphpjs-dev database

Done

Stuff that's done. Latest stuff on top.

  • JE 2011-09-09: created project page
  • JE 2011-09-09: created project in svn

Notes for implementers

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

Just copy and paste your way to victory for this one, I think.