Difference between revisions of "Pcwebstats"

From ProgClub
Jump to: navigation, search
(→‎Source code: Updating VCS link)
 
(2 intermediate revisions by the same user not shown)
Line 45: Line 45:
 
== Links ==
 
== Links ==
  
There are no links at this time.
+
* [https://www.progclub.net/~jj5/webstat/web/ Run reports on MemberNet]
  
 
= Specifications =
 
= Specifications =
Line 82: Line 82:
 
Things to do, in rough order of priority:
 
Things to do, in rough order of priority:
  
* Design the database
+
* Improve the HTTP stats reports: count, count distinct, min, max, mean, mode, median, stddev, etc.
* Implement the include.php file
 
* Implement the HTTP stats reports
 
 
 
[[Category:TODO]]
 
  
 
== Done ==
 
== Done ==

Latest revision as of 16:17, 11 December 2017

Pcwebstats is the ProgClub HTTP stats collection and reporting software. That's the software collects HTTP header values and reports on their commonality. For other projects see projects.

Status

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

Administration

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 2013, Contributors.

License

Licensed under the New BSD license.

Resources

Downloads

TODO: link to downloads or explain why there aren't any.

Source code

The repository can be browsed online:

https://www.progclub.org/pcrepo/pcwebstats

The latest stable released version of the code is available from:

https://www.progclub.org/svn/pcrepo/pcwebstats/tags/latest

Or if you want the latest version for development purposes:

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

Links

Specifications

Functional specification

The functional specification describes what the project does.

A PHP include file is included in our ProgClub wiki/blog software to collect HTTP statistics.

Technical specification

The technical specification describes how the project works.

The pcwebstats database schema looks like this:

PcwebstatsSchema.png

Notes

Notes for implementers

If you are interested in incorporating this software into your project, here's what you need to know:

  • PHP Extensions required:
    • PDO MySQL

Notes for developers

If you're looking to set up a development environment for this project here's what you need to know:

Tasks

TODO

Things to do, in rough order of priority:

  • Improve the HTTP stats reports: count, count distinct, min, max, mean, mode, median, stddev, etc.

Done

Stuff that's done. Latest stuff on top.

  • JE 2013-07-16: documented database schema
  • JE 2013-07-15: created project page
  • JE 2013-07-15: created project in svn