[tomboy] [Build] Update Mac solution, add Underline to Windows/Mac builds
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tomboy] [Build] Update Mac solution, add Underline to Windows/Mac builds
- Date: Tue, 8 Sep 2009 15:16:04 +0000 (UTC)
commit 78e423b1dcf23e27216e16ce1b738541dab34835
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Tue Sep 8 08:09:28 2009 -0700
[Build] Update Mac solution, add Underline to Windows/Mac builds
Tomboy-mac.csproj | 23 +++----
Tomboy-mac.sln | 12 +++
Tomboy.sln | 8 ++
Tomboy/Addins/Underline/Underline-mac.csproj | 95 ++++++++++++++++++++++++++
Tomboy/Addins/Underline/Underline.csproj | 87 +++++++++++++++++++++++
5 files changed, 211 insertions(+), 14 deletions(-)
---
diff --git a/Tomboy-mac.csproj b/Tomboy-mac.csproj
index e4af4ad..d7480fe 100644
--- a/Tomboy-mac.csproj
+++ b/Tomboy-mac.csproj
@@ -31,6 +31,7 @@
<ApplicationIcon>tomboy.ico</ApplicationIcon>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<SchemaVersion>2.0</SchemaVersion>
+ <ReleaseVersion>0.13</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -95,27 +96,27 @@
<HintPath>..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\pango-sharp\2.12.0.0__35e10195dab3c99f\pango-sharp.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
+ <Reference Include="ICSharpCode.SharpZipLib, Version=2.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
<SpecificVersion>False</SpecificVersion>
<HintPath>winbin\ICSharpCode.SharpZipLib.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="Mono.Addins, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
+ <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\Mono.Addins\0.4.0.0__0738eb9f132ed756\Mono.Addins.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="Mono.Addins.Gui, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
+ <Reference Include="Mono.Addins.Gui, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\Mono.Addins.Gui\0.4.0.0__0738eb9f132ed756\Mono.Addins.Gui.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
+ <Reference Include="Mono.Addins.Setup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\Mono.Addins.Setup\0.4.0.0__0738eb9f132ed756\Mono.Addins.Setup.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
+ <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<SpecificVersion>False</SpecificVersion>
<HintPath>winbin\Mono.Posix.dll</HintPath>
<Private>False</Private>
@@ -157,8 +158,8 @@
<Compile Include="Tomboy\TagManager.cs" />
<Compile Include="Tomboy\Tag.cs" />
<Compile Include="Tomboy\TagButton.cs" />
- <Compile Include="Tomboy\WindowsFactory.cs" />
- <Compile Include="Tomboy\WindowsKeybinder.cs" />
+ <None Include="Tomboy\WindowsFactory.cs" />
+ <None Include="Tomboy\WindowsKeybinder.cs" />
<Compile Include="Tomboy\PreferencesDialog.cs" />
<Compile Include="Tomboy\NoteEditor.cs" />
<Compile Include="Tomboy\AbstractAddin.cs" />
@@ -189,7 +190,7 @@
<Compile Include="Tomboy\PlatformFactory.cs" />
<Compile Include="Tomboy\PreferencesClient.cs" />
<Compile Include="Tomboy\PrefsKeybinder.cs" />
- <Compile Include="Tomboy\WindowsApplication.cs" />
+ <None Include="Tomboy\WindowsApplication.cs" />
<Compile Include="Tomboy\XmlPreferencesClient.cs" />
<Compile Include="Tomboy\MacApplication.cs" />
<Compile Include="Tomboy\IRemoteControl.cs" />
@@ -203,18 +204,12 @@
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
- <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
- <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
- <Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
- <ProductName>.NET Framework 3.5</ProductName>
- <Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
diff --git a/Tomboy-mac.sln b/Tomboy-mac.sln
index 125f0f9..9e6236c 100644
--- a/Tomboy-mac.sln
+++ b/Tomboy-mac.sln
@@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteOfTheDay-mac", "Tomboy\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintNotes-mac", "Tomboy\Addins\PrintNotes\PrintNotes-mac.csproj", "{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Underline-mac", "Tomboy\Addins\Underline\Underline-mac.csproj", "{15A0F2C4-9BAD-11DE-B022-C19356D89593}"
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSyncService-mac", "Tomboy\Addins\WebSyncService\WebSyncService-mac.csproj", "{ACD1BF72-4962-11DE-8485-01BF55D89593}"
EndProject
Global
@@ -80,6 +82,16 @@ Global
{ACD1BF72-4962-11DE-8485-01BF55D89593}.Mac|Any CPU.ActiveCfg = Release|Any CPU
{ACD1BF72-4962-11DE-8485-01BF55D89593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACD1BF72-4962-11DE-8485-01BF55D89593}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}.Mac|Any CPU.ActiveCfg = Release|Any CPU
+ {A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Mac|Any CPU.ActiveCfg = Release|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
name = Tomboy-mac
diff --git a/Tomboy.sln b/Tomboy.sln
index 6325783..b1384b9 100644
--- a/Tomboy.sln
+++ b/Tomboy.sln
@@ -24,6 +24,8 @@ Project("{CFEE4113-1246-4D54-95CB-156813CB8593}") = "Setup", "Setup\Setup.wixpro
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintNotes", "Tomboy\Addins\PrintNotes\PrintNotes.csproj", "{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08F}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Underline", "Tomboy\Addins\Underline\Underline.csproj", "{15A0F2C4-9BAD-11DE-B022-C19356D89593}"
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSyncService", "Tomboy\Addins\WebSyncService\WebSyncService.csproj", "{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}"
EndProject
Global
@@ -105,6 +107,12 @@ Global
{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Mac|Any CPU.Build.0 = Mac|Any CPU
{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Mac|Any CPU.ActiveCfg = Mac|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Mac|Any CPU.Build.0 = Mac|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {15A0F2C4-9BAD-11DE-B022-C19356D89593}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Tomboy/Addins/Underline/Underline-mac.csproj b/Tomboy/Addins/Underline/Underline-mac.csproj
new file mode 100644
index 0000000..0068808
--- /dev/null
+++ b/Tomboy/Addins/Underline/Underline-mac.csproj
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{15A0F2C4-9BAD-11DE-B022-C19356D89593}</ProjectGuid>
+ <ProductVersion>9.0.21022</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <OutputType>Library</OutputType>
+ <NoStandardLibraries>false</NoStandardLibraries>
+ <AssemblyName>Underline</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <RootNamespace>Underline</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+ <NoStdLib>False</NoStdLib>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>..\..\..\bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
+ <RegisterForComInterop>False</RegisterForComInterop>
+ <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
+ <BaseAddress>4194304</BaseAddress>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\gtk-sharp\2.12.0.0__35e10195dab3c99f\gtk-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\glib-sharp\2.12.0.0__35e10195dab3c99f\glib-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\gdk-sharp\2.12.0.0__35e10195dab3c99f\gdk-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\atk-sharp\2.12.0.0__35e10195dab3c99f\atk-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\pango-sharp\2.12.0.0__35e10195dab3c99f\pango-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="Mono.Posix" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Underline.addin.xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="UnderlineMenuItem.cs" />
+ <Compile Include="UnderlineNoteAddin.cs" />
+ <Compile Include="UnderlineTag.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Makefile.am" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\Tomboy-mac.csproj">
+ <Project>{30A75F9A-7305-465E-8754-334345424569}</Project>
+ <Name>Tomboy-mac</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
+ <ProjectExtensions>
+ <VisualStudio AllowExistingFolder="true" />
+ </ProjectExtensions>
+</Project>
\ No newline at end of file
diff --git a/Tomboy/Addins/Underline/Underline.csproj b/Tomboy/Addins/Underline/Underline.csproj
new file mode 100644
index 0000000..d5ed797
--- /dev/null
+++ b/Tomboy/Addins/Underline/Underline.csproj
@@ -0,0 +1,87 @@
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{15A0F2C4-9BAD-11DE-B022-C19356D89593}</ProjectGuid>
+ <ProductVersion>9.0.21022</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <OutputType>Library</OutputType>
+ <NoStandardLibraries>false</NoStandardLibraries>
+ <AssemblyName>Underline</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <RootNamespace>Underline</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+ <NoStdLib>False</NoStdLib>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>Full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>..\..\..\bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
+ <RegisterForComInterop>False</RegisterForComInterop>
+ <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
+ <BaseAddress>4194304</BaseAddress>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mac|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\Mac\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DebugType>Full</DebugType>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\winbin\Mono.Posix.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Underline.addin.xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="UnderlineMenuItem.cs" />
+ <Compile Include="UnderlineNoteAddin.cs" />
+ <Compile Include="UnderlineTag.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Makefile.am" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\Tomboy.csproj">
+ <Project>{315DBB30-1461-4A41-A23F-A888D84E1EA0}</Project>
+ <Name>Tomboy</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
+ <ProjectExtensions>
+ <VisualStudio AllowExistingFolder="true" />
+ </ProjectExtensions>
+</Project>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]