Description:
Add story.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r139:bc679c8494ee -

@@ -21,12 +21,15
21 21 msbuild -restore:True ${FRAMEWORK_SOLUTION} -p:Configuration=Debug
22 22
23 23
24 run-core-debug:
24 run-core-debug:
25 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 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 33 #CONVENIENCE
31 34
32 35 # Just using framework for releases since I know it works for now:
1 NO CONTENT: modified file, binary diff hidden
@@ -32,7 +32,7
32 32 "/usr/share/dotnet/sdk/NuGetFallbackFolder"
33 33 ],
34 34 "configFilePaths": [
35 "/home/alys/.nuget/NuGet/NuGet.Config"
35 "/home/alys/.config/NuGet/NuGet.Config"
36 36 ],
37 37 "originalTargetFrameworks": [
38 38 "net45"
@@ -42,7 +42,6
42 42 },
43 43 "frameworks": {
44 44 "net45": {
45 "targetAlias": "net45",
46 45 "projectReferences": {
47 46 "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj": {
48 47 "projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj"
@@ -57,19 +56,8
57 56 }
58 57 },
59 58 "frameworks": {
60 "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 }
59 "net45": {}
72 60 }
73 61 }
74 62 }
75 }
63 } No newline at end of file
@@ -7,13 +7,9
7 7 <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/alys/.nuget/packages/</NuGetPackageRoot>
8 8 <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/alys/.nuget/packages/;/usr/share/dotnet/sdk/NuGetFallbackFolder</NuGetPackageFolders>
9 9 <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10 <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.9.0</NuGetToolVersion>
10 <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
11 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 12 <PropertyGroup>
17 13 <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
18 14 </PropertyGroup>
19 </Project>
15 </Project> No newline at end of file
@@ -3,7 +3,4
3 3 <PropertyGroup>
4 4 <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5 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 6 </Project> No newline at end of file
@@ -639,4 +639,4
639 639 }
640 640 }
641 641 }
642 }
642 } No newline at end of file
@@ -10,4 +10,4
10 10 "/usr/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512"
11 11 ],
12 12 "logs": []
13 }
13 } No newline at end of file
@@ -194,7 +194,7
194 194 "Wadden Sea"
195 195
196 196 ],
197 "admin-areas": [
197 "admin-area": [
198 198 "Cimişlia", "Ngatpang", "Cova Lima", "Tébessa", "North", "Chin", "Plateaux",
199 199 "Buriram", "Auvergne-Rhône-Alpes", "Štore", "Il-Fontana", "Guanajuato",
200 200 "Turkana", "T'bilisi", "Västernorrland", "Cotai", "Lima", "Poltava Oblast",
@@ -1337,6 +1337,8
1337 1337 "digital artist", "photographer", "basoonist", "singer-songwriter",
1338 1338 "epic poet", "historian", "watercolorist", "author", "documentarian",
1339 1339 "biographer"],
1340 "environmental_problem": ["climate change", "deforestation", "global warming",
1341 "wildfires", "invasive species"],
1340 1342 "large_number": ["billions", "millions", "tens of millions", "hundreds of millions"],
1341 1343 "secrets_etc": ["mysteries", "secrets", "enigmas"],
1342 1344 "many": ["#large_number# of", "many", "numerous"],
@@ -105,3 +105,13
105 105 subject_sea: "#seas#"
106 106 object1: "#object#"
107 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 23 * large_number
24 24 * occupation
25 25 * many
26 * problem
26 27
27 28 [dariusk-sport]: https://github.com/dariusk/corpora/blob/master/data/sports/sports.json
28 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