Description:
Add story.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -21,12 +21,15 | |||||
|
21 | msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Debug |
|
21 | msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Debug |
|
22 |
|
22 | ||
|
23 |
|
23 | ||
|
24 | run-core-debug: |
|
24 | run-core-debug: |
|
25 | cd isometric-park-fna/bin/Debug/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="/Users/alys/repos/isometric-park-fna/fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
25 | cd isometric-park-fna/bin/Debug/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="/Users/alys/repos/isometric-park-fna/fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
26 |
|
26 | ||
|
27 | run-core-release: |
|
27 | run-core-release: |
|
28 | cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="/Users/alys/repos/isometric-park-fna/fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
28 | cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="/Users/alys/repos/isometric-park-fna/fnalibs/osx" dotnet ./isometric-park-fna.dll |
|
29 |
|
29 | ||
|
|
30 | # lint: | ||
|
|
31 | # yamllint -d relaxed isometric-park-fna/Content/news_items.yaml | ||
|
|
32 | |||
|
30 | #CONVENIENCE |
|
33 | #CONVENIENCE |
|
31 |
|
34 | ||
|
32 | # Just using framework for releases since I know it works for now: |
|
35 | # Just using framework for releases since I know it works for now: |
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -32,7 +32,7 | |||||
|
32 | "/usr/share/dotnet/sdk/NuGetFallbackFolder" |
|
32 | "/usr/share/dotnet/sdk/NuGetFallbackFolder" |
|
33 | ], |
|
33 | ], |
|
34 | "configFilePaths": [ |
|
34 | "configFilePaths": [ |
|
35 |
"/home/alys/. |
|
35 | "/home/alys/.config/NuGet/NuGet.Config" |
|
36 | ], |
|
36 | ], |
|
37 | "originalTargetFrameworks": [ |
|
37 | "originalTargetFrameworks": [ |
|
38 | "net45" |
|
38 | "net45" |
@@ -42,7 +42,6 | |||||
|
42 | }, |
|
42 | }, |
|
43 | "frameworks": { |
|
43 | "frameworks": { |
|
44 | "net45": { |
|
44 | "net45": { |
|
45 | "targetAlias": "net45", |
|
||
|
46 | "projectReferences": { |
|
45 | "projectReferences": { |
|
47 | "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj": { |
|
46 | "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj": { |
|
48 | "projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj" |
|
47 | "projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj" |
@@ -57,19 +56,8 | |||||
|
57 | } |
|
56 | } |
|
58 | }, |
|
57 | }, |
|
59 | "frameworks": { |
|
58 | "frameworks": { |
|
60 | "net45": { |
|
59 | "net45": {} |
|
61 | "targetAlias": "net45", |
|
||
|
62 | "dependencies": { |
|
||
|
63 | "Microsoft.NETFramework.ReferenceAssemblies": { |
|
||
|
64 | "suppressParent": "All", |
|
||
|
65 | "target": "Package", |
|
||
|
66 | "version": "[1.0.0, )", |
|
||
|
67 | "autoReferenced": true |
|
||
|
68 | } |
|
||
|
69 | }, |
|
||
|
70 | "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.201/RuntimeIdentifierGraph.json" |
|
||
|
71 | } |
|
||
|
72 | } |
|
60 | } |
|
73 | } |
|
61 | } |
|
74 | } |
|
62 | } |
|
75 |
} |
|
63 | } No newline at end of file |
@@ -7,13 +7,9 | |||||
|
7 | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/alys/.nuget/packages/</NuGetPackageRoot> |
|
7 | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/alys/.nuget/packages/</NuGetPackageRoot> |
|
8 | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/alys/.nuget/packages/;/usr/share/dotnet/sdk/NuGetFallbackFolder</NuGetPackageFolders> |
|
8 | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/alys/.nuget/packages/;/usr/share/dotnet/sdk/NuGetFallbackFolder</NuGetPackageFolders> |
|
9 | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|
9 | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
|
10 |
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5. |
|
10 | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion> |
|
11 | </PropertyGroup> |
|
11 | </PropertyGroup> |
|
12 | <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||
|
13 | <SourceRoot Include="/home/alys/.nuget/packages/" /> |
|
||
|
14 | <SourceRoot Include="/usr/share/dotnet/sdk/NuGetFallbackFolder/" /> |
|
||
|
15 | </ItemGroup> |
|
||
|
16 | <PropertyGroup> |
|
12 | <PropertyGroup> |
|
17 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
13 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
18 | </PropertyGroup> |
|
14 | </PropertyGroup> |
|
19 | </Project> |
|
15 | </Project> No newline at end of file |
@@ -3,7 +3,4 | |||||
|
3 | <PropertyGroup> |
|
3 | <PropertyGroup> |
|
4 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
4 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
|
5 | </PropertyGroup> |
|
5 | </PropertyGroup> |
|
6 | <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
|
||
|
7 | <Import Project="$(NuGetPackageRoot)microsoft.netframework.referenceassemblies.net45/1.0.0/build/Microsoft.NETFramework.ReferenceAssemblies.net45.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.netframework.referenceassemblies.net45/1.0.0/build/Microsoft.NETFramework.ReferenceAssemblies.net45.targets')" /> |
|
||
|
8 | </ImportGroup> |
|
||
|
9 | </Project> No newline at end of file |
|
6 | </Project> |
@@ -10,4 +10,4 | |||||
|
10 | "/usr/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512" |
|
10 | "/usr/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512" |
|
11 | ], |
|
11 | ], |
|
12 | "logs": [] |
|
12 | "logs": [] |
|
13 | } |
|
13 | } No newline at end of file |
@@ -194,7 +194,7 | |||||
|
194 | "Wadden Sea" |
|
194 | "Wadden Sea" |
|
195 |
|
195 | ||
|
196 | ], |
|
196 | ], |
|
197 |
"admin-area |
|
197 | "admin-area": [ |
|
198 | "Cimişlia", "Ngatpang", "Cova Lima", "Tébessa", "North", "Chin", "Plateaux", |
|
198 | "Cimişlia", "Ngatpang", "Cova Lima", "Tébessa", "North", "Chin", "Plateaux", |
|
199 | "Buriram", "Auvergne-Rhône-Alpes", "Štore", "Il-Fontana", "Guanajuato", |
|
199 | "Buriram", "Auvergne-Rhône-Alpes", "Štore", "Il-Fontana", "Guanajuato", |
|
200 | "Turkana", "T'bilisi", "Västernorrland", "Cotai", "Lima", "Poltava Oblast", |
|
200 | "Turkana", "T'bilisi", "Västernorrland", "Cotai", "Lima", "Poltava Oblast", |
@@ -1337,6 +1337,8 | |||||
|
1337 | "digital artist", "photographer", "basoonist", "singer-songwriter", |
|
1337 | "digital artist", "photographer", "basoonist", "singer-songwriter", |
|
1338 | "epic poet", "historian", "watercolorist", "author", "documentarian", |
|
1338 | "epic poet", "historian", "watercolorist", "author", "documentarian", |
|
1339 | "biographer"], |
|
1339 | "biographer"], |
|
|
1340 | "environmental_problem": ["climate change", "deforestation", "global warming", | ||
|
|
1341 | "wildfires", "invasive species"], | ||
|
1340 | "large_number": ["billions", "millions", "tens of millions", "hundreds of millions"], |
|
1342 | "large_number": ["billions", "millions", "tens of millions", "hundreds of millions"], |
|
1341 | "secrets_etc": ["mysteries", "secrets", "enigmas"], |
|
1343 | "secrets_etc": ["mysteries", "secrets", "enigmas"], |
|
1342 | "many": ["#large_number# of", "many", "numerous"], |
|
1344 | "many": ["#large_number# of", "many", "numerous"], |
@@ -105,3 +105,13 | |||||
|
105 | subject_sea: "#seas#" |
|
105 | subject_sea: "#seas#" |
|
106 | object1: "#object#" |
|
106 | object1: "#object#" |
|
107 | object2: "#object#" |
|
107 | object2: "#object#" |
|
|
108 | - hed: "How the people of #subject_area.capitalize# are fighting #subject_problem.capitalize#" | ||
|
|
109 | contents: "#femaleCodedName# #surname#, an #occupation#, stares out at the wilderness of #subject_area#. | ||
|
|
110 | |||
|
|
111 | Like many places, it has not been spared by #subject_problem#." | ||
|
|
112 | source: "Arborist" | ||
|
|
113 | variables: | ||
|
|
114 | subject_problem: "#environmental_problem#" | ||
|
|
115 | subject_area: "#admin-area#" | ||
|
|
116 | subject_person_first: "#femaleCodedName#" | ||
|
|
117 | subject_person_last: "#surname#" |
@@ -23,6 +23,7 | |||||
|
23 | * large_number |
|
23 | * large_number |
|
24 | * occupation |
|
24 | * occupation |
|
25 | * many |
|
25 | * many |
|
|
26 | * problem | ||
|
26 |
|
27 | ||
|
27 | [dariusk-sport]: https://github.com/dariusk/corpora/blob/master/data/sports/sports.json |
|
28 | [dariusk-sport]: https://github.com/dariusk/corpora/blob/master/data/sports/sports.json |
|
28 | [dariusk-objects]: https://github.com/dariusk/corpora/blob/master/data/objects/objects.json |
|
29 | [dariusk-objects]: https://github.com/dariusk/corpora/blob/master/data/objects/objects.json |
You need to be logged in to leave comments.
Login now