David Blake 65894e59b8 Commit SimpleStats and HitCounter changes to my master
Current version
Simple Stats (data collection, Dashboard and separate Hit Counter)
Issues:
•	Count goes up on each page refresh
•	Collection fixed at 7 days needing code change to alter

Functionality:
•	Only collects daily results (fixed 7 days)
•	Hit counter only shows current days hit rate.

Enhanced version
Simple Stats (data collection, Dashboard and separate Hit Counter)
Fixed:
•	A session for each page is started preventing constant page refreshing artificially increasing count
•	Collection Periods are all parametrised and configurable in settings

Functionality:
•	Enhanced – Daily stats retention now has variable data retention(able to independently turn off)
•	New –  Weekly stats captured for x weeks (able to independently turn off)
•	New – Monthly stats captured for x months  (able to independently turn off)
•	New – Page session with configurable timeout
•	New – Running total of all page hits captured
•	All existing Languages expanded for all changes plus some added
•	Dashboard - Can change the displayed chart type within plugin settings
•	New – Dashboard now also shows total page count
•	Total Page count can be set via combination of admin settings and visiting page to trigger.
•	Enhanced - Hit Counter: sidebar independently displays all current collection data as configured in settings

Not done yet
•	Display all charts within Tab Navigation without having to change settings
•	Individual rolling page count
2019-03-14 21:20:57 +00:00

59 lines
2.3 KiB
JSON

{
"plugin-data":
{
"name": "Simple Stats",
"description": "Show the number of visitors per period on your dashboard."
},
"ongoing-counter-label": "Ongoing Counter:",
"ongoing-counter-tip": "When enabled, an ongoing running total is collected.",
"enable-section": "Enabled",
"disable-section": "Disabled",
"reset-counter-label": "Set the on-going counter value:",
"reset-counter-tip-one": "REMEMBER TO KEEP AS -1, which means it won't reset; 0 or positive number will set value.",
"reset-counter-tip-two": "To set - save as zero or positive number, go to website (new session) to trigger, change this back to -1.",
"chart-type-label": "Chart Type:",
"daily-chart": "Daily",
"weekly-chart": "Weekly",
"monthly-chart": "Monthly",
"chart-type-tip": "This option changes what the chart displays by default.",
"number-of-days-label": "Keep for how many days?",
"number-of-days-tip": "Set to zero to disable or set number of daily logs to keep.",
"number-of-weeks-label": "Keep for how many weeks?",
"number-of-weeks-tip": "Set to zero to disable or set number of weekly logs to keep.",
"number-of-months-label": "Keep for how many months?",
"number-of-months-tip": "Set to zero to disable or set number of monthly logs to keep.",
"show-content-stats-label": "Show Content Stats:",
"show-content-stats-tip": "When enabled, a chart and table of different page types is displayed in the Admin Dashboard.",
"page-session-active-minutes": "Page session active minutes:",
"page-session-active-minutes-tip": "A session is kept for each page to prevent F5 refreshing to increase counts falsely.",
"stats-title-label": "Page Views & Unique Visitors",
"page-view-today-label": "Pages viewed today",
"unique-visitors-today-label": "Unique visitors today",
"page-view-this-week-label": "Pages viewed this week",
"unique-visitors-this-week-label": "Unique visitors this week",
"page-view-this-month-label": "Pages viewed this month",
"unique-visitors-this-month-label": "Unique visitors this month",
"content-statistics-label": "Content Statistics",
"tab-chart-label": "Chart",
"tab-table-label": "Table",
"published-label": "Published",
"static-label": "Static",
"drafts-label": "Drafts",
"scheduled-label": "Scheduled",
"sticky-label": "Sticky",
"categories-label": "Categories",
"tags-label": "Tags",
"end-of-json": "not used, just a comment"
}