Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esuarezsantana/yourls-edition-logger
yourls-edition-logger
https://github.com/esuarezsantana/yourls-edition-logger
Last synced: 2 months ago
JSON representation
yourls-edition-logger
- Host: GitHub
- URL: https://github.com/esuarezsantana/yourls-edition-logger
- Owner: esuarezsantana
- Created: 2013-05-28T17:50:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T19:32:39.000Z (over 6 years ago)
- Last Synced: 2024-08-02T06:15:11.987Z (5 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Edition Logger - Logs to a file every url insertion, deletion, or modification, to provide traceability of users' actions allowing an open edition policy. (Plugins / E)
README
yourls-edition-logger
=====================WARNING: This plugin is not mantained anymore.
This [yourls](http://yourls.org/) plugin logs to a file every url insertion, deletion, or modification. So that, it provides traceability of users' actions allowing an open edition policy.
Installation
------------* Download and extract this zip.
* Create a new folder in `user/plugins` named `edition-logger`.
* Upload contents of unzipped folder to `edition-logger` folder.
* Download and extract zip for [KLogger](https://github.com/katzgrau/KLogger).
* Create a new folder named `klogger` in `edition-logger` folder.
* Upload contents of unzipped folder to `klogger` folder.
* Open `user/config.php` to edit.
* Add the following to the end of the file:```php
/** Set location of klogger code **/
define( 'EDITIONLOGGER_KLOGGER_PATH', 'klogger' );
/** Set location of logs folder **/
define( 'EDITIONLOGGER_LOGFILE', '../logs' ); //this will create a new folder called logs in the root directory
```For more information, follow me at [http://e.suarezsantana.com/](http://e.suarezsantana.com/).