Skip to content

Commit

Permalink
Release 0.5.56
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHartley committed Jan 27, 2020
1 parent 1450935 commit cb9736f
Show file tree
Hide file tree
Showing 80 changed files with 6,674 additions and 113 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Features
* Create your own export
* Represent yourself clearly

Currently requres .Net 2
Currently requres .Net 4.5.2

To do

- [ ] Compile for .Net 4.5
- [ ] Test on Windows 10
- [ ] Add release to GitHub
- [x] Compile for .Net 4.5
- [x] Test on Windows 10
- [x] Add release to GitHub
4 changes: 2 additions & 2 deletions Source/About.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
Expand Down
22 changes: 17 additions & 5 deletions Source/Argumentative.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<SignAssembly>False</SignAssembly>
<DelaySign>False</DelaySign>
<DocumentationFile>bin\Debug\doc\Argumentative.xml</DocumentationFile>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
Expand All @@ -36,6 +36,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<NoStdLib>false</NoStdLib>
Expand Down Expand Up @@ -97,21 +98,31 @@
<StartArguments>G:\dev\Argument\OPENSO~1.AXL</StartArguments>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Office.Interop.PowerPoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
<Reference Include="Microsoft.CSharp">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="Microsoft.Office.Interop.PowerPoint" />
<Reference Include="NetSpell.SpellChecker">
<HintPath>..\NetSpell.SpellChecker.dll</HintPath>
<HintPath>NetSpell.SpellChecker.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\nunit.framework.dll</HintPath>
<HintPath>..\..\..\SharpDevelop5.2.1\bin\Tools\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="office" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="About.cs">
Expand Down Expand Up @@ -197,6 +208,7 @@
</EmbeddedResource>
<Content Include="Examples\boxy web.xslt" />
<Content Include="Examples\essay.xslt" />
<None Include="app.config" />
<None Include="Examples\Exposition.xslt" />
<None Include="Examples\Planting a haycorn will grow an oak tree.axl" />
<Content Include="Examples\text.xslt" />
Expand Down
7 changes: 5 additions & 2 deletions Source/Argumentative.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# SharpDevelop 5.2
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Argumentative", "Argumentative.csproj", "{6F86DDC8-0E2F-4685-80E6-B7DB33F22E4D}"
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion Source/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.5.55.*")]
[assembly: AssemblyVersion("0.5.56.*")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
52 changes: 52 additions & 0 deletions Source/Examples/Araucaria SchemeSet.xslt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- Reads an Araucaria SchemeSet -->
<xsl:output method="text"/>
<xsl:template match="/">
<xsl:apply-templates select="ARG/SCHEMESET"/>
</xsl:template>

<xsl:template match="SCHEMESET">
<xsl:text>Schemeset</xsl:text>
<xsl:call-template name="newline"/>
<xsl:apply-templates select="SCHEME"/>
</xsl:template>

<xsl:template match="SCHEME">
<xsl:text>Scheme: </xsl:text>
<xsl:value-of select="NAME"/>
<xsl:call-template name="newline"/>
<xsl:apply-templates select="FORM"/>
<xsl:call-template name="newline"/>
<xsl:text>There are </xsl:text>
<xsl:value-of select="count(./CQ)"/>
<xsl:text> critical questions.</xsl:text>
<xsl:call-template name="newline"/>
<xsl:apply-templates select="CQ"/>
<xsl:call-template name="newline"/>
</xsl:template>

<xsl:template match="FORM/PREMISE">
<xsl:text>Premise: </xsl:text>
<xsl:value-of select="."/>
<xsl:call-template name="newline"/>
</xsl:template>

<xsl:template match="FORM/CONCLUSION">
<xsl:text>Conclusion: </xsl:text>
<xsl:value-of select="."/>
<xsl:call-template name="newline"/>
</xsl:template>

<xsl:template match="CQ">
<xsl:text>Critical Question: </xsl:text>
<xsl:value-of select="."/>
<xsl:call-template name="newline"/>
</xsl:template>

<xsl:template name="newline">
<xsl:text>
</xsl:text>
</xsl:template>

</xsl:stylesheet>
17 changes: 17 additions & 0 deletions Source/Examples/CVS/Entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/Araucaria SchemeSet.xslt/1.1/Sun Mar 18 07:17:55 2007//
/Cats are better than dogs.axl/1.1/Tue May 15 04:21:55 2007//
/essay.xslt/1.1/Tue Feb 13 09:33:14 2007//
/toFreemind.xslt/1.1/Tue Feb 13 09:33:14 2007//
/zeno.axl/1.1/Tue Feb 13 09:33:14 2007//
/Double Deduction.axl/1.2/Fri Sep 28 22:23:48 2007//
/boxy web.xslt/1.2/Sun Oct 14 12:14:19 2007//
/text.xslt/1.2/Mon Oct 15 11:03:53 2007//
/RTF Export.xslt/1.2/Sun Jan 6 01:33:27 2008//
/RTF with picture.xslt/1.1/Sun Jan 20 18:34:34 2008//
/XML Only.xslt/1.2/Sun Feb 3 19:51:16 2008//
/text with comments.xslt/1.1/Fri Feb 15 11:40:49 2008//
/svg.xslt/1.3/Sun Mar 30 20:29:10 2008//
/web page.xslt/1.2/Sat May 31 11:59:27 2008//
/Planting a haycorn will grow an oak tree.axl/1.4/Tue Sep 16 02:09:31 2008//
/web page with image.xslt/1.3/Mon Jun 29 23:43:34 2009//
D
16 changes: 16 additions & 0 deletions Source/Examples/CVS/Entries.Extra
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/Araucaria SchemeSet.xslt////*///
/Cats are better than dogs.axl////*///
/essay.xslt////*///
/toFreemind.xslt////*///
/zeno.axl////*///
/Double Deduction.axl////*///
/boxy web.xslt////*///
/text.xslt////*///
/RTF Export.xslt////*///
/RTF with picture.xslt////*///
/XML Only.xslt////*///
/text with comments.xslt////*///
/svg.xslt////*///
/web page.xslt////*///
/Planting a haycorn will grow an oak tree.axl////*///
/web page with image.xslt////*///
16 changes: 16 additions & 0 deletions Source/Examples/CVS/Entries.Extra.Old
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/Araucaria SchemeSet.xslt////*///
/Cats are better than dogs.axl////*///
/essay.xslt////*///
/toFreemind.xslt////*///
/zeno.axl////*///
/Double Deduction.axl////*///
/boxy web.xslt////*///
/text.xslt////*///
/RTF Export.xslt////*///
/RTF with picture.xslt////*///
/XML Only.xslt////*///
/text with comments.xslt////*///
/svg.xslt////*///
/web page with image.xslt////*///
/web page.xslt////*///
/Planting a haycorn will grow an oak tree.axl////*///
17 changes: 17 additions & 0 deletions Source/Examples/CVS/Entries.Old
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/Araucaria SchemeSet.xslt/1.1/Sun Mar 18 07:17:55 2007//
/Cats are better than dogs.axl/1.1/Tue May 15 04:21:55 2007//
/essay.xslt/1.1/Tue Feb 13 09:33:14 2007//
/toFreemind.xslt/1.1/Tue Feb 13 09:33:14 2007//
/zeno.axl/1.1/Tue Feb 13 09:33:14 2007//
/Double Deduction.axl/1.2/Fri Sep 28 22:23:48 2007//
/boxy web.xslt/1.2/Sun Oct 14 12:14:19 2007//
/text.xslt/1.2/Mon Oct 15 11:03:53 2007//
/RTF Export.xslt/1.2/Sun Jan 6 01:33:27 2008//
/RTF with picture.xslt/1.1/Sun Jan 20 18:34:34 2008//
/XML Only.xslt/1.2/Sun Feb 3 19:51:16 2008//
/text with comments.xslt/1.1/Fri Feb 15 11:40:49 2008//
/svg.xslt/1.3/Sun Mar 30 20:29:10 2008//
/web page with image.xslt/1.2/Sat May 31 11:57:49 2008//
/web page.xslt/1.2/Sat May 31 11:59:27 2008//
/Planting a haycorn will grow an oak tree.axl/1.4/Tue Sep 16 02:09:31 2008//
D
1 change: 1 addition & 0 deletions Source/Examples/CVS/Repository
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Argumentative/Examples
1 change: 1 addition & 0 deletions Source/Examples/CVS/Root
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:ext:jhartley@argumentative.cvs.sourceforge.net:/cvsroot/argumentative
47 changes: 47 additions & 0 deletions Source/Examples/Cats are better than dogs.axl
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<argument>
<author>Emma Hartley</author>
<created>2007-5-15</created>
<modified>2010-6-21</modified>
<premise>
<title>Cats are better than dogs II</title>
<reason>
<title>They purr</title>
<helper>
<title>Purring is quieter than barking</title>
</helper>
</reason>
<objection>
<title>Dogs can track people</title>
<helper>
<title>It is good to find people who are lost</title>
</helper>
</objection>
<objection>
<title>Cats hurt native animals</title>
<helper>
<title>More than dogs do</title>
</helper>
</objection>
<objection>
<title>Cats do not sleep where they are supposed to</title>
<objection>
<title>But so do dogs sometimes</title>
</objection>
</objection>
<reason>
<title>They are warm</title>
<helper>
<title>On your lap</title>
</helper>
</reason>
<reason>
<title> Cats do not require as much attention</title>
</reason>
<reason>
<title>Dogs are mean</title>
<helper>
<title>They chase cats</title>
</helper>
</reason>
</premise>
</argument>
30 changes: 30 additions & 0 deletions Source/Examples/Double Deduction.axl
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<argument>
<author>John</author>
<premise>
<title>Hence, you see, my double deduction that you had been out in vile weather, and that you had a particularly malignant boot-slitting specimen of the London slavery</title>
<comment>From http://en.wikipedia.org/wiki/Sherlock_Holmes#Holmesian_.28or_Sherlockian.29_deduction
An extract from "A Scandal in Bohemia"
"It is simplicity itself... My eyes tell me that on the inside of your left shoe, just where the firelight strikes it, the leather is scored by six almost parallel cuts. Obviously they have been caused by someone who has very carelessly scraped round the edges of the sole in order to remove crusted mud from it. Hence, you see, my double deduction that you had been out in vile weather, and that you had a particularly malignant boot-slitting specimen of the London slavery."</comment>
<reason>
<title>Watson's servant girl is clumsy and careless.</title>
<reason>
<title>If someone cuts a shoe while scraping it to remove encrusted mud, that person is clumsy and careless.</title>
<reason>
<title>If leather on the side of a shoe is scored by several parallel cuts, it was caused by someone who scraped around the edges of the sole in order to remove crusted mud</title>
</reason>
<helper>
<title>If a 19th-century London doctor's shoes are scraped to remove crusted mud, the person who so scraped them is the doctor's servant girl.</title>
</helper>
<helper>
<title>The sides of Watson's shoes are scored by several parallel cuts.</title>
</helper>
</reason>
</reason>
<reason>
<title>Watson has been very wet lately and has been out in vile weather.</title>
<helper>
<title>If someone's shoes had encrusted mud on them, that person has been very wet lately and has been out in vile weather.</title>
</helper>
</reason>
</premise>
</argument>
Loading

0 comments on commit cb9736f

Please sign in to comment.