From 27fcf925e0144acc7f7dc619dbf3dae82f886081 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 18 Jan 2014 11:54:57 +0000 Subject: renaming pt. 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@7714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../RemovePersonalSettings/docs/rps_changelog.txt | 22 ++++++++++++++++++++++ .../RemovePersonalSettings/docs/rps_readme.txt | 22 ++++++++++++++++++++++ .../RemovePersonalSettings/docs/rps_version.txt | 1 + 3 files changed, 45 insertions(+) create mode 100644 plugins/!NotAdopted/RemovePersonalSettings/docs/rps_changelog.txt create mode 100644 plugins/!NotAdopted/RemovePersonalSettings/docs/rps_readme.txt create mode 100644 plugins/!NotAdopted/RemovePersonalSettings/docs/rps_version.txt (limited to 'plugins/!NotAdopted/RemovePersonalSettings/docs') diff --git a/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_changelog.txt b/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_changelog.txt new file mode 100644 index 0000000000..1b1091452b --- /dev/null +++ b/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_changelog.txt @@ -0,0 +1,22 @@ +Remove Personal Settings + +Changelog: + +. 0.1.0.4 + + Added * to delete module names + + Added miranda 0.8 support + + Updated ini file + +. 0.1.0.3 + + Added option to delete modules based on a sufix of the protocol name + + Added * to delete settings names + + Added config to delete alarms and sent files + +. 0.1.0.2 + + Added SetProtocolsOffline + * Bugfixes + +. 0.1.0.1 + + Added RemoveWholeProtocolModule + + Added DisabledProtocols to delete settings from these + + Added deletion of events from DB \ No newline at end of file diff --git a/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_readme.txt b/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_readme.txt new file mode 100644 index 0000000000..f6aed13a06 --- /dev/null +++ b/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_readme.txt @@ -0,0 +1,22 @@ +Remove Personal Settings plugin +------------------------------- + +WARNING: THIS PLUGIN DELETE SETTINGS FROM MIRANDA DB AND FROM THE HD. THIS CAN'T BE UNDONE. IT CAN DELETE ALL FILES IN YOUR COMPUTER (ALTOUGHT IT NEVER HAPPENED TO ME :P ). USE IT AT YOUR OWN RISK. + +This is a plugin that removes personal settings from database. + +It can remove all users, remove some files and directories from miranda dir (but only if these aren't beeing used), call services and disable plugins. To do that it is based in a configuration .ini file. If you need some especial configuration (and probabily you will need, because I just put some settings there, but I bet I forgot some), just edit the file RemovePersonalSettings.ini + +The idea for using this plugin is to allow sending a copy of you miranda with your actual configuration, but without your personal settings. To use it, you should: +1) Copy the hole miranda dir to other location +2) Enable the plugin (if it isn't enabled) +4) Set global status to offline +3) Run the menu option "Remove personal settings..." +4) Exit miranda +4) Run DBTOOL.EXE to compact sweeped database file +5) Pack and send to your friend + +I made this based on the discussion in the thread: +http://forums.miranda-im.org/showthread.php?t=5224. I asked the source from nullbie and made my version of the plugin. + +To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=5451 diff --git a/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_version.txt b/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_version.txt new file mode 100644 index 0000000000..affe4aa1c3 --- /dev/null +++ b/plugins/!NotAdopted/RemovePersonalSettings/docs/rps_version.txt @@ -0,0 +1 @@ +Remove Personal Settings 0.1.0.4 \ No newline at end of file -- cgit v1.2.3