mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 22:51:39 +00:00
Converted help files to the new, simpler helpgen system in hscommon.
--HG-- rename : help_me/templates/credits.mako => help_me/en/credits.md rename : help_me/templates/directories.mako => help_me/en/directories.md rename : help_me/templates/faq.mako => help_me/en/faq.md rename : help_me/templates/intro.mako => help_me/en/intro.md rename : help_me/templates/power_marker.mako => help_me/en/power_marker.md rename : help_me/templates/preferences.mako => help_me/en/preferences.md rename : help_me/templates/quick_start.mako => help_me/en/quick_start.md rename : help_me/templates/results.mako => help_me/en/results.md rename : help_me/templates/versions.mako => help_me/en/versions.md rename : help_pe/templates/credits.mako => help_pe/en/credits.md rename : help_pe/templates/directories.mako => help_pe/en/directories.md rename : help_pe/templates/faq.mako => help_pe/en/faq.md rename : help_pe/templates/intro.mako => help_pe/en/intro.md rename : help_pe/templates/power_marker.mako => help_pe/en/power_marker.md rename : help_pe/templates/preferences.mako => help_pe/en/preferences.md rename : help_pe/templates/quick_start.mako => help_pe/en/quick_start.md rename : help_pe/templates/results.mako => help_pe/en/results.md rename : help_pe/templates/versions.mako => help_pe/en/versions.md rename : help_se/templates/credits.mako => help_se/en/credits.md rename : help_se/templates/directories.mako => help_se/en/directories.md rename : help_se/templates/faq.mako => help_se/en/faq.md rename : help_se/templates/intro.mako => help_se/en/intro.md rename : help_se/templates/power_marker.mako => help_se/en/power_marker.md rename : help_se/templates/preferences.mako => help_se/en/preferences.md rename : help_se/templates/quick_start.mako => help_se/en/quick_start.md rename : help_se/templates/results.mako => help_se/en/results.md rename : help_se/templates/versions.mako => help_se/en/versions.md
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
Copyright 2010 Hardcoded Software Inc. (http://www.hardcoded.net)
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
* Neither the name of Hardcoded Software Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||
* If the source code has been published less than two years ago, any redistribution, in whole or in part, must retain full licensing functionality, without any attempt to change, obscure or in other ways circumvent its intent.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
6
help_pe/conf.yaml
Normal file
6
help_pe/conf.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
base:
|
||||
pages: en/pages.yaml
|
||||
skeleton: skeleton
|
||||
changelog: changelog.yaml
|
||||
tixurl: "https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}"
|
||||
firstpage_meta: "<meta name=\"AppleTitle\" content=\"dupeGuru Help\"></meta>"
|
||||
30
help_pe/en/credits.md
Normal file
30
help_pe/en/credits.md
Normal file
@@ -0,0 +1,30 @@
|
||||
Below is the list of people who contributed, directly or indirectly to dupeGuru.
|
||||
|
||||
**Virgil Dupras, Developer**<br/>
|
||||
<http://www.hardcoded.net>
|
||||
|
||||
**Jérôme Cantin, Icon designer**<br/>
|
||||
Icons in dupeGuru are from him
|
||||
|
||||
**Python, Programming language**<br/>
|
||||
The bestest of the bests<br/>
|
||||
<http://www.python.org>
|
||||
|
||||
**PyObjC, Python-to-Cocoa bridge**<br/>
|
||||
Used for the Mac OS X version<br/>
|
||||
<http://pyobjc.sourceforge.net>
|
||||
|
||||
**PyQt, Python-to-Qt bridge**<br/>
|
||||
Used for the Windows version<br/>
|
||||
<http://www.riverbankcomputing.co.uk>
|
||||
|
||||
**Sparkle, Auto-update library**<br/>
|
||||
Used for the Mac OS X version<br/>
|
||||
<http://andymatuschak.org/pages/sparkle>
|
||||
|
||||
**Python Imaging Library, Picture analyzer**<br/>
|
||||
Used for the Windows version<br/>
|
||||
<http://www.pythonware.com/products/pil/>
|
||||
|
||||
**You, dupeGuru user**<br/>
|
||||
You rock.
|
||||
@@ -1,9 +1,3 @@
|
||||
<%!
|
||||
title = 'Directories'
|
||||
selected_menu_item = 'Directories'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
There is a panel in dupeGuru called **Directories**. You can open it by clicking on the **Directories** button. This directory contains the list of the directories that will be scanned when you click on **Start Scanning**.
|
||||
|
||||
This panel is quite straightforward to use. If you want to add a directory, click on **Add**. If you added directories before, a popup menu with a list of recent directories you added will pop. You can click on one of them to add it directly to your list. If you click on the first item of the popup menu, **Add New Directory...**, you will be prompted for a directory to add. If you never added a directory, no menu will pop and you will directly be prompted for a new directory to add.
|
||||
@@ -1,10 +1,3 @@
|
||||
<%!
|
||||
title = 'dupeGuru F.A.Q.'
|
||||
selected_menu_item = 'F.A.Q.'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
<%text filter="md">
|
||||
### What is dupeGuru PE?
|
||||
|
||||
dupeGuru Picture Edition (PE for short) is a tool to find duplicate pictures on your computer. Not only can it find exact matches, but it can also find duplicates among pictures of different kind (PNG, JPG, GIF etc..) and quality.
|
||||
@@ -70,5 +63,4 @@ If dupeGuru still gives you troubles after fixing your permissions, there have b
|
||||
|
||||
If you're trying to delete *iPhoto* pictures, then the reason for the failure is different. The deletion fails because dupeGuru can't communicate with iPhoto. Be aware that for the deletion to work correctly, you're not supposed to play around iPhoto while dupeGuru is working. Also, sometimes, the Applescript system doesn't seem to know where to find iPhoto to launch it. It might help in these cases to launch iPhoto *before* you send your duplicates to Trash.
|
||||
|
||||
If all of this fail, [contact HS support](http://www.hardcoded.net/support), we'll figure it out.
|
||||
</%text>
|
||||
If all of this fail, [contact HS support](http://www.hardcoded.net/support), we'll figure it out.
|
||||
@@ -1,13 +1,5 @@
|
||||
<%!
|
||||
title = 'Introduction to dupeGuru PE'
|
||||
selected_menu_item = 'introduction'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
dupeGuru Picture Edition (PE for short) is a tool to find duplicate pictures on your computer. Not only can it find exact matches, but it can also find duplicates among pictures of different kind (PNG, JPG, GIF etc..) and quality.
|
||||
|
||||
Although dupeGuru can easily be used without documentation, reading this file will help you to master it. If you are looking for guidance for your first duplicate scan, you can take a look at the [Quick Start](quick_start.htm) section.
|
||||
|
||||
It is a good idea to keep dupeGuru PE updated. You can download the latest version on the [dupeGuru PE homepage](http://www.hardcoded.net/dupeguru_pe/).
|
||||
|
||||
<%def name="meta()"><meta name="AppleTitle" content="dupeGuru PE Help"></meta></%def>
|
||||
It is a good idea to keep dupeGuru PE updated. You can download the latest version on the [dupeGuru PE homepage](http://www.hardcoded.net/dupeguru_pe/).
|
||||
45
help_pe/en/pages.yaml
Normal file
45
help_pe/en/pages.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
-
|
||||
name: intro
|
||||
title: Introduction to dupeGuru ME
|
||||
menutitle: Introduction
|
||||
menudesc: Introduction to dupeGuru
|
||||
-
|
||||
name: quick_start
|
||||
title: Quick Start
|
||||
menutitle: Quick Start
|
||||
menudesc: Quickly get into the action
|
||||
-
|
||||
name: directories
|
||||
title: Directories
|
||||
menutitle: Directories
|
||||
menudesc: Managing dupeGuru directories
|
||||
-
|
||||
name: preferences
|
||||
title: Preferences
|
||||
menutitle: Preferences
|
||||
menudesc: Setting dupeGuru preferences
|
||||
-
|
||||
name: results
|
||||
title: Results
|
||||
menutitle: Results
|
||||
menudesc: Time to delete these duplicates!
|
||||
-
|
||||
name: power_marker
|
||||
title: Power Marker
|
||||
menutitle: Power Marker
|
||||
menudesc: Take control of your duplicates
|
||||
-
|
||||
name: faq
|
||||
title: Frequently Asked Questions
|
||||
menutitle: F.A.Q.
|
||||
menudesc: Frequently Asked Questions
|
||||
-
|
||||
name: versions
|
||||
title: Version History
|
||||
menutitle: Version History
|
||||
menudesc: Changes moneyGuru went through
|
||||
-
|
||||
name: credits
|
||||
title: Credits
|
||||
menutitle: Credits
|
||||
menudesc: People who contributed to dupeGuru
|
||||
@@ -1,9 +1,3 @@
|
||||
<%!
|
||||
title = 'Power Marker'
|
||||
selected_menu_item = 'Power Marker'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
You will probably not use the Power Marker feature very often, but if you get into a situation where you need it, you will be pretty happy that this feature exists.
|
||||
|
||||
What is it?
|
||||
@@ -1,9 +1,3 @@
|
||||
<%!
|
||||
title = 'Preferences'
|
||||
selected_menu_item = 'Preferences'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
**Filter Hardness:** The higher is this setting, the "harder" is the filter (In other words, the less results you get). Most pictures of the same quality match at 100% even if the format is different (PNG and JPG for example.). However, if you want to make a PNG match with a lower quality JPG, you will have to set the filer hardness to lower than 100. The default, 95, is a sweet spot.
|
||||
|
||||
**Match scaled pictures together:** If you check this box, pictures of different dimensions will be allowed in the same duplicate group.
|
||||
@@ -1,9 +1,3 @@
|
||||
<%!
|
||||
title = 'Quick Start'
|
||||
selected_menu_item = 'Quick Start'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
To get you quickly started with dupeGuru, let's just make a standard scan using default preferences.
|
||||
|
||||
* Click on **Directories**.
|
||||
@@ -1,9 +1,3 @@
|
||||
<%!
|
||||
title = 'Results'
|
||||
selected_menu_item = 'Results'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
When dupeGuru is finished scanning for duplicates, it will show its results in the form of duplicate group list.
|
||||
|
||||
About duplicate groups
|
||||
1
help_pe/en/versions.md
Normal file
1
help_pe/en/versions.md
Normal file
@@ -0,0 +1 @@
|
||||
{changelog}
|
||||
@@ -1,14 +0,0 @@
|
||||
<%inherit file="/base_help.mako"/>
|
||||
${next.body()}
|
||||
|
||||
<%def name="menu()"><%
|
||||
self.menuitem('intro.htm', 'Introduction', 'Introduction to dupeGuru')
|
||||
self.menuitem('quick_start.htm', 'Quick Start', 'Quickly get into the action')
|
||||
self.menuitem('directories.htm', 'Directories', 'Managing dupeGuru directories')
|
||||
self.menuitem('preferences.htm', 'Preferences', 'Setting dupeGuru preferences')
|
||||
self.menuitem('results.htm', 'Results', 'Time to delete these duplicates!')
|
||||
self.menuitem('power_marker.htm', 'Power Marker', 'Take control of your duplicates')
|
||||
self.menuitem('faq.htm', 'F.A.Q.', 'Frequently Asked Questions')
|
||||
self.menuitem('versions.htm', 'Version History', 'Changes dupeGuru went through')
|
||||
self.menuitem('credits.htm', 'Credits', 'People who contributed to dupeGuru')
|
||||
%></%def>
|
||||
@@ -1,25 +0,0 @@
|
||||
## -*- coding: utf-8 -*-
|
||||
<%!
|
||||
title = 'Credits'
|
||||
selected_menu_item = 'Credits'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
Below is the list of people who contributed, directly or indirectly to dupeGuru.
|
||||
|
||||
${self.credit('Virgil Dupras', 'Developer', "That's me, Hardcoded Software founder", 'www.hardcoded.net', 'hsoft@hardcoded.net')}
|
||||
|
||||
${self.credit(u'Jérôme Cantin', u'Icon designer', u"Icons in dupeGuru are from him")}
|
||||
|
||||
${self.credit('Python', 'Programming language', "The bestest of the bests", 'www.python.org')}
|
||||
|
||||
${self.credit('PyObjC', 'Python-to-Cocoa bridge', "Used for the Mac OS X version", 'pyobjc.sourceforge.net')}
|
||||
|
||||
${self.credit('PyQt', 'Python-to-Qt bridge', "Used for the Windows version", 'www.riverbankcomputing.co.uk')}
|
||||
|
||||
${self.credit('Qt', 'GUI Toolkit', "Used for the Windows version", 'www.qtsoftware.com')}
|
||||
|
||||
${self.credit('Sparkle', 'Auto-update library', "Used for the Mac OS X version", 'andymatuschak.org/pages/sparkle')}
|
||||
|
||||
${self.credit('Python Imaging Library', 'Picture analyzer', "Used for the Windows version", 'www.pythonware.com/products/pil/')}
|
||||
|
||||
${self.credit('You', 'dupeGuru user', "What would I do without you?")}
|
||||
@@ -1,6 +0,0 @@
|
||||
<%!
|
||||
title = 'dupeGuru PE version history'
|
||||
selected_menu_item = 'Version History'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
${self.output_changelogs(changelog)}
|
||||
Reference in New Issue
Block a user