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_me/conf.yaml
Normal file
6
help_me/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>"
|
||||
26
help_me/en/credits.md
Normal file
26
help_me/en/credits.md
Normal file
@@ -0,0 +1,26 @@
|
||||
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>
|
||||
|
||||
**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 ME F.A.Q.'
|
||||
selected_menu_item = 'F.A.Q.'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
<%text filter="md">
|
||||
### What is dupeGuru Music Edition?
|
||||
|
||||
dupeGuru Music Edition is a tool to find duplicate songs in your music collection. It can base its scan on filenames, tags or content. The filename and tag scans feature a fuzzy matching algorithm that can find duplicate filenames or tags even when they are not exactly the same.
|
||||
@@ -71,5 +64,4 @@ Most of the time, the reason why dupeGuru can't send files to Trash is because o
|
||||
|
||||
If dupeGuru still gives you troubles after fixing your permissions, there have been some cases where using "Move Marked to..." as a workaround did the trick. So instead of sending your files to Trash, you send them to a temporary folder with the "Move Marked to..." action, and then you delete that temporary folder manually.
|
||||
|
||||
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 ME'
|
||||
selected_menu_item = 'introduction'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
dupeGuru Music Edition is a tool to find duplicate files on your computer. It can scan either filenames or contents. The filename scan features a fuzzy matching algorithm that can find duplicate filenames even when they are not exactly the same.
|
||||
|
||||
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 updated. You can download the latest version on the [dupeGuru ME homepage](http://www.hardcoded.net/dupeguru_me/).
|
||||
|
||||
<%def name="meta()"><meta name="AppleTitle" content="dupeGuru ME Help"></meta></%def>
|
||||
It is a good idea to keep dupeGuru updated. You can download the latest version on the [dupeGuru ME homepage](http://www.hardcoded.net/dupeguru_me/).
|
||||
45
help_me/en/pages.yaml
Normal file
45
help_me/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"/>
|
||||
|
||||
**Scan Type:** This option determines what aspect of the files will be compared in the duplicate scan. The nature of the duplicate scan varies greatly depending on what you select for this option.
|
||||
|
||||
* **Filename:** Every song will have its filename split into words, and then every word will be compared to compute a matching percentage. If this percentage is higher or equal to the **Filter Hardness** (see below for more details), dupeGuru will consider the 2 songs duplicates.
|
||||
@@ -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,9 +1,3 @@
|
||||
<%!
|
||||
title = 'dupeGuru ME version history'
|
||||
selected_menu_item = 'Version History'
|
||||
%>
|
||||
<%inherit file="/base_dg.mako"/>
|
||||
|
||||
A large part of this version history is not serious (especially before v3), but it is always interesting to remember that I learnt most of what I know about designing/implementing/supporting a software through that.
|
||||
|
||||
${self.output_changelogs(changelog)}
|
||||
{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,20 +0,0 @@
|
||||
<%!
|
||||
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('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('You', 'dupeGuru user', "What would I do without you?")}
|
||||
Reference in New Issue
Block a user